aboutsummaryrefslogtreecommitdiff
path: root/src/libndb/mkfile
blob: b7c9ee96968fb95c0f8b8d76d17bbd2a1b353a07 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
<$PLAN9/src/mkhdr

LIB=libndb.a
OFILES=\
#	csgetval.$O\
#	csipinfo.$O\
#	dnsquery.$O\
	ipattr.$O\
	ndbaux.$O\
	ndbcache.$O\
	ndbcat.$O\
	ndbconcatenate.$O\
	ndbdiscard.$O\
	ndbfree.$O\
	ndbgetipaddr.$O\
	ndbgetval.$O\
	ndbhash.$O\
	ndbipinfo.$O\
	ndblookval.$O\
	ndbopen.$O\
	ndbparse.$O\
	ndbreorder.$O\
	ndbsubstitute.$O\
	sysdnsquery.$O\

HFILES=\
	$PLAN9/include/ndb.h\
	ndbhf.h

<$PLAN9/src/mksyslib

testdns: testdns.$O $LIBDIR/$LIB
	$LD -o $target $prereq