These are the values that are required for MaxScale build process. If you change them, do not push unless you know what you're doing. Thanks!

This commit is contained in:
VilhoRaatikka 2014-04-25 15:41:18 +03:00
parent a6ea56a153
commit bdefa5c3c8

View File

@ -2,67 +2,52 @@
# This file includes all dynamically changing build-related
# variables.
#
# Current values are to satisfy MaxScale build process.
#
# Modify to match with your needs. Do not commit any private
# changes to this file!
#
#
#
# Use debug flags
# Values : <empty> | Y
# Set debug flags
#
DEBUG :=
#
# Set build env
# Values : <empty> | Y
#
UNIX := Y
#
# Set MaxScale branch directory
# Example := $(HOME)/src/MaxScale
#
ROOT_PATH :=
#
# Main directory for headers
# Example := $(HOME)/usr/include
#
INC_PATH :=
ROOT_PATH := $(HOME)/src/bazaar/tmp/maxscale
INC_PATH := $(HOME)/usr/include
#
# Set prefix to MySQL Resources
# Example := $(INC_PATH)/mysql
#
MYSQL_ROOT :=
MYSQL_ROOT := $(INC_PATH)/mysql
#
# Set prefix of the path to development headers
# Example := -I$(INC_PATH) -I$(MYSQL_ROOT)/ -I$(MYSQL_ROOT)/private/ -I$(MYSQL_ROOT)/extra/
#
MYSQL_HEADERS :=
MYSQL_HEADERS := -I$(INC_PATH) -I$(MYSQL_ROOT)/ -I$(MYSQL_ROOT)/private/ -I$(MYSQL_ROOT)/extra/
#
# Set DYNLIB=Y if you want to link MaxScale with dynamic embedded lib
# Values : <empty> | Y
#
DYNLIB :=
#
# Set path to Embedded MySQL Server
# Example
# EMBEDDED_LIB := $(HOME)/usr/lib64
# ifdef DYNLIB
# EMBEDDED_LIB := $(HOME)/usr/lib64/dynlib
# endif
#
EMBEDDED_LIB :=
EMBEDDED_LIB := $(HOME)/usr/lib64
ifdef DYNLIB
EMBEDDED_LIB :=
EMBEDDED_LIB := $(HOME)/usr/lib64/dynlib
endif
#
# Set path to MySQL errors file
# Example := $(HOME)/usr/share/mysql
#
ERRMSG :=
#
ERRMSG := $(HOME)/usr/share/mysql