Re: compilation flags per object file

2006-08-25 Thread Mark D. Baushke
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Ralf Wildenhues [EMAIL PROTECTED] writes: Hello Bruno, * Bruno Haible wrote on Fri, Aug 25, 2006 at 03:07:26PM CEST: I would love to replace DEFS += -DLIBDIR=\$(libdir)\ with localcharset_CPPFLAGS = $(AM_CPPFLAGS)

Re: compilation flags per object file

2006-08-25 Thread Ralf Wildenhues
Hello Bruno, Mark, * Bruno Haible wrote on Fri, Aug 25, 2006 at 03:53:35PM CEST: Ralf Wildenhues wrote: You should note that object file names are an internal Automake detail, so the naming of the respective *_CPPFLAGS variable is not clear, for starters. Above would conflict with a

Re: compilation flags per object file

2006-08-25 Thread Mark D. Baushke
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Ralf Wildenhues [EMAIL PROTECTED] 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 =