17 lines
488 B
Makefile
17 lines
488 B
Makefile
# util/Makefile.am for Fluxbox
|
|
SUBDIRS = fbrun
|
|
INCLUDES=-I../src/FbTk/
|
|
bin_SCRIPTS = fbsetbg fluxbox-generate_menu
|
|
bin_PROGRAMS = bsetroot
|
|
bsetroot_SOURCES = bsetroot.cc bsetroot.hh
|
|
bsetroot_LDADD = ../src/FbRootWindow.o ../src/i18n.o ../src/FbAtoms.o \
|
|
../src/FbTk/libFbTk.a
|
|
|
|
MAINTAINERCLEANFILES = Makefile.in
|
|
EXTRA_DIST=fbsetbg fluxbox-generate_menu
|
|
|
|
distclean-local:
|
|
rm -f *\~ Makefile.in
|
|
|
|
bsetroot.o: bsetroot.cc ../config.h bsetroot.hh ../src/FbRootWindow.hh ../src/FbAtoms.hh
|
|
|