repo.or.cz
/
barry.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
- added website docs to doc/www... these are out of date at the
[barry.git]
/
gui
/
buildgen.sh
blob
2fac5c51bbb6b710fc5d35fd497154cb2d53430a
1
#!/bin/sh
2
3
#
4
# Generates the build system.
5
#
6
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
src
/*
.bak src
/*
.gladep INSTALL
12
else
13
autoreconf
-if
14
#autoreconf -ifv
15
fi
16