Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mumble-voip/speexdsp.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjm <jm@0101bb08-14d6-0310-b084-bc0e0c8e3800>2007-06-09 16:48:57 +0400
committerjm <jm@0101bb08-14d6-0310-b084-bc0e0c8e3800>2007-06-09 16:48:57 +0400
commit38353daba7545408e38d11352a80727d4785c1c3 (patch)
treeed049c5a39272769fcfa88865694adf55f6bc02f /Speex.kdevelop
parent19aed3597795b532257c9a8e0809e2f61644005b (diff)
Defined fixed-point and floating-point builds.
git-svn-id: http://svn.xiph.org/trunk/speex@13119 0101bb08-14d6-0310-b084-bc0e0c8e3800
Diffstat (limited to 'Speex.kdevelop')
-rw-r--r--Speex.kdevelop67
1 files changed, 43 insertions, 24 deletions
diff --git a/Speex.kdevelop b/Speex.kdevelop
index 1f12bdd..08b5f24 100644
--- a/Speex.kdevelop
+++ b/Speex.kdevelop
@@ -9,16 +9,16 @@
<ignoreparts/>
<projectdirectory>.</projectdirectory>
<absoluteprojectpath>false</absoluteprojectpath>
- <description/>
+ <description></description>
<secondaryLanguages/>
<versioncontrol>kdevsubversion</versioncontrol>
- <defaultencoding/>
+ <defaultencoding></defaultencoding>
<projectname>Speex</projectname>
</general>
<kdevautoproject>
<general>
<activetarget>libspeex/libspeex.la</activetarget>
- <useconfiguration>default</useconfiguration>
+ <useconfiguration>fixed</useconfiguration>
</general>
<run>
<mainprogram>src/Speex</mainprogram>
@@ -32,21 +32,40 @@
<autokdesu>false</autokdesu>
</run>
<configurations>
- <optimized>
- <builddir>optimized</builddir>
- <ccompiler>GccOptions</ccompiler>
- <cxxcompiler>GppOptions</cxxcompiler>
- <f77compiler>G77Options</f77compiler>
- <cflags>-O2 -g0</cflags>
- </optimized>
- <debug>
- <configargs>--enable-debug=full</configargs>
- <builddir>debug</builddir>
- <ccompiler>GccOptions</ccompiler>
- <cxxcompiler>GppOptions</cxxcompiler>
- <f77compiler>G77Options</f77compiler>
- <cflags>-O0 -g3</cflags>
- </debug>
+ <float>
+ <builddir>float</builddir>
+ <ccompiler>kdevgccoptions</ccompiler>
+ <cxxcompiler>kdevgppoptions</cxxcompiler>
+ <f77compiler>kdevpgf77options</f77compiler>
+ <cflags>-O2 -g -Wall</cflags>
+ <envvars/>
+ <configargs>--disable-shared</configargs>
+ <topsourcedir></topsourcedir>
+ <cppflags></cppflags>
+ <ldflags></ldflags>
+ <ccompilerbinary></ccompilerbinary>
+ <cxxcompilerbinary></cxxcompilerbinary>
+ <f77compilerbinary></f77compilerbinary>
+ <cxxflags></cxxflags>
+ <f77flags></f77flags>
+ </float>
+ <fixed>
+ <configargs>--enable-fixed-point --disable-shared</configargs>
+ <builddir>fixed</builddir>
+ <ccompiler>kdevgccoptions</ccompiler>
+ <cxxcompiler>kdevgppoptions</cxxcompiler>
+ <f77compiler>kdevpgf77options</f77compiler>
+ <cflags>-O2 -g -Wall</cflags>
+ <envvars/>
+ <topsourcedir></topsourcedir>
+ <cppflags></cppflags>
+ <ldflags></ldflags>
+ <ccompilerbinary></ccompilerbinary>
+ <cxxcompilerbinary></cxxcompilerbinary>
+ <f77compilerbinary></f77compilerbinary>
+ <cxxflags></cxxflags>
+ <f77flags></f77flags>
+ </fixed>
<default>
<envvars/>
</default>
@@ -68,10 +87,10 @@
<general>
<dbgshell>libtool</dbgshell>
<programargs/>
- <gdbpath/>
- <configGdbScript/>
- <runShellScript/>
- <runGdbScript/>
+ <gdbpath></gdbpath>
+ <configGdbScript></configGdbScript>
+ <runShellScript></runShellScript>
+ <runGdbScript></runGdbScript>
<breakonloadinglibs>true</breakonloadinglibs>
<separatetty>false</separatetty>
<floatingtoolbar>false</floatingtoolbar>
@@ -125,11 +144,11 @@
<includestyle>3</includestyle>
<designerintegration>EmbeddedKDevDesigner</designerintegration>
<qmake>/usr/share/qt3/bin/qmake</qmake>
- <designer></designer>
+ <designer>/usr/bin/designer-qt3</designer>
<designerpluginpaths/>
</qt>
<creategettersetter>
- <prefixGet/>
+ <prefixGet></prefixGet>
<prefixSet>set</prefixSet>
<prefixVariable>m_,_</prefixVariable>
<parameterName>theValue</parameterName>