diff options
| author | Dana Jansens <danakj@orodu.net> | 2002-07-12 16:29:59 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2002-07-12 16:29:59 +0000 |
| commit | 24a1e215d1f8d2ff1674847278a15336d4b671b6 (patch) | |
| tree | bb96e0562f4a6038a592a86be33d668863273cbc /util/epist/Makefile.am | |
| parent | 89d09297f0ef3d2db648a756f62a57bf2be317df (diff) | |
epist now based on the BaseDisplay.
has the ability to be multiscreen!
Diffstat (limited to 'util/epist/Makefile.am')
| -rw-r--r-- | util/epist/Makefile.am | 18 |
1 files changed, 14 insertions, 4 deletions
diff --git a/util/epist/Makefile.am b/util/epist/Makefile.am index ee91b551..8d3f22c5 100644 --- a/util/epist/Makefile.am +++ b/util/epist/Makefile.am @@ -4,8 +4,11 @@ CPPFLAGS= @CPPFLAGS@ @DEBUG@ bin_PROGRAMS = epist -epist_SOURCES = epist.cc process.cc window.cc -epist_LDADD = ../../src/XAtom.o +epist_SOURCES = epist.cc process.cc window.cc screen.cc main.cc +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,5 +17,12 @@ distclean-local: # local dependencies -epist.o: epist.cc epist.hh process.hh -process.o: process.cc process.hh /usr/include/X11/Xlib.h epist.hh +epist.o: epist.cc epist.hh ../../src/BaseDisplay.hh ../../src/Timer.hh \ + ../../src/Util.hh process.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 +process.o: process.cc +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 |
