Fixed kernel sources path for 'smp' kernels.
[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.in \
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                 NEWS.captive
30
31 # Needed for dpkg-buildpackage(1):
32 EXTRA_DIST+=debian/changelog
33
34 MAINTAINERCLEANFILES= \
35                 ChangeLog.captive
36
37 CLEANFILES= \
38                 ChangeLog.captive.bak
39
40 if MAINTAINER_MODE
41 ChangeLog.captive:
42         cvs2cl --usermap cvs2cl-usermap --window 3600 --separate-header --no-wrap --file $@
43
44 else
45 ChangeLog.captive:
46         touch $@
47
48 endif