aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorMatej Cepl <mcepl@redhat.com>2008-02-26 17:27:08 +0100
committerMatej Cepl <mcepl@redhat.com>2008-02-26 17:27:08 +0100
commitc50ce75f2e06b6b8abe49e34775d343b74f7e8cd (patch)
tree14c314e39296b0c3abe781e4dac194949e220136 /Makefile
downloadpygn-c50ce75f2e06b6b8abe49e34775d343b74f7e8cd.tar.gz
The original upstream from Debian orig.tar.gz tarball.0.9.7
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile17
1 files changed, 17 insertions, 0 deletions
diff --git a/Makefile b/Makefile
new file mode 100644
index 0000000..e37e417
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,17 @@
+WLPDIR=wlp
+
+CSRCDIR=$(WLPDIR)/C
+MODULEDIR=$(WLPDIR)/module
+BINDIR=$(WLPDIR)
+
+bin:
+ $(MAKE) -C $(WLPDIR)
+
+install:
+ install pygm2n pygn2m $(DESTDIR)/usr/bin
+ install *.py $(DESTDIR)/usr/lib/pyg
+ install *.so $(DESTDIR)/usr/lib/pyg
+
+clean:
+ -$(MAKE) -C $(WLPDIR) clean
+ -rm *.pyc *.so