Convert hda-verb to use automake

Signed-off-by: Takashi Iwai <tiwai@suse.de>
This commit is contained in:
Takashi Iwai 2012-04-20 15:54:49 +02:00
parent f8d648a84b
commit 2996581ce2
4 changed files with 32 additions and 15 deletions

12
hda-verb/Makefile.am Normal file
View file

@ -0,0 +1,12 @@
AUTOMAKE_OPTIONS = 1.3 foreign
bin_PROGRAMS = hda-verb
hda_verb_SOURCES = hda-verb.c
noinst_HEADERS = hda_hwdep.h
EXTRA_DIST = gitcompile README ChangeLog
alsa-dist: distdir
@rm -rf ../distdir/$(MYNAME)
@mkdir -p ../distdir/$(MYNAME)
@cp -RLpv $(distdir)/* ../distdir/$(MYNAME)
@rm -rf $(distdir)