0
0
mirror of https://gitlab.nic.cz/labs/bird.git synced 2025-01-10 19:11:54 +00:00
bird/proto/bgp/bgpsec/Makefile

11 lines
239 B
Makefile
Raw Permalink Normal View History

src := validate.c
obj := $(src-o-files)
$(all-daemon)
$(cf-local)
validate_tmp.o: ../../../../proto/bgp/bgpsec/validate.c
gcc -c $(CFLAGS) -DLOG_TO_STDERR -o $@ $<
tests: tests.o validate_tmp.o
gcc -o $@ $^ bgpsec.o $(LDFLAGS) $(LIBS)