Subversion Repositories SmartDukaan

Rev

Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
301 ashish 1
DESTDIR ?= /
2
EXTRA_DIST = setup.py scribe
3
 
4
all:
5
 
6
all-local:
7
	$(PYTHON) setup.py build
8
 
9
# We're ignoring prefix here because site-packages seems to be
10
# the equivalent of /usr/local/lib in Python land.
11
# Old version (can't put inline because it's not portable).
12
#$(PYTHON) setup.py install --prefix=$(prefix) --root=$(DESTDIR) $(PYTHON_SETUPUTIL_ARGS)
13
install-exec-hook:
14
	$(PYTHON) setup.py install --root=$(DESTDIR) --prefix=$(PY_PREFIX) $(PYTHON_SETUPUTIL_ARGS)
15
 
16
 
17
 
18
clean:	clean-local
19
 
20
clean-local:
21
 
22
check-local: all