mirror of
https://github.com/alsa-project/alsa-tools.git
synced 2025-11-28 07:00:14 -05:00
Added sscape_ctl tool
This commit is contained in:
parent
11080289c7
commit
c053a5cffc
5 changed files with 312 additions and 1 deletions
14
sscape_ctl/Makefile.am
Normal file
14
sscape_ctl/Makefile.am
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
# # Process this file with automake to produce Makefile.in.
|
||||
AUTOMAKE_OPTIONS = 1.3 foreign
|
||||
|
||||
CFLAGS = -Wall -g
|
||||
|
||||
bin_PROGRAMS = sscape_ctl
|
||||
|
||||
sscape_ctl_SOURCES = sscape_ctl.c
|
||||
|
||||
alsa-dist: distdir
|
||||
@rm -rf ../distdir/sscape_ctl
|
||||
@mkdir -p ../distdir/sscape_ctl
|
||||
@cp -RLpv $(distdir)/* ../distdir/sscape_ctl
|
||||
@rm -rf $(distdir)
|
||||
Loading…
Add table
Add a link
Reference in a new issue