formatting cleanups
[deliverable/binutils-gdb.git] / gdb / Makefile.in
index be6f6bdef5875ae4a43c0fa509651c1cab4f3f51..ed2d33aa8372a1511ec9114a9fc2525a7ecac44b 100644 (file)
@@ -162,15 +162,15 @@ INTERNAL_CFLAGS = $(CFLAGS) $(GLOBAL_CFLAGS) $(PROFILE_CFLAGS) \
 # you can use 'CLIBS=$(INSTALLED_LIBS)' 'CDEPS='
 INSTALLED_LIBS=-lbfd -lreadline $(TERMCAP) -lopcodes -lmmalloc \
        -liberty $(XM_CLIBS) $(TM_CLIBS) $(NAT_CLIBS)
-CLIBS = $(BFD) $(READLINE) $(TERMCAP) $(OPCODES) $(MMALLOC) \
-       $(LIBIBERTY) $(XM_CLIBS) $(TM_CLIBS) $(NAT_CLIBS)
+CLIBS = $(BFD) $(READLINE) $(OPCODES) $(MMALLOC) \
+       $(LIBIBERTY) $(TERMCAP) $(XM_CLIBS) $(TM_CLIBS) $(NAT_CLIBS)
 CDEPS = $(XM_CDEPS) $(TM_CDEPS) $(NAT_CDEPS) \
        $(BFD) $(READLINE) $(OPCODES) $(MMALLOC) $(LIBIBERTY)
 
 ADD_FILES = $(REGEX) $(XM_ADD_FILES) $(TM_ADD_FILES) $(NAT_ADD_FILES)
 ADD_DEPS = $(REGEX1) $(XM_ADD_FILES) $(TM_ADD_FILES) $(NAT_ADD_FILES)
 
-VERSION = 4.9.3
+VERSION = 4.10.1
 DIST=gdb
 
 LINT=/usr/5bin/lint
@@ -293,8 +293,8 @@ SFILES = blockframe.c breakpoint.c buildsym.c c-exp.y c-lang.c \
        m2-exp.y m2-lang.c m2-typeprint.c m2-valprint.c main.c maint.c \
        mem-break.c minsyms.c mipsread.c nlmread.c objfiles.c parse.c \
        printcmd.c remote.c source.c stabsread.c stack.c symfile.c symmisc.c \
-       symtab.c target.c typeprint.c utils.c valarith.c valops.c valprint.c \
-       values.c serial.c ser-unix.c
+       symtab.c target.c thread.c typeprint.c utils.c valarith.c valops.c \
+       valprint.c values.c serial.c ser-unix.c
 
 # Files that are not source code, but need to go into
 # gdb-$(VERSION).tar.Z.
@@ -371,7 +371,7 @@ HFILES = buildsym.h call-cmds.h defs.h environ.h $(gdbcmd_h) \
        nindy-share/env.h nindy-share/stop.h \
        vx-share/dbgRpcLib.h vx-share/ptrace.h vx-share/vxTypes.h \
        vx-share/vxWorks.h vx-share/wait.h vx-share/xdr_ld.h \
-       vx-share/xdr_ptrace.h vx-share/xdr_rdb.h
+       vx-share/xdr_ptrace.h vx-share/xdr_rdb.h thread.h
 
 # GDB "info" files, which should be included in their entirety
 INFOFILES = gdb.info*
@@ -401,7 +401,7 @@ TARFILES = $(SFILES) $(HFILES) $(NONSRC) $(ALLDEPFILES) $(ALLCONFIG) \
        $(ALLPARAM) $(INFOFILES) $(POSSLIBS) $(REMOTE_EXAMPLES)
 
 
-OBS =  version.o main.o blockframe.o breakpoint.o findvar.o stack.o \
+OBS =  version.o main.o blockframe.o breakpoint.o findvar.o stack.o thread.o \
        source.o values.o eval.o valops.o valarith.o valprint.o printcmd.o \
        symtab.o symfile.o symmisc.o infcmd.o infrun.o command.o \
        utils.o expprint.o environ.o gdbtypes.o copying.o $(DEPFILES) \
@@ -799,12 +799,13 @@ unexport CHILLFLAGS CHILL_LIB CHILL_FOR_TARGET :
 ALLDEPFILES = 29k-share/udi/udip2soc.c 29k-share/udi/udr.c \
        a29k-pinsn.c a29k-tdep.c a68v-nat.c altos-xdep.c arm-convert.s \
        arm-pinsn.c arm-tdep.c arm-xdep.c convex-pinsn.c convex-tdep.c \
-       convex-xdep.c core-svr4.c coredep.c corelow.c delta68-nat.c exec.c \
-       fork-child.c \
+       convex-xdep.c core-svr4.c coredep.c corelow.c delta68-nat.c \
+       dpx2-nat.c exec.c fork-child.c \
        go32-xdep.c gould-pinsn.c gould-xdep.c h8300-tdep.c h8500-tdep.c \
        hp300ux-nat.c hppa-pinsn.c hppa-tdep.c hppab-nat.c hppah-nat.c \
        i386-pinsn.c i386-tdep.c i386b-nat.c i386mach-nat.c i386v-nat.c \
