On Sep 6, 2000, Bernard Dautrevaux <[EMAIL PROTECTED]> wrote:
> This patch is quite simple as the preprocessor is able to generate directly
> the correct dependency file with dummy dependencies for all included files
> to avoid the "deleted header file" syndrom.
It would be nice to note this fa
Automake (1.4) variables beginning with numbers don't work when
used explicitly, but work implicitly
A minimal Makefile.am such as this
#start
bin_PROGRAMS = 32twiddle
#end
generates a Makefile.in with
32twiddle_SOURCES = 32twiddle.c
automatically set, but...
#start
bin_PROGRAMS = 32twiddle
32
Hi!
While porting various packages (including Kaffe) using our cross-compiler
tool-chain I discover the "depcomp" automake utility; our compiler being
able to generate dependencies I would like to submit the following patch to
depcomp to add a new "sxc" method (sxc is the name of our C/C++ compil
Tom Tromey writes:
> > "Alex" == Alex Hornby <[EMAIL PROTECTED]> writes:
>
> Alex> Here is the first broken out part of my parallel built sources
> Alex> patch, which I agreed to split up and resubmit back in the midst
> Alex> of time. I hope you still have the time to review these.
>