summaryrefslogtreecommitdiff
path: root/src/glw
AgeCommit message (Collapse)AuthorFilesLines
2007-12-03Fix the library name in glw.pcDan Nicholson1-1/+1
Fix a copy and paste error s/GLU/GLw/ in glw.pc.
2007-09-28add support for LDFLAGS env varDan Nicholson1-1/+1
2007-09-12pkg-config supportDan Nicholson2-1/+22
2007-09-12DESTDIR support.Dan Nicholson1-4/+4
2006-10-19New bin/minstall script - a minimal replacement for 'install'.Brian Paul1-1/+1
Correctly handles symlinks so we can get rid of the COPY_LIBS stuff.
2006-07-13LIB_DIR is now just 'lib' or 'lib64'Brian Paul1-5/+5
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 Paul1-1/+1
Probably need to fix the install destinations too...
2006-06-22New 'install' targets in makefile. See bug 2372.Brian Paul1-0/+5
2006-01-02Use X11_INCLUDES config macro instead ofJerome Glisse1-1/+1
hardcoded path in makefile.
2005-10-12fix GLAPI/extern problem (bug 4757)Brian Paul2-3/+3
2005-08-23GLw demo doesn't belong hereBrian Paul1-451/+0
2005-07-26Quote $(CC) and $(CXX) so that 'CC=ccache gcc' and 'CXX=ccache g++' willIan Romanick1-1/+1
work again.
2005-07-25Added -linker option to mklib, used to specify a particular program forBrian Paul1-2/+3
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 Paul1-1/+1
2005-02-08Bug #2477: Make GLU/GLw/glut build properly even with -fvisibility=hidden.Adam Jackson2-3/+3
2005-01-11Put quotes around the CC and CXX variables passed to mklib. This makeIan Romanick1-1/+1
them work with multi-work compiler names (e.g., "ccache gcc").
2004-12-08Improve the behaviour of the build system wrt depend files.Keith Whitwell1-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.
2004-06-25Make sure mklib sees the definition of CC and CXX. Make mklib respectIan Romanick1-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.
2004-06-01Build fixing for FreeBSD. GNU make is installed as gmake, so make a MAKEEric Anholt1-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".
2004-04-22obsoleteBrian Paul1-72/+0
2004-04-08use MKDEP varBrian Paul1-1/+1
2004-04-03shouldn't be in CVSBrian Paul1-5/+0
2004-03-26Tweaks for make clean / realclean.Brian Paul1-0/+2
2004-03-26New Makefile systemBrian Paul1-1/+48
2004-03-25re-order arguments to mklibBrian Paul1-2/+2
2003-12-15Assorted mklib tweaks.Brian Paul1-1/+2
Added Intel icc support to mklib.
2003-10-03improved 'clean' targets (Otto Solares)Brian Paul1-1/+1
2003-06-10updated old-style makefiles for new treeBrian Paul2-11/+11
2003-01-24remove unused varsBrian Paul1-2/+0
2002-11-01fix for HPUXBrian Paul1-1/+1
2002-01-25more info about building for MotifBrian Paul2-8/+7
2002-01-21minor updateBrian Paul1-3/+2
2000-06-15added Motif info messageBrian Paul1-1/+9
2000-05-18changed ATTRIBLIST_SIZE to 32Brian Paul1-1/+1
2000-03-22minor tweaksBrian Paul1-5/+10
1999-12-15initial revBrian Paul1-0/+59
1999-12-15just include Makefile.X11Brian Paul1-59/+1
1999-08-19Initial revisionjtg10-0/+1706