X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=util%2FMakefile.am;h=bdc2476dd641d7f509512e677be97383a1b84e39;hb=103372b02f783053c69f8f94db2c0e161f3e7d93;hp=3c75a4c4036069f87ffe41a18d6ca71ad765ee6b;hpb=dfc5f034581f5a26cba5c4811500438f89f0634a;p=chaz%2Fopenbox diff --git a/util/Makefile.am b/util/Makefile.am index 3c75a4c4..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@ +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 +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 +# local dependencies