2016-04-12 17:14:54 +08:00
|
|
|
src := commands.c util.c client.c
|
|
|
|
obj := $(src-o-files)
|
1999-10-29 17:44:44 +08:00
|
|
|
|
2016-04-12 17:14:54 +08:00
|
|
|
$(all-client)
|
2013-04-19 19:59:08 +08:00
|
|
|
|
2016-05-12 22:04:47 +08:00
|
|
|
$(o)commands.o: $(objdir)/conf/commands.h
|
2013-04-19 19:59:08 +08:00
|
|
|
|
2016-04-12 17:14:54 +08:00
|
|
|
$(exedir)/birdc: $(o)birdc.o
|
|
|
|
$(exedir)/birdc: LIBS += $(CLIENT_LIBS)
|
2013-04-19 19:59:08 +08:00
|
|
|
|
2016-04-12 17:14:54 +08:00
|
|
|
$(exedir)/birdcl: $(o)birdcl.o
|