summaryrefslogtreecommitdiffstats
path: root/Make-config
Commit message (Collapse)AuthorAgeFilesLines
* additional updates from Dan SchikoreBrian Paul2004-03-231-28/+32
|
* additional configs (Dan Schikore)Brian Paul2004-03-181-10/+432
|
* fixed linux-osmesa16-static. Added linux-static configBrian Paul2004-03-021-1/+21
|
* tweak solaris-x86-gcc and ggi targetsBrian Paul2004-02-081-3/+6
|
* add missing CXX, CXXFLAGS for osf1 (Bug 886628)Brian Paul2004-01-311-0/+2
|
* more IRIX tweaksBrian Paul2004-01-291-0/+19
|
* more fixing for tdfxUpdateTexturePaletteBrian Paul2004-01-231-1/+1
|
* omit CVS directories from tarballs, bump version to 6.1Brian Paul2004-01-191-2/+2
|
* tweak openbsd configBrian Paul2004-01-171-4/+4
|
* fix -fomit-frame_pointer typoBrian Paul2004-01-151-1/+1
|
* tweak aix-gcc configBrian Paul2004-01-131-2/+2
|
* change -O to -O2 for aix-gccBrian Paul2004-01-111-2/+2
|
* more aix-gcc tweakingBrian Paul2004-01-111-1/+1
|
* aix-gcc tweaksBrian Paul2004-01-101-2/+4
|
* removed MAKELIB lines. tweak openbsd configBrian Paul2004-01-101-30/+8
|
* added aix-gcc configBrian Paul2004-01-101-0/+17
|
* added -fPIC -fomit-frame-pointer etc to sunos5-gcc configs (bug 868737)Brian Paul2004-01-011-4/+4
|
* Version bumps, etc for Mesa 6.0Brian Paul2003-12-211-3/+3
|
* Assorted mklib tweaks.Brian Paul2003-12-151-3/+4
| | | | Added Intel icc support to mklib.
* makefile improvementsBrian Paul2003-12-121-17/+49
|
* Pass $(MKLIB_OPTIONS) to mklib script to allow setting extra options.Brian Paul2003-10-271-0/+1
|
* Update DRI drivers to current DRI CVS and make them work.Jon Smirl2003-10-211-1/+1
|
* Define SOLO so that check is possible for SOLO in project makefilesJon Smirl2003-10-161-0/+1
|
* glide driver (wip)Daniel Borca2003-10-131-4/+4
|
* Eric Plante's updates for OSMesa16.Brian Paul2003-10-101-2/+14
|
* remove duplicate sunos5-smp entriesBrian Paul2003-09-091-17/+0
|
* remove last of mklib.solaris stuffBrian Paul2003-09-091-6/+1
|
* update sunos5 targets (Greg Menke)Brian Paul2003-09-081-5/+24
|
* add -lCrun for sunos5, added sunos5-smp (Greg M)Brian Paul2003-09-031-1/+20
|
* remove -malign-loops=2 -malign-functions=2 (bug 738020)Brian Paul2003-09-021-11/+7
|
* added GLUT_CFLAGS to compile GLUT with -fexceptions (bug 726223)Brian Paul2003-09-021-4/+50
|
* fix-up CXXFLAGS (bug 757292)Brian Paul2003-09-021-40/+47
|
* patch to import Jon Smirl's work from BitkeeperBrian Paul2003-08-221-0/+16
|
* restore gcc-sl configBrian Paul2003-08-221-0/+14
|
* Further makefile clean-up, concentrated on the x86 assembly files.Brian Paul2003-06-101-57/+7
|
* fixes for x86 buildsBrian Paul2003-06-101-57/+57
|
* updated old-style makefiles for new treeBrian Paul2003-06-101-863/+242
|
* Added gcc-sl target and shared lib shell script (Philip Brown)Brian Paul2003-04-071-1/+23
|
* bump version to 5.1Brian Paul2002-11-141-2/+2
|
* removed -malign-jumpsBrian Paul2002-11-121-8/+8
|
* Tweaks for hpux. The hpux10 and hpux10-sl targets now build prettyKarl Schultz2002-11-111-6/+7
| | | | cleanly.
* fix a few HPUX problemsBrian Paul2002-10-311-2/+6
|
* bump OpenGL version to 1.4, Mesa version to 5.0Brian Paul2002-10-291-3/+3
|
* Added CPLUSPLUS for sunos5 entriesBrian Paul2002-06-101-1/+5
|
* added -axK to linux-icc CFLAGSBrian Paul2002-05-271-2/+2
|
* remove -xK flag from linux-iccBrian Paul2002-05-061-2/+2
|
* added linux-icc config (Marc.Dietrich)Brian Paul2002-05-051-2/+28
|
* remove dead vertex assemblyKeith Whitwell2002-04-091-23/+23
|
* use -O3 to compile osmesa16/32 targetsBrian Paul2002-03-231-3/+3
|
* Use $(MAKE) on the irix targets, instead of hard-coding pmake,Karl Schultz2001-12-141-13/+13
| | | | | | as suggested in SF bug 482149. People can still use pmake -v -f Makefile.X11 if they want to use pmake (works great for me). Sorry, this should have been in the last check-in.