all repos — fluxbox @ edcb6d57ce4823616963071cfe4f151eb3880dc1

custom fork of the fluxbox windowmanager

Makefile.am (raw)

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Makefile.am for Fluxbox - http://fluxbox.org

# data dir after util so that utils are built for path searching
# when generating menu

SUBDIRS = doc nls src util data
MAINTAINERCLEANFILES = aclocal.m4 config.h.in configure Makefile.in stamp-h.in
ACLOCAL_AMFLAGS = -I .
EXTRA_DIST = acinclude.m4 $(top_srcdir)/3rd/vim/* $(top_srcdir)/3rd/vim/syntax/*

uninstall-hook:
	rmdir $(DESTDIR)$(pkgdatadir)
distclean-local:
	rm -f *\~

source-doc:
	doxygen Doxyfile