alsa-tools/usx2yloader/Makefile.am
Takashi Iwai ac8b155791 updated to version 0.3 by Karsten:
- added INSTALL and README documents.
- fixed compile warnings.
- install hotplug scripts to /etc/hotplug/usb.
- added phase1 firmware files.
2003-09-23 14:16:23 +00:00

23 lines
527 B
Makefile

# # Process this file with automake to produce Makefile.in.
AUTOMAKE_OPTIONS = 1.3 foreign
AM_CFLAGS = -DDATAPATH=\"$(datadir)/alsa/firmware\"
SUBDIRS = firmware
bin_PROGRAMS = usx2yloader
usx2yloader_SOURCES = usx2yloader.c
EXTRA_DIST = depcomp
hotplug_files = tascam_fw.usermap tascam_fw tascam_fpga
hotplugdir = /etc/hotplug/usb
hotplug_SCRIPTS = $(hotplug_files)
alsa-dist: distdir
@rm -rf ../distdir/usx2yloader
@mkdir -p ../distdir/usx2yloader
@cp -RLpv $(distdir)/* ../distdir/usx2yloader
@rm -rf $(distdir)