Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Wrong namming scheme.
[simgrid.git] / Makefile.am
index 54c948f..698f62a 100644 (file)
@@ -13,7 +13,7 @@ EXTRA_DIST=$(SG_EXTRA_DIST)
 
 DISTCLEANFILES= stamp.configure stamp.build stamp.check *~  
 
-ACLOCAL = aclocal-1.9 -I acmacro
+ACLOCAL = aclocal -I acmacro
 AUTOMAKE_OPTIONS = gnu
 
 check-local:
@@ -106,6 +106,9 @@ mail:
               -s "New version of SimGrid ($$ver)" \
               simgrid-user@lists.gforge.inria.fr
 
+TAGS:
+       etags -o ./TAGS `make dist-files | grep -v $(PWD) | egrep '\.[ch]$$' |sort -u` 
+
 splint:
        splint `make dist-files | grep -v $(PWD) | egrep '\.[ch]$$' |sort -u` \
               +matchanyintegral -warnposix +boolint \