plan9port

fork of plan9port with libvec, libstr and libsdb
Log | Files | Refs | README | LICENSE

mkfile (464B)


      1 <$PLAN9/src/mkhdr
      2 
      3 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 	sysdnsquery.$O\
     25 
     26 HFILES=\
     27 	$PLAN9/include/ndb.h\
     28 	ndbhf.h
     29 
     30 <$PLAN9/src/mksyslib
     31 
     32 testdns: testdns.$O $LIBDIR/$LIB
     33 	$LD -o $target $prereq
     34