File: Makefile

package info (click to toggle)
pyjamas 0.7~%2Bpre2-3
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 10,656 kB
  • ctags: 12,331
  • sloc: python: 74,493; php: 805; sh: 291; makefile: 59; xml: 9
file content (22 lines) | stat: -rw-r--r-- 459 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
VERSION=0.7~+pre2

help:
	@echo
	@echo choose one of the following:
	@echo "    make local-build"
	@echo "    make system-install"
	@echo

# 'sandbox' build - can be used locally.
# e.g. building examples with ../../bin/pyjsbuild
local-build:
	python bootstrap.py

# must be done as root, duh.
system-install:
	python bootstrap.py /usr/share/pyjamas /usr
	python run_bootstrap_first_then_setup.py install

distclean:
	rm -rf bin build
	rm -f pyjd/__init__.py