Makefile.global.in

Wed, 19 Aug 2020 17:13:24 +0200

author
Michiel Broek <mbroek@mbse.eu>
date
Wed, 19 Aug 2020 17:13:24 +0200
changeset 710
9646123ea063
parent 5
36387e45a194
permissions
-rw-r--r--

Fixed st_category_namber to be an integer value instead of float. The calc_acid in a new recipe is integer. Added missing wg_ and wb_ fields in a new recipe.

# 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