mirror of
https://gitlab.nic.cz/labs/bird.git
synced 2025-01-10 19:11:54 +00:00
11 lines
239 B
Makefile
11 lines
239 B
Makefile
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)
|