Skip to content

Commit 07ca499

Browse files
renaming coq -> rocq (#63)
1 parent 71973d3 commit 07ca499

3 files changed

Lines changed: 10 additions & 12 deletions

File tree

CoqMakefile.local

Lines changed: 0 additions & 2 deletions
This file was deleted.

Makefile

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
1-
# KNOWNTARGETS will not be passed along to CoqMakefile
2-
KNOWNTARGETS := CoqMakefile
1+
# KNOWNTARGETS will not be passed along to RocqMakefile
2+
KNOWNTARGETS := RocqMakefile
33
# KNOWNFILES will not get implicit targets from the final rule, and so depending on them won’t invoke the submake
44
# Warning: These files get declared as PHONY, so any targets depending on them always get rebuilt
5-
KNOWNFILES := Makefile _CoqProject
5+
KNOWNFILES := Makefile _RocqProject
66

7-
.DEFAULT_GOAL := invoke-coqmakefile
7+
.DEFAULT_GOAL := invoke-rocqmakefile
88

9-
CoqMakefile: Makefile _CoqProject
10-
$(COQBIN)rocq makefile -f _CoqProject -o CoqMakefile
9+
RocqMakefile: Makefile _RocqProject
10+
$(ROCQBIN)rocq makefile -f _RocqProject -o RocqMakefile
1111

12-
invoke-coqmakefile: CoqMakefile
13-
$(MAKE) --no-print-directory -f CoqMakefile $(filter-out $(KNOWNTARGETS),$(MAKECMDGOALS))
12+
invoke-rocqmakefile: RocqMakefile
13+
$(MAKE) --no-print-directory -f RocqMakefile $(filter-out $(KNOWNTARGETS),$(MAKECMDGOALS))
1414

15-
.PHONY: invoke-coqmakefile $(KNOWNFILES)
15+
.PHONY: invoke-rocqmakefile $(KNOWNFILES)
1616

1717
# This should be the last rule, to handle any targets not declared above
18-
%: invoke-coqmakefile
18+
%: invoke-rocqmakefile
1919
@true
File renamed without changes.

0 commit comments

Comments
 (0)