git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@4175 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02master
parent
cca7fc6e8c
commit
ac58152106
|
@ -131,6 +131,8 @@ bootstrap_sources:
|
|||
sed 's/# $$Id.*\$$/# $(TXTGEN)/' ../../$$i/Makefile | \
|
||||
sed 's-include ../config-include ../../config-g' | \
|
||||
sed 's-../boot-../../boot-g' > Makefile; \
|
||||
sed 's/# $$Id.*\$$/# $(TXTGEN)/' ../../$$i/Makefile.Mac | \
|
||||
sed 's-:boot-::boot-g' > Makefile.Mac; \
|
||||
cp ../../$$i/.depend .); \
|
||||
done
|
||||
@-for i in $(FDIRS); do \
|
||||
|
|
|
@ -26,10 +26,6 @@ camlp4r
|
|||
domake -d CAMLP4=::meta:camlp4r -d CAMLP4M="-I ::meta {CAMLP4RM}"
|
||||
directory ::meta:
|
||||
|
||||
steal Ä
|
||||
|
||||
compare_stolen Ä
|
||||
|
||||
clean ÄÄ
|
||||
delete -i {OUT}
|
||||
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
# #
|
||||
#######################################################################
|
||||
|
||||
# $Id$
|
||||
# This file has been generated by program: do not edit!
|
||||
|
||||
INCLUDES = -I ::odyl: -I :::boot: -I "{OTOP}utils:" -I "{OTOP}parsing:" ¶
|
||||
-I "{OTOP}otherlibs:dynlink:"
|
||||
|
@ -33,9 +33,6 @@ CAMLP4_OBJS = :::boot:stdpp.cmo :::boot:token.cmo :::boot:plexer.cmo
|
|||
:::boot:fstream.cmo "{OTOP}utils:config.cmo" ¶
|
||||
quotation.cmo ast2pt.cmo spretty.cmo reloc.cmo pcaml.cmo ¶
|
||||
argl.cmo crc.cmo
|
||||
CAMLP4_XOBJS = ::lib:stdpp.cmx ::lib:token.cmx ::lib:plexer.cmx ¶
|
||||
::lib:gramext.cmx ::lib:grammar.cmx oconfig.cmx quotation.cmx ¶
|
||||
ast2pt.cmx pretty.cmx reloc.cmx pcaml.cmx argl.cmx
|
||||
OBJS = ::odyl:odyl.cma camlp4.cma
|
||||
XOBJS = camlp4.cmxa
|
||||
CAMLP4M =
|
||||
|
@ -71,8 +68,9 @@ compare
|
|||
install Ä
|
||||
(newfolder "{BINDIR}" || set status 0) ³ dev:null
|
||||
duplicate -y {CAMLP4} "{BINDIR}"
|
||||
duplicate -y mLast.mli quotation.mli pcaml.mli "{P4LIBDIR}"
|
||||
duplicate -y mLast.cmi quotation.cmi ast2pt.cmi pcaml.cmi "{P4LIBDIR}"
|
||||
duplicate -y extract_crc camlp4.cma "{P4LIBDIR}"
|
||||
duplicate -y mLast.mli quotation.mli pcaml.mli spretty.mli "{P4LIBDIR}"
|
||||
duplicate -y mLast.cmi quotation.cmi ast2pt.cmi pcaml.cmi spretty.cmi ¶
|
||||
"{P4LIBDIR}"
|
||||
duplicate -y camlp4.cma "{P4LIBDIR}"
|
||||
|
||||
{defrules}
|
||||
|
|
|
@ -9,14 +9,12 @@
|
|||
# #
|
||||
#######################################################################
|
||||
|
||||
# $Id$
|
||||
# This file has been generated by program: do not edit!
|
||||
|
||||
INCLUDES =
|
||||
OCAMLCFLAGS = {INCLUDES}
|
||||
OBJS = stdpp.cmo token.cmo plexer.cmo gramext.cmo grammar.cmo ¶
|
||||
extfun.cmo fstream.cmo
|
||||
INTF = stdpp.cmi token.cmi plexer.cmi gramext.cmi grammar.cmi ¶
|
||||
extfun.cmi fstream.cmi
|
||||
OBJS = stdpp.cmo token.cmo plexer.cmo gramext.cmo grammar.cmo
|
||||
INTF = stdpp.cmi token.cmi plexer.cmi gramext.cmi grammar.cmi
|
||||
TARGETS = gramlib.cma
|
||||
|
||||
all Ä {TARGETS}
|
||||
|
@ -24,6 +22,10 @@ all
|
|||
{TARGETS} Ä {OBJS}
|
||||
{OCAMLC} {OBJS} -a -o {TARGETS}
|
||||
|
||||
steal Ä
|
||||
|
||||
compare_stolen Ä
|
||||
|
||||
clean ÄÄ
|
||||
delete -i {TARGETS}
|
||||
|
||||
|
|
|
@ -9,16 +9,16 @@
|
|||
# #
|
||||
#######################################################################
|
||||
|
||||
# $Id$
|
||||
# This file has been generated by program: do not edit!
|
||||
|
||||
INCLUDES = -I ::camlp4: -I :::boot: -I "{OTOP}utils:"
|
||||
OCAMLCFLAGS = {INCLUDES}
|
||||
OBJS = q_MLast.cmo pa_r.cmo pa_rp.cmo pa_extend.cmo pa_extend_m.cmo ¶
|
||||
pa_ifdef.cmo pr_dump.cmo
|
||||
CAMLP4RM = pa_r.cmo pa_rp.cmo pr_dump.cmo
|
||||
COUT = {OBJS} camlp4r
|
||||
OUT = {OBJS} camlp4r
|
||||
|
||||
all Ä {COUT}
|
||||
all Ä {OUT}
|
||||
|
||||
camlp4r Ä ::camlp4:camlp4 {CAMLP4RM}
|
||||
delete -i camlp4r
|
||||
|
@ -27,15 +27,15 @@ camlp4r
|
|||
directory ::meta:
|
||||
|
||||
clean ÄÄ
|
||||
delete -i {COUT}
|
||||
delete -i {OUT}
|
||||
|
||||
{dependrule}
|
||||
|
||||
promote Ä
|
||||
duplicate -y {COUT} :::boot:
|
||||
duplicate -y {OUT} :::boot:
|
||||
|
||||
compare Ä
|
||||
for i in {COUT}
|
||||
for i in {OUT}
|
||||
equal -s {i} :::boot:{i} || exit 1
|
||||
end
|
||||
|
||||
|
@ -47,4 +47,4 @@ install
|
|||
|
||||
{defrules}
|
||||
|
||||
pr_dump.cmo Ä "{OTOP}utils:config.cmi"
|
||||
pr_dump.cmo Ä ::camlp4:ast2pt.cmo "{OTOP}utils:config.cmi" ::camlp4:pcaml.cmi
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
# #
|
||||
#######################################################################
|
||||
|
||||
# $Id$
|
||||
# This file has been generated by program: do not edit!
|
||||
|
||||
INCLUDES = -I "{OTOP}otherlibs:dynlink:"
|
||||
OCAMLCFLAGS = {INCLUDES}
|
||||
|
@ -31,10 +31,6 @@ odyl_config.cmo
|
|||
echo ' Not_found -> "'{P4LIBDIR}'"' >> odyl_config.ml
|
||||
{OCAMLC} {OCAMLCFLAGS} -c odyl_config.ml
|
||||
|
||||
steal Ä $OutOfDate
|
||||
|
||||
compare_stolen Ä $OutOfDate
|
||||
|
||||
clean ÄÄ
|
||||
delete -i odyl_config.ml odyl
|
||||
|
||||
|
|
Loading…
Reference in New Issue