summaryrefslogtreecommitdiff
path: root/util/epist
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2002-08-07 01:46:26 +0000
committerDana Jansens <danakj@orodu.net>2002-08-07 01:46:26 +0000
commit616fa39a1609809cecc628627139b8a96eef2989 (patch)
tree9754edaa472dbd432d57f423349746fea0ff1763 /util/epist
parent0ca8cd6f68ac114124923d172ec7904fb3c14e47 (diff)
build the yacc/lex stuff
Diffstat (limited to 'util/epist')
-rw-r--r--util/epist/Makefile.am36
1 files changed, 21 insertions, 15 deletions
diff --git a/util/epist/Makefile.am b/util/epist/Makefile.am
index 2accf126..9b92b5f8 100644
--- a/util/epist/Makefile.am
+++ b/util/epist/Makefile.am
@@ -17,18 +17,24 @@ 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
-yacc_parser.o: yacc_parser.cc yacc_parser.hh epist.hh ../../src/BaseDisplay.hh \
- ../../src/Timer.hh ../../src/Util.hh ../../src/XAtom.hh
-keytree.o: keytree.cc keytree.hh epist.hh ../../src/BaseDisplay.hh \
- ../../src/Timer.hh ../../src/Util.hh ../../src/XAtom.hh
-parser.o: parser.cc parser.hh epist.hh ../../src/BaseDisplay.hh \
- ../../src/Timer.hh ../../src/Util.hh ../../src/XAtom.hh
-lex.yy.o: lex.yy.c
+actions.o: actions.cc actions.hh
+epist.o: epist.cc actions.hh epist.hh window.hh ../../src/Util.hh \
+ keytree.hh screen.hh ../../src/BaseDisplay.hh ../../src/Timer.hh \
+ parser.hh ../../src/XAtom.hh
+keytree.o: keytree.cc keytree.hh actions.hh screen.hh window.hh \
+ ../../src/Util.hh
+main.o: main.cc epist.hh actions.hh window.hh ../../src/Util.hh \
+ keytree.hh screen.hh ../../src/BaseDisplay.hh ../../src/Timer.hh \
+ ../../src/i18n.hh ../../nls/blackbox-nls.hh
+parser.o: parser.cc parser.hh actions.hh keytree.hh screen.hh window.hh \
+ ../../src/Util.hh
+screen.o: screen.cc ../../src/BaseDisplay.hh ../../src/Timer.hh \
+ ../../src/Util.hh ../../src/XAtom.hh screen.hh window.hh epist.hh \
+ actions.hh keytree.hh
+window.o: window.cc epist.hh actions.hh window.hh ../../src/Util.hh \
+ keytree.hh screen.hh ../../src/BaseDisplay.hh ../../src/Timer.hh \
+ ../../src/XAtom.hh
+yacc_parser.cc: epist.y
+ yacc -d epist.y -o yacc_parser.cc
+lex.yy.c: epist.l
+ lex epist.l