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]
Other format: [Raw text]

[RFA] Add gdbtk to TAGS makefile target.



This change would add the gdbtk source directory to the files
for which "make TAGS" generates an etags database.

2002-01-28  Michael Snyder  <msnyder@redhat.com>

	* Makefile.in (TAGFILES_NO_SRCDIR): Add SUBDIR_GDBTK_SRCS.

Index: Makefile.in
===================================================================
RCS file: /cvs/src/src/gdb/Makefile.in,v
retrieving revision 1.153
diff -p -r1.153 Makefile.in
*** Makefile.in	2002/01/24 03:44:10	1.153
--- Makefile.in	2002/01/29 00:48:42
*************** SOURCES = $(SFILES) $(ALLDEPFILES) $(YYF
*** 694,700 ****
  # Don't include YYFILES (*.tab.c) because we already include *.y in SFILES,
  # and it's more useful to see it in the .y file.
  TAGFILES_NO_SRCDIR = $(SFILES) $(HFILES_NO_SRCDIR) $(ALLDEPFILES) \
! 	$(SUBDIR_CLI_SRCS)
  TAGFILES_WITH_SRCDIR = $(HFILES_WITH_SRCDIR)
  
  COMMON_OBS = version.o blockframe.o breakpoint.o findvar.o regcache.o \
--- 694,700 ----
  # Don't include YYFILES (*.tab.c) because we already include *.y in SFILES,
  # and it's more useful to see it in the .y file.
  TAGFILES_NO_SRCDIR = $(SFILES) $(HFILES_NO_SRCDIR) $(ALLDEPFILES) \
! 	$(SUBDIR_CLI_SRCS) $(SUBDIR_GDBTK_SRCS)
  TAGFILES_WITH_SRCDIR = $(HFILES_WITH_SRCDIR)
  
  COMMON_OBS = version.o blockframe.o breakpoint.o findvar.o regcache.o \


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