mirror of
https://git.code.sf.net/p/ntfs-3g/ntfs-3g.git
synced 2024-11-23 10:04:00 +08:00
980387655f
(Logical change 1.138)
19 lines
377 B
Makefile
19 lines
377 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
|
|
|