1 BIN_DIR = /usr/local/bin
6 helm-cic_transformations \
7 helm-cic_textual_parser2 \
8 helm-mathql_interpreter \
9 helm-mathql_generator \
16 REQUIRES = $(TEST_REQUIRES) gdome2-xslt helm-hbugs lablgtk2.init lablgtk2.glade
19 -package "$(REQUIRES)" -predicates "$(PREDICATES)" -pp camlp4o -thread
20 OCAMLFIND = @OCAMLFIND@
21 OCAMLDEBUGOPTIONS = -g
22 OCAMLC = $(OCAMLFIND) ocamlc $(OCAMLDEBUGOPTIONS) $(OCAMLOPTIONS)
23 OCAMLOPT = $(OCAMLFIND) ocamlopt $(OCAMLOPTIONS)
24 OCAMLDEP = $(OCAMLFIND) ocamldep -pp camlp4o
25 OCAMLDEBUG = wowcamldebug
27 LIBRARIES = $(shell $(OCAMLFIND) query -recursive -predicates "byte $(PREDICATES)" -format "%d/%a" $(REQUIRES))
28 LIBRARIES_OPT = $(shell $(OCAMLFIND) query -recursive -predicates "native $(PREDICATES)" -format "%d/%a" $(REQUIRES))
29 TEST_LIBRARIES = $(shell $(OCAMLFIND) query -recursive -predicates "byte $(PREDICATES)" -format "%d/%a" $(TEST_REQUIRES))
30 TEST_LIBRARIES_OPT = $(shell $(OCAMLFIND) query -recursive -predicates "native $(PREDICATES)" -format "%d/%a" $(TEST_REQUIRES))
33 opt: styles gTopLevel.opt
36 $(MAKE) -C ../hbugs/ start
38 $(MAKE) -C ../hbugs/ stop
42 logicalOperations.mli \
43 disambiguatingParser.mli \
49 chosenTermEditor.mli \
53 $(INTERFACE_FILES) $(INTERFACE_FILES:%.mli=%.ml) \
54 gTopLevel.ml regtest.ml testlibrary.ml batchParser.ml batchParser.mli
56 TOPLEVELOBJS = $(INTERFACE_FILES:%.mli=%.cmo) gTopLevel.cmo
58 disambiguatingParser.cmo \
60 REGTESTOBJS = $(TESTOBJS) regtest.cmo
61 TESTLIBOBJS = $(TESTOBJS) testlibrary.cmo
63 $(INTERFACE_FILES:%.mli=%.cmo): $(LIBRARIES)
64 $(INTERFACE_FILES:%.mli=%.cmx): $(LIBRARIES_OPT)
67 @echo "***********************************************************************"
68 @if [ -d stylesheets -a -d meta_stylesheets ] ; then echo -e "* stylesheets and metastylesheets found: *\\n* I will create the request hyperlinks in styles *" ; else echo -e "* stylesheets or meta_stylesheets not found: *\\n* you should check-out the two directories from the MoWGLI repository *" ; exit -1 ; fi
69 @echo "***********************************************************************"
71 (cd styles && for i in ../stylesheets/*.xsl ; do ln -s $$i; done)
72 (cd styles && for i in ../stylesheets/generated/*.xsl ; do ln -s $$i; done)
73 (cd styles && rm rootcontent.xsl && ln -s ../rootcontent.xsl)
76 $(OCAMLDEP) $(DEPOBJS) > .depend
78 gTopLevel: $(TOPLEVELOBJS) $(LIBRARIES)
79 $(OCAMLC) -thread -linkpkg -o $@ $(TOPLEVELOBJS)
80 gTopLevel.opt: $(TOPLEVELOBJS:.cmo=.cmx) $(LIBRARIES_OPT)
81 $(OCAMLOPT) -thread -linkpkg -o $@ $(TOPLEVELOBJS:.cmo=.cmx)
83 testlibrary: $(TESTLIBOBJS) $(TEST_LIBRARIES)
84 $(OCAMLFIND) ocamlc -thread $(OCAMLDEBUGOPTIONS) -linkpkg \
85 -package "$(TEST_REQUIRES)" -o $@ $(TESTLIBOBJS)
86 testlibrary.opt: $(TESTLIBOBJS:.cmo=.cmx) $(TEST_LIBRARIES_OPT)
87 $(OCAMLFIND) ocamlopt -thread -linkpkg -package "$(TEST_REQUIRES)" -o $@ \
88 $(TESTLIBOBJS:.cmo=.cmx)
90 regtest: $(REGTESTOBJS) $(TEST_LIBRARIES)
91 $(OCAMLFIND) ocamlc -thread $(OCAMLDEBUGOPTIONS) -linkpkg \
92 -package "$(TEST_REQUIRES)" -o $@ $(REGTESTOBJS)
93 regtest.opt: $(REGTESTOBJS:.cmo=.cmx) $(TEST_LIBRARIES_OPT)
94 $(OCAMLFIND) ocamlopt -thread -linkpkg -package "$(TEST_REQUIRES)" -o $@ \
95 $(REGTESTOBJS:.cmo=.cmx)
97 .SUFFIXES: .ml .mli .cmo .cmi .cmx
105 $(TOPLEVELOBJS): $(LIBRARIES)
106 $(TOPLEVELOBJS:.cmo=.cmx)): $(LIBRARIES_OPT)
109 rm -f *.cm[iox] *.o gTopLevel{,.opt} regtest{,.opt} testlibrary{,.opt}
111 cp gTopLevel gTopLevel.opt $(BIN_DIR)
113 rm -f $(BIN_DIR)/gTopLevel $(BIN_DIR)/gTopLevel.opt
115 .PHONY: install uninstall clean test
117 INTESTS := $(wildcard tests/*.cic)
118 OUTTESTS := $(patsubst %, %.test, $(INTESTS))
122 tests/%.cic.test: tests/%.cic regtest
123 time ./regtest -gen $<
125 ./regtest $(INTESTS) 2> /dev/null
126 test.opt: regtest.opt
127 ./regtest.opt $(INTESTS) 2> /dev/null
129 ./regtest -dump $(INTESTS) 2> /dev/null
130 envtest.opt: regtest.opt
131 ./regtest.opt -dump $(INTESTS) 2> /dev/null
132 librarytest: testlibrary
133 ./testlibrary -vars -varsprefix cic:/Coq index.txt 2>/dev/null >LOG
134 librarytest.opt: testlibrary.opt
135 ./testlibrary.opt -vars -varsprefix cic:/Coq index.txt 2>/dev/null >LOG
136 typecheck_uri: typecheck_uri.ml
137 $(OCAMLFIND) ocamlc -thread -package helm-cic_proof_checking -linkpkg -o $@ $<
138 typecheck_uri.opt: typecheck_uri.ml
139 $(OCAMLFIND) opt -thread -package helm-cic_proof_checking -linkpkg -o $@ $<
144 echo "load_printer \"threads.cma\"" > .debug_script
145 $(OCAMLFIND) query -recursive -predicates "mt,byte" -a-format \
146 helm-cic_unification | \
147 sed 's/\(.*\)/load_printer "\1"/' \
149 echo "install_printer CicMetaSubst.fppsubst" >> .debug_script
150 echo "install_printer CicMetaSubst.fppterm" >> .debug_script
151 echo "install_printer CicMetaSubst.fppmetasenv" >> .debug_script
152 ledit $(OCAMLDEBUG) \
153 -source .debug_script \
155 $(shell $(OCAMLFIND) query -recursive -i-format $(REQUIRES)) \
158 ifneq ($(MAKECMDGOALS), depend)