coq-club AT inria.fr
Subject: The Coq mailing list
List archive
- From: Pierre Boutillier <pierre.boutillier AT pps.univ-paris-diderot.fr>
- To: Gyesik Lee <leegys AT gmail.com>
- Cc: Coq Club <coq-club AT inria.fr>
- Subject: Re: [Coq-Club] coq_makefile including subdirectories
- Date: Wed, 22 Feb 2012 10:48:48 +0100
In very durty : coq_makefile $(find . -type d -exec echo -I \{\} \;) $(find -name \*.v -print) -o MakefileIn less durty : coq_makefile -R . SuperLib $(find -name \*.v -print) -o Makefile (but then you'll have to Require Foo_sub.B? in A? files) and { echo ’-R . MyFancyLib ’ ; find -name ’*.v’ -print } >
_CoqProject && coq_makefile -f _CoqProject -o Makefile if you follow what I've written here : http://coq.inria.fr/distrib/V8.4beta/refman/Reference-Manual018.html#toc97 In the last case - coq_makefile will be automatticaly called if something change in the _CoqProject file (you add a file or an option) - if you use coqide, you can set up it up in order that it does automaticaly the -R . MyFancyLib when you open one of the file listed in the _Coq_project file ... Pierre Le 22 févr. 12 à 10:21, Gyesik Lee a écrit : Many thanks for the reply. |
- [Coq-Club] coq_makefile including subdirectories, Gyesik Lee
- Re: [Coq-Club] coq_makefile including subdirectories,
Pierre Boutillier
- Re: [Coq-Club] coq_makefile including subdirectories, Gyesik Lee
- Re: [Coq-Club] coq_makefile including subdirectories,
Gyesik Lee
- Re: [Coq-Club] coq_makefile including subdirectories, Pierre Boutillier
- Re: [Coq-Club] coq_makefile including subdirectories, Jelle Herold
- Re: [Coq-Club] coq_makefile including subdirectories,
Pierre Boutillier
Archive powered by MhonArc 2.6.16.