Skip to Content.
Sympa Menu

coq-club - [Coq-Club] coq_makefile -I X -as Y

coq-club AT inria.fr

Subject: The Coq mailing list

List archive

[Coq-Club] coq_makefile -I X -as Y


Chronological Thread 
  • From: Gregory Malecha <gmalecha AT cs.harvard.edu>
  • To: Coq Club <coq-club AT inria.fr>
  • Subject: [Coq-Club] coq_makefile -I X -as Y
  • Date: Mon, 13 May 2013 14:27:21 -0400

Hello --

Is there a way to get coq_makefile to notice the -as option that is allowed after -I by 
coqc? For example:

coqc -I my_library -as Lib ...

works, but when I pass '-as Lib' to coq_makefile, it seems to completely ignore it:

coq_makefile -I my_library -as Lib ....

will generate a Makefile that runs commands like

coqc -I my_library ....

If it isn't implemented yet, I might be able to write a patch if someone can point me to the right place.

Thank you.

--



Archive powered by MHonArc 2.6.18.

Top of Page