mirror of
https://github.com/alsa-project/alsa-tools.git
synced 2026-03-08 05:33:49 -04:00
Import hda-verb 0.4 to alsa-tools repo
Signed-off-by: Takashi Iwai <tiwai@suse.de>
This commit is contained in:
parent
d06008f397
commit
21e250bfbc
6 changed files with 455 additions and 1 deletions
15
hda-verb/Makefile
Normal file
15
hda-verb/Makefile
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
VERSION = 0.4
|
||||
|
||||
CC = gcc
|
||||
CFLAGS = -Wall -O2 -g
|
||||
|
||||
hda-verb: hda-verb.o
|
||||
$(CC) -o $@ hda-verb.o
|
||||
|
||||
clean:
|
||||
rm -f hda-verb *.o
|
||||
|
||||
dist:
|
||||
cd ..; mv hda-verb hda-verb-$(VERSION); \
|
||||
tar cfz hda-verb-$(VERSION).tar.gz --exclude='.git*' hda-verb-$(VERSION); \
|
||||
mv hda-verb-$(VERSION) hda-verb
|
||||
Loading…
Add table
Add a link
Reference in a new issue