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
dc655b20
Commit
dc655b20
authored
Nov 06, 2014
by
POTTIER Francois
Browse files
Renamed Makefile.config to Makefile.tlc.
parent
6e07e5c5
Changes
3
Show whitespace changes
Inline
Side-by-side
GNUmakefile
View file @
dc655b20
...
...
@@ -5,7 +5,7 @@
# ------------------------------------------------------------------------------
# This defines TLC.
include
Makefile.
config
include
Makefile.
tlc
# ------------------------------------------------------------------------------
...
...
Makefile.
config
→
Makefile.
tlc
View file @
dc655b20
...
...
@@ -7,5 +7,5 @@ ifndef TLC
done
)
endif
ifndef
TLC
$(
error
Unable
to
find
TLC
.
See
Makefile
.
config
)
$(error
Unable
to
find
TLC.
See
Makefile.
tlc
)
endif
lib/coq/Makefile
View file @
dc655b20
#
Incantation to f
ind Makefile.
config
.
ROOT
:=
$(
shell
while
!
[
-f
./Makefile.
config
]
;
do
cd
..
;
done
&&
pwd
)
#
F
ind Makefile.
tlc
.
ROOT
:=
$(
shell
while
!
[
-f
./Makefile.
tlc
]
;
do
cd
..
;
done
&&
pwd
)
# Find TLC.
include
$(ROOT)/Makefile.
config
include
$(ROOT)/Makefile.
tlc
# Compile.
INCLUDE
:=
-I
$(TLC)
...
...
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