]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/DEVEL/lablgtk_gtkmathview/lablgtk-20000829_gtkmathview-0.2.0/minidom/Makefile
Makefile acceptable. Ready to start packaging.
[helm.git] / helm / DEVEL / lablgtk_gtkmathview / lablgtk-20000829_gtkmathview-0.2.0 / minidom / Makefile
index c64b0496bca406a66271a91e8795366dacaa3dd0..db9447feee58f536c34f6eab3769048a5a45cd5c 100644 (file)
@@ -1,36 +1,35 @@
 
-all: ml_minidom.o minidom.cmi minidom.cmo minidom.cmx test test.opt
+all: test
+
+opt: test.opt
 
 ml_minidom.o: ml_minidom.c
-       gcc -c -I../ -I/usr/lib/ocaml/caml/ `glib-config --cflags` `xml-config --cflags` `gtkmathview-config --cflags` $<
+       gcc -c -I/usr/lib/ocaml/caml/ `glib-config --cflags` `xml-config --cflags` `gtkmathview-config --cflags` $<
 
 minidom.cmi: minidom.mli
        ocamlc -c $<
 
-minidom.cmo: minidom.ml
+minidom.cmo: minidom.ml minidom.cmi
        ocamlc -c $<
 
-minidom.cmx: minidom.ml
+minidom.cmx: minidom.ml minidom.cmi
        ocamlopt -c $<
 
-test.cmo: test.ml
+test.cmo: test.ml minidom.cmo
        ocamlc -c test.ml
 
-test.cmx: test.ml
+test.cmx: test.ml minidom.cmx
        ocamlopt -c test.ml
 
-test: test.cmo minidom.cmi ml_minidom.o
+test: test.cmo minidom.cmo ml_minidom.o
        ocamlc -custom -o test minidom.cmo test.cmo ml_minidom.o \
         -cclib "`xml-config --libs`" -cclib "`glib-config --libs`" \
         -cclib "`gtkmathview-config --libs`"
 
-test.opt: test.cmx minidom.cmi ml_minidom.o
+test.opt: test.cmx minidom.cmx ml_minidom.o
        ocamlopt -o test.opt minidom.cmx test.cmx ml_minidom.o \
         -cclib "`xml-config --libs`" -cclib "`glib-config --libs`" \
         -cclib "`gtkmathview-config --libs`"
 
 clean:
        rm -f *.o *.cm? test test.opt
-
-cleanbak:
-       rm -f *~