0
0
mirror of https://gitlab.nic.cz/labs/bird.git synced 2024-12-22 09:41:54 +00:00
bird/client/Makefile

12 lines
220 B
Makefile
Raw Normal View History

src := commands.c util.c client.c
obj := $(src-o-files)
$(all-client)
$(o)commands.c.dep: $(objdir)/conf/commands.h
$(exedir)/birdc: $(o)birdc.o
$(exedir)/birdc: LIBS += $(CLIENT_LIBS)
$(exedir)/birdcl: $(o)birdcl.o