correction cible opt.opt
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@4546 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02master
parent
2a51a895c2
commit
9157ee804f
|
@ -16,7 +16,7 @@ include ../config/Makefile
|
|||
|
||||
CAMLRUN=../boot/ocamlrun
|
||||
CAMLC=$(CAMLRUN) ../boot/ocamlc -I ../boot
|
||||
CAMLOPT=../ocamlopt
|
||||
CAMLOPT=$(CAMLRUN) ../ocamlopt
|
||||
CAMLLEX=$(CAMLRUN) ../boot/ocamllex
|
||||
INCLUDES=-I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../asmcomp \
|
||||
-I ../driver
|
||||
|
@ -38,7 +38,7 @@ ocamldep: depend.cmi $(CAMLDEP_OBJ)
|
|||
$(CAMLC) $(LINKFLAGS) -o ocamldep $(CAMLDEP_IMPORTS) $(CAMLDEP_OBJ)
|
||||
|
||||
depend.cmx:
|
||||
$(CAMLOPT) $(INCLUDES) depend.ml
|
||||
$(CAMLOPT) $(INCLUDES) -I ../stdlib depend.ml
|
||||
|
||||
clean::
|
||||
rm -f ocamldep
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
|
||||
CAMLRUN=..\boot\ocamlrun
|
||||
CAMLC=$(CAMLRUN) ..\boot\ocamlc -I ..\boot
|
||||
CAMLOPT=../ocamlopt
|
||||
CAMLOPT==$(CAMLRUN) ../ocamlopt
|
||||
CAMLLEX=$(CAMLRUN) ..\boot\ocamllex
|
||||
INCLUDES=-I ..\utils -I ..\parsing -I ..\typing -I ..\bytecomp -I ..\asmcomp \
|
||||
-I ..\driver
|
||||
|
@ -38,7 +38,7 @@ ocamldep: depend.cmi $(CAMLDEP)
|
|||
$(CAMLC) $(LINKFLAGS) -o ocamldep $(CAMLDEP_IMPORTS) $(CAMLDEP)
|
||||
|
||||
depend.cmx: depend.ml
|
||||
$(CAMLOPT) $(INCLUDES) depend.ml
|
||||
$(CAMLOPT) $(INCLUDES) -I ../stdlib depend.ml
|
||||
|
||||
clean::
|
||||
rm -f ocamldep
|
||||
|
|
Loading…
Reference in New Issue