aboutsummaryrefslogtreecommitdiff
path: root/Source/Particles/Make.package
blob: 578c389647bdb6574064b0e1bd59b5bb5e928963 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
CEXE_sources += MultiParticleContainer.cpp
CEXE_sources += WarpXParticleContainer.cpp
CEXE_sources += RigidInjectedParticleContainer.cpp
CEXE_sources += PhysicalParticleContainer.cpp
CEXE_sources += PhotonParticleContainer.cpp

include $(WARPX_HOME)/Source/Particles/Pusher/Make.package
include $(WARPX_HOME)/Source/Particles/Deposition/Make.package
include $(WARPX_HOME)/Source/Particles/Gather/Make.package
include $(WARPX_HOME)/Source/Particles/Sorting/Make.package
include $(WARPX_HOME)/Source/Particles/ParticleCreation/Make.package
include $(WARPX_HOME)/Source/Particles/ElementaryProcess/Make.package
include $(WARPX_HOME)/Source/Particles/Collision/Make.package
include $(WARPX_HOME)/Source/Particles/Filter/Make.package
include $(WARPX_HOME)/Source/Particles/Resampling/Make.package

VPATH_LOCATIONS   += $(WARPX_HOME)/Source/Particles