summaryrefslogtreecommitdiff
path: root/README
blob: b90d4fc5fa45a4b1583efe2812df8b80a65ceb61 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
shave transforms the messy ouput of autotools into a pretty Kbuild-like one.

shave         : the actual thing
test-flat-nolt: flat layout, no use of litool (broken!)
test-flat-lt  : flat layout, use of libtool
test          : common layout, libtooled, with noinst libs
test-cxx      : common layout, libtooled, with noinst libs, C++

To use the tests:
	* cd $test
	* autoreconf --install
	* ./configure
	* make