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
e25acf6f
Commit
e25acf6f
authored
Oct 05, 2007
by
Pietro Abate
Browse files
[r2003-09-17 22:09:05 by cvscast] Construire webiface avec -ccopt -static
Original author: cvscast Date: 2003-09-17 22:09:05+00:00
parent
50bdf62d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Makefile.distrib
View file @
e25acf6f
...
...
@@ -111,7 +111,9 @@ cduce: $(CDUCE:.cmo=.$(EXTENSION))
$(LINK)
$(INCLUDES)
-o
$@
$^
webiface
:
$(WEBIFACE:.cmo=.$(EXTENSION))
$(LINK)
$(INCLUDES)
-o
$@
$^
$(LINK)
$(INCLUDES)
-o
$@
$^
-ccopt
-static
# webiface is made static to be able to move it more easily
# (to compile it on a machine which is not the web server)
dtd2cduce
:
$(DTD2CDUCE:.cmo=.$(EXTENSION))
$(LINK)
$(INCLUDES)
-o
$@
$^
...
...
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