Makefile.global.in

Sat, 07 Feb 2015 23:12:55 +0100

author
Michiel Broek <mbroek@mbse.eu>
date
Sat, 07 Feb 2015 23:12:55 +0100
changeset 306
97602274eb58
parent 142
4f21ffc16cd4
child 409
cdf68044adaf
permissions
-rw-r--r--

Updated to add support for lights in a fermenter unit and a Power Supply status.

# Compile-time configuration for mbsePi-apps.

VERSION		= @VERSION@
PACKAGE		= @PACKAGE@

# for make install, where to put binaries and what owner to set
SUBDIRS		= @SUBDIRS@
PREFIX		= @prefix@
BINDIR		= @prefix@/bin
ETCDIR		= @prefix@/etc
DOCDIR		= @prefix@/doc
VARDIR		= @prefix@/var
DATADIR		= @prefix@/share/@PACKAGE@/

INSTALL		= @INSTALL@
SHELL		= /bin/sh
ECHO		= echo -e
CC		= @CC@
TAR		= @TAR@
RANLIB		= @RANLIB@

CFLAGS		= @CFLAGS@
CXXFLAGS	= @CXXFLAGS@
LIBS		= @LIBS@

mercurial