Makefile.conf 300 B

1234567891011121314151617181920
  1. #
  2. # Makefile.conf
  3. #
  4. LIBRARIES += Logging
  5. LIBRARIES += Utilities
  6. LIBRARIES += DateTime
  7. CFLAGS += -I$(ROOTPATH)/Libraries/asio/asio/include
  8. CFLAGS += -I$(ROOTPATH)/Libraries/SimpleSignal
  9. LFLAGS += -lcurl
  10. LFLAGS += -pthread
  11. DEBUGDIR := .debug
  12. DEFAULTARCH := any
  13. TARGETS += Timer.a
  14. TARGETS += test