aboutsummaryrefslogtreecommitdiff
path: root/Source/Diagnostics/Make.package
blob: 7fd5e5f76d05c71055cee7b342bfbbb038cdcdba (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
CEXE_sources += WarpXIO.cpp
CEXE_sources += BackTransformedDiagnostic.cpp
CEXE_sources += ParticleIO.cpp
CEXE_sources += FieldIO.cpp
CEXE_headers += FieldIO.H
CEXE_headers += BackTransformedDiagnostic.H
CEXE_headers += ElectrostaticIO.cpp
CEXE_headers += SliceDiagnostic.H
CEXE_sources += SliceDiagnostic.cpp

ifeq ($(USE_OPENPMD), TRUE)
CEXE_sources += WarpXOpenPMD.cpp
endif

INCLUDE_LOCATIONS += $(WARPX_HOME)/Source/Diagnostics
VPATH_LOCATIONS   += $(WARPX_HOME)/Source/Diagnostics