Skip to Content.
Sympa Menu

coq-club - [Coq-Club] coq_makefile and coqdep again

coq-club AT inria.fr

Subject: The Coq mailing list

List archive

[Coq-Club] coq_makefile and coqdep again


chronological Thread 
  • From: S�bastien Hinderer <Sebastien.Hinderer AT ens-lyon.fr>
  • To: Coq <coq-club AT pauillac.inria.fr>
  • Subject: [Coq-Club] coq_makefile and coqdep again
  • Date: Wed, 2 Jul 2003 07:48:45 +0200
  • List-archive: <http://pauillac.inria.fr/pipermail/coq-club/>

Hi,

I have to write a set of compilation scripts for a project that has crossed
dependencies over directories:
the project consists of more directories, each of them containing more .v
files. However, it is not possible to compile the directories one after the
other, since the dependencies don't respect the directory structure.

So I presume that coq_makefile is not general enough, since its "depend"
rule looks for dependencies on "*.v", where I would need a recursive search
of *.v files.

Am I right or is there another solution ?

Bests,
Sébastien.




Archive powered by MhonArc 2.6.16.

Top of Page