]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/matita/Makefile.in
first matitadep snapshot
[helm.git] / helm / matita / Makefile.in
index 43a62c6f5110d85a2ee4972a4133f58ddf715911..c7b250a3b4789ae97a3e212e25019f7f9c205a8b 100644 (file)
@@ -21,6 +21,7 @@ CMOS =                                \
        buildTimeConf.cmo       \
        matitaLog.cmo           \
        matitaTypes.cmo         \
+       matitaExcPp.cmo         \
        matitaMisc.cmo          \
        matitaDb.cmo            \
        matitaSync.cmo          \
@@ -36,6 +37,7 @@ CCMOS =                               \
        buildTimeConf.cmo       \
        matitaLog.cmo           \
        matitaTypes.cmo         \
+       matitaExcPp.cmo         \
        matitaMisc.cmo          \
        matitaDb.cmo            \
        matitaSync.cmo          \
@@ -44,7 +46,7 @@ CCMOS =                               \
        matitacLib.cmo
 
 
-all: matita matitac matitatop cicbrowser
+all: matita matitac matitatop cicbrowser matitadep
 
 updater: $(LIB_DEPS)
        $(OCAMLC) $(PKGS) -linkpkg -o $@ updater.ml
@@ -54,7 +56,7 @@ CMXS = $(patsubst %.cmo,%.cmx,$(CMOS))
 CCMXS = $(patsubst %.cmo,%.cmx,$(CCMOS))
 LIB_DEPS := $(shell $(OCAMLFIND) query -recursive -predicates "byte" -format "%d/%a" $(REQUIRES))
 LIBX_DEPS := $(shell $(OCAMLFIND) query -recursive -predicates "native" -format "%d/%a" $(REQUIRES))
-opt: matita.opt matitac.opt cicbrowser.opt
+opt: matita.opt matitac.opt cicbrowser.opt matitadep.opt
 else
 opt:
        @echo "Native code compilation is disabled"
@@ -73,6 +75,11 @@ matitac.opt: $(LIBX_DEPS) $(CCMXS) matitac.ml
 matitatop: matitatop.ml $(LIB_DEPS) $(CCMOS)
        $(OCAMLC) $(CPKGS) -linkpkg -o $@ toplevellib.cma $(CCMOS) $<
 
+matitadep: matitadep.ml $(LIB_DEPS) $(CCMOS)
+       $(OCAMLC) $(CPKGS) -linkpkg -o $@ $(CCMOS) $<
+matitadep.opt: matitadep.ml $(LIB_DEPS) $(CCMXS)
+       $(OCAMLOPT) $(CPKGS) -linkpkg -o $@ $(CCMXS) $<
+
 cicbrowser: matita
        @test -f $@ || ln -s $< $@
 cicbrowser.opt: matita.opt
@@ -94,7 +101,8 @@ matitaGeneratedGui.ml matitaGeneratedGui.mli: matita.glade
 clean:
        rm -rf *.cma *.cmo *.cmi *.cmx *.cmxa *.a *.o   \
                matita matita.opt matitac matitac.opt   \
-               cicbrowser cicbrowser.opt
+               cicbrowser cicbrowser.opt       \
+               matitadep matitadep.opt
 distclean: clean
        rm -f matitaGeneratedGui.ml matitaGeneratedGui.mli
        rm -f config.log config.status Makefile buildTimeConf.ml