aboutsummaryrefslogtreecommitdiff
path: root/Source/Python/Make.package
diff options
context:
space:
mode:
authorGravatar Dave Grote <grote1@llnl.gov> 2019-03-06 16:09:35 -0800
committerGravatar Dave Grote <grote1@llnl.gov> 2019-03-06 16:09:35 -0800
commit1e44150d0cc7d2b295f8f3e1b6968b97df4efab3 (patch)
tree28303c8c0c318421b9cda3d504993fb2caeb0815 /Source/Python/Make.package
parent028011d44564f0745f3036b10bbd2ddadd0a0cf6 (diff)
parentf0bea186a253a97d82a78dcd227d07879a0eea1d (diff)
downloadWarpX-1e44150d0cc7d2b295f8f3e1b6968b97df4efab3.tar.gz
WarpX-1e44150d0cc7d2b295f8f3e1b6968b97df4efab3.tar.zst
WarpX-1e44150d0cc7d2b295f8f3e1b6968b97df4efab3.zip
Merge branch 'dev' into RZgeometry
Diffstat (limited to 'Source/Python/Make.package')
-rw-r--r--Source/Python/Make.package11
1 files changed, 11 insertions, 0 deletions
diff --git a/Source/Python/Make.package b/Source/Python/Make.package
new file mode 100644
index 000000000..71bd4ebe8
--- /dev/null
+++ b/Source/Python/Make.package
@@ -0,0 +1,11 @@
+ifeq ($(USE_PYTHON_MAIN),TRUE)
+ CEXE_sources += WarpXWrappers.cpp
+ CEXE_headers += WarpXWrappers.h
+endif
+CEXE_sources += WarpXWrappers.cpp
+CEXE_sources += WarpX_py.cpp
+CEXE_headers += WarpXWrappers.h
+CEXE_headers += WarpX_py.H
+
+INCLUDE_LOCATIONS += $(WARPX_HOME)/Source/Python
+VPATH_LOCATIONS += $(WARPX_HOME)/Source/Python