0
0
mirror of https://gitlab.nic.cz/labs/bird.git synced 2025-01-03 15:41:54 +00:00
bird/sysdep/unix/Makefile

11 lines
243 B
Makefile
Raw Permalink Normal View History

src := alloc.c io.c krt.c log.c main.c random.c
obj := $(src-o-files)
$(all-daemon)
$(cf-local)
$(conf-y-targets): $(s)krt.Y
2023-12-12 13:33:54 +00:00
$(client): $(addprefix $(o),alloc.o)
src := $(filter-out main.c, $(src))
tests_objs := $(tests_objs) $(src-o-files)