summaryrefslogtreecommitdiffstats
path: root/ipa-python/Makefile
blob: bc6554be4002427f8b6eb3fbaed920f441efffaf (plain)
1
2
3
4
5
6
7
8
9
10
11
PYTHONLIBDIR ?= $(shell  python -c "from distutils.sysconfig import *; print get_python_lib(1)")
PACKAGEDIR ?= $(DESTDIR)/$(PYTHONLIBDIR)/ipa

all: ;

install:
	-mkdir -p $(PACKAGEDIR)
	install -m 644 *.py $(PACKAGEDIR)

clean:
	rm -f *~ *.pyc