diff options
author | Ran Benita <ran234@gmail.com> | 2012-03-24 04:48:31 +0200 |
---|---|---|
committer | Daniel Stone <daniel@fooishbar.org> | 2012-03-27 14:17:34 +0100 |
commit | b5efe41f190cbb76eb1ca8ddf0c96990ddb83704 (patch) | |
tree | ae8e53339265addf57892244952c025f824024f9 /makekeys | |
parent | 602e87805bdb829dfc0867b1466e2b1dc729ab52 (diff) | |
download | libxkbcommon-b5efe41f190cbb76eb1ca8ddf0c96990ddb83704.tar.gz libxkbcommon-b5efe41f190cbb76eb1ca8ddf0c96990ddb83704.tar.bz2 libxkbcommon-b5efe41f190cbb76eb1ca8ddf0c96990ddb83704.zip |
Make build non-recursive
Unify all the different Makefile.am into a single short top level one
(the test/Makefile.am file is left intact though).
This makes the build system simpler to look and should encourage
unifying more currently-disparate code.
Some further motivation can be found in this page:
http://www.flameeyes.eu/autotools-mythbuster/automake/nonrecursive.html
Signed-off-by: Ran Benita <ran234@gmail.com>
Diffstat (limited to 'makekeys')
-rw-r--r-- | makekeys/Makefile.am | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/makekeys/Makefile.am b/makekeys/Makefile.am deleted file mode 100644 index 1ed50a5..0000000 --- a/makekeys/Makefile.am +++ /dev/null @@ -1,9 +0,0 @@ -AM_CPPFLAGS = -I$(top_srcdir)/include -AM_CFLAGS = $(X11_CFLAGS) $(CWARNFLAGS) - -# need to use build-native compiler -CC = $(CC_FOR_BUILD) -CPPFLAGS = $(CPPFLAGS_FOR_BUILD) -CFLAGS = $(CFLAGS_FOR_BUILD) -LDFLAGS = $(LDFLAGS_FOR_BUILD) -noinst_PROGRAMS = makekeys |