mirror of
https://github.com/alsa-project/alsa-tools.git
synced 2025-11-01 22:58:48 -04:00
added mixartloader
This commit is contained in:
parent
da789fcf3b
commit
c6b79b4689
10 changed files with 395 additions and 3 deletions
6
Makefile
6
Makefile
|
|
@ -1,7 +1,7 @@
|
|||
VERSION = 0.9.5
|
||||
VERSION = 0.9.6
|
||||
TOP = .
|
||||
SUBDIRS = ac3dec as10k1 envy24control hdsploader hdspconf \
|
||||
rmedigicontrol sb16_csp seq sscape_ctl vxloader
|
||||
mixartloader rmedigicontrol sb16_csp seq sscape_ctl vxloader
|
||||
|
||||
all:
|
||||
@for i in $(SUBDIRS); do cd $(TOP)/$$i; ./cvscompile; cd ..; make -C $$i; done
|
||||
|
|
@ -11,7 +11,7 @@ alsa-dist:
|
|||
@mkdir -p $(TOP)/distdir
|
||||
@for i in $(SUBDIRS); do cd $(TOP)/$$i; ./cvscompile; cd ..; make -C $$i alsa-dist; done
|
||||
@mv distdir alsa-tools-$(VERSION)
|
||||
@tar cIf alsa-tools-$(VERSION).tar.bz2 alsa-tools-$(VERSION)
|
||||
@tar cjf alsa-tools-$(VERSION).tar.bz2 alsa-tools-$(VERSION)
|
||||
@mv alsa-tools-$(VERSION) distdir
|
||||
|
||||
clean:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue