Makefile.global.in

Sun, 27 Dec 2015 17:52:26 +0100

author
Michiel Broek <mbroek@mbse.eu>
date
Sun, 27 Dec 2015 17:52:26 +0100
changeset 477
9167ad4c2e77
parent 409
cdf68044adaf
child 675
825210ba2707
permissions
-rw-r--r--

Renamed Mash-in step to Prepare on the display. Don't run the pump when the mash is added. When preparing the mash, first heat the HLT, and then the MLT so that both have the chance to reach their target temperatures.

# 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@

SDL_CFLAGS	= @SDL_CFLAGS@
SDL_LIBS	= @SDL_LIBS@

mercurial