0
0
mirror of https://gitlab.nic.cz/labs/bird.git synced 2024-12-24 10:41:54 +00:00
bird/proto/bgp/bgpsec/Makefile

12 lines
260 B
Makefile
Raw Normal View History

source=validate.c
root-rel=../../../
dir-name=proto/bgp/bgpsec
include ../../../Rules
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)