Makefile.am 885 B

123456789101112131415161718192021222324252627282930
  1. ## Process this file with automake to produce Makefile.in.
  2. ## FIXME: this is not nearly finished. It is pointless to try to use
  3. ## it without fixing it, and libvfs, first. Feel free!
  4. ## This file is used only by the Gnome libvfs build. If you make
  5. ## changes here, they must be synchronized with Make-mc.in.
  6. lib_LTLIBRARIES = libvfs.la
  7. BUILT_SOURCES = mad.c mad.h
  8. libvfsincludedir=$(includedir)/vfs
  9. libvfsinclude_HEADERS=vfs.h
  10. mad.c: mc-src/mad.c
  11. $(LN_S) $< $@
  12. mad.h: mc-src/mad.h
  13. $(LN_S) $< $@
  14. libvfs_la_SOURCES = callback.h container.c direntry.c container.h extfs.c \
  15. extfs.h ftpfs.c ftpfs.h fish.c fish.h local.c mad.c mad.h mcfs.c mcfs.h \
  16. mcserv.c names.c names.h shared_ftp_fish.c shared_tar_ext.c tar.c tar.h \
  17. sfs.c tcputil.c tcputil.h undelfs.c undelfs.h util-alone.c util-alone.h \
  18. utilvfs.c vfs.c vfs.h xdirentry.h
  19. libvfs_la_LDFLAGS = -version-info 27:0:27