added usx2yloader by Karsten Wiese <annabellesgarden@yahoo.de>.

This commit is contained in:
Takashi Iwai 2003-09-08 11:12:31 +00:00
parent 131f9a23af
commit b52baf89dd
9 changed files with 1271 additions and 1 deletions

18
usx2yloader/Makefile.am Normal file
View file

@ -0,0 +1,18 @@
# # 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
alsa-dist: distdir
@rm -rf ../distdir/usx2yloader
@mkdir -p ../distdir/usx2yloader
@cp -RLpv $(distdir)/* ../distdir/usx2yloader
@rm -rf $(distdir)