mirror of
https://github.com/MidnightCommander/mc
synced 2025-01-07 03:52:00 +03:00
4a032150e9
* vfs/extfs/Makefile.am: new file * vfs/Make-mc.in: remove stuff pertinent to the extfs directory
40 lines
802 B
Makefile
40 lines
802 B
Makefile
mclibdir = $(libdir)/mc
|
|
extfsdir = $(mclibdir)/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 \
|
|
rpms trpm uarj
|
|
|
|
# Filters that need adaptation to the local system - source files
|
|
EXTFS_IN = \
|
|
deb.in \
|
|
lslR.in \
|
|
ucpio.in \
|
|
urar.in \
|
|
uzoo.in \
|
|
ftplist.in \
|
|
uar.in \
|
|
ulha.in \
|
|
uha.in \
|
|
uzip.in
|
|
|
|
# Filters that need adaptation to the local system - files to install
|
|
EXTFS_OUT = \
|
|
deb \
|
|
lslR \
|
|
ucpio \
|
|
urar \
|
|
uzoo \
|
|
ftplist \
|
|
uar \
|
|
ulha \
|
|
uha \
|
|
uzip
|
|
|
|
extfs_DATA = $(EXTFS_MISC) $(EXTFS_CONST) $(EXTFS_OUT)
|
|
|
|
EXTRA_DIST = $(EXTFS_MISC) $(EXTFS_CONST)
|