Makefile.conf 592 B

1234567891011121314151617181920212223242526272829
  1. #
  2. # Makefile.conf
  3. #
  4. LIBRARIES += MySQL
  5. LIBRARIES += SQLite
  6. LIBRARIES += Http
  7. LIBRARIES += DataStorage
  8. LIBRARIES += Timer
  9. LIBRARIES += Logging
  10. LIBRARIES += Utilities
  11. LIBRARIES += DateTime
  12. CFLAGS += -I$(ROOTPATH)/Libraries/clipp/include
  13. CFLAGS += -I$(ROOTPATH)/Libraries/inih
  14. CFLAGS += -I$(ROOTPATH)/Libraries/json/include/nlohmann -I$(ROOTPATH)/Libraries/json/include
  15. LFLAGS += -pthread
  16. CFLAGS += -Wno-stringop-truncation
  17. CFLAGS += -I$(ROOTPATH) -I$(ROOTPATH)/Libraries
  18. DEBUGDIR := .debug
  19. DEFAULTARCH := x86_64
  20. TARGETS += DataStorageAPI
  21. TARGETS += DataCondenser
  22. TARGETS += DataImporter