mirror of
https://gitlab.labs.nic.cz/labs/bird.git
synced 2024-05-11 16:54:54 +00:00
Protocols will reside in directory `proto'.
This commit is contained in:
2
Makefile
2
Makefile
@@ -11,7 +11,7 @@ CFLAGS=$(OPT) $(DEBUG) -Wall -W -Wstrict-prototypes -Wno-unused -Wno-parentheses
|
|||||||
|
|
||||||
PROTOCOLS=
|
PROTOCOLS=
|
||||||
LIBDIRS=sysdep/linux sysdep/unix lib
|
LIBDIRS=sysdep/linux sysdep/unix lib
|
||||||
STDDIRS=nest $(PROTOCOLS)
|
STDDIRS=nest $(addprefix proto/,$(PROTOCOLS))
|
||||||
DIRS=$(STDDIRS) $(OBJDIR)/lib
|
DIRS=$(STDDIRS) $(OBJDIR)/lib
|
||||||
PARTOBJS=$(join $(addsuffix /,$(STDDIRS)),$(subst /,_,$(addsuffix .o,$(STDDIRS))))
|
PARTOBJS=$(join $(addsuffix /,$(STDDIRS)),$(subst /,_,$(addsuffix .o,$(STDDIRS))))
|
||||||
LIBS=$(OBJDIR)/lib/birdlib.a
|
LIBS=$(OBJDIR)/lib/birdlib.a
|
||||||
|
Reference in New Issue
Block a user