libftdi: (gerd) recreate in new kdevelop, pkgconfig, license fix
[libftdi] / libftdi.kdevelop
1 <?xml version = '1.0'?>
2 <kdevelop>
3   <general>
4     <author>Gerd v. Egidy</author>
5     <email>opensource@intra2net.com</email>
6     <version>0.3</version>
7     <projectmanagement>KDevAutoProject</projectmanagement>
8     <primarylanguage>C</primarylanguage>
9     <keywords>
10       <keyword>C</keyword>
11       <keyword>Code</keyword>
12     </keywords>
13   </general>
14   <kdevautoproject>
15     <general>
16       <activetarget>src/libftdi</activetarget>
17       <useconfiguration>debug</useconfiguration>
18     </general>
19     <run>
20       <mainprogram>src/libftdi</mainprogram>
21       <terminal>true</terminal>
22       <directoryradio>executable</directoryradio>
23     </run>
24     <configurations>
25       <optimized>
26         <builddir>optimized</builddir>
27         <ccompiler>kdevgccoptions</ccompiler>
28         <cxxcompiler>kdevgppoptions</cxxcompiler>
29         <f77compiler>kdevg77options</f77compiler>
30         <cflags>-O2 -g0</cflags>
31       </optimized>
32       <debug>
33         <configargs>--enable-debug=full</configargs>
34         <builddir>debug</builddir>
35         <ccompiler>kdevgccoptions</ccompiler>
36         <cxxcompiler>kdevgppoptions</cxxcompiler>
37         <f77compiler>kdevg77options</f77compiler>
38         <cflags>-O0 -g3</cflags>
39       </debug>
40     </configurations>
41     <make>
42       <envvars>
43         <envvar value="1" name="WANT_AUTOCONF_2_5" />
44         <envvar value="1" name="WANT_AUTOMAKE_1_6" />
45       </envvars>
46     </make>
47   </kdevautoproject>
48   <kdevdoctreeview>
49     <ignoretocs>
50       <toc>ada</toc>
51       <toc>ada_bugs_gcc</toc>
52       <toc>bash</toc>
53       <toc>bash_bugs</toc>
54       <toc>clanlib</toc>
55       <toc>w3c-dom-level2-html</toc>
56       <toc>fortran_bugs_gcc</toc>
57       <toc>gnome1</toc>
58       <toc>gnustep</toc>
59       <toc>gtk</toc>
60       <toc>gtk_bugs</toc>
61       <toc>haskell</toc>
62       <toc>haskell_bugs_ghc</toc>
63       <toc>java_bugs_gcc</toc>
64       <toc>java_bugs_sun</toc>
65       <toc>kde2book</toc>
66       <toc>libstdc++</toc>
67       <toc>opengl</toc>
68       <toc>pascal_bugs_fp</toc>
69       <toc>php</toc>
70       <toc>php_bugs</toc>
71       <toc>perl</toc>
72       <toc>perl_bugs</toc>
73       <toc>python</toc>
74       <toc>python_bugs</toc>
75       <toc>qt-kdev3</toc>
76       <toc>ruby</toc>
77       <toc>ruby_bugs</toc>
78       <toc>sdl</toc>
79       <toc>stl</toc>
80       <toc>w3c-svg</toc>
81       <toc>sw</toc>
82       <toc>w3c-uaag10</toc>
83       <toc>wxwindows_bugs</toc>
84     </ignoretocs>
85     <ignoreqt_xml>
86       <toc>Guide to the Qt Translation Tools</toc>
87       <toc>Qt Assistant Manual</toc>
88       <toc>Qt Designer Manual</toc>
89       <toc>Qt Reference Documentation</toc>
90       <toc>qmake User Guide</toc>
91     </ignoreqt_xml>
92     <ignoredoxygen>
93       <toc>KDE Libraries (Doxygen)</toc>
94     </ignoredoxygen>
95   </kdevdoctreeview>
96   <kdevfilecreate>
97     <useglobaltypes>
98       <type ext="c" />
99       <type ext="h" />
100     </useglobaltypes>
101   </kdevfilecreate>
102   <kdevfileview>
103     <groups>
104       <group pattern="*.h" name="Header files" />
105       <group pattern="*.c" name="Source files" />
106       <hidenonprojectfiles>false</hidenonprojectfiles>
107       <hidenonlocation>false</hidenonlocation>
108     </groups>
109     <tree>
110       <hidepatterns>*.o,*.lo,CVS</hidepatterns>
111       <hidenonprojectfiles>false</hidenonprojectfiles>
112     </tree>
113   </kdevfileview>
114   <kdevcppsupport>
115     <references/>
116     <codecompletion>
117       <includeGlobalFunctions>true</includeGlobalFunctions>
118       <includeTypes>true</includeTypes>
119       <includeEnums>true</includeEnums>
120       <includeTypedefs>false</includeTypedefs>
121       <automaticCodeCompletion>true</automaticCodeCompletion>
122       <automaticArgumentsHint>true</automaticArgumentsHint>
123       <automaticHeaderCompletion>true</automaticHeaderCompletion>
124       <codeCompletionDelay>250</codeCompletionDelay>
125       <argumentsHintDelay>400</argumentsHintDelay>
126       <headerCompletionDelay>250</headerCompletionDelay>
127     </codecompletion>
128   </kdevcppsupport>
129 </kdevelop>