Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Gutsy oopses on touch of existing file. Workaround. | Keith Whitwell | 2007-08-07 | 1 | -0/+1 |
| | |||||
* | New bin/minstall script - a minimal replacement for 'install'. | Brian Paul | 2006-10-19 | 1 | -1/+1 |
| | | | | Correctly handles symlinks so we can get rid of the COPY_LIBS stuff. | ||||
* | LIB_DIR is now just 'lib' or 'lib64' | Brian Paul | 2006-07-13 | 1 | -5/+5 |
| | | | | | Replaced $(LIB_DIR) with $(TOP)/$(LIB_DIR), use LIB_DIR in install targets. Patch by Hanno Böck. | ||||
* | Use $(LIB_DIR) instead of $(TOP)/lib since libraries sometimes go into lib64/. | Brian Paul | 2006-06-26 | 1 | -1/+1 |
| | | | | Probably need to fix the install destinations too... | ||||
* | New 'install' targets in makefile. See bug 2372. | Brian Paul | 2006-06-22 | 1 | -0/+5 |
| | |||||
* | Use X11_INCLUDES config macro instead of | Jerome Glisse | 2006-01-02 | 1 | -1/+1 |
| | | | | hardcoded path in makefile. | ||||
* | fix GLAPI/extern problem (bug 4757) | Brian Paul | 2005-10-12 | 2 | -3/+3 |
| | |||||
* | GLw demo doesn't belong here | Brian Paul | 2005-08-23 | 1 | -451/+0 |
| | |||||
* | Quote $(CC) and $(CXX) so that 'CC=ccache gcc' and 'CXX=ccache g++' will | Ian Romanick | 2005-07-26 | 1 | -1/+1 |
| | | | | work again. | ||||
* | Added -linker option to mklib, used to specify a particular program for | Brian Paul | 2005-07-25 | 1 | -2/+3 |
| | | | | | linking, if relevant. Updated Makefiles to use -linker option instead of setting CC, CXX env vars. | ||||
* | assorted warning clean-ups for x86_64, etc (Mikko T.) | Brian Paul | 2005-05-07 | 1 | -1/+1 |
| | |||||
* | Bug #2477: Make GLU/GLw/glut build properly even with -fvisibility=hidden. | Adam Jackson | 2005-02-08 | 2 | -3/+3 |
| | |||||
* | Put quotes around the CC and CXX variables passed to mklib. This make | Ian Romanick | 2005-01-11 | 1 | -1/+1 |
| | | | | them work with multi-work compiler names (e.g., "ccache gcc"). | ||||
* | Improve the behaviour of the build system wrt depend files. | Keith Whitwell | 2004-12-08 | 1 | -1/+1 |
| | | | | | | | | - Remove the -Y option for makedepend, so that the standard directories are searched - No longer pipe the multiple errors that the -Y option caused into /dev/null -- we want to know about these failures. - Fix up a few other misc makedepend failures. | ||||
* | Make sure mklib sees the definition of CC and CXX. Make mklib respect | Ian Romanick | 2004-06-25 | 1 | -1/+1 |
| | | | | | | the definitions of CC and CXX on Linux. This fixed build issues with sunos5-gcc and build issues on GCC 2.x Linux when CC and CXX are set to a GCC 3.x compiler. | ||||
* | Build fixing for FreeBSD. GNU make is installed as gmake, so make a MAKE | Eric Anholt | 2004-06-01 | 1 | -1/+2 |
| | | | | | | variable (defaults to "make") and use that. Use the MKDEP and MKDEP_OPTIONS more. Our shell isn't bash, so change the instances of ">& /dev/null" to a more compatible "> /dev/null 2>&1". | ||||
* | obsolete | Brian Paul | 2004-04-22 | 1 | -72/+0 |
| | |||||
* | use MKDEP var | Brian Paul | 2004-04-08 | 1 | -1/+1 |
| | |||||
* | shouldn't be in CVS | Brian Paul | 2004-04-03 | 1 | -5/+0 |
| | |||||
* | Tweaks for make clean / realclean. | Brian Paul | 2004-03-26 | 1 | -0/+2 |
| | |||||
* | New Makefile system | Brian Paul | 2004-03-26 | 1 | -1/+48 |
| | |||||
* | re-order arguments to mklib | Brian Paul | 2004-03-25 | 1 | -2/+2 |
| | |||||
* | Assorted mklib tweaks. | Brian Paul | 2003-12-15 | 1 | -1/+2 |
| | | | | Added Intel icc support to mklib. | ||||
* | improved 'clean' targets (Otto Solares) | Brian Paul | 2003-10-03 | 1 | -1/+1 |
| | |||||
* | updated old-style makefiles for new tree | Brian Paul | 2003-06-10 | 2 | -11/+11 |
| | |||||
* | remove unused vars | Brian Paul | 2003-01-24 | 1 | -2/+0 |
| | |||||
* | fix for HPUX | Brian Paul | 2002-11-01 | 1 | -1/+1 |
| | |||||
* | more info about building for Motif | Brian Paul | 2002-01-25 | 2 | -8/+7 |
| | |||||
* | minor update | Brian Paul | 2002-01-21 | 1 | -3/+2 |
| | |||||
* | added Motif info message | Brian Paul | 2000-06-15 | 1 | -1/+9 |
| | |||||
* | changed ATTRIBLIST_SIZE to 32 | Brian Paul | 2000-05-18 | 1 | -1/+1 |
| | |||||
* | minor tweaks | Brian Paul | 2000-03-22 | 1 | -5/+10 |
| | |||||
* | initial rev | Brian Paul | 1999-12-15 | 1 | -0/+59 |
| | |||||
* | just include Makefile.X11 | Brian Paul | 1999-12-15 | 1 | -59/+1 |
| | |||||
* | Initial revision | jtg | 1999-08-19 | 10 | -0/+1706 |