# Warning: the modules must be in compilation order
+NULL =
MODULES = \
xml \
- pxp \
registry \
utf8_macros \
thread \
logger \
getter \
cic \
- cic_annotations \
cic_proof_checking \
cic_unification \
cic_omdoc \
cic_transformations \
cic_notation \
cic_textual_parser2 \
- hbugs
+ $(NULL)
OCAMLFIND_DEST_DIR = @OCAMLFIND_DEST_DIR@
OCAMLFIND_META_DIR = @OCAMLFIND_META_DIR@
depend: $(MODULES:%=%.depend)
install: $(MODULES:%=%.install)
uninstall: $(MODULES:%=%.uninstall)
-clean: clean_metas $(MODULES:%=%.clean)
+clean: $(MODULES:%=%.clean)
clean_metas:
rm -f $(METAS)
distclean: clean clean_metas