[zaptel-commits] jcollie: branch group/new_octasic_build r1269 -
/team/group/new_octasic_build...
zaptel-commits at lists.digium.com
zaptel-commits at lists.digium.com
Wed Aug 9 05:48:35 MST 2006
Author: jcollie
Date: Wed Aug 9 07:48:35 2006
New Revision: 1269
URL: http://svn.digium.com/view/zaptel?rev=1269&view=rev
Log:
New helper script
Added:
team/group/new_octasic_build/oct612x/octasic-helper (with props)
Added: team/group/new_octasic_build/oct612x/octasic-helper
URL: http://svn.digium.com/view/zaptel/team/group/new_octasic_build/oct612x/octasic-helper?rev=1269&view=auto
==============================================================================
--- team/group/new_octasic_build/oct612x/octasic-helper (added)
+++ team/group/new_octasic_build/oct612x/octasic-helper Wed Aug 9 07:48:35 2006
@@ -1,0 +1,38 @@
+#!/bin/sh
+
+#
+# Jeffrey C. Ollie <jeff at ocjtech.us>
+#
+# $1 == information requested
+# $2 == path to octasic directory
+#
+
+APIDIR=$2/octdeviceapi/oct6100api/oct6100_api
+
+case $1 in
+ objects)
+ echo $APIDIR/oct6100_adpcm_chan.o \
+ $APIDIR/oct6100_channel.o \
+ $APIDIR/oct6100_chip_open.o \
+ $APIDIR/oct6100_chip_stats.o \
+ $APIDIR/oct6100_conf_bridge.o \
+ $APIDIR/oct6100_debug.o \
+ $APIDIR/oct6100_events.o \
+ $APIDIR/oct6100_interrupts.o \
+ $APIDIR/oct6100_memory.o \
+ $APIDIR/oct6100_mixer.o \
+ $APIDIR/oct6100_phasing_tsst.o \
+ $APIDIR/oct6100_playout_buf.o \
+ $APIDIR/oct6100_remote_debug.o \
+ $APIDIR/oct6100_tlv.o \
+ $APIDIR/oct6100_tone_detection.o \
+ $APIDIR/oct6100_tsi_cnct.o \
+ $APIDIR/oct6100_tsst.o \
+ $2/apilib/bt/octapi_bt0.o \
+ $2/apilib/largmath/octapi_largmath.o \
+ $2/apilib/llman/octapi_llman.o
+ ;;
+ cflags)
+ echo -I$2/include -I$2/octdeviceapi -I$2/octdeviceapi/oct6100api
+ ;;
+esac
Propchange: team/group/new_octasic_build/oct612x/octasic-helper
------------------------------------------------------------------------------
svn:eol-style = native
Propchange: team/group/new_octasic_build/oct612x/octasic-helper
------------------------------------------------------------------------------
svn:executable = *
Propchange: team/group/new_octasic_build/oct612x/octasic-helper
------------------------------------------------------------------------------
svn:keywords = Author Id Date Revision
Propchange: team/group/new_octasic_build/oct612x/octasic-helper
------------------------------------------------------------------------------
svn:mime-type = text/plain
More information about the zaptel-commits
mailing list