blob: bdc2476dd641d7f509512e677be97383a1b84e39 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
# util/Makefile.am for Blackbox - an X11 Window manager
CPPFLAGS= @CPPFLAGS@
#SUBDIRS = epist
bin_SCRIPTS = bsetbg
bin_PROGRAMS = bsetroot xftlsfonts
bsetroot_SOURCES = bsetroot.cc
bsetroot_LDADD = ../src/basedisplay.o ../otk/color.o ../otk/gccache.o \
../otk/texture.o ../src/timer.o ../otk/image.o \
../otk/imagecontrol.o ../src/util.o ../src/screeninfo.o
xftlsfonts_SOURCES = xftlsfonts.cc
INCLUDES= -I../src -I../otk
MAINTAINERCLEANFILES = Makefile.in
distclean-local:
rm -f *\~ .\#*
# local dependencies
|