bug-automake
[Top][All Lists]
Advanced

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

missing feature: CFLAGS per compilation unit


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

In this Makefile.am,

=========================================================
bin_PROGRAMS = foo bar

foo_SOURCES = foo.c common.c
bar_SOURCES = bar.c common.c
=========================================================

How can I define additional CFLAGS that apply to foo.o and bar.o
but not to common.o?

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]