1#define TARGET_LINUX
2#define IX86
3#define GLIBC
4#define COMPILER_GCC
5#define RESOURCE_COREC
6
7#define ASM yasm
8#define ASMFLAGS -f elf
9
10#define OUTPUT_EXE %(NAME)
11#define OUTPUT_DLL lib%(NAME).la
12#define OUTPUT_LIB lib%(NAME).la
13#define OUTPUT_CON %(NAME)
14
15#include "automake.inc"
16
17FILE %(BUILDPATH)dummy
18PRINTNL directory created
19
20FILE %(�)root.kdevelop
21PRINTNL <?xml version = '1.0'?>
22PRINTNL <kdevelop>
23PRINTNL   <general>
24PRINTNL     <version>$VERSION$</version>
25IFDEF TARGET_QTOPIA
26  PRINTNL     <projectmanagement>KDevTrollProject</projectmanagement>
27  PRINTNL     <primarylanguage>C++</primarylanguage>
28ELSE
29  PRINTNL     <projectmanagement>KDevAutoProject</projectmanagement>
30  PRINTNL     <primarylanguage>C</primarylanguage>
31ENDIF
32PRINTNL     <ignoreparts/>
33PRINTNL   </general>
34PRINTNL   <kdevdoctreeview>
35PRINTNL     <ignoretocs>
36PRINTNL       <toc>ada</toc>
37PRINTNL       <toc>ada_bugs_gcc</toc>
38PRINTNL       <toc>bash</toc>
39PRINTNL       <toc>bash_bugs</toc>
40PRINTNL       <toc>clanlib</toc>
41PRINTNL       <toc>fortran_bugs_gcc</toc>
42PRINTNL       <toc>gnome1</toc>
43PRINTNL       <toc>gnustep</toc>
44PRINTNL       <toc>gtk</toc>
45PRINTNL       <toc>gtk_bugs</toc>
46PRINTNL       <toc>haskell</toc>
47PRINTNL       <toc>haskell_bugs_ghc</toc>
48PRINTNL       <toc>java_bugs_gcc</toc>
49PRINTNL       <toc>java_bugs_sun</toc>
50PRINTNL       <toc>kde2book</toc>
51PRINTNL       <toc>libstdc++</toc>
52PRINTNL       <toc>opengl</toc>
53PRINTNL       <toc>pascal_bugs_fp</toc>
54PRINTNL       <toc>php</toc>
55PRINTNL       <toc>php_bugs</toc>
56PRINTNL       <toc>perl</toc>
57PRINTNL       <toc>perl_bugs</toc>
58PRINTNL       <toc>python</toc>
59PRINTNL       <toc>python_bugs</toc>
60PRINTNL       <toc>qt-kdev3</toc>
61PRINTNL       <toc>ruby</toc>
62PRINTNL       <toc>ruby_bugs</toc>
63PRINTNL       <toc>sdl</toc>
64PRINTNL       <toc>stl</toc>
65PRINTNL       <toc>sw</toc>
66PRINTNL       <toc>w3c-dom-level2-html</toc>
67PRINTNL       <toc>w3c-svg</toc>
68PRINTNL       <toc>w3c-uaag10</toc>
69PRINTNL       <toc>wxwidgets_bugs</toc>
70PRINTNL     </ignoretocs>
71PRINTNL     <ignoreqt_xml>
72PRINTNL       <toc>Guide to the Qt Translation Tools</toc>
73PRINTNL       <toc>Qt Assistant Manual</toc>
74PRINTNL       <toc>Qt Designer Manual</toc>
75PRINTNL       <toc>Qt Reference Documentation</toc>
76PRINTNL       <toc>qmake User Guide</toc>
77PRINTNL     </ignoreqt_xml>
78PRINTNL     <ignoredoxygen>
79PRINTNL       <toc>KDE Libraries (Doxygen)</toc>
80PRINTNL     </ignoredoxygen>
81PRINTNL   </kdevdoctreeview>
82PRINTNL   <kdevdebugger>
83PRINTNL     <general>
84PRINTNL       <dbgshell>libtool</dbgshell>
85PRINTNL     </general>
86PRINTNL   </kdevdebugger>
87IFDEF TARGET_QTOPIA
88  PRINTNL   <kdevtrollproject>
89  PRINTNL     <general>
90  PRINTNL       <activedir></activedir>
91  PRINTNL     </general>
92  PRINTNL     <run>
93//  PRINTNL       <mainprogram>./kdev2</mainprogram>
94  PRINTNL       <programargs/>
95  PRINTNL       <envvars>
96  PRINTNL         <envvar value="%(QPEDIR)" name="QPEDIR" />
97  PRINTNL         <envvar value="$QPEDIR/qtopiacore/target" name="QTDIR" />
98  PRINTNL         <envvar value="%(QPEDIR)/lib:%(QPEDIR)/qtopiacore/target/lib:$LD_LIBRARY_PATH" name="LD_LIBRARY_PATH" />
99  PRINTNL       </envvars>
100  PRINTNL       <directoryradio>executable</directoryradio>
101  PRINTNL     </run>
102  PRINTNL     <envvars/>
103  PRINTNL     <make>
104  PRINTNL       <abortonerror>true</abortonerror>
105  PRINTNL       <runmultiplejobs>false</runmultiplejobs>
106  PRINTNL       <numberofjobs>1</numberofjobs>
107  PRINTNL       <dontact>false</dontact>
108  PRINTNL       <makebin/>
109  PRINTNL       <prio>0</prio>
110  PRINTNL       <envvars>
111  PRINTNL         <envvar value="%(QPEDIR)" name="QPEDIR" />
112  PRINTNL         <envvar value="%(QPEDIR)/qtopiacore/target" name="QTDIR" />
113  PRINTNL       </envvars>
114  PRINTNL     </make>
115  PRINTNL   </kdevtrollproject>
116ELSE
117  PRINTNL   <kdevautoproject>
118  PRINTNL     <general>
119  PRINTNL       <activetarget>%(ACTIVETARGET)</activetarget>
120  PRINTNL       <useconfiguration>debug</useconfiguration>
121  PRINTNL     </general>
122  PRINTNL     <run>
123  PRINTNL       <mainprogram>%(ACTIVETARGET)</mainprogram>
124  PRINTNL       <directoryradio>executable</directoryradio>
125  PRINTNL     </run>
126  PRINTNL     <configurations>
127  PRINTNL       <optimized>
128  PRINTNL         <builddir>%(@BUILDPATH)/optimized</builddir>
129  PRINTNL         <ccompiler>GccOptions</ccompiler>
130  PRINTNL         <cxxcompiler>GppOptions</cxxcompiler>
131  PRINTNL         <f77compiler>G77Options</f77compiler>
132  PRINTNL         <cflags>-O2 -g0</cflags>
133  PRINTNL         <cppflags>-DNDEBUG</cppflags>
134  PRINTNL       </optimized>
135  PRINTNL       <debug>
136  PRINTNL         <configargs>--enable-debug=full</configargs>
137  PRINTNL         <builddir>%(@BUILDPATH)/debug</builddir>
138  PRINTNL         <ccompiler>GccOptions</ccompiler>
139  PRINTNL         <cxxcompiler>GppOptions</cxxcompiler>
140  PRINTNL         <f77compiler>G77Options</f77compiler>
141  PRINTNL         <cflags>-O0 -g3</cflags>
142  PRINTNL         <cppflags>-D_DEBUG</cppflags>
143  PRINTNL       </debug>
144  PRINTNL     </configurations>
145  PRINTNL     <make>
146  PRINTNL       <envvars>
147  PRINTNL         <envvar value="1" name="WANT_AUTOCONF_2_5" />
148  PRINTNL         <envvar value="1" name="WANT_AUTOMAKE_1_6" />
149  PRINTNL       </envvars>
150  PRINTNL     </make>
151  PRINTNL   </kdevautoproject>
152ENDIF
153PRINTNL   <kdevfilecreate>
154PRINTNL     <filetypes/>
155PRINTNL     <useglobaltypes>
156PRINTNL       <type ext="c" />
157PRINTNL       <type ext="h" />
158PRINTNL     </useglobaltypes>
159PRINTNL   </kdevfilecreate>
160IFDEF TARGET_QTOPIA
161  PRINTNL   <cppsupportpart>
162  PRINTNL     <codecompletion>
163  PRINTNL       <codehinting outputview="1" enablech="0" selectview="0" />
164  PRINTNL     </codecompletion>
165  PRINTNL     <classstore>
166  PRINTNL       <enablepcs>false</enablepcs>
167  PRINTNL       <enablepp>false</enablepp>
168  PRINTNL       <preparsing/>
169  PRINTNL     </classstore>
170  PRINTNL     <filetemplates>
171  PRINTNL       <choosefiles>false</choosefiles>
172  PRINTNL       <interfaceURL/>
173  PRINTNL       <implementationURL/>
174  PRINTNL       <interfacesuffix>.h</interfacesuffix>
175  PRINTNL       <implementationsuffix>.cpp</implementationsuffix>
176  PRINTNL       <lowercasefilenames>true</lowercasefilenames>
177  PRINTNL     </filetemplates>
178  PRINTNL   </cppsupportpart>
179ENDIF
180PRINTNL   <kdevcppsupport>
181PRINTNL     <references/>
182PRINTNL     <codecompletion>
183PRINTNL       <includeGlobalFunctions>true</includeGlobalFunctions>
184PRINTNL       <includeTypes>true</includeTypes>
185PRINTNL       <includeEnums>true</includeEnums>
186PRINTNL       <includeTypedefs>false</includeTypedefs>
187PRINTNL       <automaticCodeCompletion>true</automaticCodeCompletion>
188PRINTNL       <automaticArgumentsHint>true</automaticArgumentsHint>
189PRINTNL       <automaticHeaderCompletion>true</automaticHeaderCompletion>
190PRINTNL       <codeCompletionDelay>250</codeCompletionDelay>
191PRINTNL       <argumentsHintDelay>400</argumentsHintDelay>
192PRINTNL       <headerCompletionDelay>250</headerCompletionDelay>
193PRINTNL     </codecompletion>
194PRINTNL   </kdevcppsupport>
195PRINTNL   <kdevfileview>
196PRINTNL     <groups>
197PRINTNL       <hidenonprojectfiles>false</hidenonprojectfiles>
198PRINTNL       <hidenonlocation>false</hidenonlocation>
199PRINTNL     </groups>
200PRINTNL     <tree>
201PRINTNL       <hidepatterns>*.o,*.lo,CVS</hidepatterns>
202PRINTNL       <hidenonprojectfiles>false</hidenonprojectfiles>
203PRINTNL     </tree>
204PRINTNL   </kdevfileview>
205PRINTNL </kdevelop>
206