alsa-tools/vxloader/Makefile.am
Takashi Iwai aa558b819b - use the generic hwdep DSP loader API.
- install the firmware to /usr/share/alsa/firmware.
- separate configuration file for each card type.
2003-02-19 15:41:14 +00:00

18 lines
392 B
Makefile

# # Process this file with automake to produce Makefile.in.
AUTOMAKE_OPTIONS = 1.3 foreign
CFLAGS = @CFLAGS@ -DDATAPATH=\"$(datadir)/alsa/firmware\"
SUBDIRS = firmware
bin_PROGRAMS = vxloader
vxloader_SOURCES = vxloader.c
EXTRA_DIST = depcomp
alsa-dist: distdir
@rm -rf ../distdir/vxloader
@mkdir -p ../distdir/vxloader
@cp -RLpv $(distdir)/* ../distdir/vxloader
@rm -rf $(distdir)