Blame pcxhrloader/Makefile.am

Packit e67170
MYNAME = pcxhrloader
Packit e67170
Packit e67170
cfg_files = \
Packit e67170
	pcxhr.conf	\
Packit e67170
	pcxhr0.conf	\
Packit e67170
	pcxhr1.conf	\
Packit e67170
	pcxhr2.conf	\
Packit e67170
	pcxhr3.conf	\
Packit e67170
	pcxhr4.conf	\
Packit e67170
	pcxhr5.conf
Packit e67170
dsp_files = \
Packit e67170
	xi_1_882.dat	\
Packit e67170
	xc_1_882.dat	\
Packit e67170
	e321_512.e56	\
Packit e67170
	b321_512.b56	\
Packit e67170
	d321_512.d56	\
Packit e67170
	xlxint.dat	\
Packit e67170
	xlxc882hr.dat	\
Packit e67170
	xlxc882e.dat	\
Packit e67170
	dspe882.e56	\
Packit e67170
	dspb882hr.b56	\
Packit e67170
	dspb882e.b56	\
Packit e67170
	dspd882.d56	\
Packit e67170
	xlxc1222hr.dat	\
Packit e67170
	xlxc1222e.dat	\
Packit e67170
	dspb1222hr.b56	\
Packit e67170
	dspb1222e.b56	\
Packit e67170
	dspd1222.d56	\
Packit e67170
	xlxc222.dat	\
Packit e67170
	xlxc924.dat	\
Packit e67170
	dspe924.e56	\
Packit e67170
	dspb924.b56	\
Packit e67170
	dspd222.d56
Packit e67170
Packit e67170
EXTRA_DIST = $(cfg_files) $(dsp_files)
Packit e67170
Packit e67170
if USE_LOADER
Packit e67170
firmwaredir = $(datadir)/alsa/firmware/$(MYNAME)
Packit e67170
firmware_DATA = $(cfg_files) $(dsp_files)
Packit e67170
else
Packit e67170
firmwaredir = 
Packit e67170
firmware_DATA = 
Packit e67170
endif
Packit e67170
Packit e67170
if USE_HOTPLUG
Packit e67170
hotplugfwdir = @HOTPLUGFWDIR@/pcxhr
Packit e67170
hotplugfw_DATA = $(dsp_files)
Packit e67170
else
Packit e67170
hotplugfwdir =
Packit e67170
hotplugfw_DATA = 
Packit e67170
endif