Added sscape_ctl tool

This commit is contained in:
Jaroslav Kysela 2002-09-22 08:58:04 +00:00
parent 11080289c7
commit c053a5cffc
5 changed files with 312 additions and 1 deletions

14
sscape_ctl/Makefile.am Normal file
View 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)