1
0
mirror of https://github.com/ericonr/sndio.git synced 2024-02-18 04:45:21 -06:00
sndio/Makefile.in
2014-02-10 14:24:57 +01:00

31 lines
677 B
Makefile

SUBDIRS = @subdirs@
all:
for i in ${SUBDIRS}; do (cd $$i && ${MAKE}); done
install:
for i in ${SUBDIRS}; do (cd $$i && ${MAKE}); done
uninstall:
cd aucat && ${MAKE} uninstall
cd sndioctl && ${MAKE} uninstall
cd sndiod && ${MAKE} uninstall
cd libsndio && ${MAKE} uninstall
cd xvolkeys && ${MAKE} uninstall
clean:
cd aucat && ${MAKE} clean
cd sndioctl && ${MAKE} clean
cd sndiod && ${MAKE} clean
cd libsndio && ${MAKE} clean
cd examples && ${MAKE} clean
cd xvolkeys && ${MAKE} clean
distclean: clean
rm -f \
Makefile aucat/Makefile sndiod/Makefile \
libsndio/Makefile sndioctl/Makefile \
xvolkeys/Makefile \
examples/Makefile \
contrib/init.d.sndiod