Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/C/Apache/docs/manual/mod/   (Apache Software Stiftung Version 2.4.65©)  Datei vom 11.0.2025 mit Größe 10 kB image not shown  

Quelle  Makefile   Sprache: unbekannt

 
define COQBIN to the empty string if it's not already defined
(in case we want to run make with --warn-undefined-variables)
COQBIN?=

all unknown targets depend on the generated Rocq makefile
%: Makefile.rocq

rule to generate the Rocq makefile
Makefile.rocq: _CoqProject
 $(COQBIN)rocq makefile -f _CoqProject -o Makefile.rocq

use the generated Rocq makefile
-include instead of include: don't error if it'not there
(IIRC some version of make doesn't realize that it should be built if we don't use -include)
-include Makefile.rocq

97%


[ Dauer der Verarbeitung: 0.14 Sekunden  (vorverarbeitet)  ]