2000-01-31 21:43:25 -08:00
|
|
|
## Paths are relative to subdirectories
|
|
|
|
## Where you compiled Objective Caml
|
|
|
|
TOPDIR=../../..
|
|
|
|
TOPDIRNT=..\..\..
|
|
|
|
## Where to find OCaml binaries
|
|
|
|
EXEDIR=$(TOPDIRNT)
|
|
|
|
## Path to the otherlibs subdirectory
|
|
|
|
OTHERS=../..
|
|
|
|
|
|
|
|
!include $(TOPDIRNT)\config\Makefile.nt
|
|
|
|
|
|
|
|
LABLTKDIR=$(LIBDIR)\labltk
|
|
|
|
TKLINKOPT=$(STATIC) -cclib ../support/liblabltk41.lib \
|
|
|
|
-cclib "$(TK_LINK)" $(X11_LINK) -cclib "$(CCLIBS) $(DLLIB)"
|
|
|
|
|
|
|
|
## Tools from the Objective Caml distribution
|
|
|
|
|
|
|
|
CAMLRUN=$(EXEDIR)\boot\ocamlrun
|
|
|
|
LABLC=$(CAMLRUN) $(TOPDIR)/ocamlc -I $(TOPDIR)/stdlib
|
2000-03-13 06:10:09 -08:00
|
|
|
LABLCOMP=$(LABLC) -modern -c
|
2000-01-31 21:43:25 -08:00
|
|
|
LABLYACC=$(EXEDIR)\boot\ocamlyacc -v
|
|
|
|
LABLLEX=$(CAMLRUN) $(TOPDIR)/boot/ocamllex
|
|
|
|
LABLLIBR=$(LABLC) -a
|
|
|
|
LABLDEP=$(CAMLRUN) $(TOPDIR)/tools/ocamldep
|
|
|
|
COMPFLAGS=
|
|
|
|
LINKFLAGS=
|
|
|
|
|
2000-03-13 06:10:09 -08:00
|
|
|
CAMLOPT=$(CAMLRUN) $(TOPDIR)/ocamlopt -I $(TOPDIR)/stdlib -modern
|
2000-01-31 21:43:25 -08:00
|
|
|
CAMLOPTLIBR=$(CAMLOPT) -a
|