summaryrefslogtreecommitdiff
path: root/plugins/keyboard
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2003-07-10 04:31:05 +0000
committerDana Jansens <danakj@orodu.net>2003-07-10 04:31:05 +0000
commit2abbf01125731caf99490eca58db6debce717947 (patch)
tree8cb07f4c5f933c0cc1f50d03aa68901ed0f10919 /plugins/keyboard
parent425b1734c9c195dfa0717627780072f24b5def56 (diff)
update the build system, using a single Makefile.am for a sexyass non-recursive make. booyah!
Diffstat (limited to 'plugins/keyboard')
-rw-r--r--plugins/keyboard/.cvsignore11
-rw-r--r--plugins/keyboard/Makefile4
-rw-r--r--plugins/keyboard/Makefile.am23
3 files changed, 8 insertions, 30 deletions
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 .\#*