summaryrefslogtreecommitdiff
path: root/util/epist/Makefile.am
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2003-01-14 00:13:20 +0000
committerDana Jansens <danakj@orodu.net>2003-01-14 00:13:20 +0000
commit0afb43164484dcac4773ad778c032687da6b01aa (patch)
treefa7e17844a338d346d74c8f06034692a527fc4fb /util/epist/Makefile.am
parentb683a4e0efe470ab38b75a767b4ea2abf004626a (diff)
rm the util directory
Diffstat (limited to 'util/epist/Makefile.am')
-rw-r--r--util/epist/Makefile.am59
1 files changed, 0 insertions, 59 deletions
diff --git a/util/epist/Makefile.am b/util/epist/Makefile.am
deleted file mode 100644
index 359eaa0f..00000000
--- a/util/epist/Makefile.am
+++ /dev/null
@@ -1,59 +0,0 @@
-DEFAULT_RC=$(pkgdatadir)/epistrc
-
-CLEANFILES = epist.1 epistrc.5
-
-CPPFLAGS= @CPPFLAGS@ -DDEFAULTRC=\"$(DEFAULT_RC)\"
-
-#EXTRA_PROGRAMS = epist
-bin_PROGRAMS = epist
-
-man_MANS = epist.1 epistrc.5
-
-epist_SOURCES = epist.cc window.cc screen.cc main.cc actions.cc \
- yacc_parser.cc parser.cc keytree.cc lex.yy.c config.cc
-
-epist_LDADD = ../../src/xatom.o ../../src/basedisplay.o \
- ../../src/util.o ../../src/timer.o
-
-MAINTAINERCLEANFILES = Makefile.in
-
-distclean-local:
- rm -f *\~ .\#*
-
-epist.1: epist.1.in
- @regex_cmd@ -e "s,@pkgdatadir@,$(pkgdatadir)," \
- epist.1.in > epist.1
-
-epistrc.5: epistrc.5.in
- @regex_cmd@ -e "s,@pkgdatadir@,$(pkgdatadir)," \
- epistrc.5.in > epistrc.5
-
-install-data-local: epistrc
- test -f $(DESTDIR)$(pkgdatadir)/epistrc || \
- $(INSTALL_DATA) epistrc $(DESTDIR)$(pkgdatadir)
-
-uninstall-am:
- rm -f $(DESTDIR)$(pkgdatadir)/epistrc
-
-# local dependencies
-actions.o: actions.cc actions.hh
-config.o: config.cc config.hh
-epist.o: epist.cc actions.hh epist.hh window.hh ../../src/util.hh \
- keytree.hh ../../src/timer.hh screen.hh config.hh \
- ../../src/basedisplay.hh parser.hh ../../src/xatom.hh
-keytree.o: keytree.cc keytree.hh ../../src/timer.hh actions.hh \
- screen.hh window.hh ../../src/util.hh config.hh epist.hh \
- ../../src/basedisplay.hh
-main.o: main.cc ../../version.h epist.hh actions.hh window.hh \
- ../../src/util.hh keytree.hh ../../src/timer.hh screen.hh config.hh \
- ../../src/basedisplay.hh
-parser.o: parser.cc parser.hh actions.hh keytree.hh ../../src/timer.hh \
- screen.hh window.hh ../../src/util.hh config.hh
-screen.o: screen.cc ../../src/basedisplay.hh ../../src/timer.hh \
- ../../src/util.hh ../../src/xatom.hh screen.hh window.hh config.hh \
- epist.hh actions.hh keytree.hh
-window.o: window.cc epist.hh actions.hh window.hh ../../src/util.hh \
- keytree.hh ../../src/timer.hh screen.hh config.hh \
- ../../src/basedisplay.hh ../../src/xatom.hh
-yacc_parser.o: yacc_parser.cc parser.hh actions.hh keytree.hh \
- ../../src/timer.hh screen.hh window.hh ../../src/util.hh config.hh