Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Canceled RPC are a pain right now (until we move to a N/1-port model, they are likely...
[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