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