X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=util%2Fepist%2FMakefile.am;h=9b92b5f85e078a5580a45d087b2a70617c805416;hb=652addd232e3f2a7c6c681b9669917e0a416331f;hp=48c57e477d8432f7d46059f8ad9b85b32817179e;hpb=f04d2f0fc3c8cec77b94fa7fe50438a45f06b420;p=chaz%2Fopenbox diff --git a/util/epist/Makefile.am b/util/epist/Makefile.am index 48c57e47..9b92b5f8 100644 --- a/util/epist/Makefile.am +++ b/util/epist/Makefile.am @@ -2,10 +2,13 @@ CPPFLAGS= @CPPFLAGS@ @DEBUG@ -bin_PROGRAMS = epist +EXTRA_PROGRAMS = epist -epist_SOURCES = main.cc -#epist_LDADD = +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 \ + ../../src/Timer.o ../../src/Image.o ../../src/ImageControl.o MAINTAINERCLEANFILES = Makefile.in @@ -14,3 +17,24 @@ distclean-local: # local dependencies +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