Revision 7152e5ef client/Makefile
client/Makefile | ||
---|---|---|
1 |
source=commands.c util.c client.c |
|
2 |
root-rel=../ |
|
3 |
dir-name=client |
|
1 |
src := commands.c util.c client.c |
|
2 |
obj := $(src-o-files) |
|
4 | 3 |
|
5 |
clients := $(client) birdcl
|
|
4 |
$(all-client)
|
|
6 | 5 |
|
7 |
source-dep := $(source) $(addsuffix .c,$(clients))
|
|
6 |
$(o)commands.c.dep: $(objdir)/conf/commands.h
|
|
8 | 7 |
|
9 |
subdir: $(addsuffix .o,$(clients)) |
|
8 |
$(exedir)/birdc: $(o)birdc.o |
|
9 |
$(exedir)/birdc: LIBS += $(CLIENT_LIBS) |
|
10 | 10 |
|
11 |
include ../Rules |
|
11 |
$(exedir)/birdcl: $(o)birdcl.o |
Also available in: Unified diff