24 lines
442 B
Makefile
24 lines
442 B
Makefile
#
|
|
# Makefile.conf
|
|
#
|
|
|
|
LIBRARIES += Http
|
|
LIBRARIES += Timer
|
|
LIBRARIES += Logging
|
|
LIBRARIES += Utilities
|
|
|
|
CFLAGS += -I$(ROOTPATH)/Libraries/clipp/include
|
|
CFLAGS += -I$(ROOTPATH)/Libraries/inih
|
|
CFLAGS += -I$(ROOTPATH)/Libraries/json/include/nlohmann -I$(ROOTPATH)/Libraries/json/include
|
|
|
|
LFLAGS += -lbluetooth
|
|
LFLAGS += -lpthread
|
|
|
|
CFLAGS += -I$(ROOTPATH) -I$(ROOTPATH)/Libraries
|
|
|
|
DEBUGDIR := .debug
|
|
|
|
TARGETS += PresenceDetection
|
|
TARGETS += Test
|
|
|