summaryrefslogtreecommitdiff
path: root/plugins/placement
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2003-04-03 05:59:03 +0000
committerDana Jansens <danakj@orodu.net>2003-04-03 05:59:03 +0000
commitd447dc0f59619d26073699d9f81d7de77c200be4 (patch)
treefae507e2a2568d249b0681bfc255ea3941a71a6f /plugins/placement
parent28a4456c46976ba5c58a300dfa67109227bc1583 (diff)
new build system without automake
Diffstat (limited to 'plugins/placement')
-rw-r--r--plugins/placement/.cvsignore4
-rw-r--r--plugins/placement/Makefile4
-rw-r--r--plugins/placement/Makefile.am17
3 files changed, 4 insertions, 21 deletions
diff --git a/plugins/placement/.cvsignore b/plugins/placement/.cvsignore
index 3ea11c73..eee15c82 100644
--- a/plugins/placement/.cvsignore
+++ b/plugins/placement/.cvsignore
@@ -1,7 +1,3 @@
-Makefile.in
-Makefile
placement.la
placement.lo
-.deps
-.libs
history.lo
diff --git a/plugins/placement/Makefile b/plugins/placement/Makefile
new file mode 100644
index 00000000..2ed05a6e
--- /dev/null
+++ b/plugins/placement/Makefile
@@ -0,0 +1,4 @@
+all clean distclean install uninstall:
+ $(MAKE) -$(MAKEFLAGS) -C ../.. $@
+
+.PHONY: all clean distclean install uninstall
diff --git a/plugins/placement/Makefile.am b/plugins/placement/Makefile.am
deleted file mode 100644
index b48bb850..00000000
--- a/plugins/placement/Makefile.am
+++ /dev/null
@@ -1,17 +0,0 @@
-plugindir=$(libdir)/openbox/plugins
-
-CPPFLAGS=$(XFT_CFLAGS) $(GLIB_CFLAGS) @CPPFLAGS@ \
--DPLUGINDIR=\"$(plugindir)\" \
--DG_LOG_DOMAIN=\"Plugin-Placement\"
-
-plugin_LTLIBRARIES=placement.la
-
-placement_la_LDFLAGS=-module -avoid-version
-placement_la_SOURCES=placement.c history.c
-
-noinst_HEADERS=history.h
-
-MAINTAINERCLEANFILES=Makefile.in
-
-distclean-local:
- $(RM) *\~ *.orig *.rej .\#*