root/trunk/Julian/Julian.prj

Revision 1515, 3.9 kB (checked in by shraquel, 18 months ago)

new example program mg-som

Line 
1# Anjuta Version 1.2.4a
2Compatibility Level: 1
3
4<PROJECT_DESCRIPTION_START>
5Julian is a software package for mathematical models using the Boundary Element Method (BEM) and (at some point) Finite Element Method (FEM).<PROJECT_DESCRIPTION_END>
6<CONFIG_PROGS_START>
7<CONFIG_PROGS_END>
8<CONFIG_LIBS_START>
9<CONFIG_LIBS_END>
10<CONFIG_HEADERS_START>
11<CONFIG_HEADERS_END>
12<CONFIG_CHARACTERISTICS_START>
13<CONFIG_CHARACTERISTICS_END>
14<CONFIG_LIB_FUNCS_START>
15<CONFIG_LIB_FUNCS_END>
16<CONFIG_ADDITIONAL_START>
17<CONFIG_ADDITIONAL_END>
18<CONFIG_FILES_START>
19<CONFIG_FILES_END>
20<MAKEFILE_AM_START>
21<MAKEFILE_AM_END>
22
23props.file.type=project
24
25anjuta.version=1.2.4a
26anjuta.compatibility.level=1
27
28project.name=Julian
29project.type=GENERIC
30project.target.type=EXECUTABLE
31project.version=0.5
32project.author=Adam Powell and Yi-Cheung Lok
33project.source.target=Dynamic Library
34project.has.gettext=1
35project.gui.command=
36project.programming.language=C
37project.excluded.modules=intl
38
39project.config.extra.modules.before=
40project.config.extra.modules.after=
41project.config.blocked=1
42project.config.disable.overwriting=1 1 1 1 1 1 1 1 1
43
44project.menu.entry=Julian Version 0.5
45project.menu.group=Application
46project.menu.comment=Julian Version 0.5
47project.menu.icon=
48project.menu.need.terminal=0
49
50project.configure.options=
51anjuta.program.arguments=
52preferences.build.option.jobs=0
53preferences.build.option.silent=0
54preferences.build.option.autosave=0
55preferences.anjuta.make.options=-C ../buildJulian
56preferences.make=make
57preferences.build.option.keep.going=1
58preferences.build.option.warn.undef=0
59preferences.autoformat.custom.style= -i8 -sc -bli0 -bl0 -cbi0 -ss
60preferences.indent.opening=1
61preferences.autoformat.disable=1
62preferences.indent.automatic=1
63preferences.use.tabs=1
64preferences.indent.size=2
65preferences.tabsize=8
66preferences.indent.closing=1
67
68module.include.name=.
69module.include.type=
70module.include.files=\
71        lapack/protos.h\
72        tests/test-common.h\
73        julian/equations.h\
74        julian/meshP.h\
75        julian/matrix.hh\
76        julian/fem.h\
77        julian/bem.h\
78        julian/matrix.h\
79        julian/bem.hh\
80        julian/mesh.h\
81        julian/femP.h\
82        julian/matrixP.h\
83        julian/mesh.hh\
84        julian/bemP.h\
85        config.h\
86        julian/display.h
87
88module.source.name=.
89module.source.type=
90module.source.files=\
91        lapack/dtrtri.c\
92        lapack/dgetrf.c\
93        lapack/dlaswp.c\
94        lapack/dgetri.c\
95        tests/multioptparent.c\
96        tests/lutest.c\
97        tests/meshio.c\
98        tests/proeopt.c\
99        tests/bemheat.c\
100        tests/evolheat.c\
101        tests/cylectric.c\
102        tests/bemelast.c\
103        tests/proetest.c\
104        tests/progress.c\
105        tests/multioptchild.c\
106        tests/evoltest.c\
107        tests/blaslatest.c\
108        tests/fakeprogress.c\
109        tests/matrixtest.c\
110        minutia/evo2pat.c\
111        minutia/evo2phy.c\
112        minutia/pat2phy.c\
113        minutia/progress.c\
114        julian/bemesh.c\
115        julian/meshaccess.c\
116        julian/bemio.c\
117        julian/meshio.c\
118        julian/matrix.c\
119        julian/evolver.c\
120        julian/p_dgetri.c\
121        julian/fem.c\
122        julian/equations.c\
123        julian/meshbook.c\
124        julian/patran.c\
125        julian/proe.c\
126        julian/p_dtrtri.c\
127        julian/bem.c\
128        julian/physica.c\
129        julian/p_dgetrf.c\
130        julian/proeinclusion.c\
131        julian/p_dtrsm.c\
132        julian/p_dgemm.c\
133        julian/meshquad.c\
134        julian/display.c\
135        tests/mg-som.c
136
137module.pixmap.name=.
138module.pixmap.type=
139module.pixmap.files=
140
141module.data.name=.
142module.data.type=
143module.data.files=
144
145module.help.name=.
146module.help.type=
147module.help.files=
148
149module.doc.name=.
150module.doc.type=
151module.doc.files=\
152        doc/Julian.html\
153        AUTHORS\
154        NEWS\
155        po/ChangeLog\
156        README\
157        COPYING\
158        tests/data/README\
159        TODO\
160        ChangeLog
161
162module.po.files=\
163        ja.po\
164        fr.po
165
166compiler.options.supports=
167compiler.options.include.paths=\
168        .\
169        ..
170compiler.options.library.paths=
171compiler.options.libraries=
172compiler.options.libraries.selected=
173compiler.options.defines=\
174        HAVE_CONFIG_H
175compiler.options.defines.selected=
176compiler.options.warning.buttons=0 0 1 1 0 1 0 0 0 0 0 0 0 1 0 0
177compiler.options.optimize.buttons=0 0 1 0
178compiler.options.other.buttons=1 0
179compiler.options.other.c.flags=
180compiler.options.other.l.flags=
181compiler.options.other.l.libs=
182
183project.src.paths=
Note: See TracBrowser for help on using the browser.