[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: compilation flags per object file
From: |
Mark D. Baushke |
Subject: |
Re: compilation flags per object file |
Date: |
Fri, 25 Aug 2006 10:29:14 -0700 |
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Ralf Wildenhues <address@hidden> writes:
> Hello Bruno, Mark,
>
> * Mark D. Baushke wrote on Fri, Aug 25, 2006 at 06:01:03PM CEST:
> >
> > There should be no ambiguity if you add the $(ext) to the
> > makefile macro name:
> >
> > localcharset($ext)_CPPFLAGS = $(AM_CPPFLAGS) -DLIBDIR=\"$(libdir)\"
> >
> > and then use $($*$(ext)_CPPDFLAGS) in rules that need it.
>
> It would be so nice, except that IRIX make doesn't grok it:
> | UX:make: ERROR: Unmatched closing curly braces or parenthesis in line
> containing:
> | $(FOO_$*).
>
> I wonder whether that is the only `make' which has problems with this...
I have used similar idioms with GNU make and Berkeley make (NetBSD and
FreeBSD 4.x and 6.1) as well as Solaris 7, 8, 9, 10 /usr/ccs/bin/make
and AIX 5.1 /usr/bin/make with no problems.
-- Mark
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.4 (FreeBSD)
iD8DBQFE7zNqCg7APGsDnFERApQRAJ9rjrsD7AXdMbLo+8qzotwiFDz7gwCgrMUn
7h2S5aWlemwt/lGmXoEiVv4=
=UjTT
-----END PGP SIGNATURE-----
- Re: [bug-gnulib] Re: proposed gnulib module 'configmake', plus use by 'localcharset', (continued)
- Re: [bug-gnulib] Re: proposed gnulib module 'configmake', plus use by 'localcharset', Bruno Haible, 2006/08/29
- Re: proposed gnulib module 'configmake', plus use by 'localcharset', Jim Meyering, 2006/08/29
- Re: proposed gnulib module 'configmake', plus use by 'localcharset', Ralf Wildenhues, 2006/08/29
- Re: proposed gnulib module 'configmake', plus use by 'localcharset', Jim Meyering, 2006/08/29
- Re: proposed gnulib module 'configmake', plus use by 'localcharset', Ralf Wildenhues, 2006/08/29
Re: compilation flags per object file, Bruno Haible, 2006/08/25
Re: compilation flags per object file, Paul Eggert, 2006/08/25