Re: declaring sources ...

2007-08-16 Thread NightStrike
On 8/16/07, Jason Curl <[EMAIL PROTECTED]> wrote: > NightStrike wrote: > > Why is this not a toggleable option of some sort? Why force a user > > into a difficult situation that will end up having a kludgey > > workaround? (like something that auto-generates the makfile.am, > > bringing the total

Re: declaring sources ...

2007-08-16 Thread Jason Curl
NightStrike wrote: 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 i

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