Re: Overriding all commands in Makefile.am

2007-08-15 Thread Ralf Wildenhues
* NightStrike wrote on Sat, Aug 11, 2007 at 04:42:39PM CEST: > > > > For a particular project, there are a handful of .c files that need to > > > be compiled to .o files and installed as .o files, not linked into any > > > executable. I came up with this ugly workaround: > > > > Well, I think the

Re: Overriding all commands in Makefile.am

2007-08-15 Thread NightStrike
On 8/15/07, Ralf Wildenhues <[EMAIL PROTECTED]> wrote: > * NightStrike wrote on Mon, Aug 13, 2007 at 12:07:17AM CEST: > > On 8/12/07, Ralf Wildenhues <[EMAIL PROTECTED]> wrote: > > > * NightStrike wrote on Sat, Aug 11, 2007 at 04:50:21PM CEST: > > > > > > > > Update: It would appear that the automa

Re: declaring sources ...

2007-08-15 Thread Ralf Wildenhues
* NightStrike wrote on Wed, Aug 15, 2007 at 12:17:45PM CEST: > On 8/15/07, Ralf Wildenhues <[EMAIL PROTECTED]> wrote: > > > Note all the ".cpp" files and the AM_CXXFLAGS and AM_LDFLAGS. The cpp > > > files vary over time and I have to refresh the list every time. Is there > > > anyway to decl

Re: declaring sources ...

2007-08-15 Thread NightStrike
On 8/15/07, Ralf Wildenhues <[EMAIL PROTECTED]> wrote: > > Note all the ".cpp" files and the AM_CXXFLAGS and AM_LDFLAGS. The cpp > > files vary over time and I have to refresh the list every time. Is there > > anyway to declare something like *.cpp?? > > No. The limitation is intentional, be

Re: declaring sources ... and a big thankyou!

2007-08-15 Thread Craig Sanders
Hello Ralf. Your response to this question has cleared up some issues that I had as well! I want to thank both yourself and everyone else for all the help that they provide on these mailing lists and for being such fantastic Ambassadors for the GNU Autotools. All of your collective assistance a

Re: declaring sources ...

2007-08-15 Thread Ralf Wildenhues
Hello Roberto, * Roberto Alejandro Espí Muñoz wrote on Tue, Aug 14, 2007 at 05:25:03PM CEST: > Community: When I declare sources in each Makefile.am I do it this way: > > elementos = AnalogicPoint.cpp GraphicObjectTool.cpp Table.cpp > > Application.cpp Group.cpp Tendency.cpp BoundaryBox.cpp Hist