-       i386aix-nat.c i386v4-nat.c i387-tdep.c i960-pinsn.c i960-tdep.c \
+       i386aix-nat.c i386v4-nat.c i386lynx-nat.c i387-tdep.c i960-pinsn.c \
+       i960-tdep.c \
        infptrace.c inftarg.c irix4-nat.c isi-xdep.c m68k-pinsn.c m68k-tdep.c \
        m88k-nat.c m88k-pinsn.c m88k-tdep.c mips-nat.c mips-pinsn.c \
        mips-tdep.c news-xdep.c nindy-share/Onindy.c nindy-share/nindy.c \
@@ -829,10 +830,13 @@ ALLPARAM = config/a29k/nm-ultra3.h config/a29k/tm-a29k.h \
        config/i386/nm-i386bsd.h config/i386/nm-i386lynx.h \
        config/i386/nm-i386mach.h config/i386/nm-i386sco.h \
        config/i386/nm-i386sco4.h config/i386/nm-i386v.h \
-       config/i386/nm-i386v4.h config/i386/nm-linux.h config/i386/nm-sun386.h \
+       config/i386/nm-i386v4.h config/i386/nm-linux.h \
+       config/i386/nm-sun386.h config/i386/nm-symmetry.h \
        config/i386/tm-i386aix.h config/i386/tm-i386bsd.h \
-       config/i386/tm-i386lynx.h config/i386/tm-i386v.h \
-       config/i386/tm-i386v4.h config/i386/tm-linux.h config/i386/tm-sun386.h \
+       config/i386/tm-i386lynx.h config/i386/tm-i386nw.h \
+       config/i386/tm-i386v.h \
+       config/i386/tm-i386v4.h config/i386/tm-linux.h \
+       config/i386/tm-sun386.h \
        config/i386/tm-symmetry.h config/i386/xm-go32.h \
        config/i386/xm-i386aix.h config/i386/xm-i386bsd.h \
        config/i386/xm-i386lynx.h config/i386/xm-i386mach.h \
@@ -841,10 +845,13 @@ ALLPARAM = config/a29k/nm-ultra3.h config/a29k/tm-a29k.h \
        config/i386/xm-linux.h config/i386/xm-sun386.h \
        config/i386/xm-symmetry.h config/i960/tm-nindy960.h \
        config/i960/tm-vx960.h config/m68k/nm-apollo68b.h \
-       config/m68k/nm-apollo68v.h config/m68k/nm-hp300bsd.h \
-       config/m68k/nm-hp300hpux.h config/m68k/nm-news.h config/m68k/nm-sun2.h \
+       config/m68k/nm-apollo68v.h config/m68k/nm-delta68.h \
+       config/m68k/nm-dpx2.h config/m68k/nm-hp300bsd.h \
+       config/m68k/nm-hp300hpux.h config/m68k/nm-news.h \
+       config/m68k/nm-sun2.h \
        config/m68k/nm-sun3.h config/m68k/tm-3b1.h config/m68k/tm-altos.h \
-       config/m68k/tm-amix.h config/m68k/tm-es1800.h \
+       config/m68k/tm-amix.h config/m68k/tm-delta68.h \
+       config/m68k/tm-dpx2.h config/m68k/tm-es1800.h \
        config/m68k/tm-hp300bsd.h config/m68k/tm-hp300hpux.h \
        config/m68k/tm-isi.h config/m68k/tm-m68k-fp.h \
        config/m68k/tm-m68k-nofp.h config/m68k/tm-monitor.h \
@@ -853,6 +860,7 @@ ALLPARAM = config/a29k/nm-ultra3.h config/a29k/tm-a29k.h \
        config/m68k/tm-sun3os4.h config/m68k/tm-vx68.h config/m68k/xm-3b1.h \
        config/m68k/xm-altos.h config/m68k/xm-amix.h \
        config/m68k/xm-apollo68b.h config/m68k/xm-apollo68v.h \
+       config/m68k/xm-delta68.h config/m68k/xm-dpx2.h \
        config/m68k/xm-hp300bsd.h config/m68k/xm-hp300hpux.h \
        config/m68k/xm-isi.h config/m68k/xm-news.h config/m68k/xm-news1000.h \
        config/m68k/xm-sun2.h config/m68k/xm-sun3.h config/m68k/xm-sun3os4.h \
@@ -861,11 +869,11 @@ ALLPARAM = config/a29k/nm-ultra3.h config/a29k/tm-a29k.h \
        config/mips/nm-irix4.h config/mips/nm-mips.h config/mips/nm-riscos.h \
        config/mips/nm-news-mips.h config/mips/tm-bigmips.h \
        config/mips/tm-irix3.h config/mips/tm-mips.h config/mips/xm-irix3.h \
-       config/mips/xm-irix4.h config/mips/xm-mips.h config/mips/xm-riscos.h \
-       config/mips/xm-news-mips.h \
-       config/nm-sysv4.h \
+       config/mips/xm-irix4.h config/mips/xm-makeva.h config/mips/xm-mips.h \
+       config/mips/xm-riscos.h config/mips/xm-news-mips.h config/nm-sysv4.h \
        config/none/nm-none.h config/none/tm-none.h config/none/xm-none.h \
-       config/ns32k/nm-umax.h config/ns32k/tm-merlin.h config/ns32k/tm-umax.h \
+       config/ns32k/nm-umax.h config/ns32k/tm-merlin.h \
+       config/ns32k/tm-umax.h \
        config/ns32k/xm-merlin.h config/ns32k/xm-umax.h config/pa/nm-hppab.h \
        config/pa/nm-hppah.h config/pa/tm-hppab.h config/pa/tm-hppah.h \
        config/pa/xm-hppab.h config/pa/xm-hppah.h config/pa/xm-pa.h \
@@ -888,8 +896,10 @@ ALLCONFIG = config/a29k/a29k-kern.mt config/a29k/a29k-udi.mt \
        config/gould/pn.mh config/gould/pn.mt config/h8300/h8300hms.mt \
        config/h8500/h8500hms.mt config/i386/go32.mh config/i386/i386aix.mh \
        config/i386/i386aix.mt config/i386/i386aout.mt config/i386/i386bsd.mh \
-       config/i386/i386bsd.mt config/i386/i386lynx.mh config/i386/i386lynx.mt \
-       config/i386/i386mach.mh config/i386/i386sco.mh config/i386/i386sco4.mh \
+       config/i386/i386bsd.mt config/i386/i386lynx.mh \
+       config/i386/i386lynx.mt \
+       config/i386/i386mach.mh config/i386/i386nw.mt config/i386/i386sco.mh \
+       config/i386/i386sco4.mh \
        config/i386/i386sol2.mh config/i386/i386sol2.mt config/i386/i386v.mh \
        config/i386/i386v.mt config/i386/i386v32.mh config/i386/i386v4.mh \
        config/i386/i386v4.mt config/i386/linux.mh config/i386/linux.mt \
@@ -899,10 +909,13 @@ ALLCONFIG = config/a29k/a29k-kern.mt config/a29k/a29k-udi.mt \
        config/i960/nindy960.mt config/i960/vxworks960.mt config/m68k/3b1.mh \
        config/m68k/3b1.mt config/m68k/altos.mh config/m68k/altos.mt \
        config/m68k/amix.mh config/m68k/amix.mt config/m68k/apollo68b.mh \
-       config/m68k/apollo68v.mh config/m68k/es1800.mt config/m68k/hp300bsd.mh \
+       config/m68k/apollo68v.mh config/m68k/delta68.mh \
+       config/m68k/delta68.mt config/m68k/dpx2.mh config/m68k/dpx2.mt \
+       config/m68k/es1800.mt config/m68k/hp300bsd.mh \
        config/m68k/hp300bsd.mt config/m68k/hp300hpux.mh \
        config/m68k/hp300hpux.mt config/m68k/isi.mh config/m68k/isi.mt \
-       config/m68k/m68k-fp.mt config/m68k/m68k-nofp.mt config/m68k/monitor.mt \
+       config/m68k/m68k-fp.mt config/m68k/m68k-nofp.mt \
+       config/m68k/monitor.mt \
        config/m68k/news.mh config/m68k/news.mt config/m68k/news1000.mh \
        config/m68k/os68k.mt config/m68k/st2000.mt config/m68k/sun2os3.mh \
        config/m68k/sun2os3.mt config/m68k/sun2os4.mh config/m68k/sun2os4.mt \
@@ -913,6 +926,7 @@ ALLCONFIG = config/a29k/a29k-kern.mt config/a29k/a29k-udi.mt \
        config/mips/decstation.mt config/mips/idt.mt config/mips/idtl.mt \
        config/mips/irix3.mh config/mips/irix3.mt config/mips/irix4.mh \
        config/mips/littlemips.mh config/mips/littlemips.mt \
+       config/mips/news-mips.mh config/mips/riscos.mh \
        config/none/none.mh config/none/none.mt config/ns32k/merlin.mh \
        config/ns32k/merlin.mt config/ns32k/umax.mh config/ns32k/umax.mt \
        config/pa/hppabsd.mh config/pa/hppabsd.mt config/pa/hppahpux.mh \
@@ -1282,6 +1296,8 @@ tahoe-pinsn.o: tahoe-pinsn.c $(OP_INCLUDE)/tahoe.h $(defs_h) \
 target.o: target.c $(bfd_h) $(defs_h) $(gdbcmd_h) $(inferior_h) \
        objfiles.h symfile.h target.h
 
+thread.o: thread.c $(defs_h) thread.h 
+
 typeprint.o: typeprint.c $(defs_h) $(expression_h) $(gdbcmd_h) \
        $(gdbcore_h) $(gdbtypes_h) language.h $(symtab_h) target.h \
        $(value_h) 
This page took 0.025372 seconds and 4 git commands to generate.