http://linux-ntfs.sourceforge.net/snapshots/ntfsprogs-200307311516.tar.bz2
[ntfsprogs.git] / Makefile.am
1
2 SUBDIRS = doc include libntfs ntfsprogs
3
4 EXTRA_DIST = AUTHORS CREDITS COPYING TODO.include TODO.libntfs ChangeLog \
5                 INSTALL NEWS README autogen.sh ntfsprogs.spec.in \
6                 TODO.ntfsprogs getgccver
7
8 AUTOMAKE_OPTIONS = gnu
9
10 dist-hook: ntfsprogs.spec
11         cp ntfsprogs.spec $(distdir)
12
13 libtool: $(LIBTOOL_DEPS)
14         $(SHELL) ./config.status --recheck
15
16 strip:
17         $(MAKE) -C ntfsprogs strip
18