mirror of
https://git.code.sf.net/p/ntfs-3g/ntfs-3g.git
synced 2024-11-23 18:14:24 +08:00
6728963c80
do not accept -C switch. (Logical change 1.684)
27 lines
510 B
Makefile
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;
|
|
|