From 6d40002093a5d8e665d4f310ea028d22e93e88cb Mon Sep 17 00:00:00 2001 From: Scott Moynes Date: Tue, 6 Aug 2002 22:37:06 +0000 Subject: Big fat merge for epist. This adds a config parser, chaining, and a tonne of other stuff. Still need to fix up build system for the lex and yacc stuff. --- util/epist/Makefile.am | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'util/epist/Makefile.am') diff --git a/util/epist/Makefile.am b/util/epist/Makefile.am index 84cad62b..2accf126 100644 --- a/util/epist/Makefile.am +++ b/util/epist/Makefile.am @@ -4,7 +4,7 @@ CPPFLAGS= @CPPFLAGS@ @DEBUG@ EXTRA_PROGRAMS = epist -epist_SOURCES = epist.cc window.cc screen.cc main.cc actions.cc +epist_SOURCES = epist.cc window.cc screen.cc main.cc actions.cc yacc_parser.cc parser.cc keytree.cc lex.yy.c epist_LDADD = ../../src/XAtom.o ../../src/BaseDisplay.o \ ../../src/Util.o ../../src/i18n.o \ ../../src/GCCache.o ../../src/Color.o ../../src/Texture.o \ @@ -25,3 +25,10 @@ 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 -- cgit v1.2.3