mirror of
https://github.com/pikvm/ustreamer.git
synced 2026-05-26 23:36:16 +00:00
deps tree
This commit is contained in:
6
Makefile
6
Makefile
@@ -7,7 +7,7 @@ PREFIX ?= /usr/local
|
|||||||
MANPREFIX ?= $(PREFIX)/share/man
|
MANPREFIX ?= $(PREFIX)/share/man
|
||||||
|
|
||||||
CC ?= gcc
|
CC ?= gcc
|
||||||
CFLAGS ?= -O3
|
CFLAGS ?= -O3 -MD
|
||||||
LDFLAGS ?=
|
LDFLAGS ?=
|
||||||
|
|
||||||
RPI_VC_HEADERS ?= /opt/vc/include
|
RPI_VC_HEADERS ?= /opt/vc/include
|
||||||
@@ -179,3 +179,7 @@ clean:
|
|||||||
|
|
||||||
|
|
||||||
.PHONY: linters
|
.PHONY: linters
|
||||||
|
|
||||||
|
|
||||||
|
_OBJS = $(_USTR_SRCS:%.c=$(BUILD)/%.o) $(_DUMP_SRCS:%.c=$(BUILD)/%.o)
|
||||||
|
-include $(_OBJS:%.o=%.d)
|
||||||
|
|||||||
Reference in New Issue
Block a user