Speex.kdevelop 3.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123
  1. <?xml version = '1.0'?>
  2. <kdevelop>
  3. <general>
  4. <author>Jean-Marc Valin</author>
  5. <email>jean-marc.valin@usherbrooke.ca</email>
  6. <version>$VERSION$</version>
  7. <projectmanagement>KDevAutoProject</projectmanagement>
  8. <primarylanguage>C</primarylanguage>
  9. <ignoreparts/>
  10. <projectdirectory>.</projectdirectory>
  11. <absoluteprojectpath>false</absoluteprojectpath>
  12. <description/>
  13. <secondaryLanguages/>
  14. </general>
  15. <kdevautoproject>
  16. <general>
  17. <activetarget>libspeex/libspeex.la</activetarget>
  18. <useconfiguration>default</useconfiguration>
  19. </general>
  20. <run>
  21. <mainprogram>src/Speex</mainprogram>
  22. <directoryradio>executable</directoryradio>
  23. <customdirectory>/</customdirectory>
  24. <programargs/>
  25. <terminal>false</terminal>
  26. <autocompile>true</autocompile>
  27. <envvars/>
  28. </run>
  29. <configurations>
  30. <optimized>
  31. <builddir>optimized</builddir>
  32. <ccompiler>GccOptions</ccompiler>
  33. <cxxcompiler>GppOptions</cxxcompiler>
  34. <f77compiler>G77Options</f77compiler>
  35. <cflags>-O2 -g0</cflags>
  36. </optimized>
  37. <debug>
  38. <configargs>--enable-debug=full</configargs>
  39. <builddir>debug</builddir>
  40. <ccompiler>GccOptions</ccompiler>
  41. <cxxcompiler>GppOptions</cxxcompiler>
  42. <f77compiler>G77Options</f77compiler>
  43. <cflags>-O0 -g3</cflags>
  44. </debug>
  45. </configurations>
  46. <make>
  47. <envvars>
  48. <envvar value="1" name="WANT_AUTOCONF_2_5" />
  49. <envvar value="1" name="WANT_AUTOMAKE_1_6" />
  50. </envvars>
  51. <abortonerror>false</abortonerror>
  52. <numberofjobs>1</numberofjobs>
  53. <dontact>false</dontact>
  54. <makebin/>
  55. </make>
  56. </kdevautoproject>
  57. <kdevdebugger>
  58. <general>
  59. <dbgshell>libtool</dbgshell>
  60. <programargs/>
  61. <gdbpath/>
  62. <configGdbScript/>
  63. <runShellScript/>
  64. <runGdbScript/>
  65. <breakonloadinglibs>true</breakonloadinglibs>
  66. <separatetty>false</separatetty>
  67. <floatingtoolbar>false</floatingtoolbar>
  68. </general>
  69. <display>
  70. <staticmembers>false</staticmembers>
  71. <demanglenames>true</demanglenames>
  72. </display>
  73. </kdevdebugger>
  74. <kdevfilecreate>
  75. <filetypes/>
  76. <useglobaltypes>
  77. <type ext="c" />
  78. <type ext="h" />
  79. </useglobaltypes>
  80. </kdevfilecreate>
  81. <kdevcppsupport>
  82. <references/>
  83. <codecompletion>
  84. <includeGlobalFunctions>true</includeGlobalFunctions>
  85. <includeTypes>true</includeTypes>
  86. <includeEnums>true</includeEnums>
  87. <includeTypedefs>false</includeTypedefs>
  88. <automaticCodeCompletion>true</automaticCodeCompletion>
  89. <automaticArgumentsHint>true</automaticArgumentsHint>
  90. <automaticHeaderCompletion>true</automaticHeaderCompletion>
  91. <codeCompletionDelay>250</codeCompletionDelay>
  92. <argumentsHintDelay>400</argumentsHintDelay>
  93. <headerCompletionDelay>250</headerCompletionDelay>
  94. </codecompletion>
  95. </kdevcppsupport>
  96. <kdevfileview>
  97. <groups>
  98. <hidenonprojectfiles>false</hidenonprojectfiles>
  99. <hidenonlocation>false</hidenonlocation>
  100. </groups>
  101. <tree>
  102. <hidepatterns>*.o,*.lo,CVS</hidepatterns>
  103. <hidenonprojectfiles>true</hidenonprojectfiles>
  104. </tree>
  105. </kdevfileview>
  106. <kdevdoctreeview>
  107. <projectdoc>
  108. <userdocDir>html/</userdocDir>
  109. <apidocDir>html/</apidocDir>
  110. </projectdoc>
  111. <ignoreqt_xml/>
  112. <ignoredoxygen/>
  113. <ignorekdocs/>
  114. <ignoretocs/>
  115. <ignoredevhelp/>
  116. </kdevdoctreeview>
  117. <cppsupportpart>
  118. <filetemplates>
  119. <interfacesuffix>.h</interfacesuffix>
  120. <implementationsuffix>.cpp</implementationsuffix>
  121. </filetemplates>
  122. </cppsupportpart>
  123. </kdevelop>
粤ICP备19079148号