sndio/Makefile.in

31 lines
685 B
Makefile

SUBDIRS = @subdirs@
all:
for i in ${SUBDIRS}; do (cd $$i && ${MAKE}); done
install:
for i in ${SUBDIRS}; do (cd $$i && ${MAKE} install); 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