# Makefile generated by imake - do not edit! # $XConsortium: imake.c,v 1.91 95/01/12 16:15:47 kaleb Exp $ LIBDIR=/usr/local/lib/ocaml/ CAMLC=ocamlc CAMLCOPT=ocamlopt COMPFLAGS=-g COMPFLAGSOPT= CAMLLIBR=ocamllibr CAMLLEX=ocamllex CAMLYACC=ocamlyacc CAMLDEP=ocamldep -pp camlp4o CPP=/lib/cpp -P RM=rm -f CP=cp -p -f TOP=../. CONFIG=$(TOP)/config all:: allopt:opt # (begin Imakefile) hanoi-fra.OBJS=hanoi-fra.cmo hanoi-fra.FILES=$(hanoi-fra.OBJS:.cmo=.ml) all::hanoi-fra depend:: $(CAMLDEP) $(hanoi-fra.FILES) >> Makefile clean:: $(RM) hanoi-fra hanoi-fra: hanoi-fra.cmo $(CAMLC) $(LINKFLAGS) hanoi-fra.cmo -o hanoi-fra hanoi-fra.BINOBJS=hanoi-fra.cmx hanoi-fra.FILES=$(hanoi-fra.BINOBJS:.cmx=.ml) opt::hanoi-fra.opt depend:: $(CAMLDEP) $(hanoi-fra.FILES) >> Makefile clean:: $(RM) hanoi-fra hanoi-fra.opt hanoi-fra.opt: hanoi-fra.cmx $(CAMLCOPT) $(LINKFLAGSOPT) hanoi-fra.cmx -o hanoi-fra.opt $(CP) hanoi-fra.opt hanoi-fra hanoi-eng.OBJS=hanoi-eng.cmo hanoi-eng.FILES=$(hanoi-eng.OBJS:.cmo=.ml) all::hanoi-eng depend:: $(CAMLDEP) $(hanoi-eng.FILES) >> Makefile clean:: $(RM) hanoi-eng hanoi-eng: hanoi-eng.cmo $(CAMLC) $(LINKFLAGS) hanoi-eng.cmo -o hanoi-eng hanoi-eng.BINOBJS=hanoi-eng.cmx hanoi-eng.FILES=$(hanoi-eng.BINOBJS:.cmx=.ml) opt::hanoi-eng.opt depend:: $(CAMLDEP) $(hanoi-eng.FILES) >> Makefile clean:: $(RM) hanoi-eng hanoi-eng.opt hanoi-eng.opt: hanoi-eng.cmx $(CAMLCOPT) $(LINKFLAGSOPT) hanoi-eng.cmx -o hanoi-eng.opt $(CP) hanoi-eng.opt hanoi-eng txthanoi-fra.OBJS=txthanoi-fra.cmo txthanoi-fra.FILES=$(txthanoi-fra.OBJS:.cmo=.ml) all::txthanoi-fra depend:: $(CAMLDEP) $(txthanoi-fra.FILES) >> Makefile clean:: $(RM) txthanoi-fra txthanoi-fra: txthanoi-fra.cmo $(CAMLC) $(LINKFLAGS) txthanoi-fra.cmo -o txthanoi-fra txthanoi-fra.BINOBJS=txthanoi-fra.cmx txthanoi-fra.FILES=$(txthanoi-fra.BINOBJS:.cmx=.ml) opt::txthanoi-fra.opt depend:: $(CAMLDEP) $(txthanoi-fra.FILES) >> Makefile clean:: $(RM) txthanoi-fra txthanoi-fra.opt txthanoi-fra.opt: txthanoi-fra.cmx $(CAMLCOPT) $(LINKFLAGSOPT) txthanoi-fra.cmx -o txthanoi-fra.opt $(CP) txthanoi-fra.opt txthanoi-fra txthanoi-eng.OBJS=txthanoi-eng.cmo txthanoi-eng.FILES=$(txthanoi-eng.OBJS:.cmo=.ml) all::txthanoi-eng depend:: $(CAMLDEP) $(txthanoi-eng.FILES) >> Makefile clean:: $(RM) txthanoi-eng txthanoi-eng: txthanoi-eng.cmo $(CAMLC) $(LINKFLAGS) txthanoi-eng.cmo -o txthanoi-eng txthanoi-eng.BINOBJS=txthanoi-eng.cmx txthanoi-eng.FILES=$(txthanoi-eng.BINOBJS:.cmx=.ml) opt::txthanoi-eng.opt depend:: $(CAMLDEP) $(txthanoi-eng.FILES) >> Makefile clean:: $(RM) txthanoi-eng txthanoi-eng.opt txthanoi-eng.opt: txthanoi-eng.cmx $(CAMLCOPT) $(LINKFLAGSOPT) txthanoi-eng.cmx -o txthanoi-eng.opt $(CP) txthanoi-eng.opt txthanoi-eng grahanoi-fra.OBJS=grahanoi-fra.cmo grahanoi-fra.FILES=$(grahanoi-fra.OBJS:.cmo=.ml) all::grahanoi-fra depend:: $(CAMLDEP) $(grahanoi-fra.FILES) >> Makefile clean:: $(RM) grahanoi-fra grahanoi-fra: grahanoi-fra.cmo $(CAMLC) $(LINKFLAGS) -custom unix.cma graphics.cma grahanoi-fra.cmo -o grahanoi-fra grahanoi-fra.BINOBJS=grahanoi-fra.cmx grahanoi-fra.FILES=$(grahanoi-fra.BINOBJS:.cmx=.ml) opt::grahanoi-fra.opt depend:: $(CAMLDEP) $(grahanoi-fra.FILES) >> Makefile clean:: $(RM) grahanoi-fra grahanoi-fra.opt grahanoi-fra.opt: grahanoi-fra.cmx $(CAMLCOPT) $(LINKFLAGSOPT) unix.cmxa graphics.cmxa grahanoi-fra.cmx -o grahanoi-fra.opt $(CP) grahanoi-fra.opt grahanoi-fra grahanoi-eng.OBJS=grahanoi-eng.cmo grahanoi-eng.FILES=$(grahanoi-eng.OBJS:.cmo=.ml) all::grahanoi-eng depend:: $(CAMLDEP) $(grahanoi-eng.FILES) >> Makefile clean:: $(RM) grahanoi-eng grahanoi-eng: grahanoi-eng.cmo $(CAMLC) $(LINKFLAGS) -custom unix.cma graphics.cma grahanoi-eng.cmo -o grahanoi-eng grahanoi-eng.BINOBJS=grahanoi-eng.cmx grahanoi-eng.FILES=$(grahanoi-eng.BINOBJS:.cmx=.ml) opt::grahanoi-eng.opt depend:: $(CAMLDEP) $(grahanoi-eng.FILES) >> Makefile clean:: $(RM) grahanoi-eng grahanoi-eng.opt grahanoi-eng.opt: grahanoi-eng.cmx $(CAMLCOPT) $(LINKFLAGSOPT) unix.cmxa graphics.cmxa grahanoi-eng.cmx -o grahanoi-eng.opt $(CP) grahanoi-eng.opt grahanoi-eng # (end Imakefile) clean:: $(RM) *.cmi *.cmix *.cmo *.cmx *.o a.out* *~ *.opt #*# depend:: beforedepend:: mfile: imake -I$(CONFIG) -DTOPDIR=$(TOP) makefiles:: beforedepend mfile depend .SUFFIXES: .mli .cmi .ml .cmo .cmx .mli.cmi: $(CAMLC) $(COMPFLAGS) -c $< .ml.cmo: $(CAMLC) $(COMPFLAGS) -c $< .ml.cmx: $(CAMLCOPT) $(COMPFLAGSOPT) -c $< # Generated dependencies below