Makefile.global.in

Sun, 23 Dec 2018 20:13:36 +0100

author
Michiel Broek <mbroek@mbse.eu>
date
Sun, 23 Dec 2018 20:13:36 +0100
changeset 149
ff45488d480e
parent 5
36387e45a194
permissions
-rw-r--r--

Added some icons from Brewersfriend. They should be replaced someday. Added maximum mash weight setting to the equipment database. Usefull for brew automate and RIMS systems. During recipes import acid and base additions are translated. Brews and recipes now have 2 water sources. Added water mixer. Added basic water treatment, but not for pH yet. Redesigned the fermentables and water tabs.

# Compile-time configuration for bms.

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
WWWDIR		= @prefix@/www
DATADIR		= /usr/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