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