X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/0a41fbf8e28eedc34f2dfcbcfe6bd6be4a80b7d1..d74e6d6c2620eab29f73b3ab540c4a60ea8592fa:/Makefile.am diff --git a/Makefile.am b/Makefile.am index b054fefd31..30d13f43d7 100644 --- a/Makefile.am +++ b/Makefile.am @@ -6,14 +6,14 @@ # GRAMINE_CUT_BEGIN -SG_SUBDIRS= testsuite teshsuite examples doc +SG_SUBDIRS= testsuite teshsuite examples doc buildtools SG_EXTRA_DIST = bootstrap COPYING INSTALL NEWS README README.IEEE TODO AUTHORS ChangeLog \ acmacro/aci.m4 \ tools/graspe-slave.in \ tools/MSG_visualization \ tools/MSG_visualization/colorize.pl \ - checkall + checkall # GRAMINE_CUT_END SUBDIRS= include src tools $(SG_SUBDIRS) @@ -22,6 +22,7 @@ EXTRA_DIST=$(SG_EXTRA_DIST) DISTCLEANFILES= stamp.configure stamp.build stamp.check *~ ACLOCAL = aclocal -I acmacro +ACLOCAL_AMFLAGS=-I acmacro AUTOMAKE_OPTIONS = gnu check-local: @@ -79,6 +80,14 @@ publish: dist cp ChangeLog ~/public_html/simgrid2/ $(MAKE) -C ~/public_html +indent: + indent -br -brs -ce -bbo -bap --dont-break-procedure-type \ + --no-tabs --cuddle-do-while --cuddle-else --indent-level2 \ + --leave-preprocessor-space --no-space-after-function-call-names \ + `$(MAKE) dist-files | grep '\.[ch]$$'|grep -v '/_' |grep -v '_unit.c'\ + | grep -v src/xbt/graphxml.c | grep -v datadesc_structs.c \ + | grep -v simgrid_dtd.[ch]` + sync-gforge: chmod g+rw -R doc/ chmod a+rX -R doc/