]> matita.cs.unibo.it Git - helm.git/blob - helm/DEVEL/lablgtkmathview/test/Makefile.in
29ab71ffcfad3d7aa07125c8127e09e7aa636ea8
[helm.git] / helm / DEVEL / lablgtkmathview / test / Makefile.in
1 PACKAGE = @PACKAGE@
2 MLFLAGS = -predicates "init"
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