summaryrefslogtreecommitdiffstats
path: root/textw/Makefile
blob: 7c8e624837341a7b1bb7266672707c6e7a4ae4e7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
include ../Makefile.inc

all:
	echo "nothing to make"

install: 
	mkdir -p $(DESTDIR)/$(PYTHONLIBDIR)/textw
	cp -a *.py $(DESTDIR)/$(PYTHONLIBDIR)/textw
	../py-compile --basedir $(DESTDIR)/$(PYTHONLIBDIR)/textw $(DESTDIR)/$(PYTHONLIBDIR)/textw/*.py

clean:
	rm -f *.o *.so *.pyc