summaryrefslogtreecommitdiff
path: root/src/glw
AgeCommit message (Collapse)Author
2007-08-07Gutsy oopses on touch of existing file. Workaround.Keith Whitwell
2006-10-19New 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-13LIB_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-26Use $(LIB_DIR) instead of $(TOP)/lib since libraries sometimes go into lib64/.Brian Paul
Probably need to fix the install destinations too...
2006-06-22New 'install' targets in makefile. See bug 2372.Brian Paul
2006-01-02Use X11_INCLUDES config macro instead ofJerome Glisse
hardcoded path in makefile.
2005-10-12fix GLAPI/extern problem (bug 4757)Brian Paul
2005-08-23GLw demo doesn't belong hereBrian Paul
2005-07-26Quote $(CC) and $(CXX) so that 'CC=ccache gcc' and 'CXX=ccache g++' willIan Romanick
work again.
2005-07-25Added -linker option to mklib, used to specify a particular program forBrian Paul
linking, if relevant. Updated Makefiles to use -linker option instead of setting CC, CXX env vars.
2005-05-07assorted warning clean-ups for x86_64, etc (Mikko T.)Brian Paul
2005-02-08Bug #2477: Make GLU/GLw/glut build properly even with -fvisibility=hidden.Adam Jackson
2005-01-11Put quotes around the CC and CXX variables passed to mklib. This makeIan Romanick
them work with multi-work compiler names (e.g., "ccache gcc").
2004-12-08Improve 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-25Make sure mklib sees the definition of CC and CXX. Make mklib respectIan 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-01Build fixing for FreeBSD. GNU make is installed as gmake, so make a MAKEEric 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-22obsoleteBrian Paul
2004-04-08use MKDEP varBrian Paul
2004-04-03shouldn't be in CVSBrian Paul
2004-03-26Tweaks for make clean / realclean.Brian Paul
2004-03-26New Makefile systemBrian Paul
2004-03-25re-order arguments to mklibBrian Paul
2003-12-15Assorted mklib tweaks.Brian Paul
Added Intel icc support to mklib.
2003-10-03improved 'clean' targets (Otto Solares)Brian Paul
2003-06-10updated old-style makefiles for new treeBrian Paul
2003-01-24remove unused varsBrian Paul
2002-11-01fix for HPUXBrian Paul
2002-01-25more info about building for MotifBrian Paul
2002-01-21minor updateBrian Paul
2000-06-15added Motif info messageBrian Paul
2000-05-18changed ATTRIBLIST_SIZE to 32Brian Paul
2000-03-22minor tweaksBrian Paul
1999-12-15initial revBrian Paul
1999-12-15just include Makefile.X11Brian Paul
1999-08-19Initial revisionjtg