lib_LIBRARIES = libnast++.a # Alle fuer eine Installation notwendigen Headers # also alles was von NastCofig.h includiert wird include_HEADERS = \ Nast++.h \ NastConfig.h \ NastObject.h \ NastDebug.h \ NastDumpContext.h \ NastDumpContextFile.h \ NastVisualContext.h \ NastVisualContextGnuplot.h \ NastArray.h \ NastArray2d.h \ NastPoint2d.h \ NastVector2d.h \ NastBox2d.h \ NastGrid2d.h \ NastStaggeredGrid2d.h \ NastParameterContext.h \ NastParameterContextTaggedFile.h \ NastSimulator2d.h \ NastCellField2d.h \ NastCell2d.h \ NastBenchmark.h \ NastBox2d.h libnast___a_SOURCES = \ NastConfig.h \ NastConfig.cpp \ NastObject.h \ NastObject.cpp \ NastDebug.h \ NastDebug.cpp \ NastDumpContext.h \ NastDumpContextFile.h \ NastDumpContextFile.cpp \ NastArray.h \ NastArray2d.h \ NastVector2d.h \ NastVector2d.cpp \ NastPoint2d.h \ NastPoint2d.cpp \ NastBox2d.h \ NastBox2d.cpp \ NastBoundaryPoint2d.h \ NastBoundaryPoint2d.cpp \ NastGeometry2d.h \ NastGeometry2dDrivenCavity.h \ NastGeometry2dDrivenCavity.cpp \ NastGeometry2dPipe.h \ NastGeometry2dPipe.cpp \ NastGeometry2dStep.h \ NastGeometry2dStep.cpp \ NastDiffQuot2d.h \ NastDiffQuot2dDonorCell.h \ NastDiffQuot2dDonorCell.cpp \ NastGrid2d.h \ NastGrid2d.cpp \ NastCell2d.h \ NastCell2d.cpp \ NastCellField2d.h \ NastCellField2d.cpp \ NastStaggeredGrid2d.h \ NastStaggeredGrid2d.cpp \ NastVisualContext.h \ NastVisualContextGnuplot.h \ NastVisualContextGnuplot.cpp \ NastParameterContext.h \ NastParameterContextTaggedFile.h \ NastParameterContextTaggedFile.cpp \ NastSolverPoisson2d.h \ NastSolverPoisson2dSOR.h \ NastSolverPoisson2dSOR.cpp \ NastNavierStokesParameter.h \ NastNavierStokesParameter.cpp \ NastNavierStokes2d.h \ NastNavierStokes2dMAC.h \ NastNavierStokes2dMAC.cpp \ NastSimulator2d.h \ NastSimulator2d.cpp \ NastOutputContext.h \ NastOutputContextIDL.h \ NastOutputContextIDL.cpp \ NastBenchmark.h \ NastBenchmark.cpp # NAST_BUILD_LIB setzen, damit in NastConfig.h nicht config.h includiert # wird, wenn es gar nicht vorhanden ist. CPPFLAGS = @CPPFLAGS@ -DNAST_BUILD_LIB