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
examples: added pipedump.cc demo using new builders, parsers, and pipe class
[barry.git]
/
opensync-plugin-0.4x
/
buildgen.sh
blob
069e24b5296ac9b89ce839a3b248c6c7a03ed130
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.h.
in
~ \
10
config.sub \
11
configure depcomp install-sh ltmain.sh missing \
12
src
/
Makefile.
in
INSTALL \
13
config.h.
in
~
14
else
15
autoreconf
-if
16
#autoreconf -ifv
17
fi
18