Makefile.conf 372 B

12345678910111213141516171819202122
  1. #
  2. # Makefile.conf
  3. #
  4. LIBRARIES += Http
  5. LIBRARIES += Logging
  6. LIBRARIES += Utilities
  7. LIBRARIES += Image
  8. CFLAGS += -I$(ROOTPATH)/Libraries/CTPL
  9. CFLAGS += -I$(ROOTPATH)/Libraries/filesystem
  10. CFLAGS += -I$(ROOTPATH)/Libraries/inih
  11. LFLAGS += -pthread
  12. CFLAGS += -I$(ROOTPATH) -I$(ROOTPATH)/Libraries
  13. DEBUGDIR := .debug
  14. DEFAULTARCH := x86_64-alpine
  15. TARGETS += CameraRecorder