Files
OpenFOAM-12/applications/utilities/mesh/conversion/star3ToFoam/Make/files
Henry Weller 848ec1cd97 wmake: Simplified and standardised the Make/files files
cpp is no longer used to pre-process Make/files files allowing standard make '#'
syntax for comments, 'ifdef', 'ifndef' conditionals etc.  This is make possible
by automatically pre-pending SOURCE += to each of the source file names in
Make/files.

The list of source files compile can be specified either as a simple list of
files in Make/files e.g.

    # Note: fileMonitor assumes inotify by default. Compile with -DFOAM_USE_STAT
    # to use stat (=timestamps) instead of inotify
    fileMonitor.C

    ifdef SunOS64
        dummyPrintStack.C
    else
        printStack.C
    endif

    LIB = $(FOAM_LIBBIN)/libOSspecific

or

or directly as the SOURCE entry which is used in the Makefile:

    SOURCE = \
        adjointOutletPressure/adjointOutletPressureFvPatchScalarField.C \
        adjointOutletVelocity/adjointOutletVelocityFvPatchVectorField.C \
        adjointShapeOptimizationFoam.C

    EXE = $(FOAM_APPBIN)/adjointShapeOptimizationFoam

In either form make syntax for comments and conditionals is supported.
2020-12-10 08:09:49 +00:00

20 lines
329 B
Plaintext

coupledFacePair.C
starMesh.C
readPoints.C
# readSeparatedPoints.C
readCells.C
readBoundary.C
fixCollapsedEdges.C
readCouples.C
createCoupleMatches.C
mergeCoupleFacePoints.C
calcPointCells.C
createPolyCells.C
createBoundaryFaces.C
createPolyBoundary.C
purgeCellShapes.C
writeMesh.C
star3ToFoam.C
EXE = $(FOAM_APPBIN)/star3ToFoam