masqmail-0.2

view docs/xml/Makefile.in @ 0:08114f7dcc23

this is masqmail-0.2.21 from oliver kurth
author meillo@marmaro.de
date Fri, 26 Sep 2008 17:05:23 +0200
parents
children af25f5c39d90
line source
1 # Makefile.in generated by automake 1.7.9 from Makefile.am.
2 # @configure_input@
4 # Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003
5 # Free Software Foundation, Inc.
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.
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.
15 @SET_MAKE@
17 srcdir = @srcdir@
18 top_srcdir = @top_srcdir@
19 VPATH = @srcdir@
20 pkgdatadir = $(datadir)/@PACKAGE@
21 pkglibdir = $(libdir)/@PACKAGE@
22 pkgincludedir = $(includedir)/@PACKAGE@
23 top_builddir = ../..
25 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
26 INSTALL = @INSTALL@
27 install_sh_DATA = $(install_sh) -c -m 644
28 install_sh_PROGRAM = $(install_sh) -c
29 install_sh_SCRIPT = $(install_sh) -c
30 INSTALL_HEADER = $(INSTALL_DATA)
31 transform = $(program_transform_name)
32 NORMAL_INSTALL = :
33 PRE_INSTALL = :
34 POST_INSTALL = :
35 NORMAL_UNINSTALL = :
36 PRE_UNINSTALL = :
37 POST_UNINSTALL = :
38 ACLOCAL = @ACLOCAL@
39 AMDEP_FALSE = @AMDEP_FALSE@
40 AMDEP_TRUE = @AMDEP_TRUE@
41 AMTAR = @AMTAR@
42 AUTOCONF = @AUTOCONF@
43 AUTOHEADER = @AUTOHEADER@
44 AUTOMAKE = @AUTOMAKE@
45 AWK = @AWK@
46 BASE64_LIBS = @BASE64_LIBS@
47 CC = @CC@
48 CCDEPMODE = @CCDEPMODE@
49 CFLAGS = @CFLAGS@
50 CPP = @CPP@
51 CPPFLAGS = @CPPFLAGS@
52 CYGPATH_W = @CYGPATH_W@
53 DEFS = @DEFS@
54 DEPDIR = @DEPDIR@
55 ECHO_C = @ECHO_C@
56 ECHO_N = @ECHO_N@
57 ECHO_T = @ECHO_T@
58 EGREP = @EGREP@
59 EXEEXT = @EXEEXT@
60 GLIB_CFLAGS = @GLIB_CFLAGS@
61 GLIB_LIBS = @GLIB_LIBS@
62 IDENT_LIBS = @IDENT_LIBS@
63 INSTALL_DATA = @INSTALL_DATA@
64 INSTALL_PROGRAM = @INSTALL_PROGRAM@
65 INSTALL_SCRIPT = @INSTALL_SCRIPT@
66 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
67 LDFLAGS = @LDFLAGS@
68 LIBOBJS = @LIBOBJS@
69 LIBS = @LIBS@
70 LOCKFILE_LIBS = @LOCKFILE_LIBS@
71 LTLIBOBJS = @LTLIBOBJS@
72 MAKEINFO = @MAKEINFO@
73 MD5_LIBS = @MD5_LIBS@
74 OBJEXT = @OBJEXT@
75 PACKAGE = @PACKAGE@
76 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
77 PACKAGE_NAME = @PACKAGE_NAME@
78 PACKAGE_STRING = @PACKAGE_STRING@
79 PACKAGE_TARNAME = @PACKAGE_TARNAME@
80 PACKAGE_VERSION = @PACKAGE_VERSION@
81 PATH_SEPARATOR = @PATH_SEPARATOR@
82 PKG_CONFIG = @PKG_CONFIG@
83 RANLIB = @RANLIB@
84 RESOLV_LIBS = @RESOLV_LIBS@
85 SET_MAKE = @SET_MAKE@
86 SHELL = @SHELL@
87 STRIP = @STRIP@
88 USE_LIBLOCKFILE = @USE_LIBLOCKFILE@
89 VERSION = @VERSION@
90 ac_ct_CC = @ac_ct_CC@
91 ac_ct_RANLIB = @ac_ct_RANLIB@
92 ac_ct_STRIP = @ac_ct_STRIP@
93 ac_pt_PKG_CONFIG = @ac_pt_PKG_CONFIG@
94 am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
95 am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
96 am__include = @am__include@
97 am__leading_dot = @am__leading_dot@
98 am__quote = @am__quote@
99 bindir = @bindir@
100 build_alias = @build_alias@
101 datadir = @datadir@
102 exec_prefix = @exec_prefix@
103 has_ident = @has_ident@
104 host_alias = @host_alias@
105 includedir = @includedir@
106 infodir = @infodir@
107 install_sh = @install_sh@
108 libdir = @libdir@
109 libexecdir = @libexecdir@
110 localstatedir = @localstatedir@
111 mandir = @mandir@
112 oldincludedir = @oldincludedir@
113 prefix = @prefix@
114 program_transform_name = @program_transform_name@
115 sbindir = @sbindir@
116 sharedstatedir = @sharedstatedir@
117 sysconfdir = @sysconfdir@
118 target_alias = @target_alias@
119 with_confdir = @with_confdir@
120 with_group = @with_group@
121 with_logdir = @with_logdir@
122 with_spooldir = @with_spooldir@
123 with_user = @with_user@
124 EXTRA_DIST = *.xml
125 subdir = docs/xml
126 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
127 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
128 CONFIG_HEADER = $(top_builddir)/config.h
129 CONFIG_CLEAN_FILES =
130 DIST_SOURCES =
131 DIST_COMMON = $(srcdir)/Makefile.in Makefile.am
132 all: all-am
134 .SUFFIXES:
135 $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.ac $(ACLOCAL_M4)
136 cd $(top_srcdir) && \
137 $(AUTOMAKE) --gnu docs/xml/Makefile
138 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
139 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
140 uninstall-info-am:
141 tags: TAGS
142 TAGS:
144 ctags: CTAGS
145 CTAGS:
147 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
149 top_distdir = ../..
150 distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
152 distdir: $(DISTFILES)
153 @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
154 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
155 list='$(DISTFILES)'; for file in $$list; do \
156 case $$file in \
157 $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
158 $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
159 esac; \
160 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
161 dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
162 if test "$$dir" != "$$file" && test "$$dir" != "."; then \
163 dir="/$$dir"; \
164 $(mkinstalldirs) "$(distdir)$$dir"; \
165 else \
166 dir=''; \
167 fi; \
168 if test -d $$d/$$file; then \
169 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
170 cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
171 fi; \
172 cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
173 else \
174 test -f $(distdir)/$$file \
175 || cp -p $$d/$$file $(distdir)/$$file \
176 || exit 1; \
177 fi; \
178 done
179 check-am: all-am
180 check: check-am
181 all-am: Makefile
183 installdirs:
184 install: install-am
185 install-exec: install-exec-am
186 install-data: install-data-am
187 uninstall: uninstall-am
189 install-am: all-am
190 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
192 installcheck: installcheck-am
193 install-strip:
194 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
195 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
196 `test -z '$(STRIP)' || \
197 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
198 mostlyclean-generic:
200 clean-generic:
202 distclean-generic:
203 -rm -f $(CONFIG_CLEAN_FILES)
205 maintainer-clean-generic:
206 @echo "This command is intended for maintainers to use"
207 @echo "it deletes files that may require special tools to rebuild."
208 clean: clean-am
210 clean-am: clean-generic mostlyclean-am
212 distclean: distclean-am
213 -rm -f Makefile
214 distclean-am: clean-am distclean-generic
216 dvi: dvi-am
218 dvi-am:
220 info: info-am
222 info-am:
224 install-data-am:
226 install-exec-am:
228 install-info: install-info-am
230 install-man:
232 installcheck-am:
234 maintainer-clean: maintainer-clean-am
235 -rm -f Makefile
236 maintainer-clean-am: distclean-am maintainer-clean-generic
238 mostlyclean: mostlyclean-am
240 mostlyclean-am: mostlyclean-generic
242 pdf: pdf-am
244 pdf-am:
246 ps: ps-am
248 ps-am:
250 uninstall-am: uninstall-info-am
252 .PHONY: all all-am check check-am clean clean-generic distclean \
253 distclean-generic distdir dvi dvi-am info info-am install \
254 install-am install-data install-data-am install-exec \
255 install-exec-am install-info install-info-am install-man \
256 install-strip installcheck installcheck-am installdirs \
257 maintainer-clean maintainer-clean-generic mostlyclean \
258 mostlyclean-generic pdf pdf-am ps ps-am uninstall uninstall-am \
259 uninstall-info-am
261 # Tell versions [3.59,3.63) of GNU make to not export all variables.
262 # Otherwise a system limit (for SysV at least) may be exceeded.
263 .NOEXPORT: