summaryrefslogtreecommitdiff
path: root/src/glw/Makefile
AgeCommit message (Expand)Author
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-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-06-25Make sure mklib sees the definition of CC and CXX. Make mklib respectIan Romanick
2004-06-01Build fixing for FreeBSD. GNU make is installed as gmake, so make a MAKEEric Anholt
2004-04-08use MKDEP varBrian Paul
2004-03-26Tweaks for make clean / realclean.Brian Paul
2004-03-26New Makefile systemBrian Paul
1999-12-15just include Makefile.X11Brian Paul
1999-08-19Initial revisionjtg