X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/19bdb25835da6ee353675dfb995cf9ca886361b2..3ac8124e5fcee52dc950d676fda4a219408ea8a6:/acmacro/dist-files.mk diff --git a/acmacro/dist-files.mk b/acmacro/dist-files.mk new file mode 100644 index 0000000000..419574b5f2 --- /dev/null +++ b/acmacro/dist-files.mk @@ -0,0 +1,9 @@ +# Makefile chunk which allows to display the files which should be included +# into the distribution. + +# It is intended to be included in all Makefile.am + +dist-files: + @for n in $(DISTFILES) ; do echo $(SRCFILE)$$n; done + @echo + @for n in $(DIST_SUBDIRS) ; do if [ x$$n != x. ] ; then $(MAKE) -C $$n dist-files SRCFILE=$(SRCFILE)$$n/ ; fi; done