source: SMMP.kdevelop

Last change on this file was bd2278d, checked in by baerbaer <baerbaer@…>, 16 years ago

Reformatting comments and continuation marks.

Fortran 90 and higher use ! to mark comments no matter where they are in the
code. The only valid continuation marker is &.
I also added the SMMP.kdevelop.filelist to the repository to make it easier
to use kdevelop.

git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/smmp/trunk@12 26dc1dd8-5c4e-0410-9ffe-d298b4865968

  • Property mode set to 100644
File size: 5.9 KB
Line 
1<?xml version = '1.0'?>
2<kdevelop>
3 <general>
4 <author>Jan Meinke</author>
5 <email>j.meinke@fz-juelich.de</email>
6 <version>3.0</version>
7 <projectmanagement>KDevCustomProject</projectmanagement>
8 <primarylanguage>Fortran77</primarylanguage>
9 <ignoreparts/>
10 <projectdirectory>.</projectdirectory>
11 <absoluteprojectpath>false</absoluteprojectpath>
12 <description/>
13 <secondaryLanguages>
14 <language>Python</language>
15 </secondaryLanguages>
16 <versioncontrol>kdevsubversion</versioncontrol>
17 <projectname>SMMP</projectname>
18 </general>
19 <kdevautoproject>
20 <general>
21 <activetarget>src/SMMP</activetarget>
22 </general>
23 <run>
24 <mainprogram>src/SMMP</mainprogram>
25 </run>
26 </kdevautoproject>
27 <kdevdoctreeview>
28 <ignoretocs>
29 <toc>ada</toc>
30 <toc>ada_bugs_gcc</toc>
31 <toc>bash</toc>
32 <toc>bash_bugs</toc>
33 <toc>c++_bugs_gcc</toc>
34 <toc>clanlib</toc>
35 <toc>w3c-dom-level2-html</toc>
36 <toc>gnome1</toc>
37 <toc>gnustep</toc>
38 <toc>gtk</toc>
39 <toc>gtk_bugs</toc>
40 <toc>haskell</toc>
41 <toc>haskell_bugs_ghc</toc>
42 <toc>java_bugs_gcc</toc>
43 <toc>java_bugs_sun</toc>
44 <toc>kde2book</toc>
45 <toc>libc</toc>
46 <toc>libstdc++</toc>
47 <toc>opengl</toc>
48 <toc>pascal_bugs_fp</toc>
49 <toc>php</toc>
50 <toc>php_bugs</toc>
51 <toc>perl</toc>
52 <toc>perl_bugs</toc>
53 <toc>python</toc>
54 <toc>python_bugs</toc>
55 <toc>qt-kdev3</toc>
56 <toc>ruby</toc>
57 <toc>ruby_bugs</toc>
58 <toc>sdl</toc>
59 <toc>stl</toc>
60 <toc>w3c-svg</toc>
61 <toc>sw</toc>
62 <toc>w3c-uaag10</toc>
63 <toc>wxwidgets_bugs</toc>
64 </ignoretocs>
65 <ignoreqt_xml>
66 <toc>Guide to the Qt Translation Tools</toc>
67 <toc>Qt Assistant Manual</toc>
68 <toc>Qt Designer Manual</toc>
69 <toc>Qt Reference Documentation</toc>
70 <toc>qmake User Guide</toc>
71 </ignoreqt_xml>
72 <ignoredoxygen>
73 <toc>KDE Libraries (Doxygen)</toc>
74 </ignoredoxygen>
75 </kdevdoctreeview>
76 <kdevdebugger>
77 <general>
78 <dbgshell/>
79 <programargs/>
80 <gdbpath/>
81 <configGdbScript/>
82 <runShellScript/>
83 <runGdbScript/>
84 <breakonloadinglibs>true</breakonloadinglibs>
85 <separatetty>false</separatetty>
86 <floatingtoolbar>false</floatingtoolbar>
87 </general>
88 <display>
89 <staticmembers>false</staticmembers>
90 <demanglenames>true</demanglenames>
91 <outputradix>10</outputradix>
92 </display>
93 </kdevdebugger>
94 <kdevfilecreate>
95 <filetypes/>
96 <useglobaltypes>
97 <type ext="f" />
98 </useglobaltypes>
99 </kdevfilecreate>
100 <kdevcustomproject>
101 <run>
102 <directoryradio>build</directoryradio>
103 <customdirectory>/</customdirectory>
104 <mainprogram>smmp</mainprogram>
105 <programargs/>
106 <terminal>false</terminal>
107 <autocompile>true</autocompile>
108 <envvars/>
109 </run>
110 <build>
111 <buildtool>make</buildtool>
112 <builddir/>
113 </build>
114 <make>
115 <abortonerror>false</abortonerror>
116 <numberofjobs>1</numberofjobs>
117 <prio>0</prio>
118 <dontact>false</dontact>
119 <makebin/>
120 <makeoptions/>
121 <selectedenvironment>default</selectedenvironment>
122 <environments>
123 <default/>
124 </environments>
125 <defaulttarget/>
126 </make>
127 <general>
128 <activedir/>
129 </general>
130 <filetypes>
131 <filetype>*.java</filetype>
132 <filetype>*.h</filetype>
133 <filetype>*.H</filetype>
134 <filetype>*.f90</filetype>
135 <filetype>*.hxx</filetype>
136 <filetype>*.hpp</filetype>
137 <filetype>*.c</filetype>
138 <filetype>*.C</filetype>
139 <filetype>*.cc</filetype>
140 <filetype>*.cpp</filetype>
141 <filetype>*.c++</filetype>
142 <filetype>*.cxx</filetype>
143 <filetype>Makefile</filetype>
144 <filetype>CMakeLists.txt</filetype>
145 <filetype>*.py</filetype>
146 <filetype>*.f</filetype>
147 </filetypes>
148 <blacklist/>
149 </kdevcustomproject>
150 <kdevfortransupport>
151 <ftnchek>
152 <division>false</division>
153 <extern>false</extern>
154 <declare>false</declare>
155 <pure>false</pure>
156 <argumentsall>false</argumentsall>
157 <commonall>false</commonall>
158 <truncationall>false</truncationall>
159 <usageall>false</usageall>
160 <f77all>false</f77all>
161 <portabilityall>false</portabilityall>
162 <argumentsonly/>
163 <commononly/>
164 <truncationonly/>
165 <usageonly/>
166 <f77only/>
167 <portabilityonly/>
168 </ftnchek>
169 </kdevfortransupport>
170 <kdevdocumentation>
171 <projectdoc>
172 <docsystem/>
173 <docurl/>
174 <usermanualurl/>
175 </projectdoc>
176 </kdevdocumentation>
177 <kdevfileview>
178 <groups>
179 <hidenonprojectfiles>false</hidenonprojectfiles>
180 <hidenonlocation>false</hidenonlocation>
181 </groups>
182 <tree>
183 <hidepatterns>*.o,*.lo,CVS,*~</hidepatterns>
184 <hidenonprojectfiles>false</hidenonprojectfiles>
185 <showvcsfields>true</showvcsfields>
186 </tree>
187 </kdevfileview>
188 <dist>
189 <custom>false</custom>
190 <bzip>false</bzip>
191 <archname/>
192 <appname>SMMP</appname>
193 <version>$VERSION$</version>
194 <release>1</release>
195 <vendor>NICCBB</vendor>
196 <licence>GPL + Citation</licence>
197 <summary>A free protein simulation program</summary>
198 <group>Application/Scientific</group>
199 <packager>JHM</packager>
200 <description>SMMP is a free protein simulation program.
201
202</description>
203 <changelog/>
204 <devpackage>false</devpackage>
205 <docspackage>false</docspackage>
206 <appicon>false</appicon>
207 <arch>1</arch>
208 <genHTML>false</genHTML>
209 <useRPM>false</useRPM>
210 <ftpkde>false</ftpkde>
211 <appskde>false</appskde>
212 <url/>
213 </dist>
214 <kdevcvsservice>
215 <recursivewhenupdate>true</recursivewhenupdate>
216 <prunedirswhenupdate>true</prunedirswhenupdate>
217 <createdirswhenupdate>true</createdirswhenupdate>
218 <recursivewhencommitremove>true</recursivewhencommitremove>
219 <revertoptions>-C</revertoptions>
220 </kdevcvsservice>
221</kdevelop>
Note: See TracBrowser for help on using the repository browser.