]> icculus.org git repositories - mikachu/openbox.git/blob - util/epist/Makefile.am
Added an action class and started the even handler.
[mikachu/openbox.git] / util / epist / Makefile.am
1 # util/epist/Makefile.am for Blackbox - an X11 Window manager
2
3 CPPFLAGS= @CPPFLAGS@ @DEBUG@
4
5 EXTRA_PROGRAMS =                epist
6
7 epist_SOURCES =         epist.cc window.cc screen.cc main.cc actions.cc
8 epist_LDADD =           ../../src/XAtom.o ../../src/BaseDisplay.o \
9                                         ../../src/Util.o ../../src/i18n.o \
10                                         ../../src/GCCache.o ../../src/Color.o ../../src/Texture.o \
11                                         ../../src/Timer.o ../../src/Image.o ../../src/ImageControl.o
12
13 MAINTAINERCLEANFILES =  Makefile.in
14
15 distclean-local:
16         rm -f *\~ .\#*
17
18 # local dependencies
19
20 epist.o: epist.cc epist.hh ../../src/BaseDisplay.hh ../../src/Timer.hh \
21   ../../src/Util.hh screen.hh window.hh ../../src/XAtom.hh
22 main.o: main.cc epist.hh ../../src/BaseDisplay.hh ../../src/Timer.hh \
23   ../../src/Util.hh ../../src/i18n.hh ../../nls/blackbox-nls.hh
24 screen.o: screen.cc ../../src/XAtom.hh screen.hh window.hh epist.hh \
25   ../../src/BaseDisplay.hh ../../src/Timer.hh ../../src/Util.hh
26 window.o: window.cc window.hh epist.hh ../../src/BaseDisplay.hh \
27   ../../src/Timer.hh ../../src/Util.hh ../../src/XAtom.hh