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 /tools | |
| parent | 425b1734c9c195dfa0717627780072f24b5def56 (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.am | 5 | ||||
| -rw-r--r-- | tools/obconf/Makefile.am | 28 |
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 .\#* |
