mirror of
https://gitlab.nic.cz/labs/bird.git
synced 2024-11-08 12:18:42 +00:00
Protocols will reside in directory `proto'.
This commit is contained in:
parent
869c695998
commit
c5fd704e48
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
|
||||||
|
Loading…
Reference in New Issue
Block a user