File: Makefile

package info (click to toggle)
ccsm 0.8.4-2
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 3,908 kB
  • ctags: 606
  • sloc: python: 4,700; makefile: 56
file content (11 lines) | stat: -rw-r--r-- 189 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
all:
	@python setup.py build --prefix=${PREFIX}

install: all
	@python setup.py install --prefix=${PREFIX}

uninstall:
	@python setup.py uninstall --prefix=${PREFIX}

clean:
	rm -rf build/