]> Dogcows Code - chaz/openbox/blob - util/Makefile.am
19a852303979a1fec67dcd529f415c3d5913f23c
[chaz/openbox] / util / Makefile.am
1 # util/Makefile.am for Blackbox - an X11 Window manager
2
3 CXXFLAGS= @CXXFLAGS@
4
5 #SUBDIRS = epist
6 bin_SCRIPTS = bsetbg
7 bin_PROGRAMS = bsetroot xftlsfonts
8
9 bsetroot_SOURCES = bsetroot.cc
10 bsetroot_LDADD = ../src/basedisplay.o ../src/color.o ../src/gccache.o \
11 ../src/texture.o ../src/timer.o ../src/image.o \
12 ../src/imagecontrol.o ../src/util.o
13
14 xftlsfonts_SOURCES = xftlsfonts.cc
15
16 MAINTAINERCLEANFILES = Makefile.in
17
18 distclean-local:
19 rm -f *\~ .\#*
20
21 # local dependencies
This page took 0.036536 seconds and 4 git commands to generate.