summaryrefslogtreecommitdiff
path: root/plugins/mouse
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/mouse
parent425b1734c9c195dfa0717627780072f24b5def56 (diff)
update the build system, using a single Makefile.am for a sexyass non-recursive make. booyah!
Diffstat (limited to 'plugins/mouse')
-rw-r--r--plugins/mouse/.cvsignore8
-rw-r--r--plugins/mouse/Makefile4
-rw-r--r--plugins/mouse/Makefile.am23
3 files changed, 7 insertions, 28 deletions
diff --git a/plugins/mouse/.cvsignore b/plugins/mouse/.cvsignore
index ed5c2905..9d1b8607 100644
--- a/plugins/mouse/.cvsignore
+++ b/plugins/mouse/.cvsignore
@@ -1,8 +1,6 @@
-mouse.lo
mouse.la
-translate.lo
-mouseparse.lo
.libs
-Makefile.in
.deps
-Makefile
+.dirstamp
+plugins_mouse_mouse_la-mouse.lo
+plugins_mouse_mouse_la-translate.lo
diff --git a/plugins/mouse/Makefile b/plugins/mouse/Makefile
new file mode 100644
index 00000000..cfc46539
--- /dev/null
+++ b/plugins/mouse/Makefile
@@ -0,0 +1,4 @@
+all clean install:
+ $(MAKE) -C ../.. -$(MAKEFLAGS) $@
+
+.PHONY: all clean install
diff --git a/plugins/mouse/Makefile.am b/plugins/mouse/Makefile.am
deleted file mode 100644
index 5595fe69..00000000
--- a/plugins/mouse/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-Mouse\"
-
-INCLUDES=-I../..
-
-plugin_LTLIBRARIES=mouse.la
-
-mouse_la_LDFLAGS=-module -avoid-version
-mouse_la_SOURCES=\
- mouse.h \
- mouse.c \
- translate.h \
- translate.c
-
-noinst_HEADERS=mouse.h translate.h
-
-MAINTAINERCLEANFILES=Makefile.in
-
-distclean-local:
- $(RM) *\~ *.orig *.rej .\#*