33 lines
652 B
PHP
33 lines
652 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/jdoe/skysql/maxscale
|
|
|
|
# MARIADB_SRC_PATH may be defined either as an environment variable or
|
|
# specifically here
|
|
ifndef MARIADB_SRC_PATH
|
|
MARIADB_SRC_PATH := /home/jdoe/mariadb/5.5
|
|
endif
|