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
89ae00c2
Commit
89ae00c2
authored
Oct 05, 2007
by
Pietro Abate
Browse files
[r2003-12-06 00:45:33 by afrisch] Empty log message
Original author: afrisch Date: 2003-12-06 00:45:33+00:00
parent
5d270edc
Changes
1
Hide whitespace changes
Inline
Side-by-side
Makefile.distrib
View file @
89ae00c2
...
...
@@ -183,16 +183,10 @@ INCLUDES = $(DIRS:%=-I %)
cduce
:
$(CDUCE:.cmo=.$(EXTENSION))
$(LINK)
$(INCLUDES)
-o
$@
$^
$(EXTRA_LINK_OPTS)
cduce.cma
:
$(CDUCE)
$(CAMLC)
-a
-linkpkg
-o
cduce.cma gramlib.cma
$(OBJECTS)
cduce_packed.cma
:
$(CDUCE)
cduce_packed.cma
:
$(OBJECTS)
$(CAMLC)
-o
cduce_all.cmo
-pack
$(OBJECTS)
$(CAMLC)
-a
-linkpkg
-o
cduce_packed.cma gramlib.cma cduce_all.cmo
run_ocaml_cduce
:
cduce.cma
ocaml
$(INCLUDES)
cduce.cma
run_ocaml_cduce_packed
:
cduce_packed.cma
ocaml cduce_packed.cma
...
...
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