File: Makefile.am

package info (click to toggle)
gubbins 2.2.0-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 5,252 kB
  • ctags: 736
  • sloc: sh: 8,073; ansic: 4,376; python: 2,259; makefile: 126; 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