* hppa-hpux-tdep.c: Update copyright notice and year.
[deliverable/binutils-gdb.git] / gdb / testsuite / Makefile.in
index b936e39fdb9f9941feecb5df1dea1c845f2a1ed0..5aa82622dd7ed59bd02235832e8377afcc76ead8 100644 (file)
@@ -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, 2004
 # Free Software Foundation, Inc.
 
 # This file is part of GDB.
@@ -35,6 +35,10 @@ SHELL = @SHELL@
 EXEEXT = @EXEEXT@
 SUBDIRS = @subdirs@
 RPATH_ENVVAR = @RPATH_ENVVAR@
+ALL_SUBDIRS = gdb.ada gdb.arch gdb.asm gdb.base gdb.cp gdb.disasm \
+       gdb.dwarf2 \
+       gdb.fortran gdb.java gdb.mi gdb.objc gdb.threads gdb.trace \
+       $(SUBDIRS)
 
 EXPECT = `if [ -f $${rootme}/../../expect/expect ] ; then \
           echo $${rootme}/../../expect/expect ; \
@@ -67,10 +71,6 @@ TARGET_FLAGS_TO_PASS = \
         'CC=$$(CC_FOR_TARGET)' \
         "CC_FOR_TARGET=$(CC_FOR_TARGET)" \
         "CFLAGS=$(TESTSUITE_CFLAGS)" \
-        "CHILLFLAGS=$(CHILLFLAGS)" \
-        'CHILL=$$(CHILL_FOR_TARGET)' \
-        "CHILL_FOR_TARGET=$(CHILL_FOR_TARGET)" \
-        "CHILL_LIB=$(CHILL_LIB)" \
         'CXX=$$(CXX_FOR_TARGET)' \
         "CXX_FOR_TARGET=$(CXX_FOR_TARGET)" \
         "CXXFLAGS=$(CXXFLAGS)" \
@@ -149,7 +149,7 @@ subdir_do: force
 force:;
 
 subdirs:
-       for dir in ${SUBDIRS} ; \
+       for dir in ${ALL_SUBDIRS} ; \
        do \
                echo "$$dir:" ; \
                if [ -d $$dir ] ; then \
@@ -161,8 +161,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 \
@@ -175,8 +175,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 \
This page took 0.02424 seconds and 4 git commands to generate.