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