masqmail

view src/base64/Makefile.in @ 378:5781ba87df95

Removed ident. This had been discussed on the mailing list in Oct 2011. Ident is hardly useful in typical setups for masqmail. Probably Oliver had used it in his setup; that would make sense. Now, I know of nobody who needs it.
author markus schnalke <meillo@marmaro.de>
date Sat, 14 Jan 2012 21:36:58 +0100
parents 907fee7c081a
children d209b4846f2b
line source
1 # Makefile.in generated by automake 1.11.1 from Makefile.am.
2 # @configure_input@
4 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5 # 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation,
6 # Inc.
7 # This Makefile.in is free software; the Free Software Foundation
8 # gives unlimited permission to copy and/or distribute it,
9 # with or without modifications, as long as this notice is preserved.
11 # This program is distributed in the hope that it will be useful,
12 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
13 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
14 # PARTICULAR PURPOSE.
16 @SET_MAKE@
19 VPATH = @srcdir@
20 pkgdatadir = $(datadir)/@PACKAGE@
21 pkgincludedir = $(includedir)/@PACKAGE@
22 pkglibdir = $(libdir)/@PACKAGE@
23 pkglibexecdir = $(libexecdir)/@PACKAGE@
24 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
25 install_sh_DATA = $(install_sh) -c -m 644
26 install_sh_PROGRAM = $(install_sh) -c
27 install_sh_SCRIPT = $(install_sh) -c
28 INSTALL_HEADER = $(INSTALL_DATA)
29 transform = $(program_transform_name)
30 NORMAL_INSTALL = :
31 PRE_INSTALL = :
32 POST_INSTALL = :
33 NORMAL_UNINSTALL = :
34 PRE_UNINSTALL = :
35 POST_UNINSTALL = :
36 noinst_PROGRAMS = base64enc$(EXEEXT) base64dec$(EXEEXT)
37 subdir = src/base64
38 DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
39 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
40 am__aclocal_m4_deps = $(top_srcdir)/configure.ac
41 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
42 $(ACLOCAL_M4)
43 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
44 CONFIG_HEADER = $(top_builddir)/config.h
45 CONFIG_CLEAN_FILES =
46 CONFIG_CLEAN_VPATH_FILES =
47 LIBRARIES = $(noinst_LIBRARIES)
48 AR = ar
49 ARFLAGS = cru
50 libbase64_a_AR = $(AR) $(ARFLAGS)
51 libbase64_a_LIBADD =
52 am_libbase64_a_OBJECTS = base64.$(OBJEXT)
53 libbase64_a_OBJECTS = $(am_libbase64_a_OBJECTS)
54 PROGRAMS = $(noinst_PROGRAMS)
55 am_base64dec_OBJECTS = base64dec.$(OBJEXT) base64.$(OBJEXT)
56 base64dec_OBJECTS = $(am_base64dec_OBJECTS)
57 base64dec_DEPENDENCIES =
58 am_base64enc_OBJECTS = base64enc.$(OBJEXT) base64.$(OBJEXT)
59 base64enc_OBJECTS = $(am_base64enc_OBJECTS)
60 base64enc_DEPENDENCIES =
61 DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
62 depcomp = $(SHELL) $(top_srcdir)/depcomp
63 am__depfiles_maybe = depfiles
64 am__mv = mv -f
65 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
66 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
67 CCLD = $(CC)
68 LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
69 SOURCES = $(libbase64_a_SOURCES) $(base64dec_SOURCES) \
70 $(base64enc_SOURCES)
71 DIST_SOURCES = $(libbase64_a_SOURCES) $(base64dec_SOURCES) \
72 $(base64enc_SOURCES)
73 ETAGS = etags
74 CTAGS = ctags
75 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
76 ACLOCAL = @ACLOCAL@
77 AMTAR = @AMTAR@
78 AUTOCONF = @AUTOCONF@
79 AUTOHEADER = @AUTOHEADER@
80 AUTOMAKE = @AUTOMAKE@
81 AWK = @AWK@
82 BASE64_LIBS = @BASE64_LIBS@
83 CC = @CC@
84 CCDEPMODE = @CCDEPMODE@
85 CFLAGS = @CFLAGS@
86 CPP = @CPP@
87 CPPFLAGS = @CPPFLAGS@
88 CYGPATH_W = @CYGPATH_W@
89 DEFS = @DEFS@
90 DEPDIR = @DEPDIR@
91 ECHO_C = @ECHO_C@
92 ECHO_N = @ECHO_N@
93 ECHO_T = @ECHO_T@
94 EGREP = @EGREP@
95 EXEEXT = @EXEEXT@
96 GLIB_CFLAGS = @GLIB_CFLAGS@
97 GLIB_LIBS = @GLIB_LIBS@
98 GREP = @GREP@
99 INSTALL = @INSTALL@
100 INSTALL_DATA = @INSTALL_DATA@
101 INSTALL_PROGRAM = @INSTALL_PROGRAM@
102 INSTALL_SCRIPT = @INSTALL_SCRIPT@
103 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
104 LDFLAGS = @LDFLAGS@
105 LIBOBJS = @LIBOBJS@
106 LIBS = @LIBS@
107 LOCKFILE_LIBS = @LOCKFILE_LIBS@
108 LTLIBOBJS = @LTLIBOBJS@
109 MAKEINFO = @MAKEINFO@
110 MD5_LIBS = @MD5_LIBS@
111 MKDIR_P = @MKDIR_P@
112 OBJEXT = @OBJEXT@
113 PACKAGE = @PACKAGE@
114 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
115 PACKAGE_NAME = @PACKAGE_NAME@
116 PACKAGE_STRING = @PACKAGE_STRING@
117 PACKAGE_TARNAME = @PACKAGE_TARNAME@
118 PACKAGE_URL = @PACKAGE_URL@
119 PACKAGE_VERSION = @PACKAGE_VERSION@
120 PATH_SEPARATOR = @PATH_SEPARATOR@
121 PKG_CONFIG = @PKG_CONFIG@
122 PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
123 PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
124 RANLIB = @RANLIB@
125 RESOLV_LIBS = @RESOLV_LIBS@
126 SET_MAKE = @SET_MAKE@
127 SHELL = @SHELL@
128 STRIP = @STRIP@
129 USE_LIBLOCKFILE = @USE_LIBLOCKFILE@
130 VERSION = @VERSION@
131 abs_builddir = @abs_builddir@
132 abs_srcdir = @abs_srcdir@
133 abs_top_builddir = @abs_top_builddir@
134 abs_top_srcdir = @abs_top_srcdir@
135 ac_ct_CC = @ac_ct_CC@
136 am__include = @am__include@
137 am__leading_dot = @am__leading_dot@
138 am__quote = @am__quote@
139 am__tar = @am__tar@
140 am__untar = @am__untar@
141 bindir = @bindir@
142 build_alias = @build_alias@
143 builddir = @builddir@
144 datadir = @datadir@
145 datarootdir = @datarootdir@
146 docdir = @docdir@
147 dvidir = @dvidir@
148 exec_prefix = @exec_prefix@
149 host_alias = @host_alias@
150 htmldir = @htmldir@
151 includedir = @includedir@
152 infodir = @infodir@
153 install_sh = @install_sh@
154 libdir = @libdir@
155 libexecdir = @libexecdir@
156 localedir = @localedir@
157 localstatedir = @localstatedir@
158 mandir = @mandir@
159 mkdir_p = @mkdir_p@
160 oldincludedir = @oldincludedir@
161 pdfdir = @pdfdir@
162 prefix = @prefix@
163 program_transform_name = @program_transform_name@
164 psdir = @psdir@
165 sbindir = @sbindir@
166 sharedstatedir = @sharedstatedir@
167 srcdir = @srcdir@
168 sysconfdir = @sysconfdir@
169 target_alias = @target_alias@
170 top_build_prefix = @top_build_prefix@
171 top_builddir = @top_builddir@
172 top_srcdir = @top_srcdir@
173 with_confdir = @with_confdir@
174 with_group = @with_group@
175 with_logdir = @with_logdir@
176 with_spooldir = @with_spooldir@
177 with_user = @with_user@
178 AM_CFLAGS = @CFLAGS@ @GLIB_CFLAGS@ -D_GNU_SOURCE
179 noinst_LIBRARIES = libbase64.a
180 base64enc_SOURCES = \
181 base64.h\
182 base64enc.c\
183 base64.c
185 base64dec_SOURCES = \
186 base64.h\
187 base64dec.c\
188 base64.c
190 libbase64_a_SOURCES = \
191 base64.h\
192 base64.c
194 base64enc_LDADD = @GLIB_LIBS@
195 base64dec_LDADD = @GLIB_LIBS@
196 all: all-am
198 .SUFFIXES:
199 .SUFFIXES: .c .o .obj
200 $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
201 @for dep in $?; do \
202 case '$(am__configure_deps)' in \
203 *$$dep*) \
204 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
205 && { if test -f $@; then exit 0; else break; fi; }; \
206 exit 1;; \
207 esac; \
208 done; \
209 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu src/base64/Makefile'; \
210 $(am__cd) $(top_srcdir) && \
211 $(AUTOMAKE) --gnu src/base64/Makefile
212 .PRECIOUS: Makefile
213 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
214 @case '$?' in \
215 *config.status*) \
216 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
217 *) \
218 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
219 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
220 esac;
222 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
223 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
225 $(top_srcdir)/configure: $(am__configure_deps)
226 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
227 $(ACLOCAL_M4): $(am__aclocal_m4_deps)
228 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
229 $(am__aclocal_m4_deps):
231 clean-noinstLIBRARIES:
232 -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
233 libbase64.a: $(libbase64_a_OBJECTS) $(libbase64_a_DEPENDENCIES)
234 -rm -f libbase64.a
235 $(libbase64_a_AR) libbase64.a $(libbase64_a_OBJECTS) $(libbase64_a_LIBADD)
236 $(RANLIB) libbase64.a
238 clean-noinstPROGRAMS:
239 -test -z "$(noinst_PROGRAMS)" || rm -f $(noinst_PROGRAMS)
240 base64dec$(EXEEXT): $(base64dec_OBJECTS) $(base64dec_DEPENDENCIES)
241 @rm -f base64dec$(EXEEXT)
242 $(LINK) $(base64dec_OBJECTS) $(base64dec_LDADD) $(LIBS)
243 base64enc$(EXEEXT): $(base64enc_OBJECTS) $(base64enc_DEPENDENCIES)
244 @rm -f base64enc$(EXEEXT)
245 $(LINK) $(base64enc_OBJECTS) $(base64enc_LDADD) $(LIBS)
247 mostlyclean-compile:
248 -rm -f *.$(OBJEXT)
250 distclean-compile:
251 -rm -f *.tab.c
253 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/base64.Po@am__quote@
254 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/base64dec.Po@am__quote@
255 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/base64enc.Po@am__quote@
257 .c.o:
258 @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
259 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
260 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
261 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
262 @am__fastdepCC_FALSE@ $(COMPILE) -c $<
264 .c.obj:
265 @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
266 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
267 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
268 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
269 @am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'`
271 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
272 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
273 unique=`for i in $$list; do \
274 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
275 done | \
276 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
277 END { if (nonempty) { for (i in files) print i; }; }'`; \
278 mkid -fID $$unique
279 tags: TAGS
281 TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
282 $(TAGS_FILES) $(LISP)
283 set x; \
284 here=`pwd`; \
285 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
286 unique=`for i in $$list; do \
287 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
288 done | \
289 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
290 END { if (nonempty) { for (i in files) print i; }; }'`; \
291 shift; \
292 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
293 test -n "$$unique" || unique=$$empty_fix; \
294 if test $$# -gt 0; then \
295 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
296 "$$@" $$unique; \
297 else \
298 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
299 $$unique; \
300 fi; \
301 fi
302 ctags: CTAGS
303 CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
304 $(TAGS_FILES) $(LISP)
305 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
306 unique=`for i in $$list; do \
307 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
308 done | \
309 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
310 END { if (nonempty) { for (i in files) print i; }; }'`; \
311 test -z "$(CTAGS_ARGS)$$unique" \
312 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
313 $$unique
315 GTAGS:
316 here=`$(am__cd) $(top_builddir) && pwd` \
317 && $(am__cd) $(top_srcdir) \
318 && gtags -i $(GTAGS_ARGS) "$$here"
320 distclean-tags:
321 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
323 distdir: $(DISTFILES)
324 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
325 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
326 list='$(DISTFILES)'; \
327 dist_files=`for file in $$list; do echo $$file; done | \
328 sed -e "s|^$$srcdirstrip/||;t" \
329 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
330 case $$dist_files in \
331 */*) $(MKDIR_P) `echo "$$dist_files" | \
332 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
333 sort -u` ;; \
334 esac; \
335 for file in $$dist_files; do \
336 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
337 if test -d $$d/$$file; then \
338 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
339 if test -d "$(distdir)/$$file"; then \
340 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
341 fi; \
342 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
343 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
344 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
345 fi; \
346 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
347 else \
348 test -f "$(distdir)/$$file" \
349 || cp -p $$d/$$file "$(distdir)/$$file" \
350 || exit 1; \
351 fi; \
352 done
353 check-am: all-am
354 check: check-am
355 all-am: Makefile $(LIBRARIES) $(PROGRAMS)
356 installdirs:
357 install: install-am
358 install-exec: install-exec-am
359 install-data: install-data-am
360 uninstall: uninstall-am
362 install-am: all-am
363 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
365 installcheck: installcheck-am
366 install-strip:
367 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
368 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
369 `test -z '$(STRIP)' || \
370 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
371 mostlyclean-generic:
373 clean-generic:
375 distclean-generic:
376 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
377 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
379 maintainer-clean-generic:
380 @echo "This command is intended for maintainers to use"
381 @echo "it deletes files that may require special tools to rebuild."
382 clean: clean-am
384 clean-am: clean-generic clean-noinstLIBRARIES clean-noinstPROGRAMS \
385 mostlyclean-am
387 distclean: distclean-am
388 -rm -rf ./$(DEPDIR)
389 -rm -f Makefile
390 distclean-am: clean-am distclean-compile distclean-generic \
391 distclean-tags
393 dvi: dvi-am
395 dvi-am:
397 html: html-am
399 html-am:
401 info: info-am
403 info-am:
405 install-data-am:
407 install-dvi: install-dvi-am
409 install-dvi-am:
411 install-exec-am:
413 install-html: install-html-am
415 install-html-am:
417 install-info: install-info-am
419 install-info-am:
421 install-man:
423 install-pdf: install-pdf-am
425 install-pdf-am:
427 install-ps: install-ps-am
429 install-ps-am:
431 installcheck-am:
433 maintainer-clean: maintainer-clean-am
434 -rm -rf ./$(DEPDIR)
435 -rm -f Makefile
436 maintainer-clean-am: distclean-am maintainer-clean-generic
438 mostlyclean: mostlyclean-am
440 mostlyclean-am: mostlyclean-compile mostlyclean-generic
442 pdf: pdf-am
444 pdf-am:
446 ps: ps-am
448 ps-am:
450 uninstall-am:
452 .MAKE: install-am install-strip
454 .PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
455 clean-noinstLIBRARIES clean-noinstPROGRAMS ctags distclean \
456 distclean-compile distclean-generic distclean-tags distdir dvi \
457 dvi-am html html-am info info-am install install-am \
458 install-data install-data-am install-dvi install-dvi-am \
459 install-exec install-exec-am install-html install-html-am \
460 install-info install-info-am install-man install-pdf \
461 install-pdf-am install-ps install-ps-am install-strip \
462 installcheck installcheck-am installdirs maintainer-clean \
463 maintainer-clean-generic mostlyclean mostlyclean-compile \
464 mostlyclean-generic pdf pdf-am ps ps-am tags uninstall \
465 uninstall-am
468 # Tell versions [3.59,3.63) of GNU make to not export all variables.
469 # Otherwise a system limit (for SysV at least) may be exceeded.
470 .NOEXPORT: