Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Module question: hdrdeps and otherincs
- X-seq: zsh-workers 9480
 
- From: "Bart Schaefer" <schaefer@xxxxxxxxxxxxxxxxxxxxxxx>
 
- To: zsh-workers@xxxxxxxxxxxxxx
 
- Subject: Module question: hdrdeps and otherincs
 
- Date: Sun, 30 Jan 2000 19:40:27 +0000
 
- Mailing-list: contact zsh-workers-help@xxxxxxxxxxxxxx; run by ezmlm
 
The explanations of "hdrdeps" and "otherincs" in zsh-development-guide are
sorely lacking, and there are no examples of these in any existing module.
  - hdrdeps         extra headers on which the .mdh depends (default none)
  - otherincs       extra headers that are included indirectly (default none)
The .mdh is a generated file, so I don't follow how it can depend on any
other headers.  Is this for some kind of fake dependency just to force the
module to be rebuilt?
Similarly, I know what "included indirectly" means, but I don't understand
how it applies here.  Included by the headers listed in $headers, maybe?
Is this what I get for actually trying to understand zsh-development-guide
rather than just hacking away at one of the existing modules?
-- 
Bart Schaefer                                 Brass Lantern Enterprises
http://www.well.com/user/barts              http://www.brasslantern.com
Messages sorted by:
Reverse Date,
Date,
Thread,
Author