File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Load diff This file was deleted.
Original file line number Diff line number Diff line change 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.
You can’t perform that action at this time.
0 commit comments