PSCF v1.2
pscfpp.make.MakeMaker Class Reference

Class to construct makefile system for a set of source files. More...

Public Member Functions

 __init__ (self, path='.', pathFromSrc='.', pathToSrc='.', parent=None, isTest=False)
 Constructor.
 
 makeInclude (self, base)
 Make include line suitable for a makefile.
 
 srcSuffix (self)
 Return suffix for source files: cpp or cc.
 
 find (self)
 Find all header and source files in this directory.
 

Detailed Description

Class to construct makefile system for a set of source files.

Definition at line 236 of file make.py.

Constructor & Destructor Documentation

◆ __init__()

Member Function Documentation

◆ makeInclude()

pscfpp.make.MakeMaker.makeInclude ( self,
base )

Make include line suitable for a makefile.

Definition at line 319 of file make.py.

References pscfpp.make.MakeMaker.pathFromSrc.

Referenced by pscfpp.make.MakeMaker.find().

◆ srcSuffix()

pscfpp.make.MakeMaker.srcSuffix ( self)

Return suffix for source files: cpp or cc.

Definition at line 326 of file make.py.

References pscfpp.make.MakeMaker.isTest, pscfpp.text.FileEditor.isTest, and pscfpp.text.RecordEditor.isTest.

Referenced by pscfpp.make.MakeMaker.find().

◆ find()


The documentation for this class was generated from the following file: