openbox/util/Makefile.am

21 lines
478 B
Text
Raw Normal View History

# util/Makefile.am for Blackbox - an X11 Window manager
2002-04-11 03:20:38 +00:00
CXXFLAGS= @CXXFLAGS@
2002-04-11 03:20:38 +00:00
SUBDIRS = epist
2002-04-11 03:20:38 +00:00
bin_SCRIPTS = bsetbg
2002-07-25 04:40:04 +00:00
bin_PROGRAMS = bsetroot xftlsfonts
2002-04-11 03:20:38 +00:00
bsetroot_SOURCES = bsetroot.cc
bsetroot_LDADD = ../src/basedisplay.o ../src/color.o ../src/gccache.o \
../src/texture.o ../src/timer.o ../src/image.o \
../src/imagecontrol.o ../src/util.o
2002-04-11 03:20:38 +00:00
2002-07-25 04:40:04 +00:00
xftlsfonts_SOURCES = xftlsfonts.cc
2002-04-11 03:20:38 +00:00
MAINTAINERCLEANFILES = Makefile.in
distclean-local:
2002-06-05 04:20:08 +00:00
rm -f *\~ .\#*
2002-04-11 03:20:38 +00:00
# local dependencies