mirror of
https://github.com/alsa-project/alsa-tools.git
synced 2025-11-28 07:00:14 -05:00
hdajackretask: Use autotools
Start to use autotools as build system, just like the other programs in the alsa-tools suite. Signed-off-by: David Henningsson <david.henningsson@canonical.com>
This commit is contained in:
parent
7aa4a74f88
commit
d06008f397
7 changed files with 62 additions and 20 deletions
20
hdajackretask/Makefile.am
Normal file
20
hdajackretask/Makefile.am
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
EXTRA_DIST = gitcompile README
|
||||
AM_CFLAGS = @GTK3_CFLAGS@
|
||||
bin_PROGRAMS = hdajackretask
|
||||
man_MANS =
|
||||
hdajackretask_SOURCES = main-gtk.c sysfs-pin-configs.c apply-changes.c
|
||||
hdajackretask_LDADD = @GTK3_LIBS@
|
||||
|
||||
BUILT_SOURCES = README.generated.h
|
||||
nodist_hdajackretask_SOURCES = README.generated.h
|
||||
CLEANFILES = README.generated.h
|
||||
|
||||
README.generated.h:
|
||||
sed 's/\\/\\\\/g;s/"/\\"/g;s/^/"/;s/$$/\\n"/;' README >$@
|
||||
|
||||
alsa-dist: distdir
|
||||
@rm -rf ../distdir/hdajackretask
|
||||
@mkdir -p ../distdir/hdajackretask
|
||||
@cp -RLpv $(distdir)/* ../distdir/hdajackretask
|
||||
@rm -rf $(distdir)
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue