Files
MaxScale/build_gateway.inc
Mark Riddoch f88969c214 Code tidyup
2013-11-25 16:53:17 +01:00

34 lines
722 B
PHP

#
# This file includes all dynamically changing build-related
# variables.
#
# Modify to match with your needs. Do not commit any private
# changes to this file!
#
#
# Set debug flags
#
DEBUG :=
DEBUGGER :=
DEBUGGER_PATH :=
DEBUGGER_BIN :=
#
# Set build env
#
UNIX :=
#
# Set path for root directory, that is, path to directory where
# makefile.inc and build_gateway.inc are located.
# ROOT_PATH is used in makefile.
#
ROOT_PATH := /home/mriddoch/Repository/maxscale
# MARIADB_SRC_PATH may be defined either as an environment variable or
# specifically here
ifndef $(MARIADB_SRC_PATH)
MARIADB_SRC_PATH := /packages/mariadb-5.5.25
MARIADB_SRC_PATH := /home/mpinto/mariadb-5.5.34/
endif