mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-11-24 07:00:01 -05:00
Big renaming - from sound to asound...
This commit is contained in:
parent
254d52fc84
commit
2ae16fb30d
20 changed files with 59 additions and 57 deletions
18
Makefile
18
Makefile
|
|
@ -13,26 +13,26 @@ dummy:
|
|||
endif
|
||||
|
||||
|
||||
all: include/soundlib.h
|
||||
all: include/asoundlib.h
|
||||
$(MAKE) -C src
|
||||
$(MAKE) -C doc
|
||||
@echo
|
||||
@echo "ALSA library were sucessfully compiled."
|
||||
@echo
|
||||
|
||||
include/soundlib.h: include/header.h include/version.h include/error.h include/footer.h \
|
||||
include/asoundlib.h: include/header.h include/version.h include/error.h include/footer.h \
|
||||
include/control.h include/mixer.h include/pcm.h include/rawmidi.h
|
||||
cat include/header.h include/version.h include/error.h \
|
||||
include/control.h include/mixer.h \
|
||||
include/pcm.h include/rawmidi.h \
|
||||
include/footer.h > include/soundlib.h
|
||||
include/footer.h > include/asoundlib.h
|
||||
|
||||
install: all
|
||||
$(INSTALL) -m 644 -o root -g root include/soundlib.h ${includedir}/sys
|
||||
$(INSTALL) -m 644 -o root -g root lib/libsound.a ${libdir}
|
||||
$(LN_S) -f libsound.so.${SND_LIB_VERSION} ${libdir}/libsound.so
|
||||
$(LN_S) -f libsound.so.${SND_LIB_VERSION} ${libdir}/libsound.so.${SND_LIB_MAJOR}
|
||||
$(INSTALL) -m 644 -o root -g root lib/libsound.so.${SND_LIB_VERSION} ${libdir}
|
||||
$(INSTALL) -m 644 -o root -g root include/asoundlib.h ${includedir}/sys
|
||||
$(INSTALL) -m 644 -o root -g root lib/libasound.a ${libdir}
|
||||
$(LN_S) -f libasound.so.${SND_LIB_VERSION} ${libdir}/libasound.so
|
||||
$(LN_S) -f libasound.so.${SND_LIB_VERSION} ${libdir}/libasound.so.${SND_LIB_MAJOR}
|
||||
$(INSTALL) -m 644 -o root -g root lib/libasound.so.${SND_LIB_VERSION} ${libdir}
|
||||
/sbin/ldconfig
|
||||
|
||||
clean:
|
||||
|
|
@ -46,7 +46,7 @@ clean:
|
|||
|
||||
cvsclean: clean
|
||||
rm -f configure config.cache config.log config.status Makefile.conf \
|
||||
utils/alsa-lib.spec include/config.h include/soundlib.h include/version.h
|
||||
utils/alsa-lib.spec include/config.h include/asoundlib.h include/version.h
|
||||
|
||||
pack: cvsclean
|
||||
chown -R root.root ../alsa-lib
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue