automake
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: create executable file


From: susan xie
Subject: RE: create executable file
Date: Tue, 13 Nov 2007 13:01:15 -0500



> Date: Tue, 13 Nov 2007 18:09:46 +0100
> From: address@hidden
> To: address@hidden
> CC: address@hidden
> Subject: Re: create executable file
> 
> * susan xie wrote on Tue, Nov 13, 2007 at 03:40:43PM CET:
> > 
> > My makefile.am is as follows. All these libraries will be created
> > during the 'make'. 
> 
> Your makefile.am looks fine to me.  If anything still fails with it,
> please report back.
> 
> [...]
> > main_LDADD = $(top_builddir)/FMDB/FMDB/libFMDB.la \
> >  $(top_builddir)/SCORECUtil/SCORECUtil/libSCORECUtil.la \
> >  $(top_builddir)/SCORECModel/SCORECModel/libSCORECModel.la 
> > main_DEPENDENCIES = $(top_builddir)/FMDB/FMDB/libFMDB.la \
> >  $(top_builddir)/SCORECUtil/SCORECUtil/libSCORECUtil.la \
> >  $(top_builddir)/SCORECModel/SCORECModel/libSCORECModel.la
> 
> Just a small nit: you can drop the main_DEPENDENCIES line, because
> automake is smart enough to compute it by itself from the main_LDADD
> line.
> 
> Cheers,
> Ralf


Ralf,

Thanks for your explanations. But my original Makefile.am is that, and it can 
not work. And I dont know why. 

Regards,

Ting 



_________________________________________________________________
Windows Live Hotmail and Microsoft Office Outlook – together at last.  Get it 
now.
http://office.microsoft.com/en-us/outlook/HA102225181033.aspx?pid=CL100626971033

reply via email to

[Prev in Thread] Current Thread [Next in Thread]