fluxbox/util/Makefile.am

18 lines
524 B
Text
Raw Normal View History

2001-12-11 20:47:02 +00:00
# util/Makefile.am for Blackbox 0.61.x - an X11 Window manager
2002-11-12 17:14:32 +00:00
SUBDIRS = fbrun
2002-11-26 17:48:58 +00:00
INCLUDES=-I../src/FbTk/
2002-09-07 19:01:18 +00:00
bin_SCRIPTS = bsetbg fluxbox-generate_menu
2001-12-11 20:47:02 +00:00
bin_PROGRAMS = bsetroot
bsetroot_SOURCES = bsetroot.cc bsetroot.hh
2003-02-17 13:30:53 +00:00
bsetroot_LDADD = ../src/BaseDisplay.o ../src/i18n.o ../src/FbAtoms.o \
../src/StringUtil.o ../src/FbTk/libFbTk.a
2002-08-20 01:53:18 +00:00
2001-12-11 20:47:02 +00:00
MAINTAINERCLEANFILES = Makefile.in
2002-11-15 14:28:13 +00:00
EXTRA_DIST=bsetbg fluxbox-generate_menu
2001-12-11 20:47:02 +00:00
distclean-local:
rm -f *\~
2003-02-17 13:30:53 +00:00
bsetroot.o: bsetroot.cc ../config.h bsetroot.hh ../src/BaseDisplay.hh ../src/FbAtoms.hh
2002-09-07 19:01:18 +00:00