1 SRC=$(shell find @ROOT@ -name "*.ma" -a -type f)
5 MATITA_FLAGS+=-noprofile
18 $(MATITACLEAN) $(MATITA_FLAGS) $(SRC)
22 $(MATITAC) $(MATITA_FLAGS) -q -I @ROOT@ $<
25 $(MATITADEP) $(MATITA_FLAGS) -I '@ROOT@' $^ 1> @DEPFILE@
27 # this is the depend for full targets like:
28 # dir/dir/name.moo: dir/dir/name.ma dir/dep.moo