libt2n: (gerd) make codegen.make work with current autotools
[libt2n] / libt2n.kdevelop
1 <?xml version = '1.0'?>
2 <kdevelop>
3   <general>
4     <author>Gerd v. Egidy</author>
5     <email>gerd.von.egidy@intra2net.com</email>
6     <version>0.1</version>
7     <projectmanagement>KDevAutoProject</projectmanagement>
8     <primarylanguage>C++</primarylanguage>
9     <keywords>
10       <keyword>C++</keyword>
11       <keyword>Code</keyword>
12     </keywords>
13     <ignoreparts/>
14     <projectname>libt2n</projectname>
15   </general>
16   <kdevautoproject>
17     <general>
18       <activetarget>test/test</activetarget>
19       <useconfiguration>debug</useconfiguration>
20     </general>
21     <run>
22       <mainprogram>src/libt2n</mainprogram>
23       <terminal>true</terminal>
24       <directoryradio>executable</directoryradio>
25       <runarguments>
26         <client/>
27         <server/>
28         <test/>
29       </runarguments>
30     </run>
31     <configurations>
32       <optimized>
33         <builddir>optimized</builddir>
34         <ccompiler>kdevgccoptions</ccompiler>
35         <cxxcompiler>kdevgppoptions</cxxcompiler>
36         <f77compiler>kdevg77options</f77compiler>
37         <cxxflags>-O2 -g0</cxxflags>
38       </optimized>
39       <debug>
40         <configargs>--enable-debug=full</configargs>
41         <builddir>debug</builddir>
42         <ccompiler>kdevgccoptions</ccompiler>
43         <cxxcompiler>kdevgppoptions</cxxcompiler>
44         <f77compiler>kdevg77options</f77compiler>
45         <cxxflags>-O0 -g3</cxxflags>
46       </debug>
47     </configurations>
48     <make>
49       <envvars>
50         <envvar value="1" name="WANT_AUTOCONF_2_5" />
51         <envvar value="1" name="WANT_AUTOMAKE_1_6" />
52       </envvars>
53     </make>
54   </kdevautoproject>
55   <kdevdoctreeview>
56     <ignoretocs>
57       <toc>ada</toc>
58       <toc>ada_bugs_gcc</toc>
59       <toc>bash</toc>
60       <toc>bash_bugs</toc>
61       <toc>clanlib</toc>
62       <toc>w3c-dom-level2-html</toc>
63       <toc>fortran_bugs_gcc</toc>
64       <toc>gnome1</toc>
65       <toc>gnustep</toc>
66       <toc>gtk</toc>
67       <toc>gtk_bugs</toc>
68       <toc>haskell</toc>
69       <toc>haskell_bugs_ghc</toc>
70       <toc>java_bugs_gcc</toc>
71       <toc>java_bugs_sun</toc>
72       <toc>kde2book</toc>
73       <toc>opengl</toc>
74       <toc>pascal_bugs_fp</toc>
75       <toc>php</toc>
76       <toc>php_bugs</toc>
77       <toc>perl</toc>
78       <toc>perl_bugs</toc>
79       <toc>python</toc>
80       <toc>python_bugs</toc>
81       <toc>qt-kdev3</toc>
82       <toc>ruby</toc>
83       <toc>ruby_bugs</toc>
84       <toc>sdl</toc>
85       <toc>w3c-svg</toc>
86       <toc>sw</toc>
87       <toc>w3c-uaag10</toc>
88       <toc>wxwidgets_bugs</toc>
89     </ignoretocs>
90     <ignoreqt_xml>
91       <toc>Guide to the Qt Translation Tools</toc>
92       <toc>Qt Assistant Manual</toc>
93       <toc>Qt Designer Manual</toc>
94       <toc>Qt Reference Documentation</toc>
95       <toc>qmake User Guide</toc>
96     </ignoreqt_xml>
97     <ignoredoxygen>
98       <toc>KDE Libraries (Doxygen)</toc>
99     </ignoredoxygen>
100   </kdevdoctreeview>
101   <kdevfilecreate>
102     <useglobaltypes>
103       <type ext="cpp" />
104       <type ext="h" />
105     </useglobaltypes>
106   </kdevfilecreate>
107   <kdevfileview>
108     <groups>
109       <group pattern="*.h" name="Header files" />
110       <group pattern="*.cpp" name="Source files" />
111       <hidenonprojectfiles>false</hidenonprojectfiles>
112       <hidenonlocation>false</hidenonlocation>
113     </groups>
114     <tree>
115       <hidepatterns>*.o,*.lo,CVS</hidepatterns>
116       <hidenonprojectfiles>false</hidenonprojectfiles>
117     </tree>
118   </kdevfileview>
119   <kdevdocumentation>
120     <projectdoc>
121       <docsystem>Doxygen Documentation Collection</docsystem>
122       <docurl>libt2n.tag</docurl>
123     </projectdoc>
124   </kdevdocumentation>
125   <substmap>
126     <APPNAME>libt2n</APPNAME>
127     <APPNAMELC>libt2n</APPNAMELC>
128     <APPNAMESC>Libt2n</APPNAMESC>
129     <APPNAMEUC>LIBT2N</APPNAMEUC>
130     <AUTHOR>Gerd v. Egidy</AUTHOR>
131     <EMAIL>gerd.von.egidy@intra2net.com</EMAIL>
132     <LICENSE>LGPL</LICENSE>
133     <LICENSEFILE>COPYING.LIB</LICENSEFILE>
134     <VERSION>0.1</VERSION>
135     <YEAR>2006</YEAR>
136     <dest>/home/gerd/source/libt2n</dest>
137   </substmap>
138   <kdevcppsupport>
139     <references/>
140     <codecompletion>
141       <includeGlobalFunctions>true</includeGlobalFunctions>
142       <includeTypes>true</includeTypes>
143       <includeEnums>true</includeEnums>
144       <includeTypedefs>false</includeTypedefs>
145       <automaticCodeCompletion>true</automaticCodeCompletion>
146       <automaticArgumentsHint>true</automaticArgumentsHint>
147       <automaticHeaderCompletion>true</automaticHeaderCompletion>
148       <codeCompletionDelay>250</codeCompletionDelay>
149       <argumentsHintDelay>400</argumentsHintDelay>
150       <headerCompletionDelay>250</headerCompletionDelay>
151       <showOnlyAccessibleItems>false</showOnlyAccessibleItems>
152       <completionBoxItemOrder>0</completionBoxItemOrder>
153       <howEvaluationContextMenu>true</howEvaluationContextMenu>
154       <showCommentWithArgumentHint>true</showCommentWithArgumentHint>
155       <statusBarTypeEvaluation>false</statusBarTypeEvaluation>
156       <namespaceAliases>std=_GLIBCXX_STD;__gnu_cxx=std</namespaceAliases>
157       <processPrimaryTypes>true</processPrimaryTypes>
158       <processFunctionArguments>false</processFunctionArguments>
159       <preProcessAllHeaders>false</preProcessAllHeaders>
160       <parseMissingHeadersExperimental>false</parseMissingHeadersExperimental>
161       <resolveIncludePathsUsingMakeExperimental>false</resolveIncludePathsUsingMakeExperimental>
162       <alwaysParseInBackground>true</alwaysParseInBackground>
163       <usePermanentCaching>true</usePermanentCaching>
164       <alwaysIncludeNamespaces>false</alwaysIncludeNamespaces>
165       <includePaths>.;</includePaths>
166     </codecompletion>
167     <qt>
168       <used>false</used>
169       <version>3</version>
170       <includestyle>3</includestyle>
171       <root>/usr/lib/qt-3.3</root>
172       <designerintegration>EmbeddedKDevDesigner</designerintegration>
173       <qmake>/usr/lib/qt-3.3/bin/qmake</qmake>
174       <designer>/usr/lib/qt-3.3/bin/designer</designer>
175       <designerpluginpaths/>
176     </qt>
177   </kdevcppsupport>
178 </kdevelop>