summaryrefslogtreecommitdiff
path: root/src/glw
AgeCommit message (Expand)AuthorFilesLines
2009-06-01Use separate $(MINSTALL) for installing librariesDan Nicholson1-1/+1
2009-04-29Use variable library name in pkg-config output.Tom Fogal2-2/+3
2008-12-15Merge commit 'origin/master' into gallium-0.2Alan Hourihane2-2/+7
2008-12-14Add more package metadata to the pkg-config filesDan Nicholson2-2/+7
2008-09-11Merge branch 'gallium-0.1' into gallium-0.2Keith Whitwell1-0/+1
2008-08-15fix DESTDIR omissionsHanno Böck1-4/+4
2008-08-12Fixed 'make install' for darwinJeremy Huddleston1-1/+1
2008-08-11Apple: Cleaned up some linking and dylib ids issuesJeremy Huddleston1-0/+1
2008-07-18autoconf: Support Motif widgets in GLw with --enable-motifDan Nicholson1-1/+1
2008-07-12Call mklib with $(SHELL) so the user controls the interpreterDan Nicholson1-1/+1
2008-07-11Remove generated pkg-config files on `make clean'Dan Nicholson1-1/+1
2008-07-06Set library and header installation directories from configurationDan Nicholson2-9/+10
2008-05-06Always cleanup the makedepend backup filesDan Nicholson1-1/+1
2008-04-09Add $(X11_INCLUDES) to shut makedepend up.Hasso Tepper1-1/+1
2007-12-03Fix the library name in glw.pcDan Nicholson1-1/+1
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
2007-08-07Gutsy oopses on touch of existing file. Workaround.Keith Whitwell1-0/+1
2006-10-19New bin/minstall script - a minimal replacement for 'install'.Brian Paul1-1/+1
2006-07-13LIB_DIR is now just 'lib' or 'lib64'Brian Paul1-5/+5
2006-06-26Use $(LIB_DIR) instead of $(TOP)/lib since libraries sometimes go into lib64/.Brian Paul1-1/+1
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
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
2005-07-25Added -linker option to mklib, used to specify a particular program forBrian Paul1-2/+3
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
2004-12-08Improve the behaviour of the build system wrt depend files.Keith Whitwell1-1/+1
2004-06-25Make sure mklib sees the definition of CC and CXX. Make mklib respectIan Romanick1-1/+1
2004-06-01Build fixing for FreeBSD. GNU make is installed as gmake, so make a MAKEEric Anholt1-1/+2
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
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