File: Makefile

package info (click to toggle)
bird3 3.2.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 7,600 kB
  • sloc: ansic: 85,199; sh: 3,807; perl: 3,484; lex: 976; python: 726; makefile: 527; xml: 520; sed: 13
file content (6 lines) | stat: -rw-r--r-- 130 bytes parent folder | download | duplicates (11)
1
2
3
4
5
6
src := netlink.c
obj := $(src-o-files)
$(all-daemon)
$(conf-y-targets): $(s)netlink.Y

tests_objs := $(tests_objs) $(src-o-files)