Added inclusion of makefile.inc to get necessary debug flags for compiler
This commit is contained in:
@ -23,12 +23,16 @@
|
|||||||
# 27/06/13 Mark Riddoch Addition of read write splitter
|
# 27/06/13 Mark Riddoch Addition of read write splitter
|
||||||
|
|
||||||
include ../../../build_gateway.inc
|
include ../../../build_gateway.inc
|
||||||
|
|
||||||
LOGPATH := $(ROOT_PATH)/log_manager
|
LOGPATH := $(ROOT_PATH)/log_manager
|
||||||
UTILSPATH := $(ROOT_PATH)/utils
|
UTILSPATH := $(ROOT_PATH)/utils
|
||||||
|
|
||||||
CC=cc
|
CC=cc
|
||||||
CFLAGS=-c -fPIC -I/usr/include -I../include -I../../include -I$(LOGPATH) \
|
CFLAGS=-c -fPIC -I/usr/include -I../include -I../../include -I$(LOGPATH) \
|
||||||
-I$(UTILSPATH) -Wall -g
|
-I$(UTILSPATH) -Wall -g
|
||||||
|
|
||||||
|
include ../../../makefile.inc
|
||||||
|
|
||||||
LDFLAGS=-shared -L$(LOGPATH) -Wl,-rpath,$(LOGPATH) -Wl,-rpath,$(UTILSPATH)
|
LDFLAGS=-shared -L$(LOGPATH) -Wl,-rpath,$(LOGPATH) -Wl,-rpath,$(UTILSPATH)
|
||||||
TESTSRCS=testroute.c
|
TESTSRCS=testroute.c
|
||||||
TESTOBJ=$(TESTSRCS:.c=.o)
|
TESTOBJ=$(TESTSRCS:.c=.o)
|
||||||
|
Reference in New Issue
Block a user