http://prdownloads.sourceforge.net/lufs/lufs-0.9.6.tar.gz?download
[lufs.git] / Makefile.am
1 SUBDIRS=kernel lufsd filesystems util include man
2 DIST_SUBDIRS=kernel lufsd filesystems util include docs man
3
4 EXTRA_DIST=Contributors lufs.spec.in
5
6 EXTRA_DIST+= \
7                 cvs2cl-usermap \
8                 ChangeLog.captive
9
10 MAINTAINERCLEANFILES= \
11                 ChangeLog.captive
12
13 CLEANFILES= \
14                 ChangeLog.captive.bak
15
16 if MAINTAINER_MODE
17 ChangeLog.captive:
18         cvs2cl --usermap cvs2cl-usermap --window 3600 --separate-header --no-wrap --file $@
19
20 else
21 ChangeLog.captive:
22         touch $@
23
24 endif