From 9ff1adcef352c6eb7cda9a59a80b50cfb5c2e2ab Mon Sep 17 00:00:00 2001 From: mquinson Date: Tue, 26 Sep 2006 11:52:16 +0000 Subject: [PATCH] No need for *.l in gramine git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2817 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- Makefile.am | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile.am b/Makefile.am index adfe059f0e..50bdd7a344 100644 --- a/Makefile.am +++ b/Makefile.am @@ -23,9 +23,9 @@ TAGS: $(SOURCE_FILES) tags: TAGS gramine: - rm -rf gramine-@VERSION@ + rm -rf gramine-@VERSION@ gramine-@VERSION@.tar* @echo "# Setup sources..." - for n in `find include src -name '*.[chl]'`; do \ + for n in `find include src -name '*.[ch]'`; do \ mkdir -p gramine-@VERSION@/`dirname $$n`; \ perl -e '$$/ = undef; $$l=<>; while ($$l=~ m,(/\*.*?\*/),s) { $$rep=$$1; $$rep=~s/\S//sg; $$l=~s,/\*.*?\*/,$$rep,s; } print $$l;' < $$n > gramine-@VERSION@/$$n; \ done @@ -39,8 +39,8 @@ gramine: sed -e '/^# GRAMINE_CUT_BEGIN/,/^# GRAMINE_CUT_END/d' \ -e 's/gramine_mode=no/gramine_mode=yes/' $$n > gramine-@VERSION@/$$n; \ done - cp install[-.]sh config.sub config.guess depcomp missing ltmain.sh gramine-@VERSION@/ chmod +x gramine-@VERSION@/configure + cp install[-.]sh config.sub config.guess depcomp missing ltmain.sh gramine-@VERSION@/$$n tar cf gramine-@VERSION@.tar gramine-@VERSION@ ; bzip2 -9 gramine-@VERSION@.tar tar cf gramine-@VERSION@.tar gramine-@VERSION@ ; gzip -9 gramine-@VERSION@.tar -- 2.20.1