]> matita.cs.unibo.it Git - helm.git/blob - helm/DEVEL/pxp/pxp/rtests/canonxml/Makefile
Initial revision
[helm.git] / helm / DEVEL / pxp / pxp / rtests / canonxml / Makefile
1 # make validate:        make bytecode executable
2 # make validate.opt:    make native executable
3 # make clean:           remove intermediate files (in this directory)
4 # make CLEAN:           remove intermediate files (recursively)
5 # make distclean:       remove any superflous files (recursively)
6 #----------------------------------------------------------------------
7
8 OCAMLPATH=../..
9
10 test_canonxml: test_canonxml.ml
11         ocamlfind ocamlc -g -custom -o test_canonxml -package .,str -linkpkg test_canonxml.ml
12
13 #----------------------------------------------------------------------
14 .PHONY: all
15 all:
16
17 .PHONY: clean
18 clean:
19         rm -f *.cmi *.cmo *.cma *.cmx *.o *.a *.cmxa out.xml
20
21 .PHONY: CLEAN
22 CLEAN: clean
23
24 .PHONY: distclean
25 distclean: clean
26         rm -f *~
27         rm -f test_canonxml