A09 = ../../a09 SRCDIR=../../CoCoOS9/level2v3/MODULES all : ioman pdisk init os9p1 os9p2 os9p3_perr os9p4_regdump pipe pipeman pipeman_named piper rbf scf term pty clean : rm -f ioman pdisk init os9p1 os9p2 os9p3_perr os9p4_regdump pipe pipeman pipeman_named piper rbf scf term pty ioman : $(A09) ${SRCDIR}/ioman.asm -o ioman pdisk : $(A09) ../modules/pdisk.asm -o pdisk init : $(A09) ../modules/init.asm -o init os9p1 : $(A09) ${SRCDIR}/os9p1.asm -o os9p1 os9p2 : $(A09) ${SRCDIR}/os9p2.asm -o os9p2 os9p3_perr : $(A09) ${SRCDIR}/os9p3_perr.asm -o os9p3_perr os9p4_regdump : $(A09) ${SRCDIR}/os9p4_regdump.asm -o os9p4_regdump pipe : $(A09) ${SRCDIR}/pipe.asm -o pipe pipeman : $(A09) ${SRCDIR}/pipeman.asm -o pipeman pipeman_named : $(A09) ${SRCDIR}/pipeman_named.asm -o pipeman_named piper : $(A09) ${SRCDIR}/piper.asm -o piper rbf : $(A09) ${SRCDIR}/rbf.asm -o rbf scf : $(A09) ${SRCDIR}/scf.asm -o scf term : $(A09) ../modules/pty-dd.asm -o term pty : $(A09) ../modules/pty.asm -o pty