]> git.lizzy.rs Git - plan9front.git/blob - sys/src/libndb/mkfile
libndb: make ndbipinfo() walk ipnet for all matching entries, concatenate and dedup...
[plan9front.git] / sys / src / libndb / mkfile
1 </$objtype/mkfile
2
3 LIB=/$objtype/lib/libndb.a
4 OFILES=\
5         csgetval.$O\
6         csipinfo.$O\
7         dnsquery.$O\
8         ipattr.$O\
9         ndbaux.$O\
10         ndbcache.$O\
11         ndbcat.$O\
12         ndbconcatenate.$O\
13         ndbdiscard.$O\
14         ndbfree.$O\
15         ndbgetipaddr.$O\
16         ndbgetval.$O\
17         ndbhash.$O\
18         ndbipinfo.$O\
19         ndblookval.$O\
20         ndbopen.$O\
21         ndbparse.$O\
22         ndbreorder.$O\
23         ndbsubstitute.$O\
24         ndbdedup.$O\
25
26 HFILES=\
27         /sys/include/ndb.h\
28         ndbhf.h
29
30 UPDATE=\
31         mkfile\
32         $HFILES\
33         ${OFILES:%.$O=%.c}\
34         ${LIB:/$objtype/%=/386/%}\
35
36 </sys/src/cmd/mksyslib
37
38 $O.out: testipinfo.$O
39         $LD $prereq