Ryujinx-GtkSharp/atk
Andrés G. Aragoneses 10d3293d3f build: fix automake warning about preprocessor C flags
With automake version 1.13.2 (which comes in debian testing/jessie),
we were starting to get these warnings by default:

...
Running automake --foreign  ...
atk/glue/Makefile.am:16: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')
gio/glue/Makefile.am:11: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')
gtk/glue/Makefile.am:18: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')
gtk/gui-thread-check/profiler/Makefile.am:8: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')
pango/glue/Makefile.am:13: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')
sample/opaquetest/Makefile.am:18: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')
sample/valtest/Makefile.am:18: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')
Running autoconf ...
...

We simply follow the warning's recommendation of using AM_CPPFLAGS instead
(CPP meaning C PreProcessor, not C Plus Plus), as explained in
http://www.gnu.org/software/automake/manual/html_node/Program-Variables.html

The deprecation of INCLUDES has been very long there already (since 2002,
therefore Automake 1.7), and we already depend on automake 1.10.
2013-06-17 10:59:28 +02:00
..
glue build: fix automake warning about preprocessor C flags 2013-06-17 10:59:28 +02:00
.gitignore Flatten the bootstrap and remove glade-sharp 2010-11-21 21:18:06 -06:00
atk-api.raw Update atk API to 1.32 parse. 2011-01-30 17:11:54 -06:00
atk-sharp.dll.config.in merge to HEAD of jeroen and friends' work on the 2-4 branch. HEAD 2004-10-29 20:33:07 +00:00
atk.csproj Add a MonoDevelop solution and projects for browsing the codebase 2012-10-13 16:44:10 +02:00
Atk.metadata 2009-07-27 Mike Gorse <mgorse@novell.com> 2009-07-27 20:46:12 +00:00
Global.cs atk: Move all .custom files to partial classes 2012-07-02 11:09:07 -04:00
Hyperlink.cs atk: Move all .custom files to partial classes 2012-07-02 11:09:07 -04:00
Makefile.am atk: Move all .custom files to partial classes 2012-07-02 11:09:07 -04:00
Misc.cs atk: Move all .custom files to partial classes 2012-07-02 11:09:07 -04:00
Object.cs atk: Move all .custom files to partial classes 2012-07-02 11:09:07 -04:00
SelectionAdapter.cs atk: Move all .custom files to partial classes 2012-07-02 11:09:07 -04:00
TextAdapter.cs atk: Move all .custom files to partial classes 2012-07-02 11:09:07 -04:00
TextChangedDetail.cs 2008-08-19 Brad Taylor <brad@getcoded.net> 2008-08-19 22:00:33 +00:00
Util.cs atk: Move all .custom files to partial classes 2012-07-02 11:09:07 -04:00