summaryrefslogtreecommitdiff
path: root/src/glut/glx/Makefile
Commit message (Expand)AuthorAgeFilesLines
* Use separate $(MINSTALL) for installing librariesDan Nicholson2011-07-111-1/+1
* Use variable library name in pkg-config output.Tom Fogal2011-07-111-1/+2
* glut: added GLUT_PPM_FILE env var to dump first frame to a PPM fileBrian Paul2011-07-111-0/+1
* Add more package metadata to the pkg-config filesDan Nicholson2011-07-111-1/+4
* Fixed 'make install' for darwinJeremy Huddleston2011-07-111-1/+1
* Apple: Cleaned up some linking and dylib ids issuesJeremy Huddleston2011-07-111-0/+1
* Call mklib with $(SHELL) so the user controls the interpreterDan Nicholson2011-07-111-1/+1
* Remove generated pkg-config files on `make clean'Dan Nicholson2011-07-111-0/+1
* Set library and header installation directories from configurationDan Nicholson2011-07-111-7/+8
* Always cleanup the makedepend backup filesDan Nicholson2011-07-111-1/+1
* add support for LDFLAGS env varDan Nicholson2011-07-111-1/+1
* Add glut_fcb.c to the build and update to fix warnings (see bug 12405)Brian2011-07-111-0/+1
* pkg-config supportDan Nicholson2011-07-111-1/+11
* DESTDIR support.Dan Nicholson2011-07-111-4/+4
* Gutsy oopses on touch of existing file. Workaround.Keith Whitwell2011-07-111-0/+1
* New bin/minstall script - a minimal replacement for 'install'. Correctly hand...Brian Paul2011-07-111-1/+1
* LIB_DIR is now just 'lib' or 'lib64' Replaced $(LIB_DIR) with $(TOP)/$(LIB_DI...Brian Paul2011-07-111-5/+5
* Use $(LIB_DIR) instead of $(TOP)/lib since libraries sometimes go into lib64/...Brian Paul2011-07-111-1/+1
* New 'install' targets in makefile. See bug 2372.Brian Paul2011-07-111-0/+7
* Use X11_INCLUDES config macro instead of hardcoded path in makefile.Jerome Glisse2011-07-111-1/+1
* Quote $(CC) and $(CXX) so that 'CC=ccache gcc' and 'CXX=ccache g++' will work...Ian Romanick2011-07-111-1/+1
* Added -linker option to mklib, used to specify a particular program for linki...Brian Paul2011-07-111-3/+3
* assorted warning clean-ups for x86_64, etc (Mikko T.)Brian Paul2011-07-111-1/+1
* Remove depend on make cleanKeith Whitwell2011-07-111-0/+1
* Put quotes around the CC and CXX variables passed to mklib. This make them wo...Ian Romanick2011-07-111-1/+1
* Improve the behaviour of the build system wrt depend files.Keith Whitwell2011-07-111-1/+1
* don't need glut_fbc.cBrian Paul2011-07-111-1/+0
* clean up 'depend' commandsBrian Paul2011-07-111-2/+4
* Make sure mklib sees the definition of CC and CXX. Make mklib respect the def...Ian Romanick2011-07-111-1/+1
* use new MKDEP, MKDEP_OPTIONS variablesBrian Paul2011-07-111-1/+1
* New Makefile systemBrian Paul2011-07-111-0/+111