sndio/Makefile.in

39 lines
940 B
Makefile
Raw Normal View History

XVOLKEYS = @xvolkeys@
2010-08-19 16:00:06 -05:00
2014-02-10 07:24:57 -06:00
all:
@cd libsndio && ${MAKE}
@cd sndiod && ${MAKE}
@cd sndioctl && ${MAKE}
@cd aucat && ${MAKE}
@if test ${XVOLKEYS} = yes; then cd xvolkeys && ${MAKE}; fi
2012-12-22 06:06:25 -06:00
2010-08-19 16:00:06 -05:00
install:
@cd libsndio && ${MAKE} install
@cd sndiod && ${MAKE} install
@cd sndioctl && ${MAKE} install
@cd aucat && ${MAKE} install
@if test ${XVOLKEYS} = yes; then cd xvolkeys && ${MAKE} install; fi
2010-08-19 16:00:06 -05:00
uninstall:
@cd xvolkeys && ${MAKE} uninstall
@cd aucat && ${MAKE} uninstall
@cd sndioctl && ${MAKE} uninstall
@cd sndiod && ${MAKE} uninstall
@cd libsndio && ${MAKE} uninstall
2014-02-10 07:24:57 -06:00
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
2010-08-19 16:00:06 -05:00
distclean: clean
2012-09-02 17:13:30 -05:00
rm -f \
2014-02-10 07:24:57 -06:00
Makefile aucat/Makefile sndiod/Makefile \
libsndio/Makefile sndioctl/Makefile \
xvolkeys/Makefile \
examples/Makefile \
2013-11-26 12:48:33 -06:00
contrib/init.d.sndiod