From: Jaroslav Kysela Date: Thu, 29 Oct 1998 22:47:56 +0000 (+0000) Subject: Added alsactl program... X-Git-Tag: v1.0.3~549 X-Git-Url: https://git.alsa-project.org/?a=commitdiff_plain;h=69de280c5248a83f726dd3c383ee93c73e6acae0;p=alsa-utils.git Added alsactl program... --- diff --git a/Makefile b/Makefile index f2b8f0e..bb3d19e 100644 --- a/Makefile +++ b/Makefile @@ -14,6 +14,7 @@ endif all: + $(MAKE) -C alsactl $(MAKE) -C aplay $(MAKE) -C amixer $(MAKE) -C alsamixer @@ -22,6 +23,9 @@ all: @echo install: all + $(INSTALL) -m 755 -o root -g root -d ${sbindir} + $(INSTALL) -s -m 755 -o root -g root alsactl/alsactl ${sbindir} + $(INSTALL) -m 755 -o root -g root -d ${bindir} $(INSTALL) -s -m 755 -o root -g root aplay/aplay ${bindir} ln -sf aplay ${bindir}/arecord $(INSTALL) -s -m 755 -o root -g root amixer/amixer ${bindir} @@ -31,6 +35,7 @@ install: all clean: $(MAKE) -C include clean + $(MAKE) -C alsactl clean $(MAKE) -C aplay clean $(MAKE) -C amixer clean $(MAKE) -C alsamixer clean