]> Dogcows Code - chaz/openbox/blobdiff - util/epist/Makefile.am
handle all combinations of lock modifiers on keypress
[chaz/openbox] / util / epist / Makefile.am
index 48c57e477d8432f7d46059f8ad9b85b32817179e..84cad62b6c610ef421ef3419034453f791f06111 100644 (file)
@@ -2,10 +2,13 @@
 
 CPPFLAGS= @CPPFLAGS@ @DEBUG@
 
-bin_PROGRAMS =         epist
+EXTRA_PROGRAMS =               epist
 
-epist_SOURCES =                main.cc
-#epist_LDADD = 
+epist_SOURCES =                epist.cc window.cc screen.cc main.cc actions.cc
+epist_LDADD =          ../../src/XAtom.o ../../src/BaseDisplay.o \
+                                       ../../src/Util.o ../../src/i18n.o \
+                                       ../../src/GCCache.o ../../src/Color.o ../../src/Texture.o \
+                                       ../../src/Timer.o ../../src/Image.o ../../src/ImageControl.o
 
 MAINTAINERCLEANFILES = Makefile.in
 
@@ -14,3 +17,11 @@ distclean-local:
 
 # local dependencies
 
+epist.o: epist.cc epist.hh ../../src/BaseDisplay.hh ../../src/Timer.hh \
+  ../../src/Util.hh screen.hh window.hh ../../src/XAtom.hh
+main.o: main.cc epist.hh ../../src/BaseDisplay.hh ../../src/Timer.hh \
+  ../../src/Util.hh ../../src/i18n.hh ../../nls/blackbox-nls.hh
+screen.o: screen.cc ../../src/XAtom.hh screen.hh window.hh epist.hh \
+  ../../src/BaseDisplay.hh ../../src/Timer.hh ../../src/Util.hh
+window.o: window.cc window.hh epist.hh ../../src/BaseDisplay.hh \
+  ../../src/Timer.hh ../../src/Util.hh ../../src/XAtom.hh
This page took 0.023392 seconds and 4 git commands to generate.