From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrew Cagney To: Michael Snyder Cc: Daniel Berlin , Michael Elizabeth Chastain , gdb-patches@sources.redhat.com Subject: Re: [PATCH] New C++ abstraction patch Date: Thu, 22 Feb 2001 08:14:00 -0000 Message-id: <3A949AB2.39493D65@cygnus.com> References: <200102210135.RAA21426@bosch.cygnus.com> <3A940B9C.696ACE7B@cygnus.com> <3A9431C0.6E23A2E6@cygnus.com> <3A944CEB.2EDE2369@cygnus.com> X-SW-Source: 2001-02/msg00442.html Michael Snyder wrote: > Actually, I thought that the practice was only done selectively. > I don't see its usefulness, except for headers that might have > different names for different configurations. It does two things - handles include files with possibly different paths (the SRCDIR that dan noticed); makes the include spaghetti mess easier to manage (defs_h expands to all the files it includes, similarly for others). Given automake makes it all go a way it isn't really an issue. Andrew