mirror of
https://gitlab.labs.nic.cz/labs/bird.git
synced 2024-05-11 16:54:54 +00:00
Added skeleton of the client. Does nothing, but at least compiles.
This commit is contained in:
@@ -10,11 +10,11 @@ static-dirs := nest filter $(addprefix proto/,$(protocols))
|
||||
static-dir-paths := $(addprefix $(srcdir)/,$(static-dirs))
|
||||
dynamic-dirs := lib conf
|
||||
dynamic-dir-paths := $(dynamic-dirs)
|
||||
dir-makefiles := $(addsuffix /Makefile,$(static-dir-paths) $(dynamic-dir-paths))
|
||||
client-dirs := client
|
||||
client-dir-paths := $(client-dirs)
|
||||
|
||||
all-dirs:=$(static-dirs) $(dynamic-dirs)
|
||||
all-dirs:=$(static-dirs) $(dynamic-dirs) $(client-dirs)
|
||||
clean-dirs:=$(all-dirs) proto sysdep
|
||||
dir-objs:=$(addprefix $(objdir)/,$(all-dirs))
|
||||
|
||||
CPPFLAGS=-I$(root-rel) -I$(srcdir) @CPPFLAGS@
|
||||
CFLAGS=$(CPPFLAGS) @CFLAGS@
|
||||
|
||||
Reference in New Issue
Block a user