File: Makefile

package info (click to toggle)
usb-discover 1.09
  • links: PTS
  • area: main
  • in suites: squeeze, wheezy
  • size: 60 kB
  • ctags: 1
  • sloc: sh: 60; makefile: 9
file content (10 lines) | stat: -rw-r--r-- 267 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
pkglibdir := /usr/lib/usb-discover

all:

install:
	install -d $(DESTDIR)$(pkglibdir)

	sort -u ohci-pci.lst > $(DESTDIR)$(pkglibdir)/ohci-pci.lst
	sort -u uhci-pci.lst > $(DESTDIR)$(pkglibdir)/uhci-pci.lst
	sort -u ehci-pci.lst > $(DESTDIR)$(pkglibdir)/ehci-pci.lst