File: Makefile.am

package info (click to toggle)
garmin-forerunner-tools 0.10repacked-10
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 2,504 kB
  • ctags: 5,348
  • sloc: sh: 9,153; ansic: 8,577; perl: 229; makefile: 122; python: 37
file content (12 lines) | stat: -rw-r--r-- 233 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12

EXTRA_DIST = setup.py garmintools

clean:
	rm -rf build

all:
	python setup.py build --usb_libs="@USB_LIBS@" --usb_cflags="@USB_CFLAGS@" --libdir=$(libdir)

install-exec-hook:
	python setup.py install --prefix=$(DESTDIR)/$(prefix)