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
2b8ba7f1
Commit
2b8ba7f1
authored
Nov 06, 2014
by
POTTIER Francois
Browse files
Renamed INCLUDE to COQINCLUDE in Makefile.coq.
parent
1d9d8a26
Changes
2
Hide whitespace changes
Inline
Side-by-side
lib/coq/Makefile
View file @
2b8ba7f1
...
...
@@ -7,6 +7,6 @@ ROOT := $(shell while ! [ -f ./Makefile.tlc ] ; do cd .. ; done && pwd)
include
$(ROOT)/Makefile.tlc
# Compile.
INCLUDE
:=
-I
$(TLC)
COQ
INCLUDE
:=
-I
$(TLC)
include
$(ROOT)/lib/make/Makefile.coq
lib/make/Makefile.coq
View file @
2b8ba7f1
# A tiny generic Makefile for Coq projects.
# The variable INCLUDE should be defined externally.
# The variable
COQ
INCLUDE should be defined externally.
# We automatically add the current directory to it.
.PHONY
:
all clean
...
...
@@ -22,8 +22,8 @@ ifeq ($(findstring $(MAKECMDGOALS),clean),)
endif
%.v.d
:
%.v
@
$(COQDEP)
$(INCLUDE)
-I
.
$<
>
$@
@
$(COQDEP)
$(
COQ
INCLUDE)
-I
.
$<
>
$@
%.vo
:
%.v
$(COQC)
$(INCLUDE)
-I
.
$<
$(COQC)
$(
COQ
INCLUDE)
-I
.
$<
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