mirror of
https://gitlab.nic.cz/labs/bird.git
synced 2024-12-23 18:21:54 +00:00
12 lines
260 B
Makefile
12 lines
260 B
Makefile
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)
|