Makefile.global.in

Mon, 01 Sep 2014 15:43:13 +0200

author
Michiel Broek <mbroek@mbse.eu>
date
Mon, 01 Sep 2014 15:43:13 +0200
changeset 274
111b0e9663dc
parent 142
4f21ffc16cd4
child 409
cdf68044adaf
permissions
-rw-r--r--

Added logging if profile state is changed via the web interface. Log profile progress each half hour in syslog. Profile resttime steps 0 hours is allowed, meaning resttime or steptime must be set for a valid step. Updated the helptext on the web page.

# 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