# # # # Dependencies:
# auxprg/Makefile --> auxprg/Makefile.timeshowv
#
# modification history # -------------------- # 15aug08 kHu DOXYGEN comments added #
VXCC = /usr/users/vxmaster/gnu/decmips.68k/bin/cc68k -c -DCPU=MC68040 -I/usr/users/vxmaster/vw/h VXLD = /usr/users/vxmaster/gnu/decmips.68k/bin/ld68k #timeshowv: timeshowv.o # $(VXLD) -r timeshowv.o -o timeshowv.o timeshowv.o: timeshow.c $(VXCC) -DVXWORKS -c timeshow.c -o timeshowv.o clean: #