Add documentation to libiax2. Update ignores for that module. Update Doxyfile-server

Removed also the now-unused libiax2.svn20060606.tar.gz that was included.

Remove also the libiax2.sh file. TODO: we need to automate the build of
libiax2 from that 'libs' directory.
This commit is contained in:
Alexandre Bourget
2007-08-30 11:54:02 -04:00
parent d60bfe0b25
commit 29d7fc387e
5 changed files with 1248 additions and 25 deletions

12
.gitignore vendored
View File

@ -39,6 +39,18 @@ doc/*.html
# Ignore temp libs stuff
tools/portaudio
# Ignore sub-modules stuff
/libs/libiax2/doc/html
/libs/libiax2/config.*
/libs/libiax2/autom4te.cache
/libs/libiax2/src/.libs
/libs/libiax2/libtool
/libs/libiax2/ltmain.sh
/libs/libiax2/iax-config
/libs/libiax2/configure
# Ignore temp files
*~

View File

@ -453,7 +453,7 @@ WARN_LOGFILE =
# directories like "/usr/src/myproject". Separate the files or directories
# with spaces.
INPUT = src src/audio src/zeroconf src/config src/gui/server
INPUT = src src/audio src/zeroconf src/config src/gui/server src/gui
# If the value of the INPUT tag contains directories, you can use the
# FILE_PATTERNS tag to specify one or more wildcard pattern (like *.cpp

View File

@ -1,24 +0,0 @@
# CVS Web: http://digium-cvs.netmonks.ca/viewcvs.cgi/libiax2/
date=20060404
lib=libiax2
if [ ! -d $lib ]; then
echo "Welcome to the installation of $lib"
echo -n "Do you want to extract the $date tar.gz or get from svn? [targz/svn]: "
read response
if [ $response == "svn" ]; then
echo "Downloading libiax2 from source... (may take a long time)"
svn checkout http://svn.digium.com/svn/libiax2/trunk libiax2
else
file="$lib.svn$date.tar.gz"
echo "Extracting libiax2 from $file..."
tar xzvf $file
fi
fi
cd libiax2
if [ ! -f configure ]; then
./gen.sh
fi
./configure && make

Binary file not shown.

File diff suppressed because it is too large Load Diff