Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
bpf file of the test project
[simgrid.git] / Makefile.am
index 99a51d5c4a146df663f34f40b8f8b95a3dc0838a..2efc9d5b0b1d8eda588e0d22f56e3be6608c26da 100644 (file)
@@ -24,7 +24,7 @@ all-local:
 gramine:
        rm -rf gramine-@VERSION@ gramine-@VERSION@.tar*
        @echo "# Setup sources..."
-       for n in `find include src tools/gras -name '*.[ch]'`; do \
+       for n in `find include src tools/gras -name '*.[ch]' | grep -v -e gras_config.h -e ucontext_stack.h`; 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