]> Dogcows Code - chaz/openbox/blob - util/Makefile.am
add buttons to the tree.rm stupid comments in Makefile.ams
[chaz/openbox] / util / Makefile.am
1 CPPFLAGS= @CPPFLAGS@
2
3 #SUBDIRS = epist
4 bin_SCRIPTS = bsetbg
5 bin_PROGRAMS = bsetroot xftlsfonts
6
7 bsetroot_SOURCES = bsetroot.cc
8 bsetroot_LDADD = ../src/basedisplay.o ../otk/color.o ../otk/gccache.o \
9 ../otk/texture.o ../src/timer.o ../otk/image.o \
10 ../otk/imagecontrol.o ../src/util.o ../src/screeninfo.o
11
12 xftlsfonts_SOURCES = xftlsfonts.cc
13
14 INCLUDES= -I../src -I../otk
15
16 MAINTAINERCLEANFILES = Makefile.in
17
18 distclean-local:
19 rm -f *\~ .\#*
20
21 # local dependencies
This page took 0.038455 seconds and 4 git commands to generate.