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]

Re: [patch/rfc] Update all of GDB's Makefile dependencies


On Fri, Aug 16, 2002 at 09:24:20PM -0400, Andrew Cagney wrote:
> >Hello,
> >
> >The subject says it all.  The attached updates all of GDB's makefile 
> >dependencies.  It relies on the $(xxx_h) macro's being correct so I 
> >updated them as well.
> >
> >Comments?  (Yes, GDB should switch to automake, however, right now just 
> >the thought of a autoconf 2.52 is worrying enough :-)
> >
> >I'll leave this lie for a week,
> >Andrew
> >
> >
> 

> -install-gdbtk:
> -	$(SHELL) $(srcdir)/../mkinstalldirs $(GDBTK_LIBRARY) ; \
> -	$(SHELL) $(srcdir)/../mkinstalldirs $(libdir)/insight$(GDBTK_VERSION) ; \
> -	$(INSTALL_DATA) $(srcdir)/gdbtk/plugins/plugins.tcl $(libdir)/insight$(GDBTK_VERSION)/plugins.tcl ; \
> -	$(SHELL) $(srcdir)/../mkinstalldirs \
> -		$(GDBTK_LIBRARY)/images \
> -		$(GDBTK_LIBRARY)/images2 ; \
> -	$(SHELL) $(srcdir)/../mkinstalldirs $(GDBTK_LIBRARY)/help \
> -		$(GDBTK_LIBRARY)/help/images \
> -		$(GDBTK_LIBRARY)/help/trace ; \
> -	cd $(srcdir)/gdbtk/library ; \
> -	for i in *.tcl *.itcl *.ith *.itb images/*.gif images2/*.gif images/icons.txt images2/icons.txt tclIndex help/*.html  help/trace/*.html help/trace/index.toc help/images/*.gif; \
> -	  do \
> -		$(INSTALL_DATA) $$i $(GDBTK_LIBRARY)/$$i ; \
> -	  done ;

You might want to audit the total list of rules before and after...


-- 
Daniel Jacobowitz
MontaVista Software                         Debian GNU/Linux Developer


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