minix/share/Makefile
Thomas Cort 60a61dffae weatherstation: BeagleBone Weather Cape demo app.
The BeagleBone Weather cape enhances the BeagleBone's capabilities
by providing environment sensors (temperature, humidity, pressure,
and ambient light level).

The weatherstation demo is a port of the bonescript weatherstation
to Minix. It provides a nice visual display of the sensor data in
a web browser.

The code is installed to /usr/share/beaglebone/weather on 'earm'
and an embedded web server is started at boot time on port 80
when the cape is attached. Further details are provided in the
README.txt file.

Change-Id: I1596a2b66b213762ace26c0c750c8154c76b5c6e
2013-08-26 21:51:32 +02:00

29 lines
595 B
Makefile

# $NetBSD: Makefile,v 1.32 2010/02/03 15:34:44 roy Exp $
# from @(#)Makefile 8.1 (Berkeley) 6/5/93
# Missing: ms
.include <bsd.own.mk>
.if ${MKSHARE} != "no" || \
make(clean) || make(cleandir) || make(distclean) || make(obj)
SUBDIR= misc mk \
terminfo zoneinfo
.if defined(__MINIX)
.if ${MACHINE_ARCH} == "earm"
SUBDIR+= beaglebone
.endif # ${MACHINE_ARCH} == "earm"
.endif # defined(__MINIX)
.if ${MKNLS} != "no"
SUBDIR+=i18n locale nls
.endif
.endif
# Speedup stubs for some subtrees that don't need to run these rules
includes-examples includes-man:
@true
.include <bsd.subdir.mk>