Subversion Repositories gelsvn

Rev

Rev 145 | Rev 154 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 145 Rev 153
Line 236... Line 236...
236
 
236
 
237
make
237
make
238
 
238
 
239
 
239
 
240
----------------------------------------------------------------------
240
----------------------------------------------------------------------
-
 
241
6. DEPENDENCIES IN GEL
-
 
242
----------------------------------------------------------------------
-
 
243
 
-
 
244
Each directory under src represents a library. There are some dependencies
-
 
245
between these libraries.
-
 
246
 
-
 
247
lib						depends on
-
 
248
CGLA 					nothing
-
 
249
Util 					CGLA
-
 
250
LinAlg 				CGLA
-
 
251
Geometry 			LinAlg, CGLA
-
 
252
HMesh					CGLA, Util, Geometry, LinAlg (indirectly)
-
 
253
GLGraphics		
-
 
254
 
-
 
255
----------------------------------------------------------------------
241
6. TODO
256
7. TODO
242
----------------------------------------------------------------------
257
----------------------------------------------------------------------
243
 
258
 
244
- No real testing of blended C and C++.
259
- No real testing of blended C and C++.
245
- No dependency computation for .c 
260
- No dependency computation for .c 
246
 
261