Adaptation interface graphique pour Windows.

git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@692 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
master
Xavier Leroy 1996-03-12 17:56:11 +00:00
parent cd513cd7a1
commit 0ca01a4dcf
1 changed files with 6 additions and 2 deletions

View File

@ -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