273b60c6215b4b78f8d55070d01f77fa25e80cef
[lufs.git] / Makefile.am
1 SUBDIRS=macros kernel lufsd filesystems util include man
2 DIST_SUBDIRS=macros kernel lufsd filesystems util include docs man
3 ## to automatically rebuild aclocal.m4 if any of the macros in
4 ## `macros/' change
5 @MAINT@include macros/macros.dep
6 @MAINT@macros/macros.dep: macros/Makefile.am
7 @MAINT@ cd macros && $(MAKE) macros.dep
8
9 EXTRA_DIST= \
10                 Contributors \
11                 lufs.spec.in \
12                 cvs2cl-usermap \
13                 autogen.pl \
14                 Makefile-head.am \
15                 ChangeLog.captive \
16                 .vimrc \
17                 debian/changelog \
18                 debian/configure-subst-x.patch \
19                 debian/control \
20                 debian/copyright \
21                 debian/lufs.conffiles \
22                 debian/lufs.dirs \
23                 debian/lufs.docs \
24                 debian/lufs.files \
25                 debian/postinst \
26                 debian/postrm \
27                 debian/prerm \
28                 debian/rules
29
30 MAINTAINERCLEANFILES= \
31                 ChangeLog.captive
32
33 CLEANFILES= \
34                 ChangeLog.captive.bak
35
36 if MAINTAINER_MODE
37 ChangeLog.captive:
38         cvs2cl --usermap cvs2cl-usermap --window 3600 --separate-header --no-wrap --file $@
39
40 else
41 ChangeLog.captive:
42         touch $@
43
44 endif