diff options
author | John Gilmore <gnu@cygnus> | 1991-11-22 07:49:53 +0000 |
---|---|---|
committer | John Gilmore <gnu@cygnus> | 1991-11-22 07:49:53 +0000 |
commit | 3cb0d72dbf60e81ab8316aa3835adf64300fb6cd (patch) | |
tree | d6aae112c66e6468441aca12e6ab31f1b0005c37 /gdb/Makefile.in | |
parent | a3a063a9c3de31c912f56166b097e9dbf1aa94b6 (diff) | |
download | gdb-3cb0d72dbf60e81ab8316aa3835adf64300fb6cd.zip gdb-3cb0d72dbf60e81ab8316aa3835adf64300fb6cd.tar.gz gdb-3cb0d72dbf60e81ab8316aa3835adf64300fb6cd.tar.bz2 |
Roll new files into various lists.
Diffstat (limited to 'gdb/Makefile.in')
-rw-r--r-- | gdb/Makefile.in | 21 |
1 files changed, 10 insertions, 11 deletions
diff --git a/gdb/Makefile.in b/gdb/Makefile.in index 5705ba2..b812cc8 100644 --- a/gdb/Makefile.in +++ b/gdb/Makefile.in @@ -192,25 +192,24 @@ SFILES_STAND = $(SFILES) standalone.c SFILES_KGDB = $(SFILES) stuff.c kdb-start.c # Header files that are not named in config/* Makefile fragments go here. -HFILES= breakpoint.h command.h defs.h environ.h \ +HFILES= breakpoint.h buildsym.h command.h defs.h environ.h \ expression.h frame.h gdbcmd.h gdbcore.h \ ieee-float.h inferior.h minimon.h \ signals.h signame.h symfile.h symtab.h \ - target.h terminal.h tm-68k.h tm-i960.h tm-sunos.h \ - language.h parser-defs.h value.h + target.h terminal.h tm-68k.h tm-i960.h tm-sunos.h tm-svr4.h \ + xm-m68k.h xm-svr4.h language.h parser-defs.h value.h # Header files for machine opcode tables. # when OPCODE_DIR changes to ../include, remove the whole $(OPCODES) -# business, since they will be included in the separate includes tar file -# rather than in the gdb tar file. +# business, since they will be put into the GDB release files by somebody else. OPCODE_DIR = -OPCODES = $(OPCODE_DIR)pn-opcode.h $(OPCODE_DIR)np1-opcode.h \ +OPCODES = $(OPCODE_DIR)pn-opcode.h $(OPCODE_DIR)np1-opcode.h \ $(OPCODE_DIR)sparc-opcode.h $(OPCODE_DIR)vax-opcode.h \ - $(OPCODE_DIR)m68k-opcode.h $(OPCODE_DIR)ns32k-opcode.h \ + $(OPCODE_DIR)m68k-opcode.h $(OPCODE_DIR)ns32k-opcode.h \ $(OPCODE_DIR)convx-opcode.h $(OPCODE_DIR)pyr-opcode.h \ - $(OPCODE_DIR)mips-opcode.h $(OPCODE_DIR)am29k-opcode.h \ - $(OPCODE_DIR)arm-opcode.h $(OPCODE_DIR)m88k-opcode.h \ - $(OPCODE_DIR)tahoe-opcode.h + $(OPCODE_DIR)mips-opcode.h $(OPCODE_DIR)am29k-opcode.h \ + $(OPCODE_DIR)arm-opcode.h $(OPCODE_DIR)m88k-opcode.h \ + $(OPCODE_DIR)tahoe-opcode.h $(OPCODE_DIR)rs6k-opcode.h REMOTE_EXAMPLES = m68k-stub.c i386-stub.c rem-multi.shar @@ -223,7 +222,7 @@ POSSLIBS = $(POSSLIBS_MAINDIR) TESTS = testbpt.c testfun.c testrec.c testreg.c testregs.c OTHERS = Makefile.in depend alldeps.mak createtags munch configure.in \ - ChangeLog ChangeLog-3.x refcard.ps \ + ChangeLog ChangeLog-3.x gdb.1 refcard.ps \ README TODO TAGS WHATS.NEW Projects \ .gdbinit COPYING $(YYFILES) \ copying.c Convex.notes copying.awk \ |