[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
$(DEPDIR)
From: |
Bruce Korb |
Subject: |
$(DEPDIR) |
Date: |
Sat, 26 Jun 2010 09:30:29 -0700 |
User-agent: |
Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.9) Gecko/20100317 SUSE/3.0.4-1.1.1 Thunderbird/3.0.4 |
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