add
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8188 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
9066389721
commit
349fb64db9
|
@ -0,0 +1,23 @@
|
||||||
|
# FreeSWITCH auto-build Makefile
|
||||||
|
# http://www.freeswitch.org
|
||||||
|
|
||||||
|
cat << EOF | make -f -
|
||||||
|
freeswitch: freeswitch.trunk/Makefile
|
||||||
|
cd freeswitch.trunk && make
|
||||||
|
|
||||||
|
freeswitch.trunk/Makefile: freeswitch.trunk/configure
|
||||||
|
cd freeswitch.trunk && ./configure
|
||||||
|
|
||||||
|
freeswitch.trunk/configure: freeswitch.trunk/bootstrap.sh
|
||||||
|
cd freeswitch.trunk && sh bootstrap.sh
|
||||||
|
|
||||||
|
freeswitch.trunk/bootstrap.sh:
|
||||||
|
@echo 'Downloading FreeSWITCH please wait....(a while)'
|
||||||
|
svn co -q http://svn.freeswitch.org:/svn/freeswitch/trunk freeswitch.trunk
|
||||||
|
|
||||||
|
|
||||||
|
install:
|
||||||
|
cd freeswitch.trunk && make install
|
||||||
|
|
||||||
|
all: freeswitch
|
||||||
|
EOF
|
Loading…
Reference in New Issue