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
Small whitespace cleanup to make git happy
[barry.git]
/
gui
/
buildgen.sh
blob
63c999042bdbffd004c91ec6aa9a1e3397095723
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
man
/
Makefile.
in
\
12
src
/
Makefile.
in
src
/*
.bak src
/*
.gladep INSTALL \
13
config.h.
in
~
14
else
15
autoreconf
-if
16
#autoreconf -ifv
17
fi
18