File: Makefile.am

package info (click to toggle)
alsa-tools 1.0.23-3
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 12,332 kB
  • ctags: 5,275
  • sloc: ansic: 25,490; cpp: 14,137; sh: 10,069; pascal: 1,140; asm: 1,053; xml: 988; makefile: 765; python: 250
file content (23 lines) | stat: -rw-r--r-- 565 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# # Process this file with automake to produce Makefile.in.
AUTOMAKE_OPTIONS = 1.3 foreign

MYNAME = usx2yloader

AM_CFLAGS = -DDATAPATH=\"$(datadir)/alsa/firmware/$(MYNAME)\"

bin_PROGRAMS = usx2yloader

usx2yloader_SOURCES = usx2yloader.c

EXTRA_DIST = gitcompile depcomp tascam_fw.usermap tascam_fw.in tascam_fpga.in

hotplug_files = tascam_fw tascam_fpga
hotplugdir = /lib/udev
hotplug_SCRIPTS = $(hotplug_files)


alsa-dist: distdir
	@rm -rf ../distdir/$(MYNAME)
	@mkdir -p ../distdir/$(MYNAME)
	@cp -RLpv $(distdir)/* ../distdir/$(MYNAME)
	@rm -rf $(distdir)