]> icculus.org git repositories - mikachu/openbox.git/blob - util/Makefile.am
updated nls to use openbox.cat
[mikachu/openbox.git] / util / Makefile.am
1 # util/Makefile.am for Blackbox - an X11 Window manager
2
3 CPPFLAGS= @CPPFLAGS@ @DEBUG@
4
5 bin_SCRIPTS =           bsetbg
6 bin_PROGRAMS =          bsetroot
7
8 bsetroot_SOURCES =      bsetroot.cc
9 bsetroot_LDADD =        ../src/BaseDisplay.o ../src/Color.o ../src/GCCache.o ../src/Texture.o ../src/Timer.o ../src/Image.o ../src/ImageControl.o ../src/i18n.o ../src/Util.o
10
11 MAINTAINERCLEANFILES =  Makefile.in
12
13 distclean-local:
14         rm -f *\~
15
16 # local dependencies
17
18 bsetroot.o: bsetroot.cc ../config.h ../src/i18n.hh \
19  ../src/../nls/blackbox-nls.hh ../src/GCCache.hh ../src/BaseDisplay.hh \
20  ../src/Timer.hh ../src/Color.hh ../src/Texture.hh ../src/Util.hh \
21  bsetroot.hh ../src/Image.hh