aboutsummaryrefslogtreecommitdiff
path: root/Source/Python
diff options
context:
space:
mode:
authorGravatar MaxThevenet <mthevenet@lbl.gov> 2019-02-19 14:06:01 -0800
committerGravatar MaxThevenet <mthevenet@lbl.gov> 2019-02-19 14:06:01 -0800
commit1e86168dc188d74f1e33d3725ccbdfdedb31258e (patch)
tree36ca16ec3464dfb89ebd0b6ea81c830c4c91b523 /Source/Python
parenteb07f18b380cb6b7205c05e7828f00a0fa2b8161 (diff)
downloadWarpX-1e86168dc188d74f1e33d3725ccbdfdedb31258e.tar.gz
WarpX-1e86168dc188d74f1e33d3725ccbdfdedb31258e.tar.zst
WarpX-1e86168dc188d74f1e33d3725ccbdfdedb31258e.zip
update make file(s) so that code compiles
Diffstat (limited to 'Source/Python')
-rw-r--r--Source/Python/Make.package10
1 files changed, 10 insertions, 0 deletions
diff --git a/Source/Python/Make.package b/Source/Python/Make.package
new file mode 100644
index 000000000..c79049f02
--- /dev/null
+++ b/Source/Python/Make.package
@@ -0,0 +1,10 @@
+ifeq ($(USE_PYTHON_MAIN),TRUE)
+ CEXE_sources += WarpXWrappers.cpp
+ CEXE_headers += WarpXWrappers.h
+endif
+
+CEXE_sources += WarpX_py.cpp
+CEXE_headers += WarpX_py.H
+
+INCLUDE_LOCATIONS += $(WARPX_HOME)/Source/Python
+VPATH_LOCATIONS += $(WARPX_HOME)/Source/Python