| OLD | NEW |
| 1 VPATH = @srcdir@ | 1 VPATH = @srcdir@ |
| 2 srcdir = @srcdir@ | 2 srcdir = @srcdir@ |
| 3 | 3 |
| 4 EXECUTABLES = py-type py-value py-prettyprint py-template py-block \ | 4 EXECUTABLES = py-type py-value py-prettyprint py-template py-block \ |
| 5 py-symbol py-mi py-breakpoint py-inferior py-infthread \ | 5 py-symbol py-mi py-breakpoint py-inferior py-infthread \ |
| 6 py-shared python lib-types py-events py-evthreads py-frame \ | 6 py-shared python lib-types py-events py-evthreads py-frame \ |
| 7 py-mi py-pp-maint py-progspace py-section-script py-objfile \ | 7 py-mi py-pp-maint py-progspace py-section-script py-objfile \ |
| 8 » py-finish-breakpoint py-finish-breakpoint2 | 8 » py-finish-breakpoint py-finish-breakpoint2 py-value-cc py-explore \ |
| 9 » py-explore-cc |
| 9 | 10 |
| 10 MISCELLANEOUS = py-shared-sl.sl py-events-shlib.so py-events-shlib-nodebug.so | 11 MISCELLANEOUS = py-shared-sl.sl py-events-shlib.so py-events-shlib-nodebug.so |
| 11 | 12 |
| 12 all info install-info dvi install uninstall installcheck check: | 13 all info install-info dvi install uninstall installcheck check: |
| 13 @echo "Nothing to be done for $@..." | 14 @echo "Nothing to be done for $@..." |
| 14 | 15 |
| 15 clean mostlyclean: | 16 clean mostlyclean: |
| 16 -rm -f *~ *.o *.ci | 17 -rm -f *~ *.o *.ci |
| 18 -rm -f *.dwo *.dwp |
| 17 -rm -f core $(EXECUTABLES) $(MISCELLANEOUS) | 19 -rm -f core $(EXECUTABLES) $(MISCELLANEOUS) |
| 18 | 20 |
| 19 distclean maintainer-clean realclean: clean | 21 distclean maintainer-clean realclean: clean |
| 20 -rm -f Makefile config.status config.log gdb.log gdb.sum | 22 -rm -f Makefile config.status config.log gdb.log gdb.sum |
| OLD | NEW |