summaryrefslogtreecommitdiff
path: root/tools
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 /tools
parent425b1734c9c195dfa0717627780072f24b5def56 (diff)
update the build system, using a single Makefile.am for a sexyass non-recursive make. booyah!
Diffstat (limited to 'tools')
-rw-r--r--tools/Makefile.am5
-rw-r--r--tools/obconf/Makefile.am28
2 files changed, 0 insertions, 33 deletions
diff --git a/tools/Makefile.am b/tools/Makefile.am
deleted file mode 100644
index 86eaea70..00000000
--- a/tools/Makefile.am
+++ /dev/null
@@ -1,5 +0,0 @@
-SUBDIRS =
-
-if OBCONF
-SUBDIRS += obconf
-endif
diff --git a/tools/obconf/Makefile.am b/tools/obconf/Makefile.am
deleted file mode 100644
index fcfadba6..00000000
--- a/tools/obconf/Makefile.am
+++ /dev/null
@@ -1,28 +0,0 @@
-localedir=$(datadir)/locale
-plugindir=$(libdir)/openbox/plugins
-rcdir=$(datadir)/openbox
-
-AM_CPPFLAGS=$(GTK_CFLAGS) $(GLADE_CFLAGS) $(GMODULE_CFLAGS) $(XML_CFLAGS) \
- -DLOCALEDIR=\"$(localedir)\" \
- -DRCDIR=\"$(rcdir)\" \
- -DPLUGINDIR=\"$(plugindir)\" \
- -DG_LOG_DOMAIN=\"ObConf\"
-
-INCLUDES=-I../..
-LIBS=$(GTK_LIBS) $(GLADE_LIBS) $(GMODULE_LIBS) $(XML_LIBS) @LIBS@ @LIBINTL@
-
-bin_PROGRAMS=obconf
-
-obconf_LDADD=-lobparser -L../../parser
-obconf_LDFLAGS=-export-dynamic
-obconf_SOURCES=\
- obconf.h \
- main.c \
- about.c \
- plugins.h \
- plugins.c
-
-MAINTAINERCLEANFILES=Makefile.in
-
-distclean-local:
- $(RM) *\~ *.orig *.rej .\#*