/[svn]/linuxsampler/branches/v0_2_0/linuxsampler.kdevelop
ViewVC logotype

Annotation of /linuxsampler/branches/v0_2_0/linuxsampler.kdevelop

Parent Directory Parent Directory | Revision Log Revision Log


Revision 9 - (hide annotations) (download)
Wed Nov 5 14:47:10 2003 UTC (20 years, 5 months ago) by schoenebeck
Original Path: linuxsampler/trunk/linuxsampler.kdevelop
File size: 4310 byte(s)
* transition from plain Makefile to autotools, source files moved to src/
* configure.in: added test for x86 architecture
* src/voice.h: x86 specific asm optimization for double to int casts only
  if compiling for x86 architecture

1 schoenebeck 9 <?xml version = '1.0'?>
2     <kdevelop>
3     <general>
4     <author>Benno Senoner and Christian Schoenebeck</author>
5     <email>linuxsampler-devel@lists.sourceforge.net</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     <projectdirectory>.</projectdirectory>
14     <absoluteprojectpath>false</absoluteprojectpath>
15     <description/>
16     <ignoreparts/>
17     <secondaryLanguages/>
18     </general>
19     <kdevautoproject>
20     <general>
21     <activetarget>src/linuxsampler</activetarget>
22     <useconfiguration>debug</useconfiguration>
23     </general>
24     <run>
25     <mainprogram>src/linuxsampler</mainprogram>
26     <terminal>true</terminal>
27     <directoryradio>executable</directoryradio>
28     <runarguments>
29     <linuxsampler/>
30     </runarguments>
31     <customdirectory>/</customdirectory>
32     <programargs/>
33     <autocompile>true</autocompile>
34     <envvars/>
35     </run>
36     <configurations>
37     <optimized>
38     <builddir>optimized</builddir>
39     <ccompiler>GccOptions</ccompiler>
40     <cxxcompiler>GppOptions</cxxcompiler>
41     <f77compiler>G77Options</f77compiler>
42     <cxxflags>-O2 -g0</cxxflags>
43     </optimized>
44     <debug>
45     <configargs>--enable-debug=full</configargs>
46     <builddir>debug</builddir>
47     <ccompiler>GccOptions</ccompiler>
48     <cxxcompiler>GppOptions</cxxcompiler>
49     <f77compiler>G77Options</f77compiler>
50     <cxxflags>-O0 -g3</cxxflags>
51     </debug>
52     </configurations>
53     <make>
54     <envvars>
55     <envvar value="1" name="WANT_AUTOCONF_2_5" />
56     <envvar value="1" name="WANT_AUTOMAKE_1_6" />
57     </envvars>
58     <abortonerror>false</abortonerror>
59     <numberofjobs>1</numberofjobs>
60     <dontact>false</dontact>
61     <makebin/>
62     </make>
63     </kdevautoproject>
64     <kdevfilecreate>
65     <filetypes/>
66     <useglobaltypes>
67     <type ext="cpp" />
68     <type ext="h" />
69     </useglobaltypes>
70     </kdevfilecreate>
71     <kdevfileview>
72     <groups>
73     <group pattern="*.h" name="Header files" />
74     <group pattern="*.cpp" name="Source files" />
75     <hidenonprojectfiles>false</hidenonprojectfiles>
76     </groups>
77     <tree>
78     <hidenonprojectfiles>false</hidenonprojectfiles>
79     <hidepatterns>*.o,*.lo,CVS</hidepatterns>
80     </tree>
81     </kdevfileview>
82     <kdevcvs>
83     <cvsoptions>-f</cvsoptions>
84     <commitoptions></commitoptions>
85     <addoptions></addoptions>
86     <logoptions></logoptions>
87     <updateoptions>-dP</updateoptions>
88     <removeoptions>-f</removeoptions>
89     <revertoptions>-C -d -P</revertoptions>
90     <diffoptions>-u3 -p</diffoptions>
91     <rshoptions></rshoptions>
92     </kdevcvs>
93     <kdevcppsupport>
94     <references/>
95     <codecompletion>
96     <includeGlobalFunctions>true</includeGlobalFunctions>
97     <includeTypes>true</includeTypes>
98     <includeEnums>true</includeEnums>
99     <includeTypedefs>false</includeTypedefs>
100     <automaticCodeCompletion>true</automaticCodeCompletion>
101     <automaticArgumentsHint>true</automaticArgumentsHint>
102     <automaticHeaderCompletion>true</automaticHeaderCompletion>
103     <codeCompletionDelay>250</codeCompletionDelay>
104     <argumentsHintDelay>400</argumentsHintDelay>
105     <headerCompletionDelay>250</headerCompletionDelay>
106     </codecompletion>
107     </kdevcppsupport>
108     <kdevdoctreeview>
109     <projectdoc>
110     <userdocDir>html/</userdocDir>
111     <apidocDir>html/</apidocDir>
112     </projectdoc>
113     <ignoreqt_xml/>
114     <ignoredoxygen/>
115     <ignorekdocs/>
116     <ignoretocs/>
117     <ignoredevhelp/>
118     </kdevdoctreeview>
119     <cppsupportpart>
120     <filetemplates>
121     <interfacesuffix>.h</interfacesuffix>
122     <implementationsuffix>.cpp</implementationsuffix>
123     </filetemplates>
124     </cppsupportpart>
125     <kdevdebugger>
126     <general>
127     <programargs/>
128     <gdbpath/>
129     <dbgshell>../libtool</dbgshell>
130     <configGdbScript/>
131     <runShellScript/>
132     <runGdbScript/>
133     <breakonloadinglibs>true</breakonloadinglibs>
134     <separatetty>false</separatetty>
135     <floatingtoolbar>false</floatingtoolbar>
136     </general>
137     <display>
138     <staticmembers>false</staticmembers>
139     <demanglenames>true</demanglenames>
140     </display>
141     </kdevdebugger>
142     </kdevelop>

  ViewVC Help
Powered by ViewVC