Skip to Content.
Sympa Menu

coq-club - [Coq-Club] specifying coqtop instead of coqc for some files in _CoqProject -> Makefile

coq-club AT inria.fr

Subject: The Coq mailing list

List archive

[Coq-Club] specifying coqtop instead of coqc for some files in _CoqProject -> Makefile


Chronological Thread 
  • From: Jonathan Leivent <jonikelee AT gmail.com>
  • To: Coq Club <coq-club AT inria.fr>
  • Subject: [Coq-Club] specifying coqtop instead of coqc for some files in _CoqProject -> Makefile
  • Date: Sat, 03 Jan 2015 11:53:11 -0500

Is there a way to specify that some script files in a _CoqProject file should be put into the Makefile such that they are processed by coqtop instead of coqc? For instance, I have some scripts that are only used to produce extracted OCaml - and so compiling them is a waste. Unit test scripts are another example.

I keep having to re-arrange my Makefile to do this by hand after it is re-generated by coq_makefile.

-- Jonathan




Archive powered by MHonArc 2.6.18.

Top of Page