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
325e8a6a
Commit
325e8a6a
authored
Oct 05, 2007
by
Pietro Abate
Browse files
[r2003-11-26 17:38:34 by afrisch] CQL pour webiface
Original author: afrisch Date: 2003-11-26 17:38:34+00:00
parent
f55d7501
Changes
1
Show whitespace changes
Inline
Side-by-side
Makefile.distrib
View file @
325e8a6a
...
...
@@ -132,7 +132,7 @@ CQL_OBJECTS= query/query.cmo query/query_parse.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)
driver/run.cmo
$(CQL_OBJECTS)
WEBIFACE
=
$(OBJECTS)
driver/examples.cmo driver/webiface.cmo
WEBIFACE
=
$(OBJECTS)
driver/examples.cmo driver/webiface.cmo
$(CQL_OBJECTS)
DTD2CDUCE
=
tools/dtd2cduce.cmo
ALL_OBJECTS
=
$(OBJECTS)
$(CQL_OBJECTS)
\
...
...
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