info-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: One file in several modules?


From: Jerry Nairn
Subject: RE: One file in several modules?
Date: Fri, 20 Apr 2001 15:34:43 -0700

>From: Keith Hearn [mailto:address@hidden
>Sent: Friday, April 20, 2001 3:01 PM

>difficulty. Each module contains a Makefile.include file which contains
>various rule & variable definitions that are used by most of the other
>Makefiles. 

In a similar situation, I had to use ampersand modules to put an admin
directory in each project module. In the admin directory were commonly
required scripts, config files, and included makefiles.
Things like this:

projectA  projects/projectA &admin

You can't simply add the Makefile.include into other modules this way. But
if you can put it in another directory, you can add that directory to other
modules.
See the modules file documentation:
http://www.cvshome.org/docs/manual/cvs_18.html#SEC155

Jerry



reply via email to

[Prev in Thread] Current Thread [Next in Thread]