Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/Roqc/doc/plugin_tutorial/tuto0/   (Beweissystem des Inria Version 9.1.0©)  Datei vom 15.8.2025 mit Größe 550 B image not shown  

Quelle  Makefile   Sprache: unbekannt

 
Spracherkennung für: vermutete Sprache: Unknown {[0] [0] [0]} [Methode: Schwerpunktbildung, einfache Gewichte, sechs Dimensionen]

# 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's not there
# (IIRC some version of make doesn't realize that it should be built if we don't use -include)
-include Makefile.rocq

[ Dauer der Verarbeitung: 0.34 Sekunden  ]