tmkfile - plan9port - [fork] Plan 9 from user space
HTML git clone git://src.adamsgaard.dk/plan9port
DIR Log
DIR Files
DIR Refs
DIR README
DIR LICENSE
---
tmkfile (265B)
---
1 <$PLAN9/src/mkhdr
2
3 TARG=plot
4 OFILES=plot.$O\
5
6 HFILES=plot.h\
7
8 LIB=libplot.a
9
10 <$PLAN9/src/mkone
11
12 $LIB:
13 cd libplot
14 mk install
15
16 clean:V:
17 rm -f *.[$OS] [$OS].out y.tab.? y.debug y.output $TARG libplot.a
18 cd libplot
19 mk clean
20
21 nuke:V:
22 mk clean
23 rm -f libplot.a[$OS]