masqmail-0.2

view src/md5/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 AM_CFLAGS = @CFLAGS@ @GLIB_CFLAGS@ -D_GNU_SOURCE
126 noinst_LIBRARIES = libmd5c.a
127 noinst_PROGRAMS = hmactest
129 hmactest_SOURCES = \
130 md5.h\
131 global.h\
132 md5c.c\
133 hmac_md5.h\
134 hmac_md5.c\
135 hmactest.c
138 libmd5c_a_SOURCES = \
139 md5.h\
140 global.h\
141 md5c.c\
142 hmac_md5.h\
143 hmac_md5.c
145 subdir = src/md5
146 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
147 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
148 CONFIG_HEADER = $(top_builddir)/config.h
149 CONFIG_CLEAN_FILES =
150 LIBRARIES = $(noinst_LIBRARIES)
152 libmd5c_a_AR = $(AR) cru
153 libmd5c_a_LIBADD =
154 am_libmd5c_a_OBJECTS = md5c.$(OBJEXT) hmac_md5.$(OBJEXT)
155 libmd5c_a_OBJECTS = $(am_libmd5c_a_OBJECTS)
156 noinst_PROGRAMS = hmactest$(EXEEXT)
157 PROGRAMS = $(noinst_PROGRAMS)
159 am_hmactest_OBJECTS = md5c.$(OBJEXT) hmac_md5.$(OBJEXT) \
160 hmactest.$(OBJEXT)
161 hmactest_OBJECTS = $(am_hmactest_OBJECTS)
162 hmactest_LDADD = $(LDADD)
163 hmactest_DEPENDENCIES =
164 hmactest_LDFLAGS =
166 DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
167 depcomp = $(SHELL) $(top_srcdir)/depcomp
168 am__depfiles_maybe = depfiles
169 @AMDEP_TRUE@DEP_FILES = ./$(DEPDIR)/hmac_md5.Po ./$(DEPDIR)/hmactest.Po \
170 @AMDEP_TRUE@ ./$(DEPDIR)/md5c.Po
171 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
172 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
173 CCLD = $(CC)
174 LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
175 DIST_SOURCES = $(libmd5c_a_SOURCES) $(hmactest_SOURCES)
176 DIST_COMMON = $(srcdir)/Makefile.in Makefile.am
177 SOURCES = $(libmd5c_a_SOURCES) $(hmactest_SOURCES)
179 all: all-am
181 .SUFFIXES:
182 .SUFFIXES: .c .o .obj
183 $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.ac $(ACLOCAL_M4)
184 cd $(top_srcdir) && \
185 $(AUTOMAKE) --gnu src/md5/Makefile
186 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
187 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
189 AR = ar
191 clean-noinstLIBRARIES:
192 -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
193 libmd5c.a: $(libmd5c_a_OBJECTS) $(libmd5c_a_DEPENDENCIES)
194 -rm -f libmd5c.a
195 $(libmd5c_a_AR) libmd5c.a $(libmd5c_a_OBJECTS) $(libmd5c_a_LIBADD)
196 $(RANLIB) libmd5c.a
198 clean-noinstPROGRAMS:
199 -test -z "$(noinst_PROGRAMS)" || rm -f $(noinst_PROGRAMS)
200 hmactest$(EXEEXT): $(hmactest_OBJECTS) $(hmactest_DEPENDENCIES)
201 @rm -f hmactest$(EXEEXT)
202 $(LINK) $(hmactest_LDFLAGS) $(hmactest_OBJECTS) $(hmactest_LDADD) $(LIBS)
204 mostlyclean-compile:
205 -rm -f *.$(OBJEXT) core *.core
207 distclean-compile:
208 -rm -f *.tab.c
210 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/hmac_md5.Po@am__quote@
211 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/hmactest.Po@am__quote@
212 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/md5c.Po@am__quote@
214 .c.o:
215 @am__fastdepCC_TRUE@ if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" \
216 @am__fastdepCC_TRUE@ -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<; \
217 @am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; \
218 @am__fastdepCC_TRUE@ else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; \
219 @am__fastdepCC_TRUE@ fi
220 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
221 @AMDEP_TRUE@@am__fastdepCC_FALSE@ depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
222 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
223 @am__fastdepCC_FALSE@ $(COMPILE) -c `test -f '$<' || echo '$(srcdir)/'`$<
225 .c.obj:
226 @am__fastdepCC_TRUE@ if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" \
227 @am__fastdepCC_TRUE@ -c -o $@ `if test -f '$<'; then $(CYGPATH_W) '$<'; else $(CYGPATH_W) '$(srcdir)/$<'; fi`; \
228 @am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; \
229 @am__fastdepCC_TRUE@ else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; \
230 @am__fastdepCC_TRUE@ fi
231 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
232 @AMDEP_TRUE@@am__fastdepCC_FALSE@ depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
233 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
234 @am__fastdepCC_FALSE@ $(COMPILE) -c `if test -f '$<'; then $(CYGPATH_W) '$<'; else $(CYGPATH_W) '$(srcdir)/$<'; fi`
235 uninstall-info-am:
237 ETAGS = etags
238 ETAGSFLAGS =
240 CTAGS = ctags
241 CTAGSFLAGS =
243 tags: TAGS
245 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
246 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
247 unique=`for i in $$list; do \
248 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
249 done | \
250 $(AWK) ' { files[$$0] = 1; } \
251 END { for (i in files) print i; }'`; \
252 mkid -fID $$unique
254 TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
255 $(TAGS_FILES) $(LISP)
256 tags=; \
257 here=`pwd`; \
258 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
259 unique=`for i in $$list; do \
260 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
261 done | \
262 $(AWK) ' { files[$$0] = 1; } \
263 END { for (i in files) print i; }'`; \
264 test -z "$(ETAGS_ARGS)$$tags$$unique" \
265 || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
266 $$tags $$unique
268 ctags: CTAGS
269 CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
270 $(TAGS_FILES) $(LISP)
271 tags=; \
272 here=`pwd`; \
273 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
274 unique=`for i in $$list; do \
275 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
276 done | \
277 $(AWK) ' { files[$$0] = 1; } \
278 END { for (i in files) print i; }'`; \
279 test -z "$(CTAGS_ARGS)$$tags$$unique" \
280 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
281 $$tags $$unique
283 GTAGS:
284 here=`$(am__cd) $(top_builddir) && pwd` \
285 && cd $(top_srcdir) \
286 && gtags -i $(GTAGS_ARGS) $$here
288 distclean-tags:
289 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
290 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
292 top_distdir = ../..
293 distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
295 distdir: $(DISTFILES)
296 @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
297 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
298 list='$(DISTFILES)'; for file in $$list; do \
299 case $$file in \
300 $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
301 $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
302 esac; \
303 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
304 dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
305 if test "$$dir" != "$$file" && test "$$dir" != "."; then \
306 dir="/$$dir"; \
307 $(mkinstalldirs) "$(distdir)$$dir"; \
308 else \
309 dir=''; \
310 fi; \
311 if test -d $$d/$$file; then \
312 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
313 cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
314 fi; \
315 cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
316 else \
317 test -f $(distdir)/$$file \
318 || cp -p $$d/$$file $(distdir)/$$file \
319 || exit 1; \
320 fi; \
321 done
322 check-am: all-am
323 check: check-am
324 all-am: Makefile $(LIBRARIES) $(PROGRAMS)
326 installdirs:
327 install: install-am
328 install-exec: install-exec-am
329 install-data: install-data-am
330 uninstall: uninstall-am
332 install-am: all-am
333 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
335 installcheck: installcheck-am
336 install-strip:
337 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
338 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
339 `test -z '$(STRIP)' || \
340 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
341 mostlyclean-generic:
343 clean-generic:
345 distclean-generic:
346 -rm -f $(CONFIG_CLEAN_FILES)
348 maintainer-clean-generic:
349 @echo "This command is intended for maintainers to use"
350 @echo "it deletes files that may require special tools to rebuild."
351 clean: clean-am
353 clean-am: clean-generic clean-noinstLIBRARIES clean-noinstPROGRAMS \
354 mostlyclean-am
356 distclean: distclean-am
357 -rm -rf ./$(DEPDIR)
358 -rm -f Makefile
359 distclean-am: clean-am distclean-compile distclean-generic \
360 distclean-tags
362 dvi: dvi-am
364 dvi-am:
366 info: info-am
368 info-am:
370 install-data-am:
372 install-exec-am:
374 install-info: install-info-am
376 install-man:
378 installcheck-am:
380 maintainer-clean: maintainer-clean-am
381 -rm -rf ./$(DEPDIR)
382 -rm -f Makefile
383 maintainer-clean-am: distclean-am maintainer-clean-generic
385 mostlyclean: mostlyclean-am
387 mostlyclean-am: mostlyclean-compile mostlyclean-generic
389 pdf: pdf-am
391 pdf-am:
393 ps: ps-am
395 ps-am:
397 uninstall-am: uninstall-info-am
399 .PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
400 clean-noinstLIBRARIES clean-noinstPROGRAMS ctags distclean \
401 distclean-compile distclean-generic distclean-tags distdir dvi \
402 dvi-am info info-am install install-am install-data \
403 install-data-am install-exec install-exec-am install-info \
404 install-info-am install-man install-strip installcheck \
405 installcheck-am installdirs maintainer-clean \
406 maintainer-clean-generic mostlyclean mostlyclean-compile \
407 mostlyclean-generic pdf pdf-am ps ps-am tags uninstall \
408 uninstall-am uninstall-info-am
410 # Tell versions [3.59,3.63) of GNU make to not export all variables.
411 # Otherwise a system limit (for SysV at least) may be exceeded.
412 .NOEXPORT: