1VPATH = @srcdir@ 2srcdir = @srcdir@ 3 4EXECUTABLES = dollar hwwatchbus.bak pxdb reg reg-pa64 \ 5 so-thresh genso-thresh sized-enum 6 7MISCELLANEOUS = so-thresh.c so-thresh.lopt so-thresh.make.out \ 8 lib*-so-thresh.* 9 10all: 11 @echo "Nothing to be done for all..." 12 13info: 14install-info: 15dvi: 16install: 17uninstall: force 18installcheck: 19check: 20 21clean mostlyclean: 22 -rm -f *~ *.o *.ci 23 -rm -f core $(EXECUTABLES) 24 -rm -f $(MISCELLANEOUS) 25 26distclean maintainer-clean realclean: clean 27 -rm -f Makefile config.status config.log 28 -rm -f *-init.exp 29 -rm -fr *.log summary detail *.plog *.sum *.psum site.* 30 31Makefile : $(srcdir)/Makefile.in $(srcdir)/configure.in 32 $(SHELL) ./config.status --recheck 33