X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=util%2FMakefile.am;h=7da2187bbbe3ea3d48231370c35efdc87c484622;hb=cf3d512a998151bd585906c7478b576d5d3877ff;hp=6fdafeda970b171d3f84df9016cd114be9eb8447;hpb=3eb75618dc090ea9c71670ecdae75c9bc6321a4a;p=chaz%2Fopenbox diff --git a/util/Makefile.am b/util/Makefile.am index 6fdafeda..7da2187b 100644 --- a/util/Makefile.am +++ b/util/Makefile.am @@ -1,18 +1,22 @@ -# 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@ @DEBUG@ +SUBDIRS = epist bin_SCRIPTS = bsetbg bin_PROGRAMS = bsetroot 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 ../src/Color.o ../src/GCCache.o ../src/Texture.o ../src/Timer.o ../src/Image.o ../src/ImageControl.o ../src/i18n.o ../src/Util.o 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 + +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