summaryrefslogtreecommitdiff
path: root/config.mk
AgeCommit message (Collapse)AuthorLines
2010-08-21More appropiate version stringDaniel Friesel-1/+1
2010-07-17--debug-level → --debugDaniel Friesel-1/+1
2010-07-17Shorten config.mk a bitDaniel Friesel-4/+2
2010-06-25Release v1.81.8Daniel Friesel-1/+1
2010-06-11Gentoo patch: Use LDLIBS for better custom LDFLAGS supportDaniel Friesel-1/+1
2010-06-10Release v1.71.7Daniel Friesel-1/+1
2010-06-05Release v1.6.1 (bugfixes only)1.6.1Daniel Friesel-1/+1
2010-06-04config.mk: We _are_ using math.h, so linking against libm might be wise.Daniel Friesel-1/+1
2010-06-01Release v1.61.6Daniel Friesel-1/+1
2010-05-31Makefile / config.mk: Fix doc_dir. Now make uninstall won't purge all your ↵Daniel Friesel-1/+1
docs. Whoops >_>
2010-05-31Do not needlessly link against libX11 and libfreetypeDaniel Friesel-2/+1
2010-05-06Release v1.51.5Daniel Friesel-1/+1
2010-04-22Version bump to 1.4.31.4.3Daniel Friesel-1/+1
2010-04-03config.mk: Document long option for debug-level as wellDaniel Friesel-1/+1
2010-04-02Release v1.4.21.4.2Daniel Friesel-1/+1
2010-04-02config.mk: Remove extra_includes; LDFLAGS=foo make is enoughDaniel Friesel-1/+1
2010-03-27Makefile/config.mk: Support getting the usual values from the environment.Daniel Friesel-26/+17
No need to edit config.mk to set addictional CFLAGS/LDFLAGS or change the DESTDIR etc. now
2010-03-25config.mk: Cleanup LDFLAGS (-lm -ldl -lz are apparently not required)Daniel Friesel-1/+1
2010-03-25Update Changelog, add "-git" to version informationDaniel Friesel-1/+1
2010-03-25Update config.mk comments a bitDaniel Friesel-5/+7
2010-03-21Add -pedantic to default CFLAGSDaniel Friesel-1/+1
2010-03-21config.mk: Make debug mode actually workDaniel Friesel-4/+5
2010-03-21Remove autoconf (from branch 'autocruft')Daniel Friesel-0/+42
Use config.mk for configuration, both GNU make and FreeBSD make are supported.