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]: Clean up dependencies on demangle.h



I'm checking this in.

2001-03-20  Jim Blandy  <jimb@redhat.com>

	* Makefile.in: Clean up dependencies on ../include/demangle.h.
	(demangle_h): New variable.
	(jv-typeprint.o, jv-valprint.o, linespec.o): Use it.

Index: gdb/Makefile.in
===================================================================
RCS file: /cvs/src/src/gdb/Makefile.in,v
retrieving revision 1.72
diff -c -r1.72 Makefile.in
*** gdb/Makefile.in	2001/03/10 06:17:20	1.72
--- gdb/Makefile.in	2001/03/20 21:21:05
***************
*** 553,558 ****
--- 553,559 ----
  bfd_h =		$(BFD_DIR)/bfd.h
  dis-asm_h =	$(INCLUDE_DIR)/dis-asm.h 
  remote-sim_h =	$(INCLUDE_DIR)/remote-sim.h
+ demangle_h =    $(INCLUDE_DIR)/demangle.h
  
  dcache_h = dcache.h
  remote_utils_h = $(dcache_h) serial.h target.h remote-utils.h $(remote-sim_h)
***************
*** 1554,1564 ****
  	gdb_string.h $(value_h) c-lang.h jv-lang.h $(gdbcore_h)
  
  jv-typeprint.o: jv-typeprint.c $(bfd_h) $(defs_h) $(symtab_h) $(gdbtypes_h) \
! 	$(value_h) $(INCLUDE_DIR)/demangle.h jv-lang.h gdb_string.h \
  	typeprint.h c-lang.h
  
  jv-valprint.o: jv-valprint.c $(bfd_h) $(defs_h) $(symtab_h) $(gdbtypes_h) \
! 	$(expression_h) $(value_h) $(INCLUDE_DIR)/demangle.h valprint.h \
  	language.h jv-lang.h c-lang.h gdbcore.h annotate.h
  
  kod.o: kod.c $(defs_h) $(command_h) $(gdbcmd_h) target.h gdb_string.h kod.h
--- 1555,1565 ----
  	gdb_string.h $(value_h) c-lang.h jv-lang.h $(gdbcore_h)
  
  jv-typeprint.o: jv-typeprint.c $(bfd_h) $(defs_h) $(symtab_h) $(gdbtypes_h) \
! 	$(value_h) $(demangle_h) jv-lang.h gdb_string.h \
  	typeprint.h c-lang.h
  
  jv-valprint.o: jv-valprint.c $(bfd_h) $(defs_h) $(symtab_h) $(gdbtypes_h) \
! 	$(expression_h) $(value_h) $(demangle_h) valprint.h \
  	language.h jv-lang.h c-lang.h gdbcore.h annotate.h
  
  kod.o: kod.c $(defs_h) $(command_h) $(gdbcmd_h) target.h gdb_string.h kod.h
***************
*** 1966,1972 ****
  
  linespec.o: linespec.c linespec.h $(defs_h) $(frame_h) $(value_h) \
  	objfiles.h symfile.h completer.h $(symtab_h) \
! 	$(INCLUDE_DIR)/demangle.h command.h
  
  tic80-tdep.o: tic80-tdep.c $(defs_h) $(regcache_h)
  
--- 1967,1973 ----
  
  linespec.o: linespec.c linespec.h $(defs_h) $(frame_h) $(value_h) \
  	objfiles.h symfile.h completer.h $(symtab_h) \
! 	$(demangle_h) command.h
  
  tic80-tdep.o: tic80-tdep.c $(defs_h) $(regcache_h)
  


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