summaryrefslogtreecommitdiff
path: root/src/glw/Makefile
AgeCommit message (Collapse)Author
2004-06-01Build fixing for FreeBSD. GNU make is installed as gmake, so make a MAKEEric Anholt
variable (defaults to "make") and use that. Use the MKDEP and MKDEP_OPTIONS more. Our shell isn't bash, so change the instances of ">& /dev/null" to a more compatible "> /dev/null 2>&1".
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