Hi,

I've fiddled my playtime tool "autogen" to emit dependency info:

> AUTOGEN_opts_TList := \
>       opts.h \
>       opts.c
> 
> AUTOGEN_opts_SList := \
>       opts.def \
>       /old-home/bkorb/ag/ag/autoopts/options.tpl \
>       /old-home/bkorb/ag/ag/autoopts/optlib.tpl \
>       /old-home/bkorb/ag/ag/autoopts/opthead.tpl \
>       /old-home/bkorb/ag/ag/autoopts/optcode.tpl \
>       /old-home/bkorb/ag/ag/autoopts/optmain.tpl
> 
> stamp-opts : $(AUTOGEN_opts_SList)
> 
> $(AUTOGEN_opts_TList) : stamp-opts

and now I'd like to integrate that with the @AMDEP_TRUE@ / $(DEPDIR)
scheme.  However, I find it a bit daunting to wend my way through
the perl stuff to figure out exactly how to play nice with all the
make file conditional stuff.  A few pointers to get me started in
the right direction would be Very Nice, indeed.

Thank you!  Regards, Bruce

Reply via email to