X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fsoftware%2Fmatita%2Ftemplate_makefile.in;h=e61f757d6ee07412447adc0b3ba11aa5e8290a29;hb=2bd3b029f7f67d9c616b7756278573cc9e96510c;hp=7c5a40b31381736ce69c7cbab4f668ccf30f4be7;hpb=ba7371c1e56b52e1114dfb7e9407229f373889b9;p=helm.git diff --git a/helm/software/matita/template_makefile.in b/helm/software/matita/template_makefile.in index 7c5a40b31..e61f757d6 100644 --- a/helm/software/matita/template_makefile.in +++ b/helm/software/matita/template_makefile.in @@ -1,4 +1,5 @@ -SRC=$(shell find @ROOT@ -name "*.ma" -a -type f | sed 's?^@ROOT@/??') +SRC=$(shell find @ROOT@ -name "*.ma" -a -type f) +SHORTSRC=$(echo $(SRC) | sed 's?^@ROOT@/??g') TODO=$(SRC:%.ma=%.mo) MATITA_FLAGS= @@ -32,4 +33,4 @@ clean: # this is the depend for full targets like: # dir/dir/name.moo: dir/dir/name.ma dir/dep.moo --include @DEPFILE@ +include @DEPFILE@