Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
CHARGUERAUD Arthur
cfml
Commits
8ce06229
Commit
8ce06229
authored
Nov 05, 2014
by
POTTIER Francois
Browse files
Little fixes.
parent
69f772f7
Changes
1
Show whitespace changes
Inline
Side-by-side
GNUmakefile
View file @
8ce06229
...
...
@@ -27,14 +27,16 @@ MYOCAMLDEP := $(PWD)/generator/myocamldep.native
install
:
all
rm
-rf
$(PREFIX)
mkdir
-p
$(PREFIX)
/bin
$(PREFIX)
/lib
$(PREFIX)
/camllib
# Copy the executable.
mkdir
-p
$(PREFIX)/bin
cp
generator/main.native
$(PREFIX)/bin/cfml
# Copy the Coq theory.
cp
-r
src
$(PREFIX)/lib
cd
$(PREFIX)/lib
&&
rm
-f
Makefile
*.v.d
*.glob
# Copy the OCaml standard library (plus additions) and compile it.
mkdir
-p
$(PREFIX)/camllib
cp
-r
$(MLI)
$(PREFIX)/camllib
cp
Makefile.camllib
$(PREFIX)/camllib/Makefile
make
MAKECMJ
=
$(MAKECMJ)
MYOCAMLDEP
=
$(MYOCAMLDEP)
-C
$(PREFIX)
/camllib
cd
$(PREFIX)/camllib
&&
rm
.depend
Makefile
cd
$(PREFIX)/camllib
&&
rm
-f
.depend
Makefile
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