- added examples/ directory, with first addcontact.cc example
[barry.git] / buildgen.sh
blob1c3e9e20c668a569e066a371755fe1de7419c7c5
1 #!/bin/sh
4 # Generates the build system.
7 if [ "$1" = "clean" ] ; then
8 rm -rf autom4te.cache
9 rm -f Makefile.in aclocal.m4 config.guess config.h.in config.sub \
10 configure depcomp install-sh ltmain.sh missing \
11 src/Makefile.in tools/Makefile.in examples/Makefile.in
12 else
13 autoreconf -if
14 #autoreconf -ifv