Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
cduce
cduce
Commits
364c616a
Commit
364c616a
authored
Oct 05, 2007
by
Pietro Abate
Browse files
[r2004-12-30 01:04:08 by afrisch] Typos
Original author: afrisch Date: 2004-12-30 01:04:08+00:00
parent
cbf80f93
Changes
4
Hide whitespace changes
Inline
Side-by-side
Makefile
View file @
364c616a
...
...
@@ -56,7 +56,7 @@ package: clean
cp
Makefile.distrib
$(PACKAGE)
/Makefile
(
cd
$(PACKAGE)
;
\
rm
-f
types/IDEAS
;
\
for
F
in
$(DEPEND)
;
do
headache
-h
../header
$F
;
done
)
for
F
in
$(DEPEND)
;
do
headache
-h
../header
$
$
F
;
done
)
tar
czf
$(PACKAGE)
.tar.gz
--exclude
CVS
--exclude
".#*"
$(PACKAGE)
rm
-Rf
$(PACKAGE)
...
...
Makefile.distrib
View file @
364c616a
...
...
@@ -182,7 +182,8 @@ schema/schema_types.ml: schema/schema_types.mli
cp
$^
$@
ML_INTERFACE_OBJS
=
\
ocamliface/caml_cduce.cmo ocamliface/mltypes.cmo ocamliface/mlstub.cmo
ocamliface/caml_cduce.cmo
\
ocamliface/mltypes.cmo ocamliface/mlstub.cmo
ifneq
($(ML_INTERFACE), false)
OBJECTS
+=
$(ML_INTERFACE_OBJS)
...
...
@@ -218,7 +219,7 @@ EVALUATOR = $(OBJECTS) driver/examples.cmo driver/evaluator.cmo
DTD2CDUCE
=
tools/dtd2cduce.cmo
ALL_OBJECTS
=
$(OBJECTS)
$(NEW_SCHEMA_OBJS)
\
driver/run.cmo driver/examples.cmo driver/webiface.cmo driver/evaluat
e
r.cmo
\
driver/run.cmo driver/examples.cmo driver/webiface.cmo driver/evaluat
o
r.cmo
\
tools/dtd2cduce.cmo tools/validate.cmo
\
$(ML_INTERFACE_OBJS)
parser/cduce_curl.cmo
\
parser/cduce_netclient.cmo
\
...
...
depend
View file @
364c616a
...
...
@@ -54,16 +54,20 @@ types/types.cmx: types/atoms.cmx misc/bool.cmx types/chars.cmx \
misc/inttbl.cmx types/normal.cmx misc/pool.cmx misc/pretty.cmx \
misc/serialize.cmx types/sortedList.cmx misc/state.cmx misc/stats.cmx \
types/types.cmi
types/patterns.cmo: types/atoms.cmi types/chars.cmi misc/custom.cmo \
types/ident.cmo misc/serialize.cmi types/sortedList.cmi misc/state.cmi \
misc/stats.cmi types/types.cmi types/patterns.cmi
types/patterns.cmx: types/atoms.cmx types/chars.cmx misc/custom.cmx \
types/ident.cmx misc/serialize.cmx types/sortedList.cmx misc/state.cmx \
misc/stats.cmx types/types.cmx types/patterns.cmi
types/sample.cmo: types/atoms.cmi types/chars.cmi types/ident.cmo \
types/intervals.cmi types/types.cmi types/sample.cmi
types/sample.cmx: types/atoms.cmx types/chars.cmx types/ident.cmx \
types/intervals.cmx types/types.cmx types/sample.cmi
types/sequence.cmo: types/atoms.cmi types/types.cmi types/sequence.cmi
types/sequence.cmx: types/atoms.cmx types/types.cmx types/sequence.cmi
types/sample.cmo: types/ident.cmo types/types.cmi types/sample.cmi
types/sample.cmx: types/ident.cmx types/types.cmx types/sample.cmi
types/patterns.cmo: types/atoms.cmi types/chars.cmi misc/custom.cmo \
types/ident.cmo types/sample.cmi types/sequence.cmi misc/serialize.cmi \
types/sortedList.cmi misc/state.cmi misc/stats.cmi types/types.cmi \
types/patterns.cmi
types/patterns.cmx: types/atoms.cmx types/chars.cmx misc/custom.cmx \
types/ident.cmx types/sample.cmx types/sequence.cmx misc/serialize.cmx \
types/sortedList.cmx misc/state.cmx misc/stats.cmx types/types.cmx \
types/patterns.cmi
types/builtin_defs.cmo: types/atoms.cmi types/chars.cmi misc/encodings.cmi \
types/ident.cmo types/intervals.cmi misc/ns.cmi types/sequence.cmi \
types/types.cmi types/builtin_defs.cmi
...
...
@@ -80,12 +84,6 @@ runtime/value.cmo: types/atoms.cmi types/builtin_defs.cmi types/chars.cmi \
runtime/value.cmx: types/atoms.cmx types/builtin_defs.cmx types/chars.cmx \
misc/encodings.cmx types/ident.cmx types/intervals.cmx compile/lambda.cmx \
misc/ns.cmx types/sequence.cmx types/types.cmx runtime/value.cmi
schema/schema_components.cmo: misc/ns.cmi runtime/value.cmi
schema/schema_components.cmx: misc/ns.cmx runtime/value.cmx
schema/schema_import.cmo: misc/encodings.cmi misc/ns.cmi \
schema/schema_components.cmo
schema/schema_import.cmx: misc/encodings.cmx misc/ns.cmx \
schema/schema_components.cmx
schema/schema_types.cmo: misc/encodings.cmi types/intervals.cmi misc/ns.cmi \
runtime/value.cmi schema/schema_types.cmi
schema/schema_types.cmx: misc/encodings.cmx types/intervals.cmx misc/ns.cmx \
...
...
@@ -280,6 +278,14 @@ query/query_parse.cmo: parser/ast.cmo types/atoms.cmi types/ident.cmo \
query/query_parse.cmx: parser/ast.cmx types/atoms.cmx types/ident.cmx \
parser/location.cmx parser/parser.cmx query/query.cmx types/sequence.cmx \
types/types.cmx
schema/schema_components.cmo: misc/encodings.cmi misc/ns.cmi \
runtime/value.cmi
schema/schema_components.cmx: misc/encodings.cmx misc/ns.cmx \
runtime/value.cmx
schema/schema_import.cmo: misc/encodings.cmi misc/ns.cmi \
schema/schema_components.cmo
schema/schema_import.cmx: misc/encodings.cmx misc/ns.cmx \
schema/schema_components.cmx
driver/run.cmo: types/builtin.cmi driver/cduce.cmi driver/config.cmi \
types/ident.cmo driver/librarian.cmi parser/location.cmi misc/state.cmi \
misc/stats.cmi parser/ulexer.cmi runtime/value.cmi
...
...
@@ -290,6 +296,8 @@ driver/webiface.cmo: driver/cduce.cmi driver/examples.cmo parser/location.cmi \
misc/state.cmi
driver/webiface.cmx: driver/cduce.cmx driver/examples.cmx parser/location.cmx \
misc/state.cmx
driver/evaluator.cmo: driver/cduce.cmi parser/location.cmi
driver/evaluator.cmx: driver/cduce.cmx parser/location.cmx
tools/validate.cmo: schema/schema_common.cmi schema/schema_parser.cmi \
schema/schema_types.cmi
tools/validate.cmx: schema/schema_common.cmx schema/schema_parser.cmx \
...
...
@@ -333,10 +341,10 @@ types/chars.cmi: misc/custom.cmo
types/atoms.cmi: misc/custom.cmo misc/encodings.cmi misc/ns.cmi
types/types.cmi: types/atoms.cmi types/chars.cmi misc/custom.cmo \
types/ident.cmo types/intervals.cmi misc/inttbl.cmi misc/ns.cmi
types/sample.cmi: types/types.cmi
types/sequence.cmi: types/atoms.cmi types/types.cmi
types/patterns.cmi: types/atoms.cmi types/chars.cmi misc/custom.cmo \
types/ident.cmo types/types.cmi
types/sequence.cmi: types/atoms.cmi types/types.cmi
types/sample.cmi: types/types.cmi
types/builtin_defs.cmi: types/atoms.cmi types/ident.cmo types/types.cmi
compile/lambda.cmi: types/ident.cmo misc/ns.cmi types/patterns.cmi \
misc/serialize.cmi types/types.cmi
...
...
web/download.xml
View file @
364c616a
...
...
@@ -6,7 +6,7 @@
<box
title=
"Sources tarballs"
link=
"src"
>
<p>
The latest available version for download is the 0.2.
0
release. We
The latest available version for download is the 0.2.
1
release. We
successfully compiled it on on Intel Linux, SunOS 5.7, Mac OSX, Windows XP, and FreeBSD 4.7
</p>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment