Index: gdb/testsuite/gdb.go/Makefile |
diff --git a/gdb/testsuite/gdb.pascal/Makefile.in b/gdb/testsuite/gdb.go/Makefile |
similarity index 63% |
copy from gdb/testsuite/gdb.pascal/Makefile.in |
copy to gdb/testsuite/gdb.go/Makefile |
index 0427a8f339424d472c1d043f98cfaaef70890627..ef3e91a21a434feef9f54d50c0bce9f46aadf6a5 100644 |
--- a/gdb/testsuite/gdb.pascal/Makefile.in |
+++ b/gdb/testsuite/gdb.go/Makefile |
@@ -1,9 +1,9 @@ |
-VPATH = @srcdir@ |
-srcdir = @srcdir@ |
-EXECUTABLES = hello/hello |
+srcdir = . |
-MISCELLANEOUS = |
+EXECUTABLES = \ |
+ chan handcall hello integers methods package \ |
+ strings types unsafe |
all info install-info dvi install uninstall installcheck check: |
@echo "Nothing to be done for $@..." |
@@ -11,14 +11,11 @@ all info install-info dvi install uninstall installcheck check: |
clean mostlyclean: |
-find . -name '*.o' -print | xargs rm -f |
-find . -name '*.ali' -print | xargs rm -f |
- -find . -name 'b~*.ad[sb]' -print | xargs rm -f |
- -rm -f *~ a.out xgdb *.x *.ci *.tmp |
- -rm -f *~ *.o a.out xgdb *.x *.ci *.tmp |
+ -rm -f *~ a.out |
+ -rm -f *.dwo *.dwp |
-rm -f core core.coremaker coremaker.core corefile $(EXECUTABLES) |
- -rm -f $(MISCELLANEOUS) twice-tmp.c |
distclean maintainer-clean realclean: clean |
- -rm -f *~ core |
-rm -f Makefile config.status config.log |
-rm -f *-init.exp gdb.log gdb.sum |
-rm -fr *.log summary detail *.plog *.sum *.psum site.* |