This is the mail archive of the gdb-patches@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

PATCH: mention s390 files in Makefile



2001-11-06  Jim Blandy  <jimb@redhat.com>

	* Makefile.in (ALLDEPFILES): Add s390-tdep.c and s390-nat.c.
	(s390-tdep.o, s390-nat.o): New rules.

Index: gdb/Makefile.in
===================================================================
RCS file: /cvs/cvsfiles/devo/gdb/Makefile.in,v
retrieving revision 1.835
diff -c -r1.835 Makefile.in
*** gdb/Makefile.in	2001/10/23 15:54:20	1.835
--- gdb/Makefile.in	2001/11/06 21:55:12
***************
*** 1215,1220 ****
--- 1215,1221 ----
  	remote-st.c remote-utils.c dcache.c \
  	remote-udi.c remote-vx.c remote-vx29k.c \
  	rs6000-nat.c rs6000-tdep.c \
+ 	s390-tdep.c s390-nat.c \
  	ser-go32.c ser-pipe.c ser-tcp.c \
  	sh-tdep.c solib.c solib-svr4.c solib-sunos.c sparc-nat.c \
  	sparc-tdep.c sparcl-tdep.c sun3-nat.c \
***************
*** 2007,2012 ****
--- 2008,2019 ----
  
  rs6000-tdep.o: rs6000-tdep.c $(defs_h) $(gdbcore_h) $(inferior_h) \
  	$(target_h) ppc-tdep.h $(regcache_h) $(value_h)
+ 
+ s390-tdep.o: s390-tdep.c $(defs_h) $(arch_utils_h) $(frame_h) $(inferior_h) \
+ 	$(symtab_h) $(target_h) $(gdbcore_h) $(gdbcmd_h) $(symfile_h) \
+ 	$(objfiles_h) $(bfd_h) $(floatformat_h) $(regcache_h) $(value_h)
+ 
+ s390-nat.o: s390-nat.c $(defs_h) $(regcache_h)
  
  scm-exp.o: $(defs_h) $(value_h) $(parser_defs_h) $(language_h) c-lang.h \
  	scm-lang.h scm-tags.h


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]