Re: $(DEPDIR)

2010-06-29 Thread Bruce Korb
the details yet.  One definite problem is namespace issues: > stamp-opts is too general for use in Automake; what about at least a > tool prefix, as in ag-stamp-opts, instead, for the file name as well > as the rule of course?  Better even a couple of knobs to twist. The "depen

Re: $(DEPDIR)

2010-06-28 Thread Ralf Wildenhues
e ("dependency-file-name"). However, > looking at the Makefile.in include line: > >@AMDEP_TRUE@@am__include@ @am__qu...@./$(DEPDIR)/autogen-ag...@am__quote@ > > I am guessing that when make supports include and what the include > syntax might be varies from platform

Re: $(DEPDIR)

2010-06-26 Thread Bruce Korb
gt; > >> > $(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

Re: $(DEPDIR)

2010-06-26 Thread Ralf Wildenhues
.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

$(DEPDIR)

2010-06-26 Thread Bruce Korb
g/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'

Re: DEPDIR not set by current CVS Automake

2001-07-04 Thread Tom Tromey
>>>>> "Robert" == Robert Boehne <[EMAIL PROTECTED]> writes: Robert> I'm having problems with my Libtool/Automake project when Robert> using dependency tracking. It seem that the variable Robert> DEPDIR isn't set anywhere in any of the Ma

Re: DEPDIR not set by current CVS Automake

2001-07-03 Thread Raja R Harinath
Hi, Robert Boehne <[EMAIL PROTECTED]> writes: > I'm having problems with my Libtool/Automake project when > using dependency tracking. It seem that the variable > DEPDIR isn't set anywhere in any of the Makefiles. DEPDIR is AC_SUBSTed in by depend.m4. Do you h

DEPDIR not set by current CVS Automake

2001-07-03 Thread Robert Boehne
Hello all, I'm having problems with my Libtool/Automake project when using dependency tracking. It seem that the variable DEPDIR isn't set anywhere in any of the Makefiles. This may be because the top level Makefile doesn't have any targets that aren't in subdirs. I think