summaryrefslogtreecommitdiff
path: root/openbox
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 /openbox
parent425b1734c9c195dfa0717627780072f24b5def56 (diff)
update the build system, using a single Makefile.am for a sexyass non-recursive make. booyah!
Diffstat (limited to 'openbox')
-rw-r--r--openbox/.cvsignore3
-rw-r--r--openbox/Makefile4
-rw-r--r--openbox/Makefile.am87
3 files changed, 5 insertions, 89 deletions
diff --git a/openbox/.cvsignore b/openbox/.cvsignore
index cbc484f1..e982b462 100644
--- a/openbox/.cvsignore
+++ b/openbox/.cvsignore
@@ -26,7 +26,6 @@ screen.lo
stacking.lo
timer.lo
xerror.lo
-Makefile.in
.deps
-Makefile
openbox
+.dirstamp
diff --git a/openbox/Makefile b/openbox/Makefile
new file mode 100644
index 00000000..b90edacf
--- /dev/null
+++ b/openbox/Makefile
@@ -0,0 +1,4 @@
+all clean install:
+ $(MAKE) -C .. -$(MAKEFLAGS) $@
+
+.PHONY: all clean install
diff --git a/openbox/Makefile.am b/openbox/Makefile.am
deleted file mode 100644
index 8e5144ab..00000000
--- a/openbox/Makefile.am
+++ /dev/null
@@ -1,87 +0,0 @@
-localedir=$(datadir)/locale
-rcdir=$(datadir)/openbox
-plugindir=$(libdir)/openbox/plugins
-desktopfilesdir=$(datadir)/gnome/wm-properties
-
-binary=openbox
-url=http://openbox.org/
-
-AM_CPPFLAGS=$(X_CFLAGS) $(SM_CFLAGS) $(XFT_CFLAGS) $(GLIB_CFLAGS) \
- $(GMODULE_CFLAGS) $(LIBSN_CFLAGS) $(GL_CFLAGS) $(XML_CFLAGS) \
- -DLOCALEDIR=\"$(localedir)\" \
- -DPLUGINDIR=\"$(plugindir)\" \
- -DRCDIR=\"$(rcdir)\" \
- -DG_LOG_DOMAIN=\"Openbox\" \
- -DBINARY=\"$(binary)\"
-
-INCLUDES=-I..
-LIBS=$(X_LIBS) $(SM_LIBS) $(XFT_LIBS) $(XINERAMA_LIBS) $(XKB_LIBS) \
- $(XRANDR_LIBS) $(VIDMODE_LIBS) $(XSHAPE_LIBS) $(GLIB_LIBS) \
- $(GMODULE_LIBS) $(LIBSN_LIBS) $(XML_LIBS) $(EFENCE_LIBS) \
- @LIBS@ @LIBINTL@
-
-bin_PROGRAMS=$(binary)
-
-openbox_LDADD=-lobrender -L../render -lobparser -L../parser
-openbox_LDFLAGS=-export-dynamic
-openbox_SOURCES=\
- action.h \
- action.c \
- client.h \
- client.c \
- config.h \
- config.c \
- extensions.h \
- extensions.c \
- focus.h \
- focus.c \
- frame.h \
- frame.c \
- grab.h \
- grab.c \
- menu.h \
- menu.c \
- menu_render.c \
- openbox.h \
- openbox.c \
- framerender.h \
- framerender.c \
- plugin.h \
- plugin.c \
- prop.h \
- prop.c \
- screen.h \
- screen.c \
- stacking.h \
- stacking.c \
- dispatch.h \
- dispatch.c \
- event.h \
- event.c \
- group.h \
- group.c \
- timer.h \
- timer.c \
- xerror.h \
- xerror.c \
- moveresize.h \
- moveresize.c \
- startup.h \
- startup.c \
- popup.h \
- popup.c \
- dock.h \
- dock.c \
- window.h \
- window.c \
- gettext.h \
- geom.h
-
-desktopfiles_DATA=openbox.desktop
-
-EXTRA_DIST=$(desktopfiles_DATA)
-
-MAINTAINERCLEANFILES=Makefile.in
-
-distclean-local:
- $(RM) *\~ *.orig *.rej .\#*