]> matita.cs.unibo.it Git - helm.git/blob - helm/DEVEL/lablgtkmathview/test/Makefile.in
ocaml 3.09 transition
[helm.git] / helm / DEVEL / lablgtkmathview / test / Makefile.in
1 PACKAGE = @PACKAGE@ lablgtk2.init
2 MLFLAGS =
3 OCAMLC = ocamlfind ocamlc $(MLFLAGS)
4 OCAMLOPT = ocamlfind ocamlopt $(MLFLAGS)
5 TMPDIR = .test
6
7 all: test
8 opt: test.opt
9
10 test: test.ml
11         $(OCAMLC) -package "$(PACKAGE)" -linkpkg -predicates "" -o $@ test.ml
12
13 test.opt: test.ml
14         $(OCAMLOPT) -package "$(PACKAGE)" -linkpkg -predicates "" -o $@ test.ml
15
16 clean:
17         rm -f *.cm[iox] *.o test test.opt t1lib.log test.ps
18
19 distclean:
20         rm Makefile