summaryrefslogtreecommitdiff
path: root/real.make
AgeCommit message (Collapse)AuthorFilesLines
2014-02-01Get rid of makefile indirectionBen Longbons1-418/+0
2013-12-28sigh, fix againBen Longbons1-5/+6
2013-12-24Add non-indenting indenter for C++Ben Longbons1-10/+31
Fix a bunch of bugs that none of me noticed before.
2013-12-23Refactor the lex indenter so that it can (almost) format yacc filesBen Longbons1-4/+4
2013-12-23Make a formatter for lex filesBen Longbons1-3/+10
2013-12-06Add basic source formatting toolsBen Longbons1-16/+10
2013-12-01Add some debug printers for scriptsBen Longbons1-0/+2
2013-11-15Unbreak buildBen Longbons1-1/+1
2013-11-15Use new IO classesBen Longbons1-1/+1
2013-10-31Fix out-of-tree buildsBen Longbons1-0/+1
2013-10-28fix tags for template inline filesBen Longbons1-2/+2
2013-10-15Add infrastructure for debug pretty printersBen Longbons1-16/+49
2013-10-10Add make target for tarballsBen Longbons1-0/+22
2013-10-05Split string header into piecesBen Longbons1-3/+6
2013-09-30Fix some build bugs in exotic configurationsBen Longbons1-2/+4
2013-09-30Automatically generate version informationBen Longbons1-4/+24
2013-09-27Tweak build system a bit moreBen Longbons1-0/+2
2013-09-25Fill README, add make rules for intermediate files and install to DESTDIRBen Longbons1-13/+55
Also bump the recommended attoconf version
2013-09-21Install compatibility symlinks for a whileBen Longbons1-0/+5
2013-09-21Use the One Makefile to build them allBen Longbons1-0/+263
This changes the names of the built binaries: login-server -> tmwa-login char-server -> tmwa-char map-server -> tmwa-map ladmin -> tmwa-admin eathena-monitor -> tmwa-monitor It also gets rid of the 'deps.make' file.