openbox/util/Makefile.am

26 lines
744 B
Text
Raw Normal View History

# util/Makefile.am for Blackbox - an X11 Window manager
2002-04-11 03:20:38 +00:00
CPPFLAGS= @CPPFLAGS@ @DEBUG@
2002-04-11 03:20:38 +00:00
2002-07-20 23:18:29 +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/i18n.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
bsetroot.o: bsetroot.cc ../config.h ../src/i18n.hh \
../src/../nls/blackbox-nls.hh ../src/GCCache.hh ../src/BaseDisplay.hh \
../src/Timer.hh ../src/Color.hh ../src/Texture.hh ../src/Util.hh \
bsetroot.hh ../src/Image.hh
2002-07-25 04:40:04 +00:00
xftlsfonts.o: xftlsfonts.cc