348 lines
11 KiB
Makefile
348 lines
11 KiB
Makefile
# Makefile.in generated by automake 1.6.3 from Makefile.am.
|
|
# @configure_input@
|
|
|
|
# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
|
|
# Free Software Foundation, Inc.
|
|
# This Makefile.in is free software; the Free Software Foundation
|
|
# gives unlimited permission to copy and/or distribute it,
|
|
# with or without modifications, as long as this notice is preserved.
|
|
|
|
# This program is distributed in the hope that it will be useful,
|
|
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
|
|
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
|
|
# PARTICULAR PURPOSE.
|
|
|
|
@SET_MAKE@
|
|
|
|
#
|
|
#
|
|
SHELL = @SHELL@
|
|
|
|
srcdir = @srcdir@
|
|
top_srcdir = @top_srcdir@
|
|
VPATH = @srcdir@
|
|
prefix = @prefix@
|
|
exec_prefix = @exec_prefix@
|
|
|
|
bindir = @bindir@
|
|
sbindir = @sbindir@
|
|
libexecdir = @libexecdir@
|
|
datadir = @datadir@
|
|
sysconfdir = @sysconfdir@
|
|
sharedstatedir = @sharedstatedir@
|
|
localstatedir = @localstatedir@
|
|
libdir = @libdir@
|
|
infodir = @infodir@
|
|
mandir = @mandir@
|
|
includedir = @includedir@
|
|
oldincludedir = /usr/include
|
|
pkgdatadir = $(datadir)/@PACKAGE@
|
|
pkglibdir = $(libdir)/@PACKAGE@
|
|
pkgincludedir = $(includedir)/@PACKAGE@
|
|
top_builddir = ..
|
|
|
|
ACLOCAL = @ACLOCAL@
|
|
AUTOCONF = @AUTOCONF@
|
|
AUTOMAKE = @AUTOMAKE@
|
|
AUTOHEADER = @AUTOHEADER@
|
|
|
|
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
|
|
INSTALL = @INSTALL@
|
|
INSTALL_PROGRAM = @INSTALL_PROGRAM@
|
|
INSTALL_DATA = @INSTALL_DATA@
|
|
install_sh_DATA = $(install_sh) -c -m 644
|
|
install_sh_PROGRAM = $(install_sh) -c
|
|
install_sh_SCRIPT = $(install_sh) -c
|
|
INSTALL_SCRIPT = @INSTALL_SCRIPT@
|
|
INSTALL_HEADER = $(INSTALL_DATA)
|
|
transform = @program_transform_name@
|
|
NORMAL_INSTALL = :
|
|
PRE_INSTALL = :
|
|
POST_INSTALL = :
|
|
NORMAL_UNINSTALL = :
|
|
PRE_UNINSTALL = :
|
|
POST_UNINSTALL = :
|
|
|
|
EXEEXT = @EXEEXT@
|
|
OBJEXT = @OBJEXT@
|
|
PATH_SEPARATOR = @PATH_SEPARATOR@
|
|
AMTAR = @AMTAR@
|
|
AR = @AR@
|
|
AWK = @AWK@
|
|
CC = @CC@
|
|
COMPILER_VERSION = @COMPILER_VERSION@
|
|
CXX = @CXX@
|
|
DEPDIR = @DEPDIR@
|
|
GZIP = @GZIP@
|
|
HAVE_DOXYGEN = @HAVE_DOXYGEN@
|
|
HAVE_MAN2HTML = @HAVE_MAN2HTML@
|
|
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
|
|
MAKE = @MAKE@
|
|
PACKAGE = @PACKAGE@
|
|
RANLIB = @RANLIB@
|
|
STRIP = @STRIP@
|
|
VERSION = @VERSION@
|
|
am__include = @am__include@
|
|
am__quote = @am__quote@
|
|
e_docdir = @e_docdir@
|
|
e_examplesdir = @e_examplesdir@
|
|
e_initdir = @e_initdir@
|
|
e_libexecdir = @e_libexecdir@
|
|
e_man1dir = @e_man1dir@
|
|
e_sbindir = @e_sbindir@
|
|
e_spooldir = @e_spooldir@
|
|
install_sh = @install_sh@
|
|
|
|
stylesheet = emailrelay.css
|
|
txt_files = developer.txt reference.txt userguide.txt windows.txt
|
|
man_files_in = emailrelay.1 emailrelay-passwd.1 emailrelay-poke.1 emailrelay-submit.1
|
|
man_files_out = emailrelay.1.gz emailrelay-passwd.1.gz emailrelay-poke.1.gz emailrelay-submit.1.gz
|
|
html_files_in = doxygen_header.html
|
|
html_files_thru = index.html emailrelay-man.html $(stylesheet)
|
|
html_files_out = readme.html developer.html reference.html userguide.html windows.html changelog.html
|
|
png_files = gsmtp-classes.png gnet-classes.png
|
|
|
|
EXTRA_DIST = $(man_files_in) $(txt_files) $(html_files_in) $(html_files_thru) $(png_files)
|
|
noinst_SCRIPTS = .dox
|
|
e_man1_DATA = $(man_files_out)
|
|
e_doc_DATA = $(txt_files) $(html_files_out) $(html_files_thru)
|
|
CLEANFILES = $(noinst_SCRIPTS) $(man_files_out) $(html_files_out) doxygen/*
|
|
|
|
SUFFIXES = .txt .html
|
|
|
|
filter = $(top_builddir)/bin/emailrelay-doxygen-filter.sh
|
|
filter_src = $(top_srcdir)/bin/emailrelay-doxygen-filter.sh_
|
|
converter = $(top_builddir)/bin/txt2html.sh
|
|
converter_src = $(top_srcdir)/bin/txt2html.sh_
|
|
converter_helper1 = $(top_builddir)/bin/txt2mu.sh
|
|
converter_helper1_src = $(top_srcdir)/bin/txt2mu.sh_
|
|
converter_helper2 = $(top_builddir)/bin/mu2html.sh
|
|
converter_helper2_src = $(top_srcdir)/bin/mu2html.sh_
|
|
converter_helper3 = $(top_builddir)/bin/expand.sh
|
|
converter_helper3_src = $(top_srcdir)/bin/expand.sh_
|
|
subdir = doc
|
|
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
|
|
CONFIG_HEADER = $(top_builddir)/config.h
|
|
CONFIG_CLEAN_FILES =
|
|
SCRIPTS = $(noinst_SCRIPTS)
|
|
|
|
DIST_SOURCES =
|
|
DATA = $(e_doc_DATA) $(e_man1_DATA)
|
|
|
|
DIST_COMMON = Makefile.am Makefile.in
|
|
all: all-am
|
|
|
|
.SUFFIXES:
|
|
.SUFFIXES: .txt .html
|
|
$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.ac $(ACLOCAL_M4)
|
|
cd $(top_srcdir) && \
|
|
$(AUTOMAKE) --gnu doc/Makefile
|
|
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
|
|
cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
|
|
uninstall-info-am:
|
|
e_docDATA_INSTALL = $(INSTALL_DATA)
|
|
install-e_docDATA: $(e_doc_DATA)
|
|
@$(NORMAL_INSTALL)
|
|
$(mkinstalldirs) $(DESTDIR)$(e_docdir)
|
|
@list='$(e_doc_DATA)'; for p in $$list; do \
|
|
if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
|
|
f="`echo $$p | sed -e 's|^.*/||'`"; \
|
|
echo " $(e_docDATA_INSTALL) $$d$$p $(DESTDIR)$(e_docdir)/$$f"; \
|
|
$(e_docDATA_INSTALL) $$d$$p $(DESTDIR)$(e_docdir)/$$f; \
|
|
done
|
|
|
|
uninstall-e_docDATA:
|
|
@$(NORMAL_UNINSTALL)
|
|
@list='$(e_doc_DATA)'; for p in $$list; do \
|
|
f="`echo $$p | sed -e 's|^.*/||'`"; \
|
|
echo " rm -f $(DESTDIR)$(e_docdir)/$$f"; \
|
|
rm -f $(DESTDIR)$(e_docdir)/$$f; \
|
|
done
|
|
e_man1DATA_INSTALL = $(INSTALL_DATA)
|
|
install-e_man1DATA: $(e_man1_DATA)
|
|
@$(NORMAL_INSTALL)
|
|
$(mkinstalldirs) $(DESTDIR)$(e_man1dir)
|
|
@list='$(e_man1_DATA)'; for p in $$list; do \
|
|
if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
|
|
f="`echo $$p | sed -e 's|^.*/||'`"; \
|
|
echo " $(e_man1DATA_INSTALL) $$d$$p $(DESTDIR)$(e_man1dir)/$$f"; \
|
|
$(e_man1DATA_INSTALL) $$d$$p $(DESTDIR)$(e_man1dir)/$$f; \
|
|
done
|
|
|
|
uninstall-e_man1DATA:
|
|
@$(NORMAL_UNINSTALL)
|
|
@list='$(e_man1_DATA)'; for p in $$list; do \
|
|
f="`echo $$p | sed -e 's|^.*/||'`"; \
|
|
echo " rm -f $(DESTDIR)$(e_man1dir)/$$f"; \
|
|
rm -f $(DESTDIR)$(e_man1dir)/$$f; \
|
|
done
|
|
tags: TAGS
|
|
TAGS:
|
|
|
|
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
|
|
|
|
top_distdir = ..
|
|
distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
|
|
|
|
distdir: $(DISTFILES)
|
|
@list='$(DISTFILES)'; for file in $$list; do \
|
|
if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
|
|
dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
|
|
if test "$$dir" != "$$file" && test "$$dir" != "."; then \
|
|
dir="/$$dir"; \
|
|
$(mkinstalldirs) "$(distdir)$$dir"; \
|
|
else \
|
|
dir=''; \
|
|
fi; \
|
|
if test -d $$d/$$file; then \
|
|
if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
|
|
cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
|
|
fi; \
|
|
cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
|
|
else \
|
|
test -f $(distdir)/$$file \
|
|
|| cp -p $$d/$$file $(distdir)/$$file \
|
|
|| exit 1; \
|
|
fi; \
|
|
done
|
|
check-am: all-am
|
|
check: check-am
|
|
all-am: Makefile $(SCRIPTS) $(DATA)
|
|
|
|
installdirs:
|
|
$(mkinstalldirs) $(DESTDIR)$(e_docdir) $(DESTDIR)$(e_man1dir)
|
|
|
|
install: install-am
|
|
install-exec: install-exec-am
|
|
install-data: install-data-am
|
|
uninstall: uninstall-am
|
|
|
|
install-am: all-am
|
|
@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
|
|
|
|
installcheck: installcheck-am
|
|
install-strip:
|
|
$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
|
|
INSTALL_STRIP_FLAG=-s \
|
|
`test -z '$(STRIP)' || \
|
|
echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
|
|
mostlyclean-generic:
|
|
|
|
clean-generic:
|
|
-test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
|
|
|
|
distclean-generic:
|
|
-rm -f Makefile $(CONFIG_CLEAN_FILES)
|
|
|
|
maintainer-clean-generic:
|
|
@echo "This command is intended for maintainers to use"
|
|
@echo "it deletes files that may require special tools to rebuild."
|
|
clean: clean-am
|
|
|
|
clean-am: clean-generic mostlyclean-am
|
|
|
|
distclean: distclean-am
|
|
|
|
distclean-am: clean-am distclean-generic
|
|
|
|
dvi: dvi-am
|
|
|
|
dvi-am:
|
|
|
|
info: info-am
|
|
|
|
info-am:
|
|
|
|
install-data-am: install-data-local install-e_docDATA install-e_man1DATA
|
|
|
|
install-exec-am:
|
|
|
|
install-info: install-info-am
|
|
|
|
install-man:
|
|
|
|
installcheck-am:
|
|
|
|
maintainer-clean: maintainer-clean-am
|
|
|
|
maintainer-clean-am: distclean-am maintainer-clean-generic
|
|
|
|
mostlyclean: mostlyclean-am
|
|
|
|
mostlyclean-am: mostlyclean-generic
|
|
|
|
uninstall-am: uninstall-e_docDATA uninstall-e_man1DATA uninstall-info-am \
|
|
uninstall-local
|
|
|
|
.PHONY: all all-am check check-am clean clean-generic distclean \
|
|
distclean-generic distdir dvi dvi-am info info-am install \
|
|
install-am install-data install-data-am install-data-local \
|
|
install-e_docDATA install-e_man1DATA install-exec \
|
|
install-exec-am install-info install-info-am install-man \
|
|
install-strip installcheck installcheck-am installdirs \
|
|
maintainer-clean maintainer-clean-generic mostlyclean \
|
|
mostlyclean-generic uninstall uninstall-am uninstall-e_docDATA \
|
|
uninstall-e_man1DATA uninstall-info-am uninstall-local
|
|
|
|
|
|
.txt.html:
|
|
$(converter) -a "$(AWK)" $(top_srcdir)/doc/$*.txt $(stylesheet) > $*.html
|
|
|
|
$(filter): $(filter_src)
|
|
cp $(filter_src) $(filter)
|
|
chmod ugo+x $(filter)
|
|
|
|
$(converter): $(converter_src) $(converter_helper1) $(converter_helper2) $(converter_helper3)
|
|
cp $(converter_src) $(converter)
|
|
chmod ugo+x $(converter)
|
|
|
|
$(converter_helper1): $(converter_helper1_src)
|
|
cp $(converter_helper1_src) $(converter_helper1)
|
|
chmod ugo+x $(converter_helper1)
|
|
|
|
$(converter_helper2): $(converter_helper2_src)
|
|
cp $(converter_helper2_src) $(converter_helper2)
|
|
chmod ugo+x $(converter_helper2)
|
|
|
|
$(converter_helper3): $(converter_helper3_src)
|
|
cp $(converter_helper3_src) $(converter_helper3)
|
|
chmod ugo+x $(converter_helper3)
|
|
|
|
.dox: $(filter)
|
|
if test "$(HAVE_DOXYGEN)" = "yes" ; then cat $(top_srcdir)/src/main/doxygen.cfg | sed "s:__TOP_SRC__:$(top_srcdir):g" | sed "s:__TOP_BUILD__:$(top_builddir):g" | doxygen - && touch .dox ; else echo no doxygen ; fi
|
|
|
|
emailrelay-man.html: emailrelay.1
|
|
if test "$(HAVE_MAN2HTML)" = "yes" ; then man2html emailrelay.1 > emailrelay-man.html ; fi
|
|
|
|
developer.html reference.html userguide.html: $(converter)
|
|
|
|
readme.html: $(top_srcdir)/README $(converter)
|
|
$(converter) -a "$(AWK)" $(top_srcdir)/README $(stylesheet) > readme.html
|
|
|
|
changelog.html: $(top_srcdir)/ChangeLog $(converter)
|
|
$(converter) -a "$(AWK)" $(top_srcdir)/ChangeLog $(stylesheet) > changelog.html
|
|
|
|
emailrelay.1.gz : emailrelay.1
|
|
if test -n "$(GZIP)" ; then $(GZIP) -c $(top_srcdir)/doc/emailrelay.1 > emailrelay.1.gz ; fi
|
|
|
|
emailrelay-passwd.1.gz : emailrelay-passwd.1
|
|
if test -n "$(GZIP)" ; then $(GZIP) -c $(top_srcdir)/doc/emailrelay-passwd.1 > emailrelay-passwd.1.gz ; fi
|
|
|
|
emailrelay-submit.1.gz : emailrelay-submit.1
|
|
if test -n "$(GZIP)" ; then $(GZIP) -c $(top_srcdir)/doc/emailrelay-submit.1 > emailrelay-submit.1.gz ; fi
|
|
|
|
emailrelay-poke.1.gz: emailrelay-poke.1
|
|
if test -n "$(GZIP)" ; then $(GZIP) -c $(top_srcdir)/doc/emailrelay-poke.1 > emailrelay-poke.1.gz ; fi
|
|
|
|
install-data-local: install-e_docDATA install-e_man1DATA
|
|
$(mkinstalldirs) $(DESTDIR)$(e_docdir)/doxygen
|
|
if test "$(HAVE_DOXYGEN)" = "yes" ; then for file in doxygen/* ; do $(INSTALL) $$file $(DESTDIR)$(e_docdir)/$$file ; done ; fi
|
|
|
|
uninstall-local:
|
|
-rm -f $(DESTDIR)$(e_docdir)/doxygen/* 2>/dev/null
|
|
-rmdir $(DESTDIR)$(e_docdir)/doxygen 2>/dev/null
|
|
-rmdir $(DESTDIR)$(e_docdir) 2>/dev/null
|
|
# Tell versions [3.59,3.63) of GNU make to not export all variables.
|
|
# Otherwise a system limit (for SysV at least) may be exceeded.
|
|
.NOEXPORT:
|