X-Git-Url: https://git.brokenzipper.com/gitweb?a=blobdiff_plain;f=util%2FMakefile.am;h=19a852303979a1fec67dcd529f415c3d5913f23c;hb=a7c71b36842bb44672aa928a8b63c82092e1b9b5;hp=7da2187bbbe3ea3d48231370c35efdc87c484622;hpb=f04d2f0fc3c8cec77b94fa7fe50438a45f06b420;p=chaz%2Fopenbox diff --git a/util/Makefile.am b/util/Makefile.am index 7da2187b..19a85230 100644 --- a/util/Makefile.am +++ b/util/Makefile.am @@ -1,22 +1,21 @@ # util/Makefile.am for Blackbox - an X11 Window manager -CPPFLAGS= @CPPFLAGS@ @DEBUG@ +CXXFLAGS= @CXXFLAGS@ -SUBDIRS = epist +#SUBDIRS = epist bin_SCRIPTS = bsetbg -bin_PROGRAMS = bsetroot +bin_PROGRAMS = bsetroot xftlsfonts 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 +bsetroot_LDADD = ../src/basedisplay.o ../src/color.o ../src/gccache.o \ + ../src/texture.o ../src/timer.o ../src/image.o \ + ../src/imagecontrol.o ../src/util.o + +xftlsfonts_SOURCES = xftlsfonts.cc MAINTAINERCLEANFILES = Makefile.in distclean-local: rm -f *\~ .\#* -# 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 +# local dependencies \ No newline at end of file