]> icculus.org git repositories - dana/openbox.git/blob - util/Makefile.am
build fixes
[dana/openbox.git] / util / Makefile.am
1 # util/Makefile.am for Blackbox - an X11 Window manager
2
3 CPPFLAGS= @CPPFLAGS@ @DEBUG@
4
5 SUBDIRS =               epist
6 bin_SCRIPTS =           bsetbg
7
8 if XFT
9 if XFT2
10 else
11 TMP_PROGS =     xftlsfonts
12 xftlsfonts_SOURCES =    xftlsfonts.cc
13 endif
14 endif
15
16 bin_PROGRAMS =          bsetroot $(TMP_PROGS)
17
18 bsetroot_SOURCES =      bsetroot.cc
19 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
20
21 MAINTAINERCLEANFILES =  Makefile.in
22
23 EXTRA_DIST = bsetroot.hh bsetbg
24
25 distclean-local:
26         rm -f *\~ .\#*
27
28 # local dependencies
29
30 bsetroot.o: bsetroot.cc ../config.h ../src/i18n.hh \
31  ../src/../nls/blackbox-nls.hh ../src/GCCache.hh ../src/BaseDisplay.hh \
32  ../src/Timer.hh ../src/Color.hh ../src/Texture.hh ../src/Util.hh \
33  bsetroot.hh ../src/Image.hh
34 xftlsfonts.o: xftlsfonts.cc