From 2abbf01125731caf99490eca58db6debce717947 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Thu, 10 Jul 2003 04:31:05 +0000 Subject: update the build system, using a single Makefile.am for a sexyass non-recursive make. booyah! --- plugins/keyboard/.cvsignore | 11 ++++------- plugins/keyboard/Makefile | 4 ++++ plugins/keyboard/Makefile.am | 23 ----------------------- 3 files changed, 8 insertions(+), 30 deletions(-) create mode 100644 plugins/keyboard/Makefile delete mode 100644 plugins/keyboard/Makefile.am (limited to 'plugins/keyboard') diff --git a/plugins/keyboard/.cvsignore b/plugins/keyboard/.cvsignore index 953f4184..2d55ccb0 100644 --- a/plugins/keyboard/.cvsignore +++ b/plugins/keyboard/.cvsignore @@ -1,10 +1,7 @@ -keyboard.lo keyboard.la -tree.lo -translate.lo -keyaction.lo .libs -keyparse.lo -Makefile.in .deps -Makefile +.dirstamp +plugins_keyboard_keyboard_la-keyboard.lo +plugins_keyboard_keyboard_la-translate.lo +plugins_keyboard_keyboard_la-tree.lo diff --git a/plugins/keyboard/Makefile b/plugins/keyboard/Makefile new file mode 100644 index 00000000..cfc46539 --- /dev/null +++ b/plugins/keyboard/Makefile @@ -0,0 +1,4 @@ +all clean install: + $(MAKE) -C ../.. -$(MAKEFLAGS) $@ + +.PHONY: all clean install diff --git a/plugins/keyboard/Makefile.am b/plugins/keyboard/Makefile.am deleted file mode 100644 index 82ed50b4..00000000 --- a/plugins/keyboard/Makefile.am +++ /dev/null @@ -1,23 +0,0 @@ -plugindir=$(libdir)/openbox/plugins - -AM_CPPFLAGS=$(XFT_CFLAGS) $(GLIB_CFLAGS) $(LIBSN_CFLAGS) $(GL_CFLAGS) \ - $(XML_CFLAGS) \ - -DG_LOG_DOMAIN=\"Plugin-Keyboard\" - -INCLUDES=-I../.. - -plugin_LTLIBRARIES=keyboard.la - -keyboard_la_LDFLAGS=-module -avoid-version -keyboard_la_SOURCES=\ - keyboard.h \ - keyboard.c \ - translate.h \ - translate.c \ - tree.h \ - tree.c - -MAINTAINERCLEANFILES=Makefile.in - -distclean-local: - $(RM) *\~ *.orig *.rej .\#* -- cgit v1.2.3