1
0

Makefile.conf 315 B

1234567891011121314151617181920
  1. #
  2. # Makefile.conf
  3. #
  4. LIBRARIES += Http
  5. LIBRARIES += Logging
  6. LIBRARIES += Utilities
  7. LIBRARIES += Image
  8. CFLAGS += -I$(ROOTPATH)/Libraries/asio/asio/include
  9. CFLAGS += -I$(ROOTPATH)/Libraries/filesystem
  10. LFLAGS += -lpthread
  11. CFLAGS += -I$(ROOTPATH) -I$(ROOTPATH)/Libraries
  12. DEBUGDIR := .debug
  13. TARGETS += AlarmServer