[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Chicken-hackers] anybody good with cmake?
From: |
Peter Bex |
Subject: |
Re: [Chicken-hackers] anybody good with cmake? |
Date: |
Fri, 17 Aug 2007 17:14:28 +0200 |
User-agent: |
Mutt/1.4.2.3i |
On Fri, Aug 17, 2007 at 10:37:44AM -0400, Brandon Van Every wrote:
> On 8/16/07, Peter Bex <address@hidden> wrote:
> >
> > If I understand the documentation (which is, indeed, horrible) correctly,
> > the ADD_CUSTOM_COMMAND(OUTPUT .. DEPENDS ..) creates _not_ a makefile target
> > (targets are symbolic names for high-level targets IIUC) but a FILE which
> > can be the DEPENDENCY for any TARGET. So when you get to INSTALL it, you
> > need
> > to refer to the FILE instead of the TARGET.
>
> Correct. OUTPUT produces a so-called file level dependency.
>
> > (I feel like I am screaming here :P )
>
> Yep. Having a difference between file and target level dependencies
> majorly sucks as far as the initial learning curve goes. The wart
> wouldn't be so bad if the documentation had chapters and so forth.
Actually, I was referring to the ALL CAPS words that were crowding out my
regular lowercase words :)
Peter
--
http://sjamaan.ath.cx
--
"The process of preparing programs for a digital computer
is especially attractive, not only because it can be economically
and scientifically rewarding, but also because it can be an aesthetic
experience much like composing poetry or music."
-- Donald Knuth
pgpYTMwf3fpgB.pgp
Description: PGP signature
- Re: [Chicken-hackers] anybody good with cmake?, (continued)
Re: [Chicken-hackers] anybody good with cmake?, felix winkelmann, 2007/08/14
Re: [Chicken-hackers] anybody good with cmake?, John Cowan, 2007/08/14
Re: [Chicken-hackers] anybody good with cmake?, Brandon Van Every, 2007/08/14
- Re: [Chicken-hackers] anybody good with cmake?, felix winkelmann, 2007/08/15
- Re: [Chicken-hackers] anybody good with cmake?, Brandon Van Every, 2007/08/15
- Re: [Chicken-hackers] anybody good with cmake?, felix winkelmann, 2007/08/17
- Re: [Chicken-hackers] anybody good with cmake?, Brandon Van Every, 2007/08/17
- Re: [Chicken-hackers] anybody good with cmake?, felix winkelmann, 2007/08/19
- Re: [Chicken-hackers] anybody good with cmake?, Brandon Van Every, 2007/08/19
- Re: [Chicken-hackers] anybody good with cmake?, felix winkelmann, 2007/08/22