]> Dogcows Code - chaz/openbox/blob - util/epist/Makefile.am
Big fat merge for epist.
[chaz/openbox] / 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 yacc_parser.cc parser.cc keytree.cc lex.yy.c
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
28 yacc_parser.o: yacc_parser.cc yacc_parser.hh epist.hh ../../src/BaseDisplay.hh \
29 ../../src/Timer.hh ../../src/Util.hh ../../src/XAtom.hh
30 keytree.o: keytree.cc keytree.hh epist.hh ../../src/BaseDisplay.hh \
31 ../../src/Timer.hh ../../src/Util.hh ../../src/XAtom.hh
32 parser.o: parser.cc parser.hh epist.hh ../../src/BaseDisplay.hh \
33 ../../src/Timer.hh ../../src/Util.hh ../../src/XAtom.hh
34 lex.yy.o: lex.yy.c
This page took 0.039411 seconds and 5 git commands to generate.