plan9port

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

mkfile (331B)


      1 <$PLAN9/src/mkhdr
      2 
      3 LIB=libhttpd.a
      4 
      5 OFILES=\
      6 	alloc.$O\
      7 	checkcontent.$O\
      8 	date.$O\
      9 	fail.$O\
     10 	gethead.$O\
     11 	hio.$O\
     12 	httpfmt.$O\
     13 	httpunesc.$O\
     14 	lower.$O\
     15 	okheaders.$O\
     16 	parse.$O\
     17 	parsereq.$O\
     18 	query.$O\
     19 	redirected.$O\
     20 	unallowed.$O\
     21 	urlfmt.$O\
     22 	urlunesc.$O\
     23 
     24 HFILES=\
     25 	$PLAN9/include/httpd.h\
     26 	escape.h\
     27 
     28 <$PLAN9/src/mksyslib
     29