X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=gdb%2Ftestsuite%2FMakefile.in;h=c0ba9ab79c2869aafcc4fad46332dbffb2e91684;hb=98e9c5b8c35b3c5d0347f839f93e8ed8256c7103;hp=f7f610ae1f578b9910cbca87358dfae022fce9bd;hpb=db034ac5129e86e2dfccebe047f0ee50fd933ec9;p=deliverable%2Fbinutils-gdb.git diff --git a/gdb/testsuite/Makefile.in b/gdb/testsuite/Makefile.in index f7f610ae1f..c0ba9ab79c 100644 --- a/gdb/testsuite/Makefile.in +++ b/gdb/testsuite/Makefile.in @@ -1,5 +1,5 @@ # Makefile for regression testing the GNU debugger. -# Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000 +# Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2002, 2003 # Free Software Foundation, Inc. # This file is part of GDB. @@ -35,6 +35,8 @@ SHELL = @SHELL@ EXEEXT = @EXEEXT@ SUBDIRS = @subdirs@ RPATH_ENVVAR = @RPATH_ENVVAR@ +ALL_SUBDIRS = gdb.arch gdb.asm gdb.base gdb.c++ gdb.disasm gdb.java gdb.mi \ + gdb.threads gdb.trace $(SUBDIRS) EXPECT = `if [ -f $${rootme}/../../expect/expect ] ; then \ echo $${rootme}/../../expect/expect ; \ @@ -145,7 +147,7 @@ subdir_do: force force:; subdirs: - for dir in ${SUBDIRS} ; \ + for dir in ${ALL_SUBDIRS} ; \ do \ echo "$$dir:" ; \ if [ -d $$dir ] ; then \ @@ -157,8 +159,8 @@ subdirs: clean mostlyclean: -rm -f *~ core *.o a.out xgdb *.x *.grt - if [ x"${SUBDIRS}" != x ] ; then \ - for dir in ${SUBDIRS}; \ + if [ x"${ALL_SUBDIRS}" != x ] ; then \ + for dir in ${ALL_SUBDIRS}; \ do \ echo "$$dir:"; \ if [ -d $$dir ]; then \ @@ -171,8 +173,8 @@ distclean maintainer-clean realclean: clean -rm -f *~ core -rm -f Makefile config.status *-init.exp -rm -fr *.log summary detail *.plog *.sum *.psum site.* - if [ x"${SUBDIRS}" != x ] ; then \ - for dir in ${SUBDIRS}; \ + if [ x"${ALL_SUBDIRS}" != x ] ; then \ + for dir in ${ALL_SUBDIRS}; \ do \ echo "$$dir:"; \ if [ -d $$dir ]; then \