Enlightenment CVS committal Author : chaos Project : e17 Module : apps/evfs
Dir : e17/apps/evfs/src/plugins Modified Files: Makefile.am Removed Files: evfs_fs_bzip2.c evfs_fs_ftp.c evfs_fs_gzip.c evfs_fs_posix.c evfs_fs_samba.c evfs_fs_sftp.c evfs_fs_tar.c sftp.h Log Message: Ok, lotsa changes: * Abstracted out the plugin architecture. Two plugins types now: Filesystem, and metadata provider * Added audio tagger metadata provider (based on e_taggerd by CodeWarrior). Be warned - metadata provider file type is hardcoded to go to this plugin for now - more later, including libextract) * A few bug fixes, whatever ended up in this commit cycle =================================================================== RCS file: /cvs/e/e17/apps/evfs/src/plugins/Makefile.am,v retrieving revision 1.16 retrieving revision 1.17 diff -u -3 -r1.16 -r1.17 --- Makefile.am 5 Feb 2006 11:49:26 -0000 1.16 +++ Makefile.am 21 Apr 2006 15:10:16 -0000 1.17 @@ -1,105 +1,3 @@ -## Process this file with automake to produce Makefile.in -AUTOMAKE_OPTIONS = 1.7 foreign - -LDFLAGS = -rdynamic -shared -INCLUDES = -I. -I$(top_srcdir) -I$(top_srcdir)/src/include - -pkgdir = $(libdir)/evfs/plugins/file - -POSIX_L = posix.la - -if HAVE_SAMBA -SAMBA_L = samba.la -else -SAMBA_L = -endif - -if HAVE_CURL -FTP_L = ftp.la -else -FTP_L = -endif - -SFTP_L = sftp.la - -TAR_L = tar.la - -BZIP2_L = bzip2.la - -GZIP_L = gzip.la - - -pkg_LTLIBRARIES = $(POSIX_L) $(SAMBA_L) $(TAR_L) $(BZIP2_L) $(FTP_L) $(GZIP_L) $(SFTP_L) - -posix_la_SOURCES = evfs_fs_posix.c \ - $(top_srcdir)/src/common/evfs_debug.c \ - $(top_srcdir)/src/common/evfs_event_helper.c \ - $(top_srcdir)/src/common/evfs_misc.c - - -tar_la_SOURCES = evfs_fs_tar.c \ - $(top_srcdir)/src/common/evfs_debug.c \ - $(top_srcdir)/src/common/evfs_event_helper.c \ - $(top_srcdir)/src/bin/evfs_server_handle.c \ - $(top_srcdir)/src/common/evfs_common.c - -sftp_la_SOURCES = evfs_fs_sftp.c \ - $(top_srcdir)/src/common/evfs_debug.c \ - $(top_srcdir)/src/common/evfs_event_helper.c \ - $(top_srcdir)/src/bin/evfs_server_handle.c \ - $(top_srcdir)/src/common/evfs_common.c - - -bzip2_la_SOURCES = evfs_fs_bzip2.c \ - $(top_srcdir)/src/common/evfs_debug.c \ - $(top_srcdir)/src/common/evfs_event_helper.c \ - $(top_srcdir)/src/bin/evfs_server_handle.c \ - $(top_srcdir)/src/common/evfs_common.c - -gzip_la_SOURCES = evfs_fs_gzip.c \ - $(top_srcdir)/src/common/evfs_debug.c \ - $(top_srcdir)/src/common/evfs_event_helper.c \ - $(top_srcdir)/src/bin/evfs_server_handle.c \ - $(top_srcdir)/src/common/evfs_common.c - - -samba_la_SOURCES = evfs_fs_samba.c \ - $(top_srcdir)/src/common/evfs_debug.c \ - $(top_srcdir)/src/common/evfs_event_helper.c \ - $(top_srcdir)/src/common/evfs_misc.c - -ftp_la_SOURCES = evfs_fs_ftp.c \ - $(top_srcdir)/src/common/evfs_debug.c \ - $(top_srcdir)/src/common/evfs_event_helper.c - - - -posix_la_CFLAGS = @ecore_cflags@ -posix_la_LDFLAGS = -module -avoid-version -posix_la_LIBADD = @ecore_libs@ -L$(top_builddir)/src/lib -levfs - -samba_la_CFLAGS = @ecore_cflags@ -samba_la_LDFLAGS = -module -avoid-version -lsmbclient -samba_la_LIBADD = @ecore_libs@ -L$(top_builddir)/src/lib -levfs - -tar_la_CFLAGS = @ecore_cflags@ -tar_la_LDFLAGS = -module -avoid-version -tar_la_LIBADD = @ecore_libs@ -L$(top_builddir)/src/lib -levfs - -bzip2_la_CFLAGS = @ecore_cflags@ -bzip2_la_LDFLAGS = -module -avoid-version -bzip2_la_LIBADD = @ecore_libs@ -L$(top_builddir)/src/lib -levfs @BZ2_LIBS@ - -gzip_la_CFLAGS = @ecore_cflags@ -gzip_la_LDFLAGS = -module -avoid-version -gzip_la_LIBADD = @ecore_libs@ -L$(top_builddir)/src/lib -levfs -lz - - -ftp_la_CFLAGS = @ecore_cflags@ @curl_cflags@ -ftp_la_LDFLAGS = -module -avoid-version -ftp_la_LIBADD = @ecore_libs@ -L$(top_builddir)/src/lib -levfs @curl_libs@ - -sftp_la_CFLAGS = @ecore_cflags@ -sftp_la_LDFLAGS = -module -avoid-version -sftp_la_LIBADD = @ecore_libs@ -L$(top_builddir)/src/lib -levfs +MAINTAINERCLEANFILES = Makefile.in +SUBDIRS = file meta ------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs