File: Makefile.am

package info (click to toggle)
libnjb 2.2.7~dfsg0-3
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 2,276 kB
  • sloc: ansic: 11,717; sh: 11,076; makefile: 117
file content (20 lines) | stat: -rw-r--r-- 359 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
SUBDIRS=src sample doc

pkgconfigdir=$(libdir)/pkgconfig
pkgconfig_DATA=libnjb.pc
EXTRA_DIST=libnjb.pc \
nomad.usermap \
nomadjukebox \
libnjb.rules \
libnjb.fdi \
ChangeLog-old \
FAQ LICENSE HACKING \
windows

dist-hook:
	rm -rf `find $(distdir)/windows -name CVS`

if HOTPLUGENABLE
hotplugdir=@HOTPLUGPATH@/usb
hotplug_DATA=nomad.usermap nomadjukebox
endif