Andreas Krennmair:
[apps/madmutt.git] / m4 / Makefile.in
1 # Makefile.in generated automatically by automake 1.4-p4 from Makefile.am
2
3 # Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc.
4 # This Makefile.in is free software; the Free Software Foundation
5 # gives unlimited permission to copy and/or distribute it,
6 # with or without modifications, as long as this notice is preserved.
7
8 # This program is distributed in the hope that it will be useful,
9 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
10 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
11 # PARTICULAR PURPOSE.
12
13
14 SHELL = @SHELL@
15
16 srcdir = @srcdir@
17 top_srcdir = @top_srcdir@
18 VPATH = @srcdir@
19 prefix = @prefix@
20 exec_prefix = @exec_prefix@
21
22 bindir = @bindir@
23 sbindir = @sbindir@
24 libexecdir = @libexecdir@
25 datadir = @datadir@
26 sysconfdir = @sysconfdir@
27 sharedstatedir = @sharedstatedir@
28 localstatedir = @localstatedir@
29 libdir = @libdir@
30 infodir = @infodir@
31 mandir = @mandir@
32 includedir = @includedir@
33 oldincludedir = /usr/include
34
35 DESTDIR =
36
37 pkgdatadir = $(datadir)/@PACKAGE@
38 pkglibdir = $(libdir)/@PACKAGE@
39 pkgincludedir = $(includedir)/@PACKAGE@
40
41 top_builddir = ..
42
43 ACLOCAL = @ACLOCAL@
44 AUTOCONF = @AUTOCONF@
45 AUTOMAKE = @AUTOMAKE@
46 AUTOHEADER = @AUTOHEADER@
47
48 INSTALL = @INSTALL@
49 INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
50 INSTALL_DATA = @INSTALL_DATA@
51 INSTALL_SCRIPT = @INSTALL_SCRIPT@
52 transform = @program_transform_name@
53
54 NORMAL_INSTALL = :
55 PRE_INSTALL = :
56 POST_INSTALL = :
57 NORMAL_UNINSTALL = :
58 PRE_UNINSTALL = :
59 POST_UNINSTALL = :
60 host_alias = @host_alias@
61 host_triplet = @host@
62 AR = @AR@
63 BUILD_INCLUDED_LIBINTL = @BUILD_INCLUDED_LIBINTL@
64 CATALOGS = @CATALOGS@
65 CATOBJEXT = @CATOBJEXT@
66 CC = @CC@
67 CPP = @CPP@
68 DATADIRNAME = @DATADIRNAME@
69 DBX = @DBX@
70 DEBUGGER = @DEBUGGER@
71 DOTLOCK_GROUP = @DOTLOCK_GROUP@
72 DOTLOCK_PERMISSION = @DOTLOCK_PERMISSION@
73 DOTLOCK_TARGET = @DOTLOCK_TARGET@
74 GDB = @GDB@
75 GENCAT = @GENCAT@
76 GLIBC21 = @GLIBC21@
77 GMOFILES = @GMOFILES@
78 GMSGFMT = @GMSGFMT@
79 INSTOBJEXT = @INSTOBJEXT@
80 INTLBISON = @INTLBISON@
81 INTLLIBS = @INTLLIBS@
82 INTLOBJS = @INTLOBJS@
83 INTL_LIBTOOL_SUFFIX_PREFIX = @INTL_LIBTOOL_SUFFIX_PREFIX@
84 ISPELL = @ISPELL@
85 KRB5CFGPATH = @KRB5CFGPATH@
86 LIBICONV = @LIBICONV@
87 LIBIMAP = @LIBIMAP@
88 LIBIMAPDEPS = @LIBIMAPDEPS@
89 MAKEINFO = @MAKEINFO@
90 MKINSTALLDIRS = @MKINSTALLDIRS@
91 MSGFMT = @MSGFMT@
92 MUTTLIBS = @MUTTLIBS@
93 MUTT_LIB_OBJECTS = @MUTT_LIB_OBJECTS@
94 OPS = @OPS@
95 PACKAGE = @PACKAGE@
96 PGPAUX_TARGET = @PGPAUX_TARGET@
97 POFILES = @POFILES@
98 POSUB = @POSUB@
99 RANLIB = @RANLIB@
100 SDB = @SDB@
101 SENDMAIL = @SENDMAIL@
102 SMIMEAUX_TARGET = @SMIMEAUX_TARGET@
103 SUBVERSION = @SUBVERSION@
104 U = @U@
105 USE_INCLUDED_LIBINTL = @USE_INCLUDED_LIBINTL@
106 USE_NLS = @USE_NLS@
107 VERSION = @VERSION@
108 docdir = @docdir@
109 mutt_libesmtp_config_path = @mutt_libesmtp_config_path@
110
111 EXTRA_DIST = README Makefile.am.in codeset.m4 curslib.m4 funcdecl.m4 gettext.m4 glibc21.m4 gssapi.m4 iconv.m4 lcmessage.m4 libesmtp.m4 progtest.m4
112
113 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
114 CONFIG_HEADER = ../config.h
115 CONFIG_CLEAN_FILES = 
116 DIST_COMMON =  README Makefile.am Makefile.in
117
118
119 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
120
121 TAR = tar
122 GZIP_ENV = --best
123 all: all-redirect
124 .SUFFIXES:
125 $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) 
126         cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps m4/Makefile
127
128 Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status
129         cd $(top_builddir) \
130           && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
131
132 tags: TAGS
133 TAGS:
134
135
136 distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
137
138 subdir = m4
139
140 distdir: $(DISTFILES)
141         @for file in $(DISTFILES); do \
142           d=$(srcdir); \
143           if test -d $$d/$$file; then \
144             cp -pr $$d/$$file $(distdir)/$$file; \
145           else \
146             test -f $(distdir)/$$file \
147             || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
148             || cp -p $$d/$$file $(distdir)/$$file || :; \
149           fi; \
150         done
151 info-am:
152 info: info-am
153 dvi-am:
154 dvi: dvi-am
155 check-am: all-am
156 check: check-am
157 installcheck-am:
158 installcheck: installcheck-am
159 install-exec-am:
160 install-exec: install-exec-am
161
162 install-data-am:
163 install-data: install-data-am
164
165 install-am: all-am
166         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
167 install: install-am
168 uninstall-am:
169 uninstall: uninstall-am
170 all-am: Makefile
171 all-redirect: all-am
172 install-strip:
173         $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
174 installdirs:
175
176
177 mostlyclean-generic:
178
179 clean-generic:
180
181 distclean-generic:
182         -rm -f Makefile $(CONFIG_CLEAN_FILES)
183         -rm -f config.cache config.log stamp-h stamp-h[0-9]*
184
185 maintainer-clean-generic:
186 mostlyclean-am:  mostlyclean-generic
187
188 mostlyclean: mostlyclean-am
189
190 clean-am:  clean-generic mostlyclean-am
191
192 clean: clean-am
193
194 distclean-am:  distclean-generic clean-am
195
196 distclean: distclean-am
197
198 maintainer-clean-am:  maintainer-clean-generic distclean-am
199         @echo "This command is intended for maintainers to use;"
200         @echo "it deletes files that may require special tools to rebuild."
201
202 maintainer-clean: maintainer-clean-am
203
204 .PHONY: tags distdir info-am info dvi-am dvi check check-am \
205 installcheck-am installcheck install-exec-am install-exec \
206 install-data-am install-data install-am install uninstall-am uninstall \
207 all-redirect all-am all installdirs mostlyclean-generic \
208 distclean-generic clean-generic maintainer-clean-generic clean \
209 mostlyclean distclean maintainer-clean
210
211
212 Makefile.am: Makefile.am.in
213         rm -f $@ $@t
214         sed -n '1,/^##m4-files-begin/p' Makefile.am.in > $@t
215         ( (echo EXTRA_DIST = README Makefile.am.in | tr '\012' @); \
216           (echo *.m4|tr ' ' @) ) \
217           |sed 's/@$$/%/;s/@/ \\@/g' |tr @% '\012\012' \
218           >> $@t
219         sed -n '/^##m4-files-end/,$$p' Makefile.am.in >> $@t
220         chmod a-w $@t
221         mv $@t $@
222
223 # Tell versions [3.59,3.63) of GNU make to not export all variables.
224 # Otherwise a system limit (for SysV at least) may be exceeded.
225 .NOEXPORT: