fluxbox/util/Makefile.am

31 lines
852 B
Text
Raw Normal View History

2003-09-07 19:14:10 +00:00
# util/Makefile.am for Fluxbox
SUBDIRS= fbrun
INCLUDES= -I../src/FbTk/
bin_SCRIPTS= fbsetbg fluxbox-generate_menu startfluxbox
bin_PROGRAMS= bsetroot
bsetroot_SOURCES= bsetroot.cc bsetroot.hh
bsetroot_LDADD= ../src/FbRootWindow.o ../src/I18n.o \
../src/FbAtoms.o ../src/FbTk/libFbTk.a
2002-08-20 01:53:18 +00:00
2003-09-07 19:14:10 +00:00
MAINTAINERCLEANFILES= Makefile.in
2003-09-08 21:10:54 +00:00
EXTRA_DIST= fbsetbg fluxbox-generate_menu startfluxbox.in
2003-09-07 19:14:10 +00:00
all-local: startfluxbox
2001-12-11 20:47:02 +00:00
2003-09-07 19:14:10 +00:00
clean-local:
rm -f startfluxbox
bsetroot.o: bsetroot.cc ../config.h bsetroot.hh ../src/FbRootWindow.hh ../src/FbAtoms.hh
2001-12-11 20:47:02 +00:00
2003-09-07 19:14:10 +00:00
startfluxbox: startfluxbox.in
@regex_cmd@ -e "s,@pkgdatadir@,$(pkgdatadir),g" \
-e "s,@pkgbindir@,$(bindir),g" \
startfluxbox.in > startfluxbox
2002-09-07 19:01:18 +00:00
2003-09-07 19:14:10 +00:00
../src/FbRootWindow.o:
cd ../src && make FbRootWindow.o
../src/I18n.o:
cd ../src && make I18n.o
../src/FbAtoms.o:
cd ../src && make FbAtoms.o