initial commit for version 1.6.x patch release
[OpenFOAM-1.6.x.git] / src / OpenFOAM / Make / files
blob8e2f04c3599fa398e25d497d425cbc68aaf61a7e
1 global/global.Cver
2 global/dimensionedConstants/dimensionedConstants.C
3 global/argList/argList.C
4 global/clock/clock.C
6 bools = primitives/bools
7 $(bools)/bool/bool.C
8 $(bools)/bool/boolIO.C
9 $(bools)/Switch/Switch.C
10 $(bools)/Switch/SwitchIO.C
12 primitives/char/charIO.C
14 ints = primitives/ints
15 $(ints)/int/intIO.C
16 $(ints)/uint/uintIO.C
17 $(ints)/long/longIO.C
18 $(ints)/longLong/longLongIO.C
19 $(ints)/ulong/ulongIO.C
20 $(ints)/label/label.C
21 $(ints)/uLabel/uLabel.C
23 primitives/Scalar/doubleScalar/doubleScalar.C
24 primitives/Scalar/floatScalar/floatScalar.C
25 primitives/Scalar/scalar/scalar.C
26 primitives/DiagTensor/diagTensor/diagTensor.C
27 primitives/SphericalTensor/sphericalTensor/sphericalTensor.C
28 primitives/SphericalTensor/labelSphericalTensor/labelSphericalTensor.C
29 primitives/SymmTensor/labelSymmTensor/labelSymmTensor.C
30 primitives/SymmTensor/symmTensor/symmTensor.C
31 primitives/Tensor/labelTensor/labelTensor.C
32 primitives/Tensor/tensor/tensor.C
33 primitives/Vector/complexVector/complexVector.C
34 primitives/Vector/labelVector/labelVector.C
35 primitives/Vector/vector/vector.C
37 primitives/Tensor2D/tensor2D/tensor2D.C
38 primitives/SphericalTensor2D/sphericalTensor2D/sphericalTensor2D.C
39 primitives/Vector2D/vector2D/vector2D.C
41 primitives/complex/complex.C
42 primitives/quaternion/quaternion.C
43 primitives/septernion/septernion.C
45 strings = primitives/strings
46 $(strings)/string/string.C
47 $(strings)/string/stringIO.C
48 $(strings)/word/word.C
49 $(strings)/word/wordIO.C
50 $(strings)/fileName/fileName.C
51 $(strings)/fileName/fileNameIO.C
52 $(strings)/keyType/keyTypeIO.C
53 $(strings)/wordRe/wordReIO.C
55 primitives/hashes/Hasher/Hasher.C
57 sha1 = primitives/hashes/SHA1
58 $(sha1)/SHA1.C
59 $(sha1)/SHA1Digest.C
61 primitives/random/Random.C
63 containers/HashTables/HashTable/HashTableName.C
64 containers/HashTables/StaticHashTable/StaticHashTableName.C
65 containers/Lists/SortableList/ParSortableListName.C
66 containers/Lists/PackedList/PackedListName.C
67 containers/Lists/ListOps/ListOps.C
68 containers/LinkedLists/linkTypes/SLListBase/SLListBase.C
69 containers/LinkedLists/linkTypes/DLListBase/DLListBase.C
71 primitiveLists = primitives/Lists
72 $(primitiveLists)/boolList.C
73 $(primitiveLists)/labelIOList.C
74 $(primitiveLists)/scalarList.C
75 $(primitiveLists)/scalarIOList.C
76 $(primitiveLists)/vectorList.C
77 $(primitiveLists)/sphericalTensorList.C
78 $(primitiveLists)/symmTensorList.C
79 $(primitiveLists)/tensorList.C
81 Streams = db/IOstreams
82 $(Streams)/token/tokenIO.C
84 IOstreams = $(Streams)/IOstreams
85 $(IOstreams)/IOstream.C
86 $(IOstreams)/Istream.C
87 $(IOstreams)/Ostream.C
89 Sstreams = $(Streams)/Sstreams
90 $(Sstreams)/ISstream.C
91 $(Sstreams)/OSstream.C
92 $(Sstreams)/SstreamsPrint.C
93 $(Sstreams)/readHexLabel.C
94 $(Sstreams)/prefixOSstream.C
96 gzstream = $(Streams)/gzstream
97 $(gzstream)/gzstream.C
99 Fstreams = $(Streams)/Fstreams
100 $(Fstreams)/IFstream.C
101 $(Fstreams)/OFstream.C
103 Tstreams = $(Streams)/Tstreams
104 $(Tstreams)/ITstream.C
106 StringStreams = $(Streams)/StringStreams
107 $(StringStreams)/StringStreamsPrint.C
109 Pstreams = $(Streams)/Pstreams
110 $(Pstreams)/Pstream.C
111 $(Pstreams)/PstreamCommsStruct.C
112 $(Pstreams)/IPstream.C
113 $(Pstreams)/OPstream.C
114 $(Pstreams)/PstreamsPrint.C
116 dictionary = db/dictionary
117 $(dictionary)/dictionary.C
118 $(dictionary)/dictionaryIO.C
120 entry = $(dictionary)/entry
121 $(entry)/entry.C
122 $(entry)/entryIO.C
124 primitiveEntry = $(dictionary)/primitiveEntry
125 $(primitiveEntry)/primitiveEntry.C
126 $(primitiveEntry)/primitiveEntryIO.C
128 dictionaryEntry = $(dictionary)/dictionaryEntry
129 $(dictionaryEntry)/dictionaryEntry.C
130 $(dictionaryEntry)/dictionaryEntryIO.C
132 functionEntries = $(dictionary)/functionEntries
133 $(functionEntries)/functionEntry/functionEntry.C
134 $(functionEntries)/includeEntry/includeEntry.C
135 $(functionEntries)/includeIfPresentEntry/includeIfPresentEntry.C
136 $(functionEntries)/inputModeEntry/inputModeEntry.C
137 $(functionEntries)/removeEntry/removeEntry.C
139 IOdictionary = db/IOobjects/IOdictionary
140 $(IOdictionary)/IOdictionary.C
141 $(IOdictionary)/IOdictionaryIO.C
143 db/IOobjects/IOMap/IOMapName.C
145 IOobject = db/IOobject
146 $(IOobject)/IOobject.C
147 $(IOobject)/IOobjectIO.C
148 $(IOobject)/IOobjectReadHeader.C
149 $(IOobject)/IOobjectWriteHeader.C
151 regIOobject = db/regIOobject
152 $(regIOobject)/regIOobject.C
153 $(regIOobject)/regIOobjectRead.C
154 $(regIOobject)/regIOobjectWrite.C
156 db/IOobjectList/IOobjectList.C
157 db/objectRegistry/objectRegistry.C
158 db/CallbackRegistry/CallbackRegistryName.C
159 db/dlLibraryTable/dlLibraryTable.C
161 db/functionObjects/functionObject/functionObject.C
162 db/functionObjects/functionObjectList/functionObjectList.C
163 db/functionObjects/outputFilterOutputControl/outputFilterOutputControl.C
166 Time = db/Time
167 $(Time)/TimePaths.C
168 $(Time)/TimeState.C
169 $(Time)/Time.C
170 $(Time)/TimeIO.C
171 $(Time)/findTimes.C
172 $(Time)/subCycleTime.C
173 $(Time)/findInstance.C
174 $(Time)/timeSelector.C
176 $(Time)/instant/instant.C
178 db/scalarRange/scalarRange.C
179 db/scalarRange/scalarRanges.C
181 dimensionSet/dimensionSet.C
182 dimensionSet/dimensionSetIO.C
183 dimensionSet/dimensionSets.C
184 dimensionedTypes/dimensionedScalar/dimensionedScalar.C
185 dimensionedTypes/dimensionedSphericalTensor/dimensionedSphericalTensor.C
186 dimensionedTypes/dimensionedSymmTensor/dimensionedSymmTensor.C
187 dimensionedTypes/dimensionedTensor/dimensionedTensor.C
189 matrices/solution/solution.C
191 scalarMatrices = matrices/scalarMatrices
192 $(scalarMatrices)/scalarMatrices.C
193 $(scalarMatrices)/SVD/SVD.C
195 LUscalarMatrix = matrices/LUscalarMatrix
196 $(LUscalarMatrix)/LUscalarMatrix.C
197 $(LUscalarMatrix)/procLduMatrix.C
198 $(LUscalarMatrix)/procLduInterface.C
200 lduMatrix = matrices/lduMatrix
201 $(lduMatrix)/lduMatrix/lduMatrix.C
202 $(lduMatrix)/lduMatrix/lduMatrixOperations.C
203 $(lduMatrix)/lduMatrix/lduMatrixATmul.C
204 $(lduMatrix)/lduMatrix/lduMatrixTests.C
205 $(lduMatrix)/lduMatrix/lduMatrixUpdateMatrixInterfaces.C
206 $(lduMatrix)/lduMatrix/lduMatrixSolver.C
207 $(lduMatrix)/lduMatrix/lduMatrixSmoother.C
208 $(lduMatrix)/lduMatrix/lduMatrixPreconditioner.C
210 $(lduMatrix)/solvers/diagonalSolver/diagonalSolver.C
211 $(lduMatrix)/solvers/smoothSolver/smoothSolver.C
212 $(lduMatrix)/solvers/PCG/PCG.C
213 $(lduMatrix)/solvers/PBiCG/PBiCG.C
214 $(lduMatrix)/solvers/ICCG/ICCG.C
215 $(lduMatrix)/solvers/BICCG/BICCG.C
217 $(lduMatrix)/smoothers/GaussSeidel/GaussSeidelSmoother.C
218 $(lduMatrix)/smoothers/DIC/DICSmoother.C
219 $(lduMatrix)/smoothers/DICGaussSeidel/DICGaussSeidelSmoother.C
220 $(lduMatrix)/smoothers/DILU/DILUSmoother.C
221 $(lduMatrix)/smoothers/DILUGaussSeidel/DILUGaussSeidelSmoother.C
223 $(lduMatrix)/preconditioners/noPreconditioner/noPreconditioner.C
224 $(lduMatrix)/preconditioners/diagonalPreconditioner/diagonalPreconditioner.C
225 $(lduMatrix)/preconditioners/DICPreconditioner/DICPreconditioner.C
226 $(lduMatrix)/preconditioners/FDICPreconditioner/FDICPreconditioner.C
227 $(lduMatrix)/preconditioners/DILUPreconditioner/DILUPreconditioner.C
228 $(lduMatrix)/preconditioners/GAMGPreconditioner/GAMGPreconditioner.C
230 lduAddressing = $(lduMatrix)/lduAddressing
231 $(lduAddressing)/lduAddressing.C
232 $(lduAddressing)/lduInterface/lduInterface.C
233 $(lduAddressing)/lduInterface/processorLduInterface.C
234 $(lduAddressing)/lduInterface/cyclicLduInterface.C
236 lduInterfaceFields = $(lduAddressing)/lduInterfaceFields
237 $(lduInterfaceFields)/lduInterfaceField/lduInterfaceField.C
238 $(lduInterfaceFields)/processorLduInterfaceField/processorLduInterfaceField.C
239 $(lduInterfaceFields)/cyclicLduInterfaceField/cyclicLduInterfaceField.C
241 GAMG = $(lduMatrix)/solvers/GAMG
242 $(GAMG)/GAMGSolver.C
243 $(GAMG)/GAMGSolverAgglomerateMatrix.C
244 $(GAMG)/GAMGSolverScalingFactor.C
245 $(GAMG)/GAMGSolverSolve.C
247 GAMGInterfaces = $(GAMG)/interfaces
248 $(GAMGInterfaces)/GAMGInterface/GAMGInterface.C
249 $(GAMGInterfaces)/GAMGInterface/newGAMGInterface.C
250 $(GAMGInterfaces)/processorGAMGInterface/processorGAMGInterface.C
251 $(GAMGInterfaces)/cyclicGAMGInterface/cyclicGAMGInterface.C
253 GAMGInterfaceFields = $(GAMG)/interfaceFields
254 $(GAMGInterfaceFields)/GAMGInterfaceField/GAMGInterfaceField.C
255 $(GAMGInterfaceFields)/GAMGInterfaceField/newGAMGInterfaceField.C
256 $(GAMGInterfaceFields)/processorGAMGInterfaceField/processorGAMGInterfaceField.C
257 $(GAMGInterfaceFields)/cyclicGAMGInterfaceField/cyclicGAMGInterfaceField.C
259 GAMGAgglomerations = $(GAMG)/GAMGAgglomerations
261 GAMGAgglomeration = $(GAMGAgglomerations)/GAMGAgglomeration
262 $(GAMGAgglomeration)/GAMGAgglomeration.C
263 $(GAMGAgglomeration)/GAMGAgglomerateLduAddressing.C
265 pairGAMGAgglomeration = $(GAMGAgglomerations)/pairGAMGAgglomeration
266 $(pairGAMGAgglomeration)/pairGAMGAgglomeration.C
267 $(pairGAMGAgglomeration)/pairGAMGAgglomerate.C
268 $(pairGAMGAgglomeration)/pairGAMGAgglomerationCombineLevels.C
270 algebraicPairGAMGAgglomeration = $(GAMGAgglomerations)/algebraicPairGAMGAgglomeration
271 $(algebraicPairGAMGAgglomeration)/algebraicPairGAMGAgglomeration.C
273 meshes/lduMesh/lduMesh.C
275 primitiveShapes = meshes/primitiveShapes
277 $(primitiveShapes)/line/line.C
278 $(primitiveShapes)/plane/plane.C
279 $(primitiveShapes)/triangle/intersection.C
281 meshShapes = meshes/meshShapes
282 $(meshShapes)/edge/edge.C
283 $(meshShapes)/edge/edgeIOList.C
285 face = $(meshShapes)/face
286 $(face)/face.C
287 $(face)/faceIntersection.C
288 $(face)/faceContactSphere.C
289 $(face)/faceAreaInContact.C
290 $(face)/faceIOList.C
292 cell = $(meshShapes)/cell
293 $(cell)/cell.C
294 $(cell)/oppositeCellFace.C
295 $(cell)/cellIOList.C
297 tetCell = $(meshShapes)/tetCell
298 $(tetCell)/tetCell.C
300 cellModeller = $(meshShapes)/cellModeller
301 $(cellModeller)/cellModeller.C
303 cellModel = $(meshShapes)/cellModel
304 $(cellModel)/cellModel.C
305 $(cellModel)/cellModelIO.C
307 cellShape = $(meshShapes)/cellShape
308 $(cellShape)/cellShape.C
309 $(cellShape)/cellShapeEqual.C
310 $(cellShape)/cellShapeIO.C
311 $(cellShape)/cellShapeIOList.C
313 meshes/patchIdentifier/patchIdentifier.C
315 polyMesh = meshes/polyMesh
317 polyPatches = $(polyMesh)/polyPatches
318 $(polyPatches)/polyPatch/polyPatch.C
319 $(polyPatches)/polyPatch/newPolyPatch.C
321 basicPolyPatches = $(polyPatches)/basic
322 $(basicPolyPatches)/coupled/coupledPolyPatch.C
323 $(basicPolyPatches)/generic/genericPolyPatch.C
325 constraintPolyPatches = $(polyPatches)/constraint
326 $(constraintPolyPatches)/empty/emptyPolyPatch.C
327 $(constraintPolyPatches)/symmetry/symmetryPolyPatch.C
328 $(constraintPolyPatches)/wedge/wedgePolyPatch.C
329 $(constraintPolyPatches)/cyclic/cyclicPolyPatch.C
330 $(constraintPolyPatches)/processor/processorPolyPatch.C
332 derivedPolyPatches = $(polyPatches)/derived
333 $(derivedPolyPatches)/wall/wallPolyPatch.C
335 polyBoundaryMesh = $(polyMesh)/polyBoundaryMesh
336 $(polyBoundaryMesh)/polyBoundaryMesh.C
337 $(polyBoundaryMesh)/polyBoundaryMeshEntries.C
339 meshes/ProcessorTopology/commSchedule.C
341 globalMeshData = $(polyMesh)/globalMeshData
342 $(globalMeshData)/globalMeshData.C
343 $(globalMeshData)/globalPoints.C
344 $(globalMeshData)/globalIndex.C
346 $(polyMesh)/syncTools/syncTools.C
348 cellZone = $(polyMesh)/zones/cellZone
349 $(cellZone)/cellZone.C
350 $(cellZone)/newCellZone.C
352 faceZone = $(polyMesh)/zones/faceZone
353 $(faceZone)/faceZone.C
354 $(faceZone)/newFaceZone.C
356 pointZone = $(polyMesh)/zones/pointZone
357 $(pointZone)/pointZone.C
358 $(pointZone)/newPointZone.C
360 $(polyMesh)/polyMesh.C
361 $(polyMesh)/polyMeshFromShapeMesh.C
362 $(polyMesh)/polyMeshIO.C
363 $(polyMesh)/polyMeshInitMesh.C
364 $(polyMesh)/polyMeshClear.C
365 $(polyMesh)/polyMeshUpdate.C
367 primitiveMesh = meshes/primitiveMesh
368 $(primitiveMesh)/primitiveMesh.C
369 $(primitiveMesh)/primitiveMeshCellCells.C
370 $(primitiveMesh)/primitiveMeshCellCentresAndVols.C
371 $(primitiveMesh)/primitiveMeshCellEdges.C
372 $(primitiveMesh)/primitiveMeshCells.C
373 $(primitiveMesh)/primitiveMeshClear.C
374 $(primitiveMesh)/primitiveMeshEdgeCells.C
375 $(primitiveMesh)/primitiveMeshEdgeFaces.C
376 $(primitiveMesh)/primitiveMeshEdges.C
377 $(primitiveMesh)/primitiveMeshFaceCentresAndAreas.C
378 $(primitiveMesh)/primitiveMeshFindCell.C
379 $(primitiveMesh)/primitiveMeshPointCells.C
380 $(primitiveMesh)/primitiveMeshPointFaces.C
381 $(primitiveMesh)/primitiveMeshPointPoints.C
382 $(primitiveMesh)/primitiveMeshCellPoints.C
383 $(primitiveMesh)/primitiveMeshCalcCellShapes.C
385 primitiveMeshCheck = $(primitiveMesh)/primitiveMeshCheck
386 $(primitiveMeshCheck)/primitiveMeshCheck.C
387 $(primitiveMeshCheck)/primitiveMeshCheckMotion.C
388 $(primitiveMeshCheck)/primitiveMeshCheckPointNearness.C
389 $(primitiveMeshCheck)/primitiveMeshCheckEdgeLength.C
391 primitivePatch = $(primitiveMesh)/primitivePatch
392 $(primitivePatch)/patchZones.C
393 $(primitivePatch)/walkPatch.C
395 cellMatcher = $(meshShapes)/cellMatcher
396 $(cellMatcher)/cellMatcher.C
397 $(cellMatcher)/hexMatcher.C
398 $(cellMatcher)/wedgeMatcher.C
399 $(cellMatcher)/prismMatcher.C
400 $(cellMatcher)/pyrMatcher.C
401 $(cellMatcher)/tetWedgeMatcher.C
402 $(cellMatcher)/tetMatcher.C
403 $(cellMatcher)/degenerateMatcher.C
405 mapPolyMesh = $(polyMesh)/mapPolyMesh
406 $(mapPolyMesh)/mapPolyMesh.C
407 $(mapPolyMesh)/faceMapper/faceMapper.C
408 $(mapPolyMesh)/cellMapper/cellMapper.C
409 $(mapPolyMesh)/mapDistribute/mapDistribute.C
410 $(mapPolyMesh)/mapDistribute/mapDistributePolyMesh.C
411 $(mapPolyMesh)/mapAddedPolyMesh.C
413 PrimitivePatch = $(primitiveMesh)/PrimitivePatch
414 $(PrimitivePatch)/PrimitivePatchName.C
416 pointMesh = meshes/pointMesh
417 $(pointMesh)/pointMesh.C
419 pointMeshMapper = $(pointMesh)/pointMeshMapper
420 $(pointMeshMapper)/pointMapper.C
421 $(pointMeshMapper)/pointPatchMapper.C
423 pointPatches = $(pointMesh)/pointPatches
424 $(pointPatches)/pointPatch/pointPatch.C
425 $(pointPatches)/facePointPatch/facePointPatch.C
426 $(pointPatches)/facePointPatch/newFacePointPatch.C
428 basicPointPatches = $(pointPatches)/basic
429 $(basicPointPatches)/coupled/coupledPointPatch.C
430 $(basicPointPatches)/generic/genericPointPatch.C
432 constraintPointPatches = $(pointPatches)/constraint
433 $(constraintPointPatches)/empty/emptyPointPatch.C
434 $(constraintPointPatches)/symmetry/symmetryPointPatch.C
435 $(constraintPointPatches)/wedge/wedgePointPatch.C
436 $(constraintPointPatches)/cyclic/cyclicPointPatch.C
437 $(constraintPointPatches)/processor/processorPointPatch.C
439 derivedPointPatches = $(pointPatches)/derived
440 $(derivedPointPatches)/coupled/coupledFacePointPatch.C
441 $(derivedPointPatches)/global/globalPointPatch.C
442 $(derivedPointPatches)/wall/wallPointPatch.C
444 pointBoundaryMesh = $(pointMesh)/pointBoundaryMesh
445 $(pointBoundaryMesh)/pointBoundaryMesh.C
447 meshes/boundBox/boundBox.C
449 meshTools = meshes/meshTools
450 $(meshTools)/matchPoints.C
451 $(meshTools)/mergePoints.C
453 fields/UniformDimensionedFields/uniformDimensionedFields.C
454 fields/cloud/cloud.C
456 Fields = fields/Fields
458 $(Fields)/labelField/labelField.C
459 $(Fields)/scalarField/scalarField.C
460 $(Fields)/sphericalTensorField/sphericalTensorField.C
461 $(Fields)/diagTensorField/diagTensorField.C
462 $(Fields)/symmTensorField/symmTensorField.C
463 $(Fields)/tensorField/tensorField.C
464 $(Fields)/complexFields/complexFields.C
466 $(Fields)/labelField/labelIOField.C
467 $(Fields)/scalarField/scalarIOField.C
468 $(Fields)/vectorField/vectorIOField.C
469 $(Fields)/vector2DField/vector2DIOField.C
470 $(Fields)/sphericalTensorField/sphericalTensorIOField.C
471 $(Fields)/diagTensorField/diagTensorIOField.C
472 $(Fields)/symmTensorField/symmTensorIOField.C
473 $(Fields)/tensorField/tensorIOField.C
474 $(Fields)/transformField/transformField.C
476 pointPatchFields = fields/pointPatchFields
477 $(pointPatchFields)/pointPatchField/pointPatchFields.C
479 basicPointPatchFields = $(pointPatchFields)/basic
480 $(basicPointPatchFields)/calculated/calculatedPointPatchFields.C
481 $(basicPointPatchFields)/generic/genericPointPatchFields.C
482 $(basicPointPatchFields)/coupled/coupledPointPatchFields.C
483 $(basicPointPatchFields)/value/valuePointPatchFields.C
484 $(basicPointPatchFields)/fixedValue/fixedValuePointPatchFields.C
485 $(basicPointPatchFields)/zeroGradient/zeroGradientPointPatchFields.C
486 $(basicPointPatchFields)/mixed/mixedPointPatchFields.C
488 constraintPointPatchFields = $(pointPatchFields)/constraint
489 $(constraintPointPatchFields)/empty/emptyPointPatchFields.C
490 $(constraintPointPatchFields)/symmetry/symmetryPointPatchFields.C
491 $(constraintPointPatchFields)/wedge/wedgePointPatchFields.C
492 $(constraintPointPatchFields)/cyclic/cyclicPointPatchFields.C
493 $(constraintPointPatchFields)/processor/processorPointPatchFields.C
495 derivedPointPatchFields = $(pointPatchFields)/derived
496 $(derivedPointPatchFields)/slip/slipPointPatchFields.C
497 $(derivedPointPatchFields)/global/globalPointPatchFields.C
498 $(derivedPointPatchFields)/uniformFixedValue/uniformFixedValuePointPatchFields.C
499 $(derivedPointPatchFields)/timeVaryingUniformFixedValue/timeVaryingUniformFixedValuePointPatchFields.C
501 fields/GeometricFields/pointFields/pointFields.C
503 meshes/bandCompression/bandCompression.C
504 meshes/preservePatchTypes/preservePatchTypes.C
506 interpolations = interpolations
507 interpolation = $(interpolations)/interpolation
508 $(interpolations)/patchToPatchInterpolation/PatchToPatchInterpolationName.C
510 algorithms/MeshWave/MeshWaveName.C
511 algorithms/MeshWave/FaceCellWaveName.C
513 graph/curve/curve.C
514 graph/graph.C
516 writers = graph/writers
517 $(writers)/rawGraph/rawGraph.C
518 $(writers)/gnuplotGraph/gnuplotGraph.C
519 $(writers)/xmgrGraph/xmgrGraph.C
520 $(writers)/jplotGraph/jplotGraph.C
522 LIB = $(FOAM_LIBBIN)/libOpenFOAM