fluxbox/Makefile.am

18 lines
395 B
Text
Raw Normal View History

2006-01-22 13:53:21 +00:00
# Makefile.am for Fluxbox - http://fluxbox.org
2001-12-11 20:47:02 +00:00
# data dir after util so that utils are built for path searching
# when generating menu
SUBDIRS = doc nls src util data
2001-12-11 20:47:02 +00:00
MAINTAINERCLEANFILES = aclocal.m4 config.h.in configure Makefile.in stamp-h.in
ACLOCAL_AMFLAGS = -I .
EXTRA_DIST = acinclude.m4
2001-12-11 20:47:02 +00:00
uninstall-local:
rmdir $(pkgdatadir)
distclean-local:
rm -f *\~
source-doc:
doxygen Doxyfile