summaryrefslogtreecommitdiff
path: root/src/glut/glx/Makefile
AgeCommit message (Expand)Author
2010-07-21Makefiles: Don't complain if depend file to be included doesn't exist.Carl Worth
2009-06-01Use separate $(MINSTALL) for installing librariesDan Nicholson
2009-04-29Use variable library name in pkg-config output.Tom Fogal
2008-12-16Merge commit 'origin/master' into gallium-0.2Brian Paul
2008-12-15glut: added GLUT_PPM_FILE env var to dump first frame to a PPM fileBrian Paul
2008-12-15Merge commit 'origin/master' into gallium-0.2Alan Hourihane
2008-12-14Add more package metadata to the pkg-config filesDan Nicholson
2008-09-11Merge branch 'gallium-0.1' into gallium-0.2Keith Whitwell
2008-08-12Fixed 'make install' for darwinJeremy Huddleston
2008-08-11Apple: Cleaned up some linking and dylib ids issuesJeremy Huddleston
2008-07-12Call mklib with $(SHELL) so the user controls the interpreterDan Nicholson
2008-07-11Remove generated pkg-config files on `make clean'Dan Nicholson
2008-07-06Set library and header installation directories from configurationDan Nicholson
2008-05-06Always cleanup the makedepend backup filesDan Nicholson
2008-04-09Add $(X11_INCLUDES) to shut makedepend up.Hasso Tepper
2007-09-28add support for LDFLAGS env varDan Nicholson
2007-09-12Add glut_fcb.c to the build and update to fix warnings (see bug 12405)Brian
2007-09-12pkg-config supportDan Nicholson
2007-09-12DESTDIR support.Dan Nicholson
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
2006-07-13LIB_DIR is now just 'lib' or 'lib64'Brian Paul
2006-06-26Use $(LIB_DIR) instead of $(TOP)/lib since libraries sometimes go into lib64/.Brian Paul
2006-06-22New 'install' targets in makefile. See bug 2372.Brian Paul
2006-01-02Use X11_INCLUDES config macro instead ofJerome Glisse
2005-07-26Quote $(CC) and $(CXX) so that 'CC=ccache gcc' and 'CXX=ccache g++' willIan Romanick
2005-07-25Added -linker option to mklib, used to specify a particular program forBrian Paul
2005-05-07assorted warning clean-ups for x86_64, etc (Mikko T.)Brian Paul
2005-01-19Remove depend on make cleanKeith Whitwell
2005-01-11Put quotes around the CC and CXX variables passed to mklib. This makeIan Romanick
2004-12-08Improve the behaviour of the build system wrt depend files.Keith Whitwell
2004-11-27don't need glut_fbc.cBrian Paul
2004-11-27clean up 'depend' commandsBrian Paul
2004-06-25Make sure mklib sees the definition of CC and CXX. Make mklib respectIan Romanick
2004-04-07use new MKDEP, MKDEP_OPTIONS variablesBrian Paul
2004-03-26New Makefile systemBrian Paul