-
Notifications
You must be signed in to change notification settings - Fork 202
/
Copy pathMake.package
23 lines (21 loc) · 1.11 KB
/
Make.package
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
CEXE_sources += MultiParticleContainer.cpp
CEXE_sources += WarpXParticleContainer.cpp
CEXE_sources += RigidInjectedParticleContainer.cpp
CEXE_sources += PhysicalParticleContainer.cpp
CEXE_sources += PhotonParticleContainer.cpp
CEXE_sources += LaserParticleContainer.cpp
CEXE_sources += ParticleBoundaryBuffer.cpp
CEXE_sources += ParticleBoundaries.cpp
CEXE_sources += SpeciesPhysicalProperties.cpp
include $(WARPX_HOME)/Source/Particles/Algorithms/Make.package
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/Radiation/Make.package
include $(WARPX_HOME)/Source/Particles/Filter/Make.package
include $(WARPX_HOME)/Source/Particles/Resampling/Make.package
VPATH_LOCATIONS += $(WARPX_HOME)/Source/Particles