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    <projectname>celt</projectname>
11    <projectdirectory>.</projectdirectory>
12    <absoluteprojectpath>false</absoluteprojectpath>
13    <description></description>
14    <defaultencoding></defaultencoding>
15  </general>
16  <kdevautoproject>
17    <general>
18      <useconfiguration>default</useconfiguration>
19      <activetarget>libcelt/libcelt.la</activetarget>
20    </general>
21    <run>
22      <mainprogram/>
23      <programargs/>
24      <globaldebugarguments/>
25      <globalcwd/>
26      <useglobalprogram>true</useglobalprogram>
27      <terminal>false</terminal>
28      <autocompile>false</autocompile>
29      <autoinstall>false</autoinstall>
30      <autokdesu>false</autokdesu>
31      <envvars/>
32    </run>
33    <configurations>
34      <optimized>
35        <builddir>optimized</builddir>
36        <ccompiler>GccOptions</ccompiler>
37        <cxxcompiler>GppOptions</cxxcompiler>
38        <f77compiler>G77Options</f77compiler>
39        <cflags>-O2 -g0</cflags>
40      </optimized>
41      <debug>
42        <configargs>--enable-debug=full</configargs>
43        <builddir>debug</builddir>
44        <ccompiler>GccOptions</ccompiler>
45        <cxxcompiler>GppOptions</cxxcompiler>
46        <f77compiler>G77Options</f77compiler>
47        <cflags>-O0 -g3</cflags>
48      </debug>
49    </configurations>
50    <make>
51      <envvars>
52        <envvar value="1" name="WANT_AUTOCONF_2_5" />
53        <envvar value="1" name="WANT_AUTOMAKE_1_6" />
54      </envvars>
55      <abortonerror>true</abortonerror>
56      <runmultiplejobs>true</runmultiplejobs>
57      <numberofjobs>4</numberofjobs>
58      <dontact>false</dontact>
59      <makebin></makebin>
60      <prio>0</prio>
61    </make>
62  </kdevautoproject>
63  <kdevdebugger>
64    <general>
65      <dbgshell>libtool</dbgshell>
66      <gdbpath></gdbpath>
67      <configGdbScript></configGdbScript>
68      <runShellScript></runShellScript>
69      <runGdbScript></runGdbScript>
70      <breakonloadinglibs>true</breakonloadinglibs>
71      <separatetty>false</separatetty>
72      <floatingtoolbar>false</floatingtoolbar>
73      <raiseGDBOnStart>false</raiseGDBOnStart>
74    </general>
75    <display>
76      <staticmembers>false</staticmembers>
77      <demanglenames>true</demanglenames>
78      <outputradix>10</outputradix>
79    </display>
80  </kdevdebugger>
81  <kdevdoctreeview>
82    <ignoretocs>
83      <toc>ada</toc>
84      <toc>ada_bugs_gcc</toc>
85      <toc>bash</toc>
86      <toc>bash_bugs</toc>
87      <toc>clanlib</toc>
88      <toc>fortran_bugs_gcc</toc>
89      <toc>gnome1</toc>
90      <toc>gnustep</toc>
91      <toc>gtk</toc>
92      <toc>gtk_bugs</toc>
93      <toc>haskell</toc>
94      <toc>haskell_bugs_ghc</toc>
95      <toc>java_bugs_gcc</toc>
96      <toc>java_bugs_sun</toc>
97      <toc>kde2book</toc>
98      <toc>libstdc++</toc>
99      <toc>opengl</toc>
100      <toc>pascal_bugs_fp</toc>
101      <toc>php</toc>
102      <toc>php_bugs</toc>
103      <toc>perl</toc>
104      <toc>perl_bugs</toc>
105      <toc>python</toc>
106      <toc>python_bugs</toc>
107      <toc>qt-kdev3</toc>
108      <toc>ruby</toc>
109      <toc>ruby_bugs</toc>
110      <toc>sdl</toc>
111      <toc>stl</toc>
112      <toc>sw</toc>
113      <toc>w3c-dom-level2-html</toc>
114      <toc>w3c-svg</toc>
115      <toc>w3c-uaag10</toc>
116      <toc>wxwidgets_bugs</toc>
117    </ignoretocs>
118    <ignoreqt_xml>
119      <toc>Guide to the Qt Translation Tools</toc>
120      <toc>Qt Assistant Manual</toc>
121      <toc>Qt Designer Manual</toc>
122      <toc>Qt Reference Documentation</toc>
123      <toc>qmake User Guide</toc>
124    </ignoreqt_xml>
125    <ignoredoxygen>
126      <toc>KDE Libraries (Doxygen)</toc>
127    </ignoredoxygen>
128  </kdevdoctreeview>
129  <kdevfilecreate>
130    <filetypes/>
131    <useglobaltypes>
132      <type ext="c" />
133      <type ext="h" />
134    </useglobaltypes>
135  </kdevfilecreate>
136  <kdevcppsupport>
137    <qt>
138      <used>false</used>
139      <version>3</version>
140      <includestyle>3</includestyle>
141      <root></root>
142      <designerintegration>EmbeddedKDevDesigner</designerintegration>
143      <qmake></qmake>
144      <designer></designer>
145      <designerpluginpaths/>
146    </qt>
147    <codecompletion>
148      <automaticCodeCompletion>false</automaticCodeCompletion>
149      <automaticArgumentsHint>true</automaticArgumentsHint>
150      <automaticHeaderCompletion>true</automaticHeaderCompletion>
151      <codeCompletionDelay>250</codeCompletionDelay>
152      <argumentsHintDelay>400</argumentsHintDelay>
153      <headerCompletionDelay>250</headerCompletionDelay>
154      <showOnlyAccessibleItems>false</showOnlyAccessibleItems>
155      <completionBoxItemOrder>0</completionBoxItemOrder>
156      <howEvaluationContextMenu>true</howEvaluationContextMenu>
157      <showCommentWithArgumentHint>true</showCommentWithArgumentHint>
158      <statusBarTypeEvaluation>false</statusBarTypeEvaluation>
159      <namespaceAliases>std=_GLIBCXX_STD;__gnu_cxx=std</namespaceAliases>
160      <processPrimaryTypes>true</processPrimaryTypes>
161      <processFunctionArguments>false</processFunctionArguments>
162      <preProcessAllHeaders>false</preProcessAllHeaders>
163      <parseMissingHeadersExperimental>false</parseMissingHeadersExperimental>
164      <resolveIncludePathsUsingMakeExperimental>false</resolveIncludePathsUsingMakeExperimental>
165      <alwaysParseInBackground>true</alwaysParseInBackground>
166      <usePermanentCaching>true</usePermanentCaching>
167      <alwaysIncludeNamespaces>false</alwaysIncludeNamespaces>
168      <includePaths>.;</includePaths>
169    </codecompletion>
170    <creategettersetter>
171      <prefixGet></prefixGet>
172      <prefixSet>set</prefixSet>
173      <prefixVariable>m_,_</prefixVariable>
174      <parameterName>theValue</parameterName>
175      <inlineGet>true</inlineGet>
176      <inlineSet>true</inlineSet>
177    </creategettersetter>
178    <splitheadersource>
179      <enabled>true</enabled>
180      <synchronize>true</synchronize>
181      <orientation>Horizontal</orientation>
182    </splitheadersource>
183    <references/>
184  </kdevcppsupport>
185  <cppsupportpart>
186    <filetemplates>
187      <interfacesuffix>.h</interfacesuffix>
188      <implementationsuffix>.cpp</implementationsuffix>
189    </filetemplates>
190  </cppsupportpart>
191  <kdevfileview>
192    <groups/>
193    <tree>
194      <hidepatterns>*.o,*.lo,CVS</hidepatterns>
195      <hidenonprojectfiles>false</hidenonprojectfiles>
196    </tree>
197  </kdevfileview>
198  <kdevdocumentation>
199    <projectdoc>
200      <docsystem/>
201      <docurl/>
202      <usermanualurl/>
203    </projectdoc>
204  </kdevdocumentation>
205</kdevelop>
206