< /$objtype/mkfile

LIB=frotz_common.a$O
OFILES=\
        buffer.$O\
        err.$O\
        input.$O\
        process.$O\
        sound.$O\
        fastmem.$O\
        files.$O\
        getopt.$O\
        hotkey.$O\
        math.$O\
        object.$O\
        process.$O\
        quetzal.$O\
        random.$O\
        redirect.$O\
        screen.$O\
        stream.$O\
        table.$O\
        text.$O\
        variable.$O\
        main.$O\

HFILES=setup.h\
       frotz.h\

CC=pcc
CFLAGS=-c -D_POSIX_SOURCE -D_BSD_EXTENSION


</sys/src/cmd/mklib

