]> Dogcows Code - chaz/openbox/blob - util/Makefile.am
adding epist!
[chaz/openbox] / 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 bin_PROGRAMS = bsetroot
8
9 bsetroot_SOURCES = bsetroot.cc
10 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
11
12 MAINTAINERCLEANFILES = Makefile.in
13
14 distclean-local:
15 rm -f *\~ .\#*
16
17 # local dependencies
18
19 bsetroot.o: bsetroot.cc ../config.h ../src/i18n.hh \
20 ../src/../nls/blackbox-nls.hh ../src/GCCache.hh ../src/BaseDisplay.hh \
21 ../src/Timer.hh ../src/Color.hh ../src/Texture.hh ../src/Util.hh \
22 bsetroot.hh ../src/Image.hh
This page took 0.0388 seconds and 5 git commands to generate.