# WARNING: DO NOT EDIT.
# THIS FILE WAS AUTOMATICALLY GENERATED USING THE
# BUILDMAKE PROGRAM.

C68FLAGS = -O -V
LIBS = -lVexcept

testexcept :  testexcept.c 
	cc68 $(C68FLAGS) -o testexcept.68 testexcept.c $(LIBS) 
	nm68 -nh testexcept.68 >symbols
	rev68 testexcept.68 testexcept
	rm -f testexcept.68

install: testexcept
	netinstall -p testexcept /usr/sun/Vboot

clean:
	rm -f *.CKP *.BAK *.b .emacs* testexcept symbols

backup:
	cd ..; cpdir testexcept ../../Vbackup/cmds/testexcept

build:
	buildmake

xbuild:
	buildmake -DX=1
