This website requires JavaScript.
Explore
Tos
Help
Register
Sign in
Jerry
/
bird
Watch
1
Star
0
Fork
You've already forked bird
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
b66a9e2f33
bird
/
proto
/
rip
/
Makefile
5 lines
71 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 17:14:54 +08:00
src
:=
packets.c rip.c
obj
:=
$(
src-o-files
)
$(
all
-
daemon
)
$(
cf
-
local
)
Reference in a new issue
Copy permalink