aboutsummaryrefslogtreecommitdiff
path: root/Makefile (follow)
AgeCommit message (Collapse)Author
2009-01-21More tweaks to the makefile...damnit.Mike Buland
2008-10-05Yeah...the Makefile was including exceptions.{cpp,h} still, go figure. It'sMike Buland
been fixed.
2008-09-03Oops, libbu++ needs a new file...now it's fixed.Mike Buland
2007-12-28The makefile needed updates, trace.{cpp,h} became a dependancy.Mike Buland
2007-09-24New deps added to the Makefile...and apparently some change in the bfilt-c++Mike Buland
thing...I dunno what...
2007-07-03Since libbu++-reorg is now the trunk, build has been updated to work with it.Mike Buland
2006-09-29Setup the new makefile to auto-create tarballs, something build should do soon.Mike Buland
It puts a slimmed down makefile into the tarball, along with all of the checked out libbu++ files, so you should just need to compile (if you have the right flex and bison).
2006-09-29david - new make stuffDavid
2006-09-29Fixed the makefile, this should only be used in clean checkouts when you haveMike Buland
nothing else. It will automatically wget the necesarry files from libbu++ and put them right in your src dir... make clean will delete them as well.
2006-09-21We have a working Makefile, and no more Buildfile....I'll make a more generalMike Buland
Makefile later that I won't have to keep updating...
2006-08-22Started on the crazy process of building the stage one compiled data. It'sMike Buland
going pretty quickly, we'll see how the targets go, they'll be the only tricky part.
2006-05-25The initial structure has been made, now we start the real fun work...Mike Buland