X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fmatita%2Ftemplate_makefile.in;h=5ae1165bbbc17666f80a5bfd17232b00e300edee;hb=4167cea65ca58897d1a3dbb81ff95de5074700cc;hp=6079bb4eb333b7664d3330671af661b3446876c6;hpb=9f02c52b23c8f56a3deaab6f5eae29ca2c3acb9f;p=helm.git diff --git a/helm/matita/template_makefile.in b/helm/matita/template_makefile.in index 6079bb4eb..5ae1165bb 100644 --- a/helm/matita/template_makefile.in +++ b/helm/matita/template_makefile.in @@ -1,7 +1,7 @@ SRC=$(shell find @ROOT@ -name "*.ma" -a -type f) TODO=$(SRC:%.ma=%.mo) -MATITA_FLAGS= +MATITA_FLAGS=-noprofile NODB=false ifeq ($(NODB),true) MATITA_FLAGS += -nodb @@ -14,14 +14,14 @@ MATITADEP=@DEP@ all: $(TODO) clean: - $(MATITACLEAN) $(MATITA_FLAGS) $(SRC) + $(MATITACLEAN) $(MATITA_FLAGS) $(SRC) rm -f $(TODO) %.moo: ($(MATITAC) $(MATITA_FLAGS) -q -I @ROOT@ $< | (grep -v "^make" || true)) @DEPFILE@ : $(SRC) - $(MATITADEP) $(MATITA_FLAGS) -I '@ROOT@' $^ > @DEPFILE@ + $(MATITADEP) $(MATITA_FLAGS) -I '@ROOT@' $^ 1> @DEPFILE@ 2>/dev/null # this is the depend for full targets like: # dir/dir/name.moo: dir/dir/name.ma dir/dep.moo