Index: gdb/testsuite/gdb.go/Makefile.in |
diff --git a/gdb/testsuite/gdb.pascal/Makefile.in b/gdb/testsuite/gdb.go/Makefile.in |
similarity index 68% |
copy from gdb/testsuite/gdb.pascal/Makefile.in |
copy to gdb/testsuite/gdb.go/Makefile.in |
index 0427a8f339424d472c1d043f98cfaaef70890627..6a1a89531f8ee5e5cd1c2dafad70b6a0086d818d 100644 |
--- a/gdb/testsuite/gdb.pascal/Makefile.in |
+++ b/gdb/testsuite/gdb.go/Makefile.in |
@@ -1,9 +1,9 @@ |
VPATH = @srcdir@ |
srcdir = @srcdir@ |
-EXECUTABLES = hello/hello |
- |
-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.* |