On 14-Jul-99 Keith Whitwell wrote:
> I note in the current src/... Makefile.am's there is the line:
>
> AUTOMAKE_OPTIONS = no-dependencies
>
> which stops the use of gcc-generated dependencies. My questions are:
>
> why?
Brian's cc on IRIX doesn't support gcc-dependencies
so I have disabled it for now.
> what should we be using instead?
Either wait for automake 1.5, which will support automatic dependency
tracking for other compilers as well or force Brian to use GCC ;-)
So far automake assumes that the maintainers/developers of a package
use GCC and GNU make, which are able to generate the dependeny
files in .deps/.
When the maintainer releases a new version using "make dist" automake
removes all GNU specific stuff from the Makefiles and includes
the previously generated .deps files in the tarball so that
the package can be compiled on all supported (non-GNU) platforms.
Can we take it for granted that all Mesa developers have
GCC and GNU make installed?
Thomas Tanner -----------------------------------------
email: tanner@(ffii.org|gnu.org|ggi-project.org|gmx.de)
web: http://home.pages.de/~tanner
GGI/Picasso: http://picasso.ffii.org
_______________________________________________
Mesa-dev maillist - [EMAIL PROTECTED]
http://lists.mesa3d.org/mailman/listinfo/mesa-dev