]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/ocaml/metadata/Makefile
added fallback to environment variables when a key is not found neither in
[helm.git] / helm / ocaml / metadata / Makefile
index c876b48100ad7035929fa18c225df08ba194951e..d02d021a5b3844e6137924de968e3f26be100f8f 100644 (file)
@@ -1,5 +1,4 @@
 PACKAGE = metadata
-REQUIRES = mysql helm-cic_proof_checking helm-hmysql
 PREDICATES =
 
 INTERFACE_FILES = \
@@ -13,26 +12,29 @@ IMPLEMENTATION_FILES = $(INTERFACE_FILES:%.mli=%.ml)
 EXTRA_OBJECTS_TO_INSTALL =
 EXTRA_OBJECTS_TO_CLEAN =
 
+include ../../Makefile.defs
 include ../Makefile.common
 
 all: all_table_creator all_extractor
 opt: opt_table_creator opt_extractor
 
 all_table_creator:
-       make -C table_creator/ all
+       @make -C table_creator/ all 
 opt_table_creator:
-       make -C table_creator/ opt
+       @make -C table_creator/ opt
 
 all_extractor:
-       make -C extractor/ all
+       @make -C extractor/ all
 opt_extractor:
-       make -C extractor/ opt
+       @make -C extractor/ opt
 
 clean: clean_table_creator clean_extractor
 
 clean_table_creator:
-       make -C table_creator/ clean
+       @echo "  cleaning: table_creator"
+       @make -C table_creator/ clean 
        
 clean_extractor:
-       make -C extractor/ clean
+       @echo "  cleaning: extractor"
+       @make -C extractor/ clean