diff options
author | 2020-03-31 16:30:26 -0700 | |
---|---|---|
committer | 2020-03-31 16:30:26 -0700 | |
commit | 8a0b7dbf9f28a474955662c922cdc5a76c502196 (patch) | |
tree | b0b928857bcc5acc6248e87156489ce18ee6857d /Source/FieldSolver/SpectralSolver/SpectralAlgorithms/Make.package | |
parent | aee52dfbc4b1016d9765915ace174a065abfc646 (diff) | |
download | WarpX-8a0b7dbf9f28a474955662c922cdc5a76c502196.tar.gz WarpX-8a0b7dbf9f28a474955662c922cdc5a76c502196.tar.zst WarpX-8a0b7dbf9f28a474955662c922cdc5a76c502196.zip |
Make Build System: No Public Includes (#870)
Remove the listing of all header-files from the Make-buildsystem.
Listing public header files here tells the AMReX Makefile build
system to install those in an install step after build. WarpX is
currently not building a public library which can be consumed by
users for their projects and only an executable.
Diffstat (limited to 'Source/FieldSolver/SpectralSolver/SpectralAlgorithms/Make.package')
-rw-r--r-- | Source/FieldSolver/SpectralSolver/SpectralAlgorithms/Make.package | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/Source/FieldSolver/SpectralSolver/SpectralAlgorithms/Make.package b/Source/FieldSolver/SpectralSolver/SpectralAlgorithms/Make.package index 69758e7a9..086fc82a0 100644 --- a/Source/FieldSolver/SpectralSolver/SpectralAlgorithms/Make.package +++ b/Source/FieldSolver/SpectralSolver/SpectralAlgorithms/Make.package @@ -1,12 +1,6 @@ -CEXE_headers += SpectralBaseAlgorithm.H CEXE_sources += SpectralBaseAlgorithm.cpp -CEXE_headers += PsatdAlgorithm.H CEXE_sources += PsatdAlgorithm.cpp - -CEXE_headers += GalileanAlgorithm.H CEXE_sources += GalileanAlgorithm.cpp - -CEXE_headers += PMLPsatdAlgorithm.H CEXE_sources += PMLPsatdAlgorithm.cpp |