X-Git-Url: http://git.jankratochvil.net/?a=blobdiff_plain;f=Makefile.am;h=747f11a2548e172353b27f20b395ab59a355cc62;hb=8d636786b1e3b196db0facd8aaf43845e46a0c05;hp=3819d9021423b3f45c17a9e8e2850cae1293997d;hpb=2abdd1d7d723cd2a874b658cfe7f2d68461dd572;p=captive.git diff --git a/Makefile.am b/Makefile.am index 3819d90..747f11a 100644 --- a/Makefile.am +++ b/Makefile.am @@ -19,29 +19,63 @@ include $(top_srcdir)/Makefile-head.am AUTOMAKE_OPTIONS=gnu -ACLOCAL_AMFLAGS=-I m4 -SUBDIRS=intl m4 macros src doc po +ACLOCAL_AMFLAGS=-I macros +SUBDIRS=macros src doc po ## to automatically rebuild aclocal.m4 if any of the macros in ## `macros/' change @MAINT@include macros/macros.dep @MAINT@macros/macros.dep: macros/Makefile.am @MAINT@ cd macros && $(MAKE) macros.dep +REACTOS_SOURCES= \ + reactos/hal \ + reactos/include \ + reactos/ntoskrnl + EXTRA_DIST+= \ INSTALL \ - ABOUT-NLS \ - config.rpath \ + THANKS \ mkinstalldirs \ captive.spec.in \ Makefile-head.am \ include_test.c \ autogen.pl \ .vimrc \ - ChangeLog + .gdbinit \ + ChangeLog \ + $(REACTOS_SOURCES) \ + debian/captive-lufs.files \ + debian/captive-install.conffiles \ + debian/captive-install.files \ + debian/captive-install.postinst \ + debian/captive-install.prerm \ + debian/captive.conffiles \ + debian/captive.docs \ + debian/captive.files \ + debian/captive.postinst \ + debian/captive.postrm \ + debian/changelog.in \ + debian/control \ + debian/copyright \ + debian/rules \ + cvs2cl-usermap \ + gnome_vfs_read_entire_file.c + +# Needed for dpkg-buildpackage(1): +EXTRA_DIST+=debian/changelog MAINTAINERCLEANFILES+= \ ChangeLog -# FIXME: replace by cvs2cl.pl ! +CLEANFILES+= \ + ChangeLog.bak + +if MAINTAINER_MODE ChangeLog: - rcs2log >$@ + cvs2cl --usermap cvs2cl-usermap --window 3600 --separate-header --no-wrap --file $@ . $(REACTOS_SOURCES) + +else +ChangeLog: + touch $@ + +endif