.include ../../global.mak

#------------------------------------------------------------------------------
# TARG OBJECT FILES
#------------------------------------------------------------------------------

TARG =	tester.o

OBJS =	boothelp.o

${TARG}: ${OBJS}
	${LD} ${LFLAGS} ${OBJS}

clean:
	rm -f *.o ${TARG}

#------------------------------------------------------------------------------
# HEADER-FILE DEPENDENCIES
#------------------------------------------------------------------------------

testeeprom.o:	makefile ${IDIR2}/types.h ${IDIR1}/memory.h \
		${IDIR2}/eeprom.h ${IDIR1}/eeprecs.h

testnvram.o:	makefile ${IDIR2}/types.h ${IDIR1}/memory.h \
		${IDIR2}/nvram.h ${IDIR1}/eeprecs.h

ptbl.o:		makefile ${IDIR2}/types.h ${IDIR1}/cmd.h ${IDIR2}/nim960h.h

diagnos.o:	makefile ${IDIR2}/types.h ${IDIR1}/memory.h ${IDIR1}/led.h \
		${IDIR1}/cmd.h

dtest.o:	makefile ${IDIR2}/types.h ${IDIR2}/krnl.h

ramtest.o:	makefile ${IDIR2}/types.h ${IDIR1}/memory.h

test.o:		makefile ${IDIR2}/types.h ${IDIR1}/memory.h ${IDIR2}/eeprom.h \
		${IDIR1}/dips.h ${IDIR2}/nim960h.h ${IDIR2}/uart.h \
		${IDIR1}/eeprecs.h ${IDIR2}/dbd.h ${IDIR2}/malloc.h

memedit.o:	makefile ${IDIR2}/menuparse.h ${IDIR2}/defines.h

memhelp.o:	makefile ${IDIR2}/defines.h

memmod.o:	makefile ${IDIR2}/defines.h

bootedit.o:	makefile ${IDIR2}/types.h ${IDIR2}/eeprom.h ${IDIR1}/sys.h \
		${IDIR1}/eeprecs.h ${IDIR1}/target.h ${IDIR2}/nvram.h \
		${IDIR1}/nvrecs.h ${IDIR1}/dips.h

boothelp.o:	makefile ${IDIR2}/defines.h

printboot.o:	makefile ${IDIR1}/eeprecs.h ${IDIR2}/types.h ${IDIR1}/sys.h \
		${IDIR1}/target.h
