Appeler ocamlmklib via ocamlrun (PR#613)
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@3999 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02master
parent
7f6cd78f5a
commit
ac238f8632
|
@ -18,7 +18,7 @@ CC=$(BYTECC)
|
|||
CFLAGS=-I../../byterun -g -O $(BYTECCCOMPOPTS) $(SHAREDCCCOMPOPTS)
|
||||
CAMLC=../../boot/ocamlrun ../../ocamlc -I ../../stdlib -I ../unix
|
||||
CAMLOPT=../../boot/ocamlrun ../../ocamlopt -I ../../stdlib -I ../unix
|
||||
MKLIB=../../tools/ocamlmklib
|
||||
MKLIB=../../boot/ocamlrun ../../tools/ocamlmklib
|
||||
|
||||
C_OBJS=bigarray_stubs.o mmap_unix.o
|
||||
|
||||
|
|
|
@ -20,7 +20,7 @@ include ../../config/Makefile
|
|||
CC=$(BYTECC) -g
|
||||
CAMLC=../../boot/ocamlrun ../../ocamlc -I ../../stdlib
|
||||
CAMLOPT=../../boot/ocamlrun ../../ocamlopt -I ../../stdlib
|
||||
MKLIB=../../tools/ocamlmklib
|
||||
MKLIB=../../boot/ocamlrun ../../tools/ocamlmklib
|
||||
|
||||
CFLAGS=$(DBM_INCLUDES) -I../../byterun -O $(BYTECCCOMPOPTS) $(SHAREDCCCOMPOPTS)
|
||||
COBJS=cldbm.o
|
||||
|
|
|
@ -20,7 +20,7 @@ CC=$(BYTECC)
|
|||
CFLAGS=-I../../byterun $(X11_INCLUDES) -O $(BYTECCCOMPOPTS) $(SHAREDCCCOMPOPTS)
|
||||
CAMLC=../../boot/ocamlrun ../../ocamlc -I ../../stdlib
|
||||
CAMLOPT=../../boot/ocamlrun ../../ocamlopt -I ../../stdlib
|
||||
MKLIB=../../tools/ocamlmklib
|
||||
MKLIB=../../boot/ocamlrun ../../tools/ocamlmklib
|
||||
|
||||
OBJS=open.o draw.o fill.o color.o text.o \
|
||||
image.o make_img.o dump_img.o point_col.o sound.o events.o \
|
||||
|
|
|
@ -23,4 +23,4 @@ DLLPATH=`if $(SUPPORTS_SHARED_LIBRARIES); then echo -dllpath $(LABLTKDIR); fi`
|
|||
|
||||
CAMLOPT=$(CAMLRUN) $(TOPDIR)/ocamlopt -I $(TOPDIR)/stdlib -labels
|
||||
CAMLOPTLIBR=$(CAMLOPT) -a
|
||||
MKLIB=$(TOPDIR)/tools/ocamlmklib
|
||||
MKLIB=$(CAMLRUN) $(TOPDIR)/tools/ocamlmklib
|
||||
|
|
|
@ -21,7 +21,7 @@ CC=$(BYTECC)
|
|||
CFLAGS=-O -I./bignum/h -I../../byterun $(BYTECCCOMPOPTS) $(SHAREDCCCOMPOPTS)
|
||||
CAMLC=../../boot/ocamlrun ../../ocamlc -I ../../stdlib -w s
|
||||
CAMLOPT=../../boot/ocamlrun ../../ocamlopt -I ../../stdlib -w s
|
||||
MKLIB=../../tools/ocamlmklib
|
||||
MKLIB=../../boot/ocamlrun ../../tools/ocamlmklib
|
||||
|
||||
CAMLOBJS=int_misc.cmo string_misc.cmo nat.cmo big_int.cmo arith_flags.cmo \
|
||||
ratio.cmo num.cmo arith_status.cmo
|
||||
|
|
|
@ -23,7 +23,7 @@ CAMLC=../../boot/ocamlrun ../../ocamlc -I ../../stdlib
|
|||
CAMLOPT=../../boot/ocamlrun ../../ocamlopt -I ../../stdlib
|
||||
REGEXLIB=regex-0.12
|
||||
COBJS=strstubs.o $(REGEXLIB)/regex.o
|
||||
MKLIB=../../tools/ocamlmklib
|
||||
MKLIB=../../boot/ocamlrun ../../tools/ocamlmklib
|
||||
|
||||
all: libstr.a str.cmi str.cma
|
||||
|
||||
|
|
|
@ -16,7 +16,7 @@ include ../../config/Makefile
|
|||
|
||||
CAMLC=../../boot/ocamlrun ../../ocamlc -I ../../stdlib -I ../unix
|
||||
CAMLOPT=../../boot/ocamlrun ../../ocamlopt -I ../../stdlib -I ../unix
|
||||
MKLIB=../../tools/ocamlmklib
|
||||
MKLIB=../../boot/ocamlrun ../../tools/ocamlmklib
|
||||
|
||||
BYTECODE_C_OBJS=posix_b.o
|
||||
NATIVECODE_C_OBJS=posix_n.o
|
||||
|
|
|
@ -17,7 +17,7 @@ include ../../config/Makefile
|
|||
CC=$(BYTECC)
|
||||
CFLAGS=-I../../byterun -O $(BYTECCCOMPOPTS) $(SHAREDCCCOMPOPTS) -g
|
||||
CAMLC=../../boot/ocamlrun ../../ocamlc -I ../../stdlib -I ../unix
|
||||
MKLIB=../../tools/ocamlmklib
|
||||
MKLIB=../../boot/ocamlrun ../../tools/ocamlmklib
|
||||
|
||||
C_OBJS=scheduler.o
|
||||
|
||||
|
|
|
@ -21,7 +21,7 @@ CC=$(BYTECC)
|
|||
CFLAGS=-I../../byterun -O $(BYTECCCOMPOPTS) $(SHAREDCCCOMPOPTS)
|
||||
CAMLC=../../boot/ocamlrun ../../ocamlc -I ../../stdlib
|
||||
CAMLOPT=../../boot/ocamlrun ../../ocamlopt -I ../../stdlib
|
||||
MKLIB=../../tools/ocamlmklib
|
||||
MKLIB=../../boot/ocamlrun ../../tools/ocamlmklib
|
||||
|
||||
OBJS=accept.o access.o addrofstr.o alarm.o bind.o chdir.o chmod.o \
|
||||
chown.o chroot.o close.o closedir.o connect.o cst2constr.o cstringv.o \
|
||||
|
|
Loading…
Reference in New Issue