mirror of
https://git.code.sf.net/p/ntfs-3g/ntfs-3g.git
synced 2024-11-23 18:14:24 +08:00
652b1e554d
(Logical change 1.251)
27 lines
462 B
Makefile
27 lines
462 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:
|
|
$(MAKE) -C ntfsprogs strip
|
|
|
|
extra: extras
|
|
|
|
extras:
|
|
$(MAKE) -C ntfsprogs extras
|
|
|
|
libs:
|
|
$(MAKE) -C libntfs libs
|
|
|