# Makefile generated by imake - do not edit! # $XConsortium: imake.c,v 1.65 91/07/25 17:50:17 rws Exp $ CAMLC=camlc COMPFLAGS=-W CAMLLIBR=camllibr CAMLLEX=camllex CAMLYACC=camlyacc CPP=/lib/cpp -P CAMLDEP=camldep RM=rm -f TOP=../. CONFIG=$(TOP)/config all:: # (begin Imakefile) all::grep grep: expr.zo auto.zo ensent.zo determ.zo grep.zo $(CAMLC) $(LINKFLAGS) expr.zo auto.zo ensent.zo determ.zo grep.zo -o grep clean:: $(RM) grep all::fastgrep fastgrep: expr.zo auto.zo ensent.zo determ.zo fastgrep.zo fastrec.o $(CAMLC) $(LINKFLAGS) -custom expr.zo auto.zo ensent.zo determ.zo fastgrep.zo fastrec.o -o fastgrep clean:: $(RM) fastgrep fastrec.o: fastrec.c $(CAMLC) -c fastrec.c clean:: rm -f fastrec.o # (end Imakefile) clean:: $(RM) *.zi *.zix *.zo *~ #*# beforedepend:: makefile: beforedepend imake -I$(CONFIG) -DTOPDIR=$(TOP) $(CAMLDEP) *.mli *.ml >> Makefile makefiles:: makefile .SUFFIXES: .mli .zi .ml .zo .mli.zi: $(CAMLC) $(COMPFLAGS) -c $< .ml.zo: $(CAMLC) $(COMPFLAGS) -c $< # Generated dependencies below auto.zi: expr.zi determ.zi: auto.zi fastrec.zi: determ.zi auto.zo: auto.zi expr.zi determ.zo: determ.zi auto.zi ensent.zi ensent.zo: ensent.zi expr.zo: expr.zi fastgrep.zo: determ.zi auto.zi fastrec.zi expr.zi grep.zo: determ.zi auto.zi expr.zi loadall.zo: grep.zo