Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
brain-dead hack
authoralegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Fri, 4 Feb 2005 00:14:08 +0000 (00:14 +0000)
committeralegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Fri, 4 Feb 2005 00:14:08 +0000 (00:14 +0000)
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@846 48e7efb5-ca39-0410-a469-dd3cf9ba447f

Makefile.am

index 3689553..137f4d0 100644 (file)
@@ -11,8 +11,9 @@ EXTRA_DIST = bootstrap COPYING INSTALL NEWS README README.IEEE TODO AUTHORS Chan
        tools/MSG_visualization tools/platform_generation \
         tools/doxygen/index_create.pl
 
        tools/MSG_visualization tools/platform_generation \
         tools/doxygen/index_create.pl
 
-TAGS: 
-       etags `find . -name "*.[ch]"`
+SOURCE_FILES = $(shell find . -name "*.[ch]")
+TAGS: $(SOURCE_FILES)
+       @etags $(SOURCE_FILES)
 
 tags: TAGS
 
 
 tags: TAGS