https://hal.archives-ouvertes.fr/hal-01863457
Raw File
Tip revision: c812045b6b43f7bfeca7954a47baf2dcbb8c6d8d authored by Software Heritage on 03 September 2018, 13:40:43 UTC
hal: Deposit 174 in collection hal
Tip revision: c812045
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::spir

spir: spir.ml
	$(CAMLC) $(LINKFLAGS) -custom unix.zo graphics.zo  spir.ml -lgraph -lunix -lX11 -o spir

clean::
	$(RM) spir

all::spir-bw

spir-bw: spir-bw.ml
	$(CAMLC) $(LINKFLAGS) -custom unix.zo graphics.zo  spir-bw.ml -lgraph -lunix -lX11 -o spir-bw

clean::
	$(RM) spir-bw

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

loadall-bw.zo: spir-bw.zo 
loadall.zo: spir.zo 
back to top