Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
curry
curry-tools
Commits
f2c1ca9a
Commit
f2c1ca9a
authored
Oct 25, 2017
by
Michael Hanus
Browse files
Makefiles slightly corrected
parent
3b6d4cbb
Changes
4
Hide whitespace changes
Inline
Side-by-side
cpm/Makefile
View file @
f2c1ca9a
...
...
@@ -42,7 +42,7 @@ src/CPM.Main: src/CPM/ConfigPackage.curry $(DEPS)
export
CURRYPATH
=
"
$$
CURRYPATH:
`
pwd
`
/vendor/
$$
i/src"
;
\
done
;
\
echo
"Set CURRYPATH to
$$
CURRYPATH"
;
\
cd
src
;
$(REPL)
$(REPL_OPTS)
:l CPM.Main :save :quit
cd
src
;
$(REPL)
--nocypm
$(REPL_OPTS)
:l CPM.Main :save :quit
src/CPM/ConfigPackage.curry
:
Makefile
@
echo
"module CPM.ConfigPackage where"
>
$@
...
...
currypp/Makefile
View file @
f2c1ca9a
...
...
@@ -36,7 +36,7 @@ uninstall: clean
# generate executable of currypp translator:
Main
:
$(DEPS)
@
echo
Compiling Curry Preprocessor...
$(REPL)
$(REPL_OPTS)
:set path
$(LOADPATH)
:load Main :save :quit
$(REPL)
--nocypm
$(REPL_OPTS)
:set path
$(LOADPATH)
:load Main :save :quit
########################################################################
...
...
optimize/Makefile
View file @
f2c1ca9a
...
...
@@ -22,11 +22,11 @@ compile: BindingOpt
# Load the application into the interactive Curry system:
.PHONY
:
load
load
:
$(REPL)
$(REPL_OPTS)
:set path
$(LOADPATH)
:l BindingOpt
$(REPL)
--nocypm
$(REPL_OPTS)
:set path
$(LOADPATH)
:l BindingOpt
# Compile and create an executable of the binding optimizer:
BindingOpt
:
$(DEPS)
$(REPL)
$(REPL_OPTS)
:set path
$(LOADPATH)
:l BindingOpt :save :q
$(REPL)
--nocypm
$(REPL_OPTS)
:set path
$(LOADPATH)
:l BindingOpt :save :q
# Clean intermediate files:
.PHONY
:
clean
...
...
runcurry/Makefile
View file @
f2c1ca9a
...
...
@@ -28,7 +28,7 @@ uninstall: clean
# generate executable for currydoc program:
RunCurry
:
$(DEPS)
$(REPL)
$(REPL_OPTS)
:set path
$(LOADPATH)
:load RunCurry :save :quit
$(REPL)
--nocypm
$(REPL_OPTS)
:set path
$(LOADPATH)
:load RunCurry :save :quit
# run the test suite
runtest
:
...
...
Write
Preview
Supports
Markdown
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