Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Remove the Acmacro directory.
[simgrid.git] / acmacro / dist-files.mk
diff --git a/acmacro/dist-files.mk b/acmacro/dist-files.mk
deleted file mode 100644 (file)
index 419574b..0000000
+++ /dev/null
@@ -1,9 +0,0 @@
-# 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