1 SRC=$(shell find @ROOT@ -name "*.ma" -a -type f)
4 MATITA_FLAGS=-noprofile
17 $(MATITACLEAN) $(MATITA_FLAGS) $(SRC)
21 ($(MATITAC) $(MATITA_FLAGS) -q -I @ROOT@ $< | (grep -v "^make" || true))
24 $(MATITADEP) $(MATITA_FLAGS) -I '@ROOT@' $^ 1> @DEPFILE@ 2>/dev/null
26 # this is the depend for full targets like:
27 # dir/dir/name.moo: dir/dir/name.ma dir/dep.moo