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 /plugins/placement | |
| parent | 425b1734c9c195dfa0717627780072f24b5def56 (diff) | |
update the build system, using a single Makefile.am for a sexyass non-recursive make. booyah!
Diffstat (limited to 'plugins/placement')
| -rw-r--r-- | plugins/placement/.cvsignore | 7 | ||||
| -rw-r--r-- | plugins/placement/Makefile | 4 | ||||
| -rw-r--r-- | plugins/placement/Makefile.am | 17 |
3 files changed, 7 insertions, 21 deletions
diff --git a/plugins/placement/.cvsignore b/plugins/placement/.cvsignore index c2a167d8..991f13fe 100644 --- a/plugins/placement/.cvsignore +++ b/plugins/placement/.cvsignore @@ -1,7 +1,6 @@ placement.la -placement.lo -history.lo .libs -Makefile.in .deps -Makefile +.dirstamp +plugins_placement_placement_la-history.lo +plugins_placement_placement_la-placement.lo diff --git a/plugins/placement/Makefile b/plugins/placement/Makefile new file mode 100644 index 00000000..cfc46539 --- /dev/null +++ b/plugins/placement/Makefile @@ -0,0 +1,4 @@ +all clean install: + $(MAKE) -C ../.. -$(MAKEFLAGS) $@ + +.PHONY: all clean install diff --git a/plugins/placement/Makefile.am b/plugins/placement/Makefile.am deleted file mode 100644 index 58fa1fa7..00000000 --- a/plugins/placement/Makefile.am +++ /dev/null @@ -1,17 +0,0 @@ -plugindir=$(libdir)/openbox/plugins - -AM_CPPFLAGS=$(XFT_CFLAGS) $(GLIB_CFLAGS) $(LIBSN_CFLAGS) $(GL_CFLAGS) \ - $(XML_CFLAGS) \ - -DG_LOG_DOMAIN=\"Plugin-Placement\" - -INCLUDES=-I../.. - -plugin_LTLIBRARIES=placement.la - -placement_la_LDFLAGS=-module -avoid-version -placement_la_SOURCES=history.c history.h placement.c - -MAINTAINERCLEANFILES=Makefile.in - -distclean-local: - $(RM) *\~ *.orig *.rej .\#* |
