# # # # Dependencies:
# auxprg/Makefile --> auxprg/Makefile.testv
#
# 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 #testv: testv.o # $(VXLD) -r testv.o -o testv.o testv.o: test.c $(VXCC) -DVXWORKS -c test.c -o testv.o clean: rm -f testv.o #