]> cygwin.com Git - cygwin-apps/setup.git/commit - Makefile.am
2004-08-30 Max Bowsher <maxb@ukf.net>
authorMax Bowsher <maxb1@ukf.net>
Mon, 30 Aug 2004 16:26:03 +0000 (16:26 +0000)
committerMax Bowsher <maxb1@ukf.net>
Mon, 30 Aug 2004 16:26:03 +0000 (16:26 +0000)
commitfc2ba841994651afce53215aa2fa6e2835f20c23
treecf7fd94e1b20c8ccb1eedda05df4cbf763a4dcf1
parentd3c2a0438690519a636b718239ef1ca3c51f3944
2004-08-30  Max Bowsher  <maxb@ukf.net>

Rework the implementation of not including -Werror for specific files,
to a way that does not require hardcoding modified automake output back
into its input.

* Makefile.am (AM_CXXFLAGS, BASECXXFLAGS): Seperate out -Werror.
(autoload.o): Drop this rule, -finline-functions is no longer required
and -Werror is acceptable here now we have __attribute__ ((used)).
(WARNONLY_CFLAGS, inilex.o): Drop these.
(EXTRA_PROGRAMS): Add a fake "warnonly" program.
(warnonly_CXXFLAGS): Set to the $(BASECXXFLAGS).
(warnonly_SOURCES): Set to "inilex.cc".
(EXTRA_setup_SOURCES): Set to $(warnonly_SOURCES).
(setup_SOURCES): Remove "inilex.cc".
(setup_LDADD): Add "warnonly-inilex.o".
ChangeLog
Makefile.am
This page took 0.031197 seconds and 5 git commands to generate.