iof-bird-daemon / client / Makefile @ d2c392d4
History | View | Annotate | Download (198 Bytes)
1 | d2c392d4 | Ondrej Zajicek | source=commands.c util.c common.c |
---|---|---|---|
2 | ed608150 | Martin Mares | root-rel=../ |
3 | dir-name=client |
||
4 | |||
5 | d2c392d4 | Ondrej Zajicek | clients := $(client) birdcl |
6 | |||
7 | source-dep := $(source) $(addsuffix .c,$(clients)) |
||
8 | |||
9 | subdir: $(addsuffix .o,$(clients)) |
||
10 | |||
11 | ed608150 | Martin Mares | include ../Rules |