| 12345678910111213141516171819202122 |
- #
- # Makefile.conf
- #
- LIBRARIES += Http
- LIBRARIES += Logging
- LIBRARIES += Utilities
- LIBRARIES += Image
- CFLAGS += -I$(ROOTPATH)/Libraries/CTPL
- CFLAGS += -I$(ROOTPATH)/Libraries/filesystem
- CFLAGS += -I$(ROOTPATH)/Libraries/inih
- LFLAGS += -pthread
- CFLAGS += -I$(ROOTPATH) -I$(ROOTPATH)/Libraries
- DEBUGDIR := .debug
- DEFAULTARCH := x86_64-alpine
- TARGETS += CameraRecorder
|