summaryrefslogtreecommitdiffstats
path: root/otherlibs/graph/Makefile
diff options
context:
space:
mode:
authorDamien Doligez <damien.doligez-inria.fr>1996-10-07 14:03:20 +0000
committerDamien Doligez <damien.doligez-inria.fr>1996-10-07 14:03:20 +0000
commitd77533abfa37c709f4f23f58fb9ab72de20c8696 (patch)
treefadbe8066b983616efc813e6538f1333d80b1bc3 /otherlibs/graph/Makefile
parentca2c3e4f73d9f54c28f34622703e29b9264ec7e2 (diff)
On utilise Sys.get_config au lieu de cpp.
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@1055 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
Diffstat (limited to 'otherlibs/graph/Makefile')
-rw-r--r--otherlibs/graph/Makefile6
1 files changed, 1 insertions, 5 deletions
diff --git a/otherlibs/graph/Makefile b/otherlibs/graph/Makefile
index ef707a497..1e1520560 100644
--- a/otherlibs/graph/Makefile
+++ b/otherlibs/graph/Makefile
@@ -23,12 +23,8 @@ libgraphics.a: $(OBJS)
graphics.cma: graphics.cmo
$(CAMLC) -a -o graphics.cma graphics.cmo
-graphics.ml: graphics.mlp
- $(CPP) -DUSE_ASYNC_IO graphics.mlp > graphics.ml
-
clean:
rm -f *.cm*
- rm -f graphics.ml
realclean: clean
rm -f *.a *.o
@@ -49,7 +45,7 @@ installopt:
.ml.cmx:
$(CAMLOPT) -c $(COMPFLAGS) $<
-depend: graphics.ml
+depend:
gcc -MM $(CFLAGS) *.c > .depend
../../tools/ocamldep *.mli *.ml >> .depend