summaryrefslogtreecommitdiff
path: root/lib/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Removed Boost submodule.John Wiegley2009-01-281-6/+8
|
* Removed useless make rule.John Wiegley2009-01-241-3/+0
|
* Removed gdtoa build from lib/Makefile. It's part of the overall system now.John Wiegley2009-01-231-11/+2
|
* For cppunit builds, run autogen.sh before configure.John Wiegley2008-08-261-3/+3
|
* Don't build Boost with architecture=combined, since this excludes usingJohn Wiegley2008-08-131-2/+3
| | | | MacPort's Python (which I'm not able to build with +universal right now).
* Added a missing --build-type=complete option.John Wiegley2008-08-131-2/+3
|
* Fix up the build process in lib/Makefile.John Wiegley2008-08-121-15/+30
|
* Added a simple Makefile for building some of Ledger's dependency libraries andJohn Wiegley2008-08-081-0/+42
installing them into /usr/local/stow. It will likely have to be run using 'sudo make'.