ntfs-3g/Makefile.am
cantab.net!aia21 6728963c80 Fix from Christophe Grenier: some versions of make
do not accept -C switch.

(Logical change 1.684)
2005-03-03 11:40:20 +00:00

27 lines
510 B
Makefile

SUBDIRS = doc include libntfs ntfsprogs
EXTRA_DIST = AUTHORS CREDITS COPYING TODO.include TODO.libntfs ChangeLog \
INSTALL NEWS README autogen.sh ntfsprogs.spec.in \
TODO.ntfsprogs getgccver
AUTOMAKE_OPTIONS = gnu
dist-hook: ntfsprogs.spec
cp ntfsprogs.spec $(distdir)
libtool: $(LIBTOOL_DEPS)
$(SHELL) ./config.status --recheck
strip:
(cd ntfsprogs && $(MAKE) strip) || exit 1;
extra: extras
extras:
(cd ntfsprogs && $(MAKE) extras) || exit 1;
libs:
(cd libntfs && $(MAKE) libs) || exit 1;