Subversion Repositories planix.SVN

Rev

Rev 2 | Blame | Compare with Previous | Last modification | View Log | RSS feed

</$objtype/mkfile

TARG=5l
OFILES=\
        asm.$O\
        list.$O\
        noop.$O\
        obj.$O\
        optab.$O\
        pass.$O\
        span.$O\
        enam.$O\
        compat.$O\
        elf.$O\

HFILES=\
        l.h\
        ../5c/5.out.h\
        ../8l/elf.h\

BIN=/$objtype/bin
CFLAGS=$CFLAGS -. -I.
</sys/src/cmd/mkone

../5c/enam.c: ../5c/5.out.h
        @ { cd ../5c; mk enam.c }

enam.$O:        ../5c/enam.c
        $CC $CFLAGS ../5c/enam.c
elf.$O: ../8l/elf.c
        $CC $CFLAGS ../8l/elf.c

x:V:    $O.out
        $O.out -la -o/dev/null x.5