Raw File
Makefile
# 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::
	@-echo "-- Making all in" asl; cd asl; make all

clean::
	@-echo "-- Making clean in" asl; cd asl; make clean

makefiles::
	@-echo "-- Making makefiles in" asl; cd asl; make TOP=../$(TOP) makefiles

all::
	@-echo "-- Making all in" basics; cd basics; make all

clean::
	@-echo "-- Making clean in" basics; cd basics; make clean

makefiles::
	@-echo "-- Making makefiles in" basics; cd basics; make TOP=../$(TOP) makefiles

all::
	@-echo "-- Making all in" calc; cd calc; make all

clean::
	@-echo "-- Making clean in" calc; cd calc; make clean

makefiles::
	@-echo "-- Making makefiles in" calc; cd calc; make TOP=../$(TOP) makefiles

all::
	@-echo "-- Making all in" colwheel; echo "(This program requires the libgraph library;"; echo " if you haven't installed it, compilation will fail.)"; cd colwheel; make all

clean::
	@-echo "-- Making clean in" colwheel; cd colwheel; make clean

makefiles::
	@-echo "-- Making makefiles in" colwheel; cd colwheel; make TOP=../$(TOP) makefiles

all::
	@-echo "-- Making all in" compress; cd compress; make all

clean::
	@-echo "-- Making clean in" compress; cd compress; make clean

makefiles::
	@-echo "-- Making makefiles in" compress; cd compress; make TOP=../$(TOP) makefiles

all::
	@-echo "-- Making all in" demonstr; cd demonstr; make all

clean::
	@-echo "-- Making clean in" demonstr; cd demonstr; make clean

makefiles::
	@-echo "-- Making makefiles in" demonstr; cd demonstr; make TOP=../$(TOP) makefiles

all::
	@-echo "-- Making all in" docteur; cd docteur; make all

clean::
	@-echo "-- Making clean in" docteur; cd docteur; make clean

makefiles::
	@-echo "-- Making makefiles in" docteur; cd docteur; make TOP=../$(TOP) makefiles

all::
	@-echo "-- Making all in" grep; cd grep; make all

clean::
	@-echo "-- Making clean in" grep; cd grep; make clean

makefiles::
	@-echo "-- Making makefiles in" grep; cd grep; make TOP=../$(TOP) makefiles

all::
	@-echo "-- Making all in" hanoi; cd hanoi; make all

clean::
	@-echo "-- Making clean in" hanoi; cd hanoi; make clean

makefiles::
	@-echo "-- Making makefiles in" hanoi; cd hanoi; make TOP=../$(TOP) makefiles

all::
	@-echo "-- Making all in" kb; cd kb; make all

clean::
	@-echo "-- Making clean in" kb; cd kb; make clean

makefiles::
	@-echo "-- Making makefiles in" kb; cd kb; make TOP=../$(TOP) makefiles

all::
	@-echo "-- Making all in" minicaml; cd minicaml; make all

clean::
	@-echo "-- Making clean in" minicaml; cd minicaml; make clean

makefiles::
	@-echo "-- Making makefiles in" minicaml; cd minicaml; make TOP=../$(TOP) makefiles

all::
	@-echo "-- Making all in" minilogo; echo "(This program requires the libgraph library;"; echo " if you haven't installed it, compilation will fail.)"; cd minilogo; make all

clean::
	@-echo "-- Making clean in" minilogo; cd minilogo; make clean

makefiles::
	@-echo "-- Making makefiles in" minilogo; cd minilogo; make TOP=../$(TOP) makefiles

all::
	@-echo "-- Making all in" pascal; cd pascal; make all

clean::
	@-echo "-- Making clean in" pascal; cd pascal; make clean

makefiles::
	@-echo "-- Making makefiles in" pascal; cd pascal; make TOP=../$(TOP) makefiles

all::
	@-echo "-- Making all in" picomach; cd picomach; make all

clean::
	@-echo "-- Making clean in" picomach; cd picomach; make clean

makefiles::
	@-echo "-- Making makefiles in" picomach; cd picomach; make TOP=../$(TOP) makefiles

all::
	@-echo "-- Making all in" showsort; echo "(This program requires the libgraph library;"; echo " if you haven't installed it, compilation will fail.)"; cd showsort; make all

clean::
	@-echo "-- Making clean in" showsort; cd showsort; make clean

makefiles::
	@-echo "-- Making makefiles in" showsort; cd showsort; make TOP=../$(TOP) makefiles

all::
	@-echo "-- Making all in" spirals; echo "(This program requires the libgraph library;"; echo " if you haven't installed it, compilation will fail.)"; cd spirals; make all

clean::
	@-echo "-- Making clean in" spirals; cd spirals; make clean

makefiles::
	@-echo "-- Making makefiles in" spirals; cd spirals; make TOP=../$(TOP) makefiles

# (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

back to top