From 0ca01a4dcf1a5265ce2f848a248688f0c3980a79 Mon Sep 17 00:00:00 2001 From: Xavier Leroy Date: Tue, 12 Mar 1996 17:56:11 +0000 Subject: [PATCH] Adaptation interface graphique pour Windows. git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@692 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02 --- otherlibs/graph/Makefile | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/otherlibs/graph/Makefile b/otherlibs/graph/Makefile index b22ea304d..58406c58e 100644 --- a/otherlibs/graph/Makefile +++ b/otherlibs/graph/Makefile @@ -23,11 +23,15 @@ 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 $(GENFILES) + rm -f *.a *.o install: cp libgraphics.a $(LIBDIR)/libgraphics.a @@ -45,7 +49,7 @@ installopt: .ml.cmx: $(CAMLOPT) -c $(COMPFLAGS) $< -depend: +depend: graphics.ml gcc -MM $(CFLAGS) *.c > .depend ../../tools/csldep *.mli *.ml >> .depend