tmkfile - plan9port - [fork] Plan 9 from user space | |
git clone git://src.adamsgaard.dk/plan9port | |
Log | |
Files | |
Refs | |
README | |
LICENSE | |
--- tmkfile (350B) --- 1 <$PLAN9/src/mkhdr 2 3 LIBFILES=\ 4 error\ 5 file\ 6 pack\ 7 glob\ 8 9 LIB=${LIBFILES:%=%.$O} $PLAN9/lib/libventi.a 10 11 HFILES=\ 12 $PLAN9/include/venti.h\ 13 stdinc.h\ 14 error.h\ 15 vac.h\ 16 dat.h\ 17 fns.h\ 18 19 TARG=vac vacfs unvac 20 21 default:V: all 22 23 <$PLAN9/src/mkmany 24 25 testglob:V: $O.testinc 26 $O.testinc exc |