Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile16
1 files changed, 0 insertions, 16 deletions
diff --git a/Makefile b/Makefile
deleted file mode 100644
index 8b9aef5..0000000
--- a/Makefile
+++ /dev/null
@@ -1,16 +0,0 @@
-# non-XO installl
-
-pythondir = $(shell python -c "from distutils import sysconfig; print sysconfig.get_python_lib()")
-
-TamTamEdit TamTamJam TamTamMini TamTamSynthLab:
- sed -i '/Resources/d; /Clooper/d' $@.activity/MANIFEST
- cd $@.activity && python setup.py build
- cd $@.activity && python setup.py install --prefix=$(DESTDIR)/usr
-
-all clean:
- $(MAKE) -C common/Util/Clooper $@
-
-install:
- install -Dsm 0755 common/Util/Clooper/aclient.so $(DESTDIR)/$(pythondir)/tamtam/aclient.so
- touch $(DESTDIR)/$(pythondir)/tamtam/__init__.py
- cd common/Resources && find -type f ! -name '*.py' -exec install -Dm 0644 {} $(DESTDIR)/usr/share/tamtam/{} \;