mirror of
https://github.com/alsa-project/alsa-tools.git
synced 2025-10-31 22:25:34 -04:00
- install the firmware to /usr/share/alsa/firmware. - separate configuration file for each card type.
18 lines
392 B
Makefile
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)
|