Makefile.conf 442 B

1234567891011121314151617181920212223
  1. #
  2. # Makefile.conf
  3. #
  4. LIBRARIES += Http
  5. LIBRARIES += Timer
  6. LIBRARIES += Logging
  7. LIBRARIES += Utilities
  8. CFLAGS += -I$(ROOTPATH)/Libraries/clipp/include
  9. CFLAGS += -I$(ROOTPATH)/Libraries/inih
  10. CFLAGS += -I$(ROOTPATH)/Libraries/json/include/nlohmann -I$(ROOTPATH)/Libraries/json/include
  11. LFLAGS += -lbluetooth
  12. LFLAGS += -lpthread
  13. CFLAGS += -I$(ROOTPATH) -I$(ROOTPATH)/Libraries
  14. DEBUGDIR := .debug
  15. TARGETS += PresenceDetection
  16. TARGETS += Test