0
0
mirror of https://gitlab.nic.cz/labs/bird.git synced 2024-11-13 22:58:42 +00:00
bird/sysdep/unix/Makefile
2023-12-12 14:34:10 +01:00

11 lines
243 B
Makefile

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
$(client): $(addprefix $(o),alloc.o)
src := $(filter-out main.c, $(src))
tests_objs := $(tests_objs) $(src-o-files)