Skip to content

Commit

Permalink
Compiler w.r.t. stdlib, pas boot.
Browse files Browse the repository at this point in the history
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@863 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
  • Loading branch information
xavierleroy committed Jun 4, 1996
1 parent 3433f74 commit a5f0493
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion otherlibs/dynlink/Makefile
Expand Up @@ -4,7 +4,7 @@ include ../../config/Makefile

CAMLC=../../boot/ocamlrun ../../boot/ocamlc
INCLUDES=-I ../../utils -I ../../typing -I ../../bytecomp
COMPFLAGS=-I ../../boot $(INCLUDES)
COMPFLAGS=-I ../../stdlib $(INCLUDES)

OBJS=dynlink.cmo
COMPILEROBJS=misc.cmo tbl.cmo clflags.cmo config.cmo ident.cmo \
Expand Down
2 changes: 1 addition & 1 deletion otherlibs/graph/Makefile
Expand Up @@ -5,7 +5,7 @@ include ../../config/Makefile
CC=$(BYTECC)
CFLAGS=-I../../byterun -I$(X11_INCLUDES) -O $(BYTECCCOMPOPTS)

CAMLC=../../boot/ocamlrun ../../boot/ocamlc -I ../../boot
CAMLC=../../boot/ocamlrun ../../boot/ocamlc -I ../../stdlib
CAMLOPT=../../boot/ocamlrun ../../ocamlopt -I ../../stdlib

OBJS=open.o draw.o fill.o color.o text.o \
Expand Down
2 changes: 1 addition & 1 deletion otherlibs/num/Makefile
Expand Up @@ -5,7 +5,7 @@ include ../../config/Makefile
# Compilation options
CC=$(BYTECC)
CFLAGS=-O -I./bignum/h -I../../byterun $(BYTECCCOMPOPTS)
CAMLC=../../boot/ocamlrun ../../boot/ocamlc -I ../../boot
CAMLC=../../boot/ocamlrun ../../boot/ocamlc -I ../../stdlib
CAMLOPT=../../boot/ocamlrun ../../ocamlopt -I ../../stdlib

CAMLOBJS=int_misc.cmo string_misc.cmo nat.cmo big_int.cmo arith_flags.cmo \
Expand Down
2 changes: 1 addition & 1 deletion otherlibs/str/Makefile
Expand Up @@ -5,7 +5,7 @@ include ../../config/Makefile
# Compilation options
CC=$(BYTECC)
CFLAGS=-O -I$(REGEXLIB) -I../../byterun $(BYTECCCOMPOPTS)
CAMLC=../../boot/ocamlrun ../../boot/ocamlc -I ../../boot
CAMLC=../../boot/ocamlrun ../../boot/ocamlc -I ../../stdlib
CAMLOPT=../../boot/ocamlrun ../../ocamlopt -I ../../stdlib
REGEXLIB=regex-0.12
COBJS=strstubs.o $(REGEXLIB)/regex.o
Expand Down
2 changes: 1 addition & 1 deletion otherlibs/threads/Makefile
Expand Up @@ -3,7 +3,7 @@ include ../../config/Makefile
# Compilation options
CC=$(BYTECC)
CFLAGS=-I../../byterun -O $(BYTECCCOMPOPTS)
CAMLC=../../boot/ocamlrun ../../boot/ocamlc -I ../../boot -I ../unix
CAMLC=../../boot/ocamlrun ../../boot/ocamlc -I ../../stdlib -I ../unix

C_OBJS=scheduler.o
CAML_OBJS=thread.cmo threadIO.cmo threadUnix.cmo \
Expand Down
2 changes: 1 addition & 1 deletion otherlibs/unix/Makefile
Expand Up @@ -5,7 +5,7 @@ include ../../config/Makefile
# Compilation options
CC=$(BYTECC)
CFLAGS=-I../../byterun -O $(BYTECCCOMPOPTS)
CAMLC=../../boot/ocamlrun ../../boot/ocamlc -I ../../boot
CAMLC=../../boot/ocamlrun ../../boot/ocamlc -I ../../stdlib
CAMLOPT=../../boot/ocamlrun ../../ocamlopt -I ../../stdlib

OBJS=accept.o access.o addrofstr.o alarm.o bind.o chdir.o chmod.o \
Expand Down

0 comments on commit a5f0493

Please sign in to comment.