1# Makefile.in generated by automake 1.15 from Makefile.am.
2# @configure_input@
3
4# Copyright (C) 1994-2014 Free Software Foundation, Inc.
5
6# This Makefile.in is free software; the Free Software Foundation
7# gives unlimited permission to copy and/or distribute it,
8# with or without modifications, as long as this notice is preserved.
9
10# This program is distributed in the hope that it will be useful,
11# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
12# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
13# PARTICULAR PURPOSE.
14
15@SET_MAKE@
16
17######################################################################
18# Makefile.am                                            November 2000
19# Horms                                             horms@verge.net.au
20#
21# perdition
22# Mail retrieval proxy server
23# Copyright (C) 1999-2005  Horms <horms@verge.net.au>
24#
25# This program is free software; you can redistribute it and/or
26# modify it under the terms of the GNU General Public License as
27# published by the Free Software Foundation; either version 2 of the
28# License, or (at your option) any later version.
29#
30# This program is distributed in the hope that it will be useful, but
31# WITHOUT ANY WARRANTY; without even the implied warranty of
32# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
33# General Public License for more details.
34#
35# You should have received a copy of the GNU General Public License
36# along with this program; if not, write to the Free Software Foundation,
37# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA.
38#
39######################################################################
40
41VPATH = @srcdir@
42am__is_gnu_make = { \
43  if test -z '$(MAKELEVEL)'; then \
44    false; \
45  elif test -n '$(MAKE_HOST)'; then \
46    true; \
47  elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
48    true; \
49  else \
50    false; \
51  fi; \
52}
53am__make_running_with_option = \
54  case $${target_option-} in \
55      ?) ;; \
56      *) echo "am__make_running_with_option: internal error: invalid" \
57              "target option '$${target_option-}' specified" >&2; \
58         exit 1;; \
59  esac; \
60  has_opt=no; \
61  sane_makeflags=$$MAKEFLAGS; \
62  if $(am__is_gnu_make); then \
63    sane_makeflags=$$MFLAGS; \
64  else \
65    case $$MAKEFLAGS in \
66      *\\[\ \	]*) \
67        bs=\\; \
68        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
69          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
70    esac; \
71  fi; \
72  skip_next=no; \
73  strip_trailopt () \
74  { \
75    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
76  }; \
77  for flg in $$sane_makeflags; do \
78    test $$skip_next = yes && { skip_next=no; continue; }; \
79    case $$flg in \
80      *=*|--*) continue;; \
81        -*I) strip_trailopt 'I'; skip_next=yes;; \
82      -*I?*) strip_trailopt 'I';; \
83        -*O) strip_trailopt 'O'; skip_next=yes;; \
84      -*O?*) strip_trailopt 'O';; \
85        -*l) strip_trailopt 'l'; skip_next=yes;; \
86      -*l?*) strip_trailopt 'l';; \
87      -[dEDm]) skip_next=yes;; \
88      -[JT]) skip_next=yes;; \
89    esac; \
90    case $$flg in \
91      *$$target_option*) has_opt=yes; break;; \
92    esac; \
93  done; \
94  test $$has_opt = yes
95am__make_dryrun = (target_option=n; $(am__make_running_with_option))
96am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
97pkgdatadir = $(datadir)/@PACKAGE@
98pkgincludedir = $(includedir)/@PACKAGE@
99pkglibdir = $(libdir)/@PACKAGE@
100pkglibexecdir = $(libexecdir)/@PACKAGE@
101am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
102install_sh_DATA = $(install_sh) -c -m 644
103install_sh_PROGRAM = $(install_sh) -c
104install_sh_SCRIPT = $(install_sh) -c
105INSTALL_HEADER = $(INSTALL_DATA)
106transform = $(program_transform_name)
107NORMAL_INSTALL = :
108PRE_INSTALL = :
109POST_INSTALL = :
110NORMAL_UNINSTALL = :
111PRE_UNINSTALL = :
112POST_UNINSTALL = :
113build_triplet = @build@
114host_triplet = @host@
115subdir = etc/perdition
116ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
117am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \
118	$(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
119	$(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
120	$(top_srcdir)/configure.ac
121am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
122	$(ACLOCAL_M4)
123DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
124mkinstalldirs = $(install_sh) -d
125CONFIG_HEADER = $(top_builddir)/config.h
126CONFIG_CLEAN_FILES = Makefile.popmap
127CONFIG_CLEAN_VPATH_FILES =
128AM_V_P = $(am__v_P_@AM_V@)
129am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
130am__v_P_0 = false
131am__v_P_1 = :
132AM_V_GEN = $(am__v_GEN_@AM_V@)
133am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
134am__v_GEN_0 = @echo "  GEN     " $@;
135am__v_GEN_1 =
136AM_V_at = $(am__v_at_@AM_V@)
137am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
138am__v_at_0 = @
139am__v_at_1 =
140SOURCES =
141DIST_SOURCES =
142am__can_run_installinfo = \
143  case $$AM_UPDATE_INFO_DIR in \
144    n|no|NO) false;; \
145    *) (install-info --version) >/dev/null 2>&1;; \
146  esac
147am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
148am__vpath_adj = case $$p in \
149    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
150    *) f=$$p;; \
151  esac;
152am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
153am__install_max = 40
154am__nobase_strip_setup = \
155  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
156am__nobase_strip = \
157  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
158am__nobase_list = $(am__nobase_strip_setup); \
159  for p in $$list; do echo "$$p $$p"; done | \
160  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
161  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
162    if (++n[$$2] == $(am__install_max)) \
163      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
164    END { for (dir in files) print dir, files[dir] }'
165am__base_list = \
166  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
167  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
168am__uninstall_files_from_dir = { \
169  test -z "$$files" \
170    || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
171    || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
172         $(am__cd) "$$dir" && rm -f $$files; }; \
173  }
174am__installdirs = "$(DESTDIR)$(perditionconfdir)"
175DATA = $(perditionconf_DATA)
176am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
177am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.popmap.in
178DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
179ACLOCAL = @ACLOCAL@
180AMTAR = @AMTAR@
181AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
182AR = @AR@
183AUTOCONF = @AUTOCONF@
184AUTOHEADER = @AUTOHEADER@
185AUTOMAKE = @AUTOMAKE@
186AWK = @AWK@
187CC = @CC@
188CCDEPMODE = @CCDEPMODE@
189CFLAGS = @CFLAGS@
190CPP = @CPP@
191CPPFLAGS = @CPPFLAGS@
192CYGPATH_W = @CYGPATH_W@
193DEFS = @DEFS@
194DEPDIR = @DEPDIR@
195DLLTOOL = @DLLTOOL@
196DSYMUTIL = @DSYMUTIL@
197DUMPBIN = @DUMPBIN@
198ECHO_C = @ECHO_C@
199ECHO_N = @ECHO_N@
200ECHO_T = @ECHO_T@
201EGREP = @EGREP@
202EXEEXT = @EXEEXT@
203FGREP = @FGREP@
204GREP = @GREP@
205INSTALL = @INSTALL@
206INSTALL_DATA = @INSTALL_DATA@
207INSTALL_PROGRAM = @INSTALL_PROGRAM@
208INSTALL_SCRIPT = @INSTALL_SCRIPT@
209INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
210LD = @LD@
211LDFLAGS = @LDFLAGS@
212LIBIDN_CFLAGS = @LIBIDN_CFLAGS@
213LIBIDN_LIBS = @LIBIDN_LIBS@
214LIBOBJS = @LIBOBJS@
215LIBS = @LIBS@
216LIBTOOL = @LIBTOOL@
217LIBTOOL_DEPS = @LIBTOOL_DEPS@
218LIPO = @LIPO@
219LN_S = @LN_S@
220LTLIBOBJS = @LTLIBOBJS@
221LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
222MAKEINFO = @MAKEINFO@
223MANIFEST_TOOL = @MANIFEST_TOOL@
224MKDIR_P = @MKDIR_P@
225NM = @NM@
226NMEDIT = @NMEDIT@
227OBJDUMP = @OBJDUMP@
228OBJEXT = @OBJEXT@
229OTOOL = @OTOOL@
230OTOOL64 = @OTOOL64@
231PACKAGE = @PACKAGE@
232PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
233PACKAGE_NAME = @PACKAGE_NAME@
234PACKAGE_STRING = @PACKAGE_STRING@
235PACKAGE_TARNAME = @PACKAGE_TARNAME@
236PACKAGE_URL = @PACKAGE_URL@
237PACKAGE_VERSION = @PACKAGE_VERSION@
238PATH_SEPARATOR = @PATH_SEPARATOR@
239PG_CONFIG = @PG_CONFIG@
240PKG_CONFIG = @PKG_CONFIG@
241PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
242PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
243RANLIB = @RANLIB@
244SED = @SED@
245SET_MAKE = @SET_MAKE@
246SHELL = @SHELL@
247STRIP = @STRIP@
248VANESSA_LOGGER_CFLAGS = @VANESSA_LOGGER_CFLAGS@
249VANESSA_LOGGER_LIBS = @VANESSA_LOGGER_LIBS@
250VANESSA_SOCKET_CFLAGS = @VANESSA_SOCKET_CFLAGS@
251VANESSA_SOCKET_LIBS = @VANESSA_SOCKET_LIBS@
252VERSION = @VERSION@
253abs_builddir = @abs_builddir@
254abs_srcdir = @abs_srcdir@
255abs_top_builddir = @abs_top_builddir@
256abs_top_srcdir = @abs_top_srcdir@
257ac_ct_AR = @ac_ct_AR@
258ac_ct_CC = @ac_ct_CC@
259ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
260am__include = @am__include@
261am__leading_dot = @am__leading_dot@
262am__quote = @am__quote@
263am__tar = @am__tar@
264am__untar = @am__untar@
265bindir = @bindir@
266build = @build@
267build_alias = @build_alias@
268build_cpu = @build_cpu@
269build_os = @build_os@
270build_vendor = @build_vendor@
271builddir = @builddir@
272crypt_lib = @crypt_lib@
273datadir = @datadir@
274datarootdir = @datarootdir@
275dl_lib = @dl_lib@
276dmalloc_lib = @dmalloc_lib@
277docdir = @docdir@
278dvidir = @dvidir@
279dvips = @dvips@
280exec_prefix = @exec_prefix@
281gunzip = @gunzip@
282host = @host@
283host_alias = @host_alias@
284host_cpu = @host_cpu@
285host_os = @host_os@
286host_vendor = @host_vendor@
287htmldir = @htmldir@
288includedir = @includedir@
289infodir = @infodir@
290install_sh = @install_sh@
291latex = @latex@
292ldap_includes = @ldap_includes@
293ldap_libs = @ldap_libs@
294ldap_schemadir = @ldap_schemadir@
295libdir = @libdir@
296libexecdir = @libexecdir@
297localedir = @localedir@
298localstatedir = @localstatedir@
299mandir = @mandir@
300mkdir_p = @mkdir_p@
301mysql_includes = @mysql_includes@
302mysql_libs = @mysql_libs@
303nsl_lib = @nsl_lib@
304odbc_includes = @odbc_includes@
305odbc_libs = @odbc_libs@
306oldincludedir = @oldincludedir@
307pam_lib = @pam_lib@
308pdfdir = @pdfdir@
309pg_includedir = @pg_includedir@
310pg_libdir = @pg_libdir@
311posix_regex_libs = @posix_regex_libs@
312prefix = @prefix@
313program_transform_name = @program_transform_name@
314ps2pdf = @ps2pdf@
315psdir = @psdir@
316resolv_lib = @resolv_lib@
317runstatedir = @runstatedir@
318sbindir = @sbindir@
319sharedstatedir = @sharedstatedir@
320socket_lib = @socket_lib@
321srcdir = @srcdir@
322ssl_includes = @ssl_includes@
323ssl_lib = @ssl_lib@
324sysconfdir = @sysconfdir@
325target_alias = @target_alias@
326top_build_prefix = @top_build_prefix@
327top_builddir = @top_builddir@
328top_srcdir = @top_srcdir@
329EXTRA_DIST = perdition.conf Makefile.popmap.in Makefile.popmap popmap
330perditionconfdir = $(sysconfdir)/perdition
331perditionconf_DATA = perdition.conf popmap Makefile.popmap
332all: all-am
333
334.SUFFIXES:
335$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
336	@for dep in $?; do \
337	  case '$(am__configure_deps)' in \
338	    *$$dep*) \
339	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
340	        && { if test -f $@; then exit 0; else break; fi; }; \
341	      exit 1;; \
342	  esac; \
343	done; \
344	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu etc/perdition/Makefile'; \
345	$(am__cd) $(top_srcdir) && \
346	  $(AUTOMAKE) --gnu etc/perdition/Makefile
347Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
348	@case '$?' in \
349	  *config.status*) \
350	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
351	  *) \
352	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
353	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
354	esac;
355
356$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
357	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
358
359$(top_srcdir)/configure:  $(am__configure_deps)
360	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
361$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
362	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
363$(am__aclocal_m4_deps):
364Makefile.popmap: $(top_builddir)/config.status $(srcdir)/Makefile.popmap.in
365	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
366
367mostlyclean-libtool:
368	-rm -f *.lo
369
370clean-libtool:
371	-rm -rf .libs _libs
372install-perditionconfDATA: $(perditionconf_DATA)
373	@$(NORMAL_INSTALL)
374	@list='$(perditionconf_DATA)'; test -n "$(perditionconfdir)" || list=; \
375	if test -n "$$list"; then \
376	  echo " $(MKDIR_P) '$(DESTDIR)$(perditionconfdir)'"; \
377	  $(MKDIR_P) "$(DESTDIR)$(perditionconfdir)" || exit 1; \
378	fi; \
379	for p in $$list; do \
380	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
381	  echo "$$d$$p"; \
382	done | $(am__base_list) | \
383	while read files; do \
384          for p in $$files; do \
385            $(am__strip_dir) \
386            echo " $(INSTALL_DATA) $$p '$(DESTDIR)$(perditionconfdir)/$$f-dist'"; \
387            $(INSTALL_DATA) $$p "$(DESTDIR)$(perditionconfdir)/$$f-dist" || exit $$?; \
388          done; \
389	done
390
391uninstall-perditionconfDATA:
392	@$(NORMAL_UNINSTALL)
393	@list='$(perditionconf_DATA)'; test -n "$(perditionconfdir)" || list=; \
394	files=`for p in $$list; do echo $$p-dist; done | sed -e 's|^.*/||'`; \
395	dir='$(DESTDIR)$(perditionconfdir)'; $(am__uninstall_files_from_dir)
396tags TAGS:
397
398ctags CTAGS:
399
400cscope cscopelist:
401
402
403distdir: $(DISTFILES)
404	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
405	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
406	list='$(DISTFILES)'; \
407	  dist_files=`for file in $$list; do echo $$file; done | \
408	  sed -e "s|^$$srcdirstrip/||;t" \
409	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
410	case $$dist_files in \
411	  */*) $(MKDIR_P) `echo "$$dist_files" | \
412			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
413			   sort -u` ;; \
414	esac; \
415	for file in $$dist_files; do \
416	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
417	  if test -d $$d/$$file; then \
418	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
419	    if test -d "$(distdir)/$$file"; then \
420	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
421	    fi; \
422	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
423	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
424	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
425	    fi; \
426	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
427	  else \
428	    test -f "$(distdir)/$$file" \
429	    || cp -p $$d/$$file "$(distdir)/$$file" \
430	    || exit 1; \
431	  fi; \
432	done
433check-am: all-am
434check: check-am
435all-am: Makefile $(DATA)
436installdirs:
437	for dir in "$(DESTDIR)$(perditionconfdir)"; do \
438	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
439	done
440install: install-am
441install-exec: install-exec-am
442install-data: install-data-am
443uninstall: uninstall-am
444
445install-am: all-am
446	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
447
448installcheck: installcheck-am
449install-strip:
450	if test -z '$(STRIP)'; then \
451	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
452	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
453	      install; \
454	else \
455	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
456	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
457	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
458	fi
459mostlyclean-generic:
460
461clean-generic:
462
463distclean-generic:
464	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
465	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
466
467maintainer-clean-generic:
468	@echo "This command is intended for maintainers to use"
469	@echo "it deletes files that may require special tools to rebuild."
470clean: clean-am
471
472clean-am: clean-generic clean-libtool mostlyclean-am
473
474distclean: distclean-am
475	-rm -f Makefile
476distclean-am: clean-am distclean-generic
477
478dvi: dvi-am
479
480dvi-am:
481
482html: html-am
483
484html-am:
485
486info: info-am
487
488info-am:
489
490install-data-am: install-perditionconfDATA
491	@$(NORMAL_INSTALL)
492	$(MAKE) $(AM_MAKEFLAGS) install-data-hook
493install-dvi: install-dvi-am
494
495install-dvi-am:
496
497install-exec-am:
498
499install-html: install-html-am
500
501install-html-am:
502
503install-info: install-info-am
504
505install-info-am:
506
507install-man:
508
509install-pdf: install-pdf-am
510
511install-pdf-am:
512
513install-ps: install-ps-am
514
515install-ps-am:
516
517installcheck-am:
518
519maintainer-clean: maintainer-clean-am
520	-rm -f Makefile
521maintainer-clean-am: distclean-am maintainer-clean-generic
522
523mostlyclean: mostlyclean-am
524
525mostlyclean-am: mostlyclean-generic mostlyclean-libtool
526
527pdf: pdf-am
528
529pdf-am:
530
531ps: ps-am
532
533ps-am:
534
535uninstall-am: uninstall-local uninstall-perditionconfDATA
536
537.MAKE: install-am install-data-am install-strip
538
539.PHONY: all all-am check check-am clean clean-generic clean-libtool \
540	cscopelist-am ctags-am distclean distclean-generic \
541	distclean-libtool distdir dvi dvi-am html html-am info info-am \
542	install install-am install-data install-data-am \
543	install-data-hook install-dvi install-dvi-am install-exec \
544	install-exec-am install-html install-html-am install-info \
545	install-info-am install-man install-pdf install-pdf-am \
546	install-perditionconfDATA install-ps install-ps-am \
547	install-strip installcheck installcheck-am installdirs \
548	maintainer-clean maintainer-clean-generic mostlyclean \
549	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
550	tags-am uninstall uninstall-am uninstall-local \
551	uninstall-perditionconfDATA
552
553.PRECIOUS: Makefile
554
555
556install-data-hook:
557	(cd $(DESTDIR)$(sysconfdir)/perdition/ && rm -f Makefile && \
558		ln -sf Makefile.popmap Makefile)
559
560uninstall-local:
561	(cd $(DESTDIR)$(sysconfdir)/perdition/ && rm -f Makefile)
562
563# Tell versions [3.59,3.63) of GNU make to not export all variables.
564# Otherwise a system limit (for SysV at least) may be exceeded.
565.NOEXPORT:
566