diff options
| author | Dana Jansens <danakj@orodu.net> | 2003-07-10 04:31:05 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2003-07-10 04:31:05 +0000 |
| commit | 2abbf01125731caf99490eca58db6debce717947 (patch) | |
| tree | 8cb07f4c5f933c0cc1f50d03aa68901ed0f10919 /openbox/Makefile.am | |
| parent | 425b1734c9c195dfa0717627780072f24b5def56 (diff) | |
update the build system, using a single Makefile.am for a sexyass non-recursive make. booyah!
Diffstat (limited to 'openbox/Makefile.am')
| -rw-r--r-- | openbox/Makefile.am | 87 |
1 files changed, 0 insertions, 87 deletions
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 .\#* |
