Subversion Repositories svnkaklik

Rev

Rev 562 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log

Rev 562 Rev 563
Line 12... Line 12...
12
    </keywords>
12
    </keywords>
13
    <ignoreparts/>
13
    <ignoreparts/>
14
    <projectname>sonar</projectname>
14
    <projectname>sonar</projectname>
15
    <projectdirectory>.</projectdirectory>
15
    <projectdirectory>.</projectdirectory>
16
    <absoluteprojectpath>false</absoluteprojectpath>
16
    <absoluteprojectpath>false</absoluteprojectpath>
17
    <description/>
17
    <description></description>
18
    <defaultencoding/>
18
    <defaultencoding></defaultencoding>
19
    <versioncontrol>kdevsubversion</versioncontrol>
19
    <versioncontrol>kdevsubversion</versioncontrol>
20
  </general>
20
  </general>
21
  <kdevautoproject>
21
  <kdevautoproject>
22
    <general>
22
    <general>
23
      <activetarget>src/sonar</activetarget>
23
      <activetarget>src/sonar</activetarget>
24
      <useconfiguration>default</useconfiguration>
24
      <useconfiguration>default</useconfiguration>
25
    </general>
25
    </general>
26
    <run>
26
    <run>
27
      <mainprogram>/home/kaklik/projects/programy/C/ix86/echo/SW/sonar/debug</mainprogram>
27
      <mainprogram>/home/kaklik/projects/programy/C/ix86/echo/SW/sonar/debug</mainprogram>
28
      <terminal>true</terminal>
28
      <terminal>true</terminal>
29
      <programargs/>
29
      <programargs></programargs>
30
      <globaldebugarguments/>
30
      <globaldebugarguments></globaldebugarguments>
31
      <globalcwd>/home/kaklik/projects/programy/C/ix86/echo/SW/sonar</globalcwd>
31
      <globalcwd>/home/kaklik/projects/programy/C/ix86/echo/SW/sonar</globalcwd>
32
      <useglobalprogram>false</useglobalprogram>
32
      <useglobalprogram>false</useglobalprogram>
33
      <autocompile>false</autocompile>
33
      <autocompile>false</autocompile>
34
      <autoinstall>false</autoinstall>
34
      <autoinstall>false</autoinstall>
35
      <autokdesu>false</autokdesu>
35
      <autokdesu>false</autokdesu>
Line 60... Line 60...
60
        <cxxflags/>
60
        <cxxflags/>
61
        <f77flags/>
61
        <f77flags/>
62
      </debug>
62
      </debug>
63
      <default>
63
      <default>
64
        <envvars/>
64
        <envvars/>
65
        <configargs/>
65
        <configargs></configargs>
66
        <builddir/>
66
        <builddir></builddir>
67
        <topsourcedir/>
67
        <topsourcedir></topsourcedir>
68
        <cppflags/>
68
        <cppflags></cppflags>
69
        <ldflags>-lasound</ldflags>
69
        <ldflags>-lasound -lfftw3</ldflags>
70
        <ccompiler>kdevgccoptions</ccompiler>
70
        <ccompiler>kdevgccoptions</ccompiler>
71
        <cxxcompiler>kdevgppoptions</cxxcompiler>
71
        <cxxcompiler>kdevgppoptions</cxxcompiler>
72
        <f77compiler>kdevg77options</f77compiler>
72
        <f77compiler>kdevg77options</f77compiler>
73
        <ccompilerbinary/>
73
        <ccompilerbinary></ccompilerbinary>
74
        <cxxcompilerbinary/>
74
        <cxxcompilerbinary></cxxcompilerbinary>
75
        <f77compilerbinary/>
75
        <f77compilerbinary></f77compilerbinary>
76
        <cflags/>
76
        <cflags></cflags>
77
        <cxxflags/>
77
        <cxxflags></cxxflags>
78
        <f77flags/>
78
        <f77flags></f77flags>
79
      </default>
79
      </default>
80
    </configurations>
80
    </configurations>
81
    <make>
81
    <make>
82
      <envvars>
82
      <envvars>
83
        <envvar value="1" name="WANT_AUTOCONF_2_5" />
83
        <envvar value="1" name="WANT_AUTOCONF_2_5" />
Line 85... Line 85...
85
      </envvars>
85
      </envvars>
86
      <abortonerror>true</abortonerror>
86
      <abortonerror>true</abortonerror>
87
      <runmultiplejobs>false</runmultiplejobs>
87
      <runmultiplejobs>false</runmultiplejobs>
88
      <numberofjobs>1</numberofjobs>
88
      <numberofjobs>1</numberofjobs>
89
      <dontact>false</dontact>
89
      <dontact>false</dontact>
90
      <makebin/>
90
      <makebin></makebin>
91
      <prio>0</prio>
91
      <prio>0</prio>
92
    </make>
92
    </make>
93
  </kdevautoproject>
93
  </kdevautoproject>
94
  <kdevdoctreeview>
94
  <kdevdoctreeview>
95
    <ignoretocs>
95
    <ignoretocs>
Line 214... Line 214...
214
      <usePermanentCaching>true</usePermanentCaching>
214
      <usePermanentCaching>true</usePermanentCaching>
215
      <alwaysIncludeNamespaces>false</alwaysIncludeNamespaces>
215
      <alwaysIncludeNamespaces>false</alwaysIncludeNamespaces>
216
      <includePaths>.;</includePaths>
216
      <includePaths>.;</includePaths>
217
    </codecompletion>
217
    </codecompletion>
218
    <creategettersetter>
218
    <creategettersetter>
219
      <prefixGet/>
219
      <prefixGet></prefixGet>
220
      <prefixSet>set</prefixSet>
220
      <prefixSet>set</prefixSet>
221
      <prefixVariable>m_,_</prefixVariable>
221
      <prefixVariable>m_,_</prefixVariable>
222
      <parameterName>theValue</parameterName>
222
      <parameterName>theValue</parameterName>
223
      <inlineGet>true</inlineGet>
223
      <inlineGet>true</inlineGet>
224
      <inlineSet>true</inlineSet>
224
      <inlineSet>true</inlineSet>
Line 235... Line 235...
235
      <implementationsuffix>.cpp</implementationsuffix>
235
      <implementationsuffix>.cpp</implementationsuffix>
236
    </filetemplates>
236
    </filetemplates>
237
  </cppsupportpart>
237
  </cppsupportpart>
238
  <kdevdebugger>
238
  <kdevdebugger>
239
    <general>
239
    <general>
240
      <gdbpath/>
240
      <gdbpath></gdbpath>
241
      <dbgshell>libtool</dbgshell>
241
      <dbgshell>libtool</dbgshell>
242
      <configGdbScript/>
242
      <configGdbScript></configGdbScript>
243
      <runShellScript/>
243
      <runShellScript></runShellScript>
244
      <runGdbScript/>
244
      <runGdbScript></runGdbScript>
245
      <breakonloadinglibs>true</breakonloadinglibs>
245
      <breakonloadinglibs>true</breakonloadinglibs>
246
      <separatetty>false</separatetty>
246
      <separatetty>false</separatetty>
247
      <floatingtoolbar>false</floatingtoolbar>
247
      <floatingtoolbar>false</floatingtoolbar>
248
      <raiseGDBOnStart>false</raiseGDBOnStart>
248
      <raiseGDBOnStart>false</raiseGDBOnStart>
249
    </general>
249
    </general>