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

all:
	echo "nothing to make"

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

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

depend: