[xiph-commits] r10401 - in trunk/speex: . ti ti/speex_C54_test
ti/speex_C55_test ti/speex_C64_test
jm at svn.xiph.org
jm at svn.xiph.org
Fri Nov 18 03:46:45 PST 2005
Author: jm
Date: 2005-11-18 03:46:39 -0800 (Fri, 18 Nov 2005)
New Revision: 10401
Added:
trunk/speex/ti/Makefile.am
trunk/speex/ti/speex_C54_test/Makefile.am
trunk/speex/ti/speex_C55_test/Makefile.am
trunk/speex/ti/speex_C64_test/Makefile.am
Modified:
trunk/speex/Makefile.am
trunk/speex/configure.ac
Log:
Added ti/ directory
Modified: trunk/speex/Makefile.am
===================================================================
--- trunk/speex/Makefile.am 2005-11-18 09:55:57 UTC (rev 10400)
+++ trunk/speex/Makefile.am 2005-11-18 11:46:39 UTC (rev 10401)
@@ -13,9 +13,9 @@
EXTRA_DIST = Speex.spec Speex.spec.in Speex.kdevelop speex.m4 speex.pc.in README.blackfin README.symbian
#Fools KDevelop into including all files
-SUBDIRS = libspeex include @src@ doc win32 symbian
+SUBDIRS = libspeex include @src@ doc win32 symbian ti
-DIST_SUBDIRS = libspeex include src doc win32 symbian
+DIST_SUBDIRS = libspeex include src doc win32 symbian ti
rpm: dist
rpmbuild -ta ${PACKAGE}-${VERSION}.tar.gz
Modified: trunk/speex/configure.ac
===================================================================
--- trunk/speex/configure.ac 2005-11-18 09:55:57 UTC (rev 10400)
+++ trunk/speex/configure.ac 2005-11-18 11:46:39 UTC (rev 10401)
@@ -183,7 +183,9 @@
include/Makefile include/speex/Makefile speex.pc
win32/Makefile win32/libspeex/Makefile win32/speexenc/Makefile
win32/speexdec/Makefile symbian/Makefile
- include/speex/speex_config_types.h ])
+ include/speex/speex_config_types.h ti/Makefile
+ ti/speex_C54_test/Makefile ti/speex_C55_test/Makefile
+ ti/speex_C64_test/Makefile ])
if test "x$src" = "x"; then
echo "**IMPORTANT**"
Added: trunk/speex/ti/Makefile.am
===================================================================
--- trunk/speex/ti/Makefile.am 2005-11-18 09:55:57 UTC (rev 10400)
+++ trunk/speex/ti/Makefile.am 2005-11-18 11:46:39 UTC (rev 10401)
@@ -0,0 +1,9 @@
+## Process this file with automake to produce Makefile.in. -*-Makefile-*-
+
+# Disable automatic dependency tracking if using other tools than gcc and gmake
+#AUTOMAKE_OPTIONS = no-dependencies
+
+SUBDIRS = speex_C54_test speex_C55_test speex_C64_test
+
+EXTRA_DIST = config.h README.TI-DSP testenc-TI-C5x.c user_misc.h testenc-TI-C64x.c
+
Added: trunk/speex/ti/speex_C54_test/Makefile.am
===================================================================
--- trunk/speex/ti/speex_C54_test/Makefile.am 2005-11-18 09:55:57 UTC (rev 10400)
+++ trunk/speex/ti/speex_C54_test/Makefile.am 2005-11-18 11:46:39 UTC (rev 10401)
@@ -0,0 +1,8 @@
+## Process this file with automake to produce Makefile.in. -*-Makefile-*-
+
+# Disable automatic dependency tracking if using other tools than gcc and gmake
+#AUTOMAKE_OPTIONS = no-dependencies
+
+EXTRA_DIST = speex_C54_test.cmd speex_C54_test.pjt
+
+
Added: trunk/speex/ti/speex_C55_test/Makefile.am
===================================================================
--- trunk/speex/ti/speex_C55_test/Makefile.am 2005-11-18 09:55:57 UTC (rev 10400)
+++ trunk/speex/ti/speex_C55_test/Makefile.am 2005-11-18 11:46:39 UTC (rev 10401)
@@ -0,0 +1,6 @@
+## Process this file with automake to produce Makefile.in. -*-Makefile-*-
+
+# Disable automatic dependency tracking if using other tools than gcc and gmake
+#AUTOMAKE_OPTIONS = no-dependencies
+
+EXTRA_DIST = speex_C55_test.cmd speex_C55_test.pjt
Added: trunk/speex/ti/speex_C64_test/Makefile.am
===================================================================
--- trunk/speex/ti/speex_C64_test/Makefile.am 2005-11-18 09:55:57 UTC (rev 10400)
+++ trunk/speex/ti/speex_C64_test/Makefile.am 2005-11-18 11:46:39 UTC (rev 10401)
@@ -0,0 +1,6 @@
+## Process this file with automake to produce Makefile.in. -*-Makefile-*-
+
+# Disable automatic dependency tracking if using other tools than gcc and gmake
+#AUTOMAKE_OPTIONS = no-dependencies
+
+EXTRA_DIST = speex_C64_test.cmd speex_C64_test.pjt
More information about the commits
mailing list