Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Display what's going on as the unit is running, not afterward (some of them are a...
[simgrid.git] / acmacro / dist-files.mk
1 # Makefile chunk which allows to display the files which should be included
2 # into the distribution.
3
4 # It is intended to be included in all Makefile.am 
5
6 dist-files:
7         @for n in $(DISTFILES) ; do echo $(SRCFILE)$$n; done
8         @echo
9         @for n in $(DIST_SUBDIRS) ; do if [ x$$n != x. ] ; then $(MAKE) -C $$n dist-files SRCFILE=$(SRCFILE)$$n/ ; fi; done