mirror of
https://gitlab.nic.cz/labs/bird.git
synced 2024-11-17 08:38:42 +00:00
d2c392d448
Renames some files: birdc/client.c -> birdc.c birdcl/client.c -> birdcl.c client_common.c -> common.c
12 lines
198 B
Makefile
12 lines
198 B
Makefile
source=commands.c util.c common.c
|
|
root-rel=../
|
|
dir-name=client
|
|
|
|
clients := $(client) birdcl
|
|
|
|
source-dep := $(source) $(addsuffix .c,$(clients))
|
|
|
|
subdir: $(addsuffix .o,$(clients))
|
|
|
|
include ../Rules
|