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
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
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
.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
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'
>>>>> "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
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
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