1998-07-24 10:35:02 +04:00
|
|
|
## Process this file with automake to produce Makefile.in.
|
|
|
|
|
|
|
|
## FIXME: this is not nearly finished. It is pointless to try to use
|
|
|
|
## it without fixing it, and libvfs, first. Feel free!
|
|
|
|
|
|
|
|
|
|
|
|
## This file is used only by the Gnome libvfs build. If you make
|
|
|
|
## changes here, they must be synchronized with Make-mc.in.
|
|
|
|
|
|
|
|
lib_LTLIBRARIES = libvfs.la
|
|
|
|
|
1998-08-07 01:10:06 +04:00
|
|
|
BUILT_SOURCES = mad.c mad.h
|
1998-08-20 23:14:43 +04:00
|
|
|
|
1998-09-28 22:58:36 +04:00
|
|
|
libvfsincludedir=$(includedir)/vfs
|
|
|
|
|
|
|
|
libvfsinclude_HEADERS=vfs.h
|
|
|
|
|
1998-12-04 04:51:26 +03:00
|
|
|
EXTRA_DIST = mc-src/mad.c mc-src/mad.h
|
|
|
|
|
1998-08-20 23:14:43 +04:00
|
|
|
mad.c: mc-src/mad.c
|
1998-12-04 04:51:26 +03:00
|
|
|
$(LN_S) $(srcdir)/mc-src/mad.c mad.c
|
1998-08-20 23:14:43 +04:00
|
|
|
|
|
|
|
mad.h: mc-src/mad.h
|
1998-12-04 04:51:26 +03:00
|
|
|
$(LN_S) $(srcdir)/mc-src/mad.h mad.h
|
|
|
|
|
|
|
|
libvfs_la_SOURCES = \
|
|
|
|
container.c \
|
|
|
|
direntry.c \
|
|
|
|
extfs.c \
|
|
|
|
fish.c \
|
|
|
|
ftpfs.c \
|
|
|
|
local.c \
|
|
|
|
mcfs.c \
|
|
|
|
mcserv.c \
|
|
|
|
names.c \
|
|
|
|
sfs.c \
|
|
|
|
shared_tar_ext.c \
|
|
|
|
tar.c \
|
|
|
|
tcputil.c \
|
|
|
|
undelfs.c \
|
|
|
|
utilvfs.c \
|
1999-01-25 19:50:38 +03:00
|
|
|
utilvfs.h \
|
1998-12-04 04:51:26 +03:00
|
|
|
vfs.c \
|
|
|
|
container.h \
|
|
|
|
extfs.h \
|
|
|
|
fish.h \
|
|
|
|
ftpfs.h \
|
|
|
|
mcfs.h \
|
|
|
|
names.h \
|
|
|
|
tar.h \
|
|
|
|
tcputil.h \
|
|
|
|
vfs.h \
|
|
|
|
xdirentry.h
|
1998-07-24 10:35:02 +04:00
|
|
|
|
1998-08-17 06:31:13 +04:00
|
|
|
libvfs_la_LDFLAGS = -version-info 27:0:27
|
2001-01-06 22:24:12 +03:00
|
|
|
|
|
|
|
SUBDIRS = extfs
|