]> Dogcows Code - chaz/openbox/blobdiff - util/Makefile.am
no more epist compiling
[chaz/openbox] / util / Makefile.am
index 118c56fc8a76a1e9d4f6013c081f9449a982a463..19a852303979a1fec67dcd529f415c3d5913f23c 100644 (file)
@@ -1,13 +1,15 @@
 # util/Makefile.am for Blackbox - an X11 Window manager
 
-CPPFLAGS= @CPPFLAGS@ @DEBUG@
+CXXFLAGS= @CXXFLAGS@
 
-SUBDIRS =                      epist
+#SUBDIRS =             epist
 bin_SCRIPTS =          bsetbg
 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
 
@@ -16,10 +18,4 @@ 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
-xftlsfonts.o: xftlsfonts.cc
+# local dependencies
\ No newline at end of file
This page took 0.021166 seconds and 4 git commands to generate.