X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=util%2FMakefile.am;h=bdc2476dd641d7f509512e677be97383a1b84e39;hb=6a80c577b031604c92e68327545153ae28ee3ac8;hp=6fdafeda970b171d3f84df9016cd114be9eb8447;hpb=3eb75618dc090ea9c71670ecdae75c9bc6321a4a;p=chaz%2Fopenbox diff --git a/util/Makefile.am b/util/Makefile.am index 6fdafeda..bdc2476d 100644 --- a/util/Makefile.am +++ b/util/Makefile.am @@ -1,18 +1,23 @@ -# util/Makefile.am for Openbox +# util/Makefile.am for Blackbox - an X11 Window manager -CPPFLAGS= @CPPFLAGS@ @DEBUG@ @NLS@ @TIMEDCACHE@ @NEWWMSPEC@ @INTERLACE@ \ -@ORDEREDPSEUDO@ @CLOBBER@ +CPPFLAGS= @CPPFLAGS@ +#SUBDIRS = epist bin_SCRIPTS = bsetbg -bin_PROGRAMS = bsetroot +bin_PROGRAMS = bsetroot xftlsfonts bsetroot_SOURCES = bsetroot.cc -bsetroot_LDADD = ../src/BaseDisplay.o ../src/LinkedList.o ../src/Timer.o ../src/Image.o ../src/i18n.o ../src/Geometry.o +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 *\~ + rm -f *\~ .\#* -bsetroot.o: bsetroot.cc ../config.h bsetroot.h ../src/BaseDisplay.h \ - ../src/LinkedList.h ../src/Timer.h ../src/Image.h ../src/Geometry.h +# local dependencies