This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
bird
Watch
0
Star
0
Fork
0
You've already forked bird
mirror of
https://gitlab.nic.cz/labs/bird.git
synced
2024-11-09 12:48:43 +00:00
Code
Releases
Activity
8860e991f6
bird
/
proto
/
bfd
/
Makefile
5 lines
76 B
Makefile
Raw
Normal View
History
Unescape
Escape
Build system reworked to one global Makefile with includes and no nesting Also removed the lib-dir merging with sysdep. Updated #include's accordingly. Fixed make doc on recent Debian together with moving generated doc into objdir. Moved Makefile.in into root dir Retired all.o and birdlib.a Linking the final binaries directly from all the .o files.
2016-04-12 09:14:54 +00:00
src
:=
bfd.c io.c packets.c
obj
:=
$(
src-o-files
)
$(
all
-
daemon
)
$(
cf
-
local
)
Copy Permalink