File: Makefile.am

package info (click to toggle)
gubbins 2.4.1-5
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 6,124 kB
  • sloc: ansic: 4,376; python: 1,599; sh: 185; makefile: 129; cpp: 27
file content (17 lines) | stat: -rw-r--r-- 262 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
EXTRA_DIST=gubbins/* setup.py scripts/*

all-local:
	${PYTHON} setup.py build


install-exec-local:
	${PYTHON} setup.py install

uninstall-local:
	rm -rf $(pythondir)/*gubbins*

clean-local:
	$(PYTHON) setup.py clean --all

check-local:
	$(PYTHON) setup.py test