summaryrefslogtreecommitdiff
path: root/Makefile.am
Commit message (Expand)AuthorAgeFilesLines
...
* Reversed the link order of libamounts and libledger when building ledger.so.John Wiegley2008-08-311-1/+1
* Reverse the link order of libledger.la and libamounts.la. Apparently thisJohn Wiegley2008-08-311-1/+1
* When a person does 'make libs', run git submodule update for them.John Wiegley2008-08-261-0/+2
* Added the use of autogen.sh from http://buildconf.brlcad.org/. 'acprep' stillJohn Wiegley2008-08-141-1/+1
* A few corrections for the sake of 'make distcheck'.John Wiegley2008-08-141-4/+6
* Added a 'make report', which uses GCOV and LCOV to produce code coverageJohn Wiegley2008-08-131-0/+14
* The balance output now includes the final total.John Wiegley2008-08-131-2/+1
* Removed use of growlnotify.John Wiegley2008-08-131-4/+1
* Added a rule for building the 'lib' directory.John Wiegley2008-08-131-0/+3
* Moved some dependencies around for 'make distcheck'.John Wiegley2008-08-111-6/+2
* Several changes to autoconf and automake files:John Wiegley2008-08-111-11/+21
* Removed an erroneous @ symbol.John Wiegley2008-08-101-1/+1
* Don't fail if growlnotify isn't present.John Wiegley2008-08-101-1/+1
* When preparing a distribution, copy doc/README over the top-level README.John Wiegley2008-08-101-1/+3
* Use growlnotify on my system to signify the end of a build. This lets me knowJohn Wiegley2008-08-101-1/+4
* Use $PYTHON to locate which Python interpretor to use during a build.John Wiegley2008-08-101-2/+4
* Added rule to build a TAGS file.John Wiegley2008-08-101-0/+5
* Moved sources which I did not write from src/ into lib/.John Wiegley2008-08-091-4/+6
* If the Makefile says that ledger.so is out of date, forcibly rebuild it.John Wiegley2008-08-091-1/+1
* 'make distcheck' now works with Python support enabled.John Wiegley2008-08-091-89/+93
* Added a pretty divider line. :)John Wiegley2008-08-081-0/+2
* Changes needed since all of the documentation files moved into 'doc'.John Wiegley2008-08-081-2/+4
* Fixes and optimizations to the 'make release' and 'make release-distcheck'John Wiegley2008-08-081-4/+5
* Removed the need for an external valgrind.sh script. Using autoconf instead.John Wiegley2008-08-071-5/+15
* Added a 'make fulltest' so that I can be sure everything works.John Wiegley2008-08-071-0/+6
* Fixed a bug that was causing RegressionTests not to run at all.John Wiegley2008-08-071-4/+3
* Removed 'release' rule and added a 'docs' rule for making the documentation.John Wiegley2008-08-071-11/+1
* Fix to 'make release', and also added the PackageMaker config file, forJohn Wiegley2008-08-071-2/+1
* The Python interface code is now building again and passes its unit tests.John Wiegley2008-08-071-4/+5
* Added rules for building with Python support and also for building a universalJohn Wiegley2008-08-071-12/+44
* 'make distcheck' now works.John Wiegley2008-08-061-57/+53
* More changes toward getting 'make distcheck' to succeed.John Wiegley2008-08-051-14/+13
* ginstall $(srcdir)/doc/html/*, not $(top_builddir)/doc/html/.John Wiegley2008-08-051-1/+1
* The stub for RegressionTests returned the wrong exit code.John Wiegley2008-08-051-1/+1
* Added automake logic for building the Doxygen sources right before preparing aJohn Wiegley2008-08-051-18/+50
* Added support for generating Doxygen source documentation.John Wiegley2008-08-051-3/+3
* Moved around most of the files so that source code is in src/, documentationJohn Wiegley2008-08-051-129/+126
* Added infrastructure for running regression tests, since I would like to makeJohn Wiegley2008-08-051-1/+5
* Removed unnecessary clean rules, since git-clean does the job very nicely.John Wiegley2008-08-041-79/+2
* Got pre-compiled headers working again, which are used if --devel is passed toJohn Wiegley2008-08-031-2/+1
* Rearranged the code a bit, breaking walk.cc into several different files:John Wiegley2008-08-031-2/+11
* A new binary_cache_t object has been creating to manage saving and restoring aJohn Wiegley2008-07-311-0/+2
* Fixed the clean targets in Makefile.am. Use 'all-clean' to wipe everythingJohn Wiegley2008-07-301-13/+17
* Reorganized the ordering of filenames in Makefile.am, to better reflectJohn Wiegley2008-07-301-28/+34
* Moved around and renamed a very large amount of code in order to rationalizeJohn Wiegley2008-07-291-4/+33
* Move the value expression code into libamounts, since it really belongs withJohn Wiegley2008-07-291-10/+10
* Value expression architecture is now rewritten, but the functionality of theJohn Wiegley2008-07-291-28/+41
* Added the skeleton for the upcoming value_expr unit tests.John Wiegley2008-07-281-1/+2
* A great deal of reorganization to restore the old parsing code (since theJohn Wiegley2008-07-221-12/+7
* The new XPath parser has been integrated, although I have removed theJohn Wiegley2008-07-201-0/+2