tmkfile - plan9port - [fork] Plan 9 from user space
 (HTM) git clone git://src.adamsgaard.dk/plan9port
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
       tmkfile (463B)
       ---
            1 <$PLAN9/src/mkhdr
            2 
            3 TARG=tpic
            4 YFILES=picy.y
            5 
            6 OFILES=\
            7         arcgen.$O\
            8         blockgen.$O\
            9         boxgen.$O\
           10         circgen.$O\
           11         for.$O\
           12         input.$O\
           13         linegen.$O\
           14         main.$O\
           15         misc.$O\
           16         movegen.$O\
           17         picl.$O\
           18         picy.$O\
           19         pltex.$O\
           20         print.$O\
           21         symtab.$O\
           22         tex.$O\
           23         textgen.$O\
           24 
           25 HFILES=pic.h y.tab.h tex.h
           26 
           27 <$PLAN9/src/mkone
           28 
           29 YFLAGS=-d -S
           30 
           31 picy.c: y.tab.c
           32         mv y.tab.c picy.c
           33 
           34 picl.$O: picl.l
           35         9 lex  picl.l
           36         $CC $CFLAGS lex.yy.c
           37         rm lex.yy.c
           38         mv lex.yy.$O picl.$O
           39 
           40 CLEANFILES=$CLEANFILES picy.c