# no action, empty

qt: 
	rm -f qtmd.h
	../system_ln md/setjmp_d.h qtmd.h
	touch libqt.so
	touch libqt.a


mostlyclean:
	rm -f qtmd.h libqt.a libstp.a meas.o stp.o qt.o
	rm -f qtmdb.s qtmds.s qtmdc.o qtmdb.o qtmds.o run

clean: mostlyclean
	rm -f Makefile

