File: Makefile.am

package info (click to toggle)
libbytesize 2.12-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 788 kB
  • sloc: python: 1,854; ansic: 994; sh: 666; makefile: 258
file content (12 lines) | stat: -rw-r--r-- 250 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
if WITH_TOOLS
dist_noinst_SCRIPTS = bs_calc.py

dist_man1_MANS = bscalc.man

install-exec-local:
	install -d ${DESTDIR}${bindir}
	install -m0755 ${builddir}/bs_calc.py ${DESTDIR}${bindir}/bscalc

uninstall-local:
	rm ${DESTDIR}${bindir}/bscalc
endif