1
0

Makefile.conf 344 B

123456789101112131415161718192021
  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. DEFAULTARCH := x86_64-alpine
  14. TARGETS += AlarmServer