mc/vfs/extfs/Makefile.am
Pavel Roskin 0bb4e479a2 * extfs/ftplist.in: Remove, it's obsoleted by the hotlist.
* extfs/ucpio.in: Remove, it's obsoleted ucpio.c.
* extfs/Makefile.am: Remove all references to them.
* extfs/extfs.ini: Likewise.
2002-12-09 14:16:32 +00:00

39 lines
764 B
Makefile

extfsdir = $(pkgdatadir)/extfs
# Files to install and distribute, but not filters
EXTFS_MISC = README extfs.ini unarj.diff sfs.ini
# Filters that don't need adaptation to the local system
EXTFS_CONST = a apt audio deba debd dpkg hp48 mailfs patchfs rpm bpp \
rpms trpm uarj
# Filters that need adaptation to the local system - source files
EXTFS_IN = \
deb.in \
lslR.in \
urar.in \
uzip.in \
uzoo.in \
uar.in \
ulha.in \
uha.in
# Filters that need adaptation to the local system - files to install
EXTFS_OUT = \
deb \
lslR \
urar \
uzip \
uzoo \
uar \
ulha \
uha
if USE_VFS
extfs_DATA = $(EXTFS_MISC)
extfs_SCRIPTS = $(EXTFS_CONST) $(EXTFS_OUT)
endif
EXTRA_DIST = $(EXTFS_MISC) $(EXTFS_CONST)