# Buildtemplate for the testexcept subdirectory

LIBS = -lVexcept

testexcept.$(MACHINE) :  testexcept.c 
	$(CC) $(MIFLAGS) -o testexcept.$(MACHINE) testexcept.c $(LIBS)
#ifdef M68K
	nm68 -nh testexcept.m68k > symbols
#else
	nm -ng testexcept.$(MACHINE) > symbols
#endif

install: testexcept.$(MACHINE)
	$(NETINSTALL) -p testexcept.$(MACHINE) $(VSYS)/bin

clean:
	rm -f *.CKP *.BAK *.b .emacs* testexcept.$(MACHINE) symbols

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



relink:
	rm -f *.$(MACHINE)
