- added OpenSSL dependency to build for password hash support
[barry.git] / buildgen.sh
blob30cc6f877093b252405e5a1e6617d0276a402ba6
1 #!/bin/sh
4 # Generates the build system.
7 if [ "$1" = "cleanall" ] ; then
8 (cd gui && make distclean)
9 (cd gui && ./buildgen.sh clean)
10 make distclean
11 ./buildgen.sh clean
12 elif [ "$1" = "clean" ] ; then
13 rm -rf autom4te.cache
14 rm -f Makefile.in aclocal.m4 config.guess config.h.in config.sub \
15 configure depcomp install-sh ltmain.sh missing \
16 src/Makefile.in tools/Makefile.in examples/Makefile.in \
17 man/Makefile.in
18 # clean up Debian build trails
19 rm -rf debian/barry
20 rm -f build-arch-stamp build-indep-stamp configure-stamp \
21 debian/barry.substvars debian/files \
22 tools/bcharge
23 else
24 autoreconf -if
25 #autoreconf -ifv