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
f9afe8c6
Commit
f9afe8c6
authored
Oct 05, 2007
by
Pietro Abate
Browse files
[r2004-10-01 22:24:33 by afrisch] Includes CQL objects in cduce_lib
Original author: afrisch Date: 2004-10-01 22:24:33+00:00
parent
a82a5ada
Changes
1
Hide whitespace changes
Inline
Side-by-side
Makefile.distrib
View file @
f9afe8c6
...
@@ -202,13 +202,15 @@ endif
...
@@ -202,13 +202,15 @@ endif
CQL_OBJECTS
=
query/query_aggregates.cmo query/query.cmo query/query_parse.cmo
CQL_OBJECTS
=
query/query_aggregates.cmo query/query.cmo query/query_parse.cmo
CQL_OBJECTS_RUN
=
query/query_run.cmo
CQL_OBJECTS_RUN
=
query/query_run.cmo
OBJECTS
+=
$(CQL_OBJECTS)
VALIDATE_OBJECTS
:=
$(
shell
for
o
in
$(OBJECTS)
;
do
echo
$$
o
;
if
[
"
$$
o"
=
"schema/schema_parser.cmo"
]
;
then
exit
0
;
fi
;
done
)
# all objects until schema_parser.cmo
VALIDATE_OBJECTS
:=
$(
shell
for
o
in
$(OBJECTS)
;
do
echo
$$
o
;
if
[
"
$$
o"
=
"schema/schema_parser.cmo"
]
;
then
exit
0
;
fi
;
done
)
# all objects until schema_parser.cmo
CDUCE
=
$(OBJECTS)
$(CQL_OBJECTS)
driver/run.cmo
$(CQL_OBJECTS_RUN)
CDUCE
=
$(OBJECTS)
driver/run.cmo
$(CQL_OBJECTS_RUN)
WEBIFACE
=
$(OBJECTS)
$(CQL_OBJECTS)
driver/examples.cmo driver/webiface.cmo
WEBIFACE
=
$(OBJECTS)
driver/examples.cmo driver/webiface.cmo
DTD2CDUCE
=
tools/dtd2cduce.cmo
DTD2CDUCE
=
tools/dtd2cduce.cmo
ALL_OBJECTS
=
$(OBJECTS)
$(CQL_OBJECTS)
\
ALL_OBJECTS
=
$(OBJECTS)
\
driver/run.cmo driver/examples.cmo driver/webiface.cmo
\
driver/run.cmo driver/examples.cmo driver/webiface.cmo
\
tools/dtd2cduce.cmo tools/validate.cmo
\
tools/dtd2cduce.cmo tools/validate.cmo
\
$(ML_INTERFACE_OBJS)
parser/cduce_curl.cmo
\
$(ML_INTERFACE_OBJS)
parser/cduce_curl.cmo
\
...
...
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