[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: Target-specific CFLAGS
From: |
Drummonds, Scott B |
Subject: |
RE: Target-specific CFLAGS |
Date: |
Tue, 24 Feb 2004 13:54:50 -0800 |
I didn't. But I do now.
Thanks,
Scott
> -----Original Message-----
> From: address@hidden
> [mailto:address@hidden
> On Behalf Of Ben Pfaff
> Sent: Tuesday, February 24, 2004 1:43 PM
> To: address@hidden
> Subject: Re: Target-specific CFLAGS
>
>
> "Drummonds, Scott B" <address@hidden> writes:
>
> > From: address@hidden
> >> <quote>
> >> noinst_LIBRARIES = normal.a normal-feature.a
> >>
> >> normal_a_SOURCES = [bunch of files]
> >> normal_feature_a_SOURCES = $(normal_a_SOURCES)
> >> normal_feature_a_CFLAGS = -DFEATURE
> >> </quote>
> > ...
> >> Where have I gone wrong?
> >
> > Of course, when my source files are C++ files the _CFLAGS
> extension does
> > nothing. Changing this to _CPPFLAGS fixed the problem. Duh.
>
> You know that CPPFLAGS is for the C preprocessor and CXXFLAGS is
> for the C++ compiler, right?
> --
> Ben Pfaff
> email: address@hidden
> web: http://benpfaff.org
>
>
>
>
RE: Target-specific CFLAGS,
Drummonds, Scott B <=