summaryrefslogtreecommitdiff
path: root/src/glw/Makefile
AgeCommit message (Expand)AuthorFilesLines
2007-09-28add support for LDFLAGS env varDan Nicholson1-1/+1
2007-09-12pkg-config supportDan Nicholson1-1/+11
2007-09-12DESTDIR support.Dan Nicholson1-4/+4
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-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-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-08use MKDEP varBrian Paul1-1/+1
2004-03-26Tweaks for make clean / realclean.Brian Paul1-0/+2
2004-03-26New Makefile systemBrian Paul1-1/+48
1999-12-15just include Makefile.X11Brian Paul1-59/+1
1999-08-19Initial revisionjtg1-0/+59