Makefile.testv File Reference

Tests; Makefile for VxWorks #. More...


Detailed Description

Tests; Makefile for VxWorks #.

# # # # Dependencies:
# auxprg/Makefile --> auxprg/Makefile.testv
#

Author:
Kurt Huber; Strahlenzentrum J.L.-Universitaet GIESSEN #
Date:
20.03.1997 #
Version:
15.08.2008 #
# 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

# 

Generated on Wed Oct 15 16:17:23 2008 for Experiment-Software by  doxygen 1.5.6