bug-automake
[Top][All Lists]
Advanced

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

missing feature: CFLAGS per library compilation unit


From: Bruno Haible
Subject: missing feature: CFLAGS per library compilation unit
Date: Mon, 4 Jul 2005 12:34:48 +0200
User-agent: KMail/1.5

In this Makefile.am,

=========================================================
lib_LTLIBRARIES = libfoo.la

libfoo_la_SOURCES = bar.c baz.c
=========================================================

How can I define additional CFLAGS that apply to bar.lo
but not to baz.lo?

I would have needed this in the port of GNU gettext to mingw.

Bruno





reply via email to

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