]> Dogcows Code - chaz/openbox/blob - util/epist/Makefile.am
Added default rc file
[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 bin_PROGRAMS = epist
7
8 epist_SOURCES = epist.cc window.cc screen.cc main.cc actions.cc yacc_parser.cc parser.cc keytree.cc lex.yy.c
9 epist_LDADD = ../../src/XAtom.o ../../src/BaseDisplay.o \
10 ../../src/Util.o ../../src/i18n.o ../../src/Timer.o \
11 ../../src/GCCache.o ../../src/Color.o
12 # ../../src/Texture.o \
13 # ../../src/Image.o ../../src/ImageControl.o
14
15 MAINTAINERCLEANFILES = Makefile.in
16
17 distclean-local:
18 rm -f *\~ .\#*
19
20 # local dependencies
21
22 actions.o: actions.cc actions.hh
23 epist.o: epist.cc actions.hh epist.hh window.hh ../../src/Util.hh \
24 keytree.hh screen.hh ../../src/BaseDisplay.hh ../../src/Timer.hh \
25 parser.hh ../../src/XAtom.hh
26 keytree.o: keytree.cc keytree.hh actions.hh screen.hh window.hh \
27 ../../src/Util.hh
28 main.o: main.cc epist.hh actions.hh window.hh ../../src/Util.hh \
29 keytree.hh screen.hh ../../src/BaseDisplay.hh ../../src/Timer.hh \
30 ../../src/i18n.hh ../../nls/blackbox-nls.hh
31 parser.o: parser.cc parser.hh actions.hh keytree.hh screen.hh window.hh \
32 ../../src/Util.hh
33 screen.o: screen.cc ../../src/BaseDisplay.hh ../../src/Timer.hh \
34 ../../src/Util.hh ../../src/XAtom.hh screen.hh window.hh epist.hh \
35 actions.hh keytree.hh
36 window.o: window.cc epist.hh actions.hh window.hh ../../src/Util.hh \
37 keytree.hh screen.hh ../../src/BaseDisplay.hh ../../src/Timer.hh \
38 ../../src/XAtom.hh
39 yacc_parser.cc: epist.y
40 yacc -d epist.y -o yacc_parser.cc
41 lex.yy.c: epist.l
42 lex epist.l
This page took 0.035069 seconds and 4 git commands to generate.