aboutsummaryrefslogtreecommitdiff
path: root/debug/Makefile.am (follow)
AgeCommit message (Collapse)AuthorFilesLines
2012-07-05Include debug/translation.bash in the distribution.Lasse Collin1-0/+3
Also fix the script name mentioned in README.
2010-10-05Build: Remove the static/dynamic tricks.Lasse Collin1-4/+1
Most distros want xz linked against shared liblzma, so it doesn't help much to require --enable-dynamic for that. Those who want to avoid PIC on x86-32 to get better performance, can still do it e.g. by using --disable-shared to compile xz and then another pass to compile shared liblzma. Part of these static/dynamic tricks were needed for Windows in the past. Nowadays we rely on GCC and binutils to do the right thing with auto-import. If the Autotooled build system needs to support some other toolchain on Windows in the future, this may need some rethinking.
2009-08-27Fix the debug directory.Lasse Collin1-2/+3
6a2eb54092fc625d59921a607ff68cd1a90aa898 and 71f18e8a066a01dda0c8e5508b135ef104e43e4c required some changes that weren't applied in debug.
2009-06-26Fix @variables@ to $(variables) in Makefile.am files.Lasse Collin1-6/+6
Fix the ordering of libgnu.a and LTLIBINTL on the linker command line and added missing LTLIBINTL to tests/Makefile.am.
2009-04-13Put the interesting parts of XZ Utils into the public domain.Lasse Collin1-10/+3
Some minor documentation cleanups were made at the same time.
2008-08-28Sort of garbage collection commit. :-| Many things are stillLasse Collin1-1/+4
broken. API has changed a lot and it will still change a little more here and there. The command line tool doesn't have all the required changes to reflect the API changes, so it's easy to get "internal error" or trigger assertions.
2008-04-25Added memusage.c to debug directory.Lasse Collin1-1/+2
2008-01-23Added debug/full_flush.c.Lasse Collin1-1/+2
2008-01-20Added debug/repeat.c.Lasse Collin1-0/+1
2008-01-18Added the debug directory and the first debug toolLasse Collin1-0/+30
(sync_flush). These tools are not built unless the user runs "make" in the debug directory.