]> Dogcows Code - chaz/openbox/blobdiff - util/Makefile.am
fix a debug print
[chaz/openbox] / util / Makefile.am
index 3c75a4c4036069f87ffe41a18d6ca71ad765ee6b..9d60a964e5967c9228b62fadac521bb0d45d70a3 100644 (file)
@@ -1,18 +1,21 @@
-# util/Makefile.am for Openbox
+# util/Makefile.am for Blackbox - an X11 Window manager
 
-CPPFLAGS= @CPPFLAGS@ @DEBUG@ @NLS@ @TIMEDCACHE@ @NEWWMSPEC@ @INTERLACE@ \
-@ORDEREDPSEUDO@
+CPPFLAGS= @CPPFLAGS@ @DEBUG@
 
 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
+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
+# 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
This page took 0.021752 seconds and 4 git commands to generate.