diff options
| author | Scott Moynes <smoynes@nexus.carleton.ca> | 2002-08-06 22:37:06 +0000 |
|---|---|---|
| committer | Scott Moynes <smoynes@nexus.carleton.ca> | 2002-08-06 22:37:06 +0000 |
| commit | 6d40002093a5d8e665d4f310ea028d22e93e88cb (patch) | |
| tree | 6a537e4ee4625df1b57a651357e913b8ff71a996 /util/epist/Makefile.am | |
| parent | 00391787e32111fa5c9de606b5edf595846e7513 (diff) | |
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.
Diffstat (limited to 'util/epist/Makefile.am')
| -rw-r--r-- | util/epist/Makefile.am | 9 |
1 files changed, 8 insertions, 1 deletions
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 |
