]> matita.cs.unibo.it Git - helm.git/commitdiff
...
authorClaudio Sacerdoti Coen <claudio.sacerdoticoen@unibo.it>
Mon, 5 Oct 2009 15:39:55 +0000 (15:39 +0000)
committerClaudio Sacerdoti Coen <claudio.sacerdoticoen@unibo.it>
Mon, 5 Oct 2009 15:39:55 +0000 (15:39 +0000)
helm/software/components/ng_kernel/Makefile

index 50ecd2b477bfa1fd656027ef9ef164c37ff11c1d..5b5a48593ad033b3696c953cf2be60819ca83225 100644 (file)
@@ -22,6 +22,9 @@ EXTRA_OBJECTS_TO_CLEAN =
 %.cmi: OCAMLOPTIONS += -w Ae
 %.cmx: OCAMLOPTIONS += -w Ae
 
+include ../../Makefile.defs
+include ../Makefile.common
+
 depend.dot: $(IMPLEMENTATION_FILES) $(INTERFACE_FILES)
        ocamldoc -o depend.dot -rectypes -I ../extlib/ -I ../cic -I ../cic_proof_checking/  -I ../urimanager/  -I ../logger/ -I ../registry/ -I ../getter/ -I ../hmysql/ -I ../library/ -I ../metadata/   -dot nUri.ml nReference.ml nCic.ml nCicPp.ml nCicEnvironment.ml nCicSubstitution.ml nCicReduction.ml nCicTypeChecker.ml nCicUtils.ml nCicLibrary.ml
        cat depend.dot | grep -v "^}$$" > /tmp/depend.dot && mv /tmp/depend.dot .
@@ -41,7 +44,3 @@ depend.dot: $(IMPLEMENTATION_FILES) $(INTERFACE_FILES)
 depend.png depend.eps: depend.dot
        dot -Tpng > depend.png < depend.dot
        dot -Tps > depend.eps < depend.dot
-
-include ../../Makefile.defs
-include ../Makefile.common
-