aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJamie Bullock <jamie@jamiebullock.com>2014-11-08 00:06:06 +0000
committerJamie Bullock <jamie@jamiebullock.com>2014-11-08 00:06:06 +0000
commit89a9ec7a352dc35141b8f9a87c202fdd448e9a6f (patch)
tree4faadd5931a89a847ae9bb2345d9fe7bb0e2f778 /Makefile
parent56d30a86198b3d063b11d7d465a356a4ffbb03a0 (diff)
downloadLibXtract-89a9ec7a352dc35141b8f9a87c202fdd448e9a6f.tar.gz
LibXtract-89a9ec7a352dc35141b8f9a87c202fdd448e9a6f.tar.bz2
LibXtract-89a9ec7a352dc35141b8f9a87c202fdd448e9a6f.zip
Add Python bindings to build system
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index e2f1cbb..e880ca9 100644
--- a/Makefile
+++ b/Makefile
@@ -6,7 +6,7 @@ HPATH = include/xtract
export XTRACT_VERSION PREFIX LIBRARY
-.PHONY: examples clean install doc src
+.PHONY: examples clean install doc src swig
all: src examples
@@ -19,6 +19,9 @@ doc:
examples:
@$(MAKE) -C $@
+swig: src
+ @$(MAKE) -C $@
+
install:
@$(MAKE) -C src install
@$(MAKE) -C examples install
@@ -28,4 +31,5 @@ install:
clean:
@$(MAKE) -C src clean
@$(MAKE) -C examples clean
+ @$(MAKE) -C swig clean
@$(RM) -r dist