Import Debian changes 0.66.4-9
[hcoop/debian/courier-authlib.git] / libs / md5 / Makefile.in
CommitLineData
d50284c4 1# Makefile.in generated by automake 1.15 from Makefile.am.
d9898ee8 2# @configure_input@
3
d50284c4 4# Copyright (C) 1994-2014 Free Software Foundation, Inc.
b0322a85 5
d9898ee8 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.
9
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.
14
15@SET_MAKE@
16
d9898ee8 17#
18# Copyright 1998 - 2005 Double Precision, Inc. See COPYING for
19# distribution information.
20
21
d9898ee8 22VPATH = @srcdir@
d50284c4
CE
23am__is_gnu_make = { \
24 if test -z '$(MAKELEVEL)'; then \
25 false; \
26 elif test -n '$(MAKE_HOST)'; then \
27 true; \
28 elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
29 true; \
30 else \
31 false; \
32 fi; \
33}
b0322a85
CE
34am__make_running_with_option = \
35 case $${target_option-} in \
36 ?) ;; \
37 *) echo "am__make_running_with_option: internal error: invalid" \
38 "target option '$${target_option-}' specified" >&2; \
39 exit 1;; \
40 esac; \
41 has_opt=no; \
42 sane_makeflags=$$MAKEFLAGS; \
43 if $(am__is_gnu_make); then \
44 sane_makeflags=$$MFLAGS; \
45 else \
46 case $$MAKEFLAGS in \
47 *\\[\ \ ]*) \
48 bs=\\; \
49 sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
50 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
51 esac; \
52 fi; \
53 skip_next=no; \
54 strip_trailopt () \
55 { \
56 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
57 }; \
58 for flg in $$sane_makeflags; do \
59 test $$skip_next = yes && { skip_next=no; continue; }; \
60 case $$flg in \
61 *=*|--*) continue;; \
62 -*I) strip_trailopt 'I'; skip_next=yes;; \
63 -*I?*) strip_trailopt 'I';; \
64 -*O) strip_trailopt 'O'; skip_next=yes;; \
65 -*O?*) strip_trailopt 'O';; \
66 -*l) strip_trailopt 'l'; skip_next=yes;; \
67 -*l?*) strip_trailopt 'l';; \
68 -[dEDm]) skip_next=yes;; \
69 -[JT]) skip_next=yes;; \
70 esac; \
71 case $$flg in \
72 *$$target_option*) has_opt=yes; break;; \
73 esac; \
74 done; \
75 test $$has_opt = yes
76am__make_dryrun = (target_option=n; $(am__make_running_with_option))
77am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
d9898ee8 78pkgdatadir = $(datadir)/@PACKAGE@
d9898ee8 79pkgincludedir = $(includedir)/@PACKAGE@
8d138742
CE
80pkglibdir = $(libdir)/@PACKAGE@
81pkglibexecdir = $(libexecdir)/@PACKAGE@
d9898ee8 82am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
d9898ee8 83install_sh_DATA = $(install_sh) -c -m 644
84install_sh_PROGRAM = $(install_sh) -c
85install_sh_SCRIPT = $(install_sh) -c
86INSTALL_HEADER = $(INSTALL_DATA)
87transform = $(program_transform_name)
88NORMAL_INSTALL = :
89PRE_INSTALL = :
90POST_INSTALL = :
91NORMAL_UNINSTALL = :
92PRE_UNINSTALL = :
93POST_UNINSTALL = :
94build_triplet = @build@
95host_triplet = @host@
96noinst_PROGRAMS = md5test$(EXEEXT)
dd184caf 97subdir = .
d9898ee8 98ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
b0322a85 99am__aclocal_m4_deps = $(top_srcdir)/configure.ac
d9898ee8 100am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
101 $(ACLOCAL_M4)
d50284c4
CE
102DIST_COMMON = $(srcdir)/Makefile.am $(top_srcdir)/configure \
103 $(am__configure_deps) $(am__DIST_COMMON)
d9898ee8 104am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
dd184caf 105 configure.lineno config.status.lineno
d9898ee8 106mkinstalldirs = $(install_sh) -d
107CONFIG_HEADER = config.h
108CONFIG_CLEAN_FILES =
8d138742 109CONFIG_CLEAN_VPATH_FILES =
d9898ee8 110LTLIBRARIES = $(noinst_LTLIBRARIES)
111libmd5_la_LIBADD =
112am__libmd5_la_SOURCES_DIST = md5.c md5.h md5_hash.c redhat-crypt-md5.c \
113 hmac.c
114@HMACC_TRUE@am__objects_1 = hmac.lo
115am_libmd5_la_OBJECTS = md5.lo md5_hash.lo redhat-crypt-md5.lo \
116 $(am__objects_1)
117libmd5_la_OBJECTS = $(am_libmd5_la_OBJECTS)
b0322a85
CE
118AM_V_lt = $(am__v_lt_@AM_V@)
119am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
120am__v_lt_0 = --silent
121am__v_lt_1 =
d9898ee8 122PROGRAMS = $(noinst_PROGRAMS)
123am_md5test_OBJECTS = md5test.$(OBJEXT)
124md5test_OBJECTS = $(am_md5test_OBJECTS)
b0322a85
CE
125md5test_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
126 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
127 $(md5test_LDFLAGS) $(LDFLAGS) -o $@
128AM_V_P = $(am__v_P_@AM_V@)
129am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
130am__v_P_0 = false
131am__v_P_1 = :
132AM_V_GEN = $(am__v_GEN_@AM_V@)
133am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
134am__v_GEN_0 = @echo " GEN " $@;
135am__v_GEN_1 =
136AM_V_at = $(am__v_at_@AM_V@)
137am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
138am__v_at_0 = @
139am__v_at_1 =
dd184caf 140DEFAULT_INCLUDES = -I.@am__isrc@
b0322a85 141depcomp = $(SHELL) $(top_srcdir)/../../depcomp
d9898ee8 142am__depfiles_maybe = depfiles
8d138742 143am__mv = mv -f
d9898ee8 144COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
145 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
b0322a85
CE
146LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
147 $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
148 $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
149 $(AM_CFLAGS) $(CFLAGS)
150AM_V_CC = $(am__v_CC_@AM_V@)
151am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
152am__v_CC_0 = @echo " CC " $@;
153am__v_CC_1 =
d9898ee8 154CCLD = $(CC)
b0322a85
CE
155LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
156 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
157 $(AM_LDFLAGS) $(LDFLAGS) -o $@
158AM_V_CCLD = $(am__v_CCLD_@AM_V@)
159am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
160am__v_CCLD_0 = @echo " CCLD " $@;
161am__v_CCLD_1 =
d9898ee8 162SOURCES = $(libmd5_la_SOURCES) $(md5test_SOURCES)
163DIST_SOURCES = $(am__libmd5_la_SOURCES_DIST) $(md5test_SOURCES)
b0322a85
CE
164am__can_run_installinfo = \
165 case $$AM_UPDATE_INFO_DIR in \
166 n|no|NO) false;; \
167 *) (install-info --version) >/dev/null 2>&1;; \
168 esac
169am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) \
170 $(LISP)config.h.in
171# Read a list of newline-separated strings from the standard input,
172# and print each of them once, without duplicates. Input order is
173# *not* preserved.
174am__uniquify_input = $(AWK) '\
175 BEGIN { nonempty = 0; } \
176 { items[$$0] = 1; nonempty = 1; } \
177 END { if (nonempty) { for (i in items) print i; }; } \
178'
179# Make sure the list of sources is unique. This is necessary because,
180# e.g., the same source file might be shared among _SOURCES variables
181# for different programs/libraries.
182am__define_uniq_tagged_files = \
183 list='$(am__tagged_files)'; \
184 unique=`for i in $$list; do \
185 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
186 done | $(am__uniquify_input)`
d9898ee8 187ETAGS = etags
188CTAGS = ctags
b0322a85
CE
189CSCOPE = cscope
190AM_RECURSIVE_TARGETS = cscope
d50284c4
CE
191am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/config.h.in \
192 $(top_srcdir)/../../compile $(top_srcdir)/../../config.guess \
193 $(top_srcdir)/../../config.sub $(top_srcdir)/../../depcomp \
194 $(top_srcdir)/../../install-sh $(top_srcdir)/../../ltmain.sh \
195 $(top_srcdir)/../../missing ../../AUTHORS ../../COPYING \
196 ../../ChangeLog ../../INSTALL ../../NEWS ../../README \
197 ../../compile ../../config.guess ../../config.sub \
198 ../../depcomp ../../install-sh ../../ltmain.sh ../../missing
d9898ee8 199DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
200distdir = $(PACKAGE)-$(VERSION)
201top_distdir = $(distdir)
202am__remove_distdir = \
b0322a85
CE
203 if test -d "$(distdir)"; then \
204 find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
205 && rm -rf "$(distdir)" \
206 || { sleep 5 && rm -rf "$(distdir)"; }; \
207 else :; fi
208am__post_remove_distdir = $(am__remove_distdir)
d9898ee8 209DIST_ARCHIVES = $(distdir).tar.gz
210GZIP_ENV = --best
b0322a85 211DIST_TARGETS = dist-gzip
d9898ee8 212distuninstallcheck_listfiles = find . -type f -print
b0322a85
CE
213am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
214 | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
d9898ee8 215distcleancheck_listfiles = find . -type f -print
216ACLOCAL = @ACLOCAL@
d9898ee8 217AMTAR = @AMTAR@
b0322a85 218AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
d9898ee8 219AR = @AR@
220AUTOCONF = @AUTOCONF@
221AUTOHEADER = @AUTOHEADER@
dd184caf 222AUTOMAKE = @AUTOMAKE@
d9898ee8 223AWK = @AWK@
224CC = @CC@
225CCDEPMODE = @CCDEPMODE@
226CFLAGS = @CFLAGS@
227CPP = @CPP@
228CPPFLAGS = @CPPFLAGS@
d9898ee8 229CYGPATH_W = @CYGPATH_W@
230DEFS = @DEFS@
231DEPDIR = @DEPDIR@
b0322a85 232DLLTOOL = @DLLTOOL@
8d138742
CE
233DSYMUTIL = @DSYMUTIL@
234DUMPBIN = @DUMPBIN@
d9898ee8 235ECHO_C = @ECHO_C@
236ECHO_N = @ECHO_N@
237ECHO_T = @ECHO_T@
238EGREP = @EGREP@
239EXEEXT = @EXEEXT@
8d138742 240FGREP = @FGREP@
dd184caf 241GREP = @GREP@
242INSTALL = @INSTALL@
d9898ee8 243INSTALL_DATA = @INSTALL_DATA@
244INSTALL_PROGRAM = @INSTALL_PROGRAM@
245INSTALL_SCRIPT = @INSTALL_SCRIPT@
246INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
8d138742 247LD = @LD@
d9898ee8 248LDFLAGS = @LDFLAGS@
249LIBOBJS = @LIBOBJS@
250LIBS = @LIBS@
251LIBTOOL = @LIBTOOL@
8d138742 252LIPO = @LIPO@
d9898ee8 253LN_S = @LN_S@
254LTLIBOBJS = @LTLIBOBJS@
d50284c4 255LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
d9898ee8 256MAKEINFO = @MAKEINFO@
b0322a85 257MANIFEST_TOOL = @MANIFEST_TOOL@
dd184caf 258MKDIR_P = @MKDIR_P@
8d138742
CE
259NM = @NM@
260NMEDIT = @NMEDIT@
261OBJDUMP = @OBJDUMP@
d9898ee8 262OBJEXT = @OBJEXT@
8d138742
CE
263OTOOL = @OTOOL@
264OTOOL64 = @OTOOL64@
d9898ee8 265PACKAGE = @PACKAGE@
266PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
267PACKAGE_NAME = @PACKAGE_NAME@
268PACKAGE_STRING = @PACKAGE_STRING@
269PACKAGE_TARNAME = @PACKAGE_TARNAME@
b0322a85 270PACKAGE_URL = @PACKAGE_URL@
d9898ee8 271PACKAGE_VERSION = @PACKAGE_VERSION@
272PATH_SEPARATOR = @PATH_SEPARATOR@
273RANLIB = @RANLIB@
274SED = @SED@
275SET_MAKE = @SET_MAKE@
276SHELL = @SHELL@
277STRIP = @STRIP@
278VERSION = @VERSION@
dd184caf 279abs_builddir = @abs_builddir@
280abs_srcdir = @abs_srcdir@
281abs_top_builddir = @abs_top_builddir@
282abs_top_srcdir = @abs_top_srcdir@
b0322a85 283ac_ct_AR = @ac_ct_AR@
d9898ee8 284ac_ct_CC = @ac_ct_CC@
8d138742 285ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
d9898ee8 286am__include = @am__include@
287am__leading_dot = @am__leading_dot@
288am__quote = @am__quote@
289am__tar = @am__tar@
290am__untar = @am__untar@
291bindir = @bindir@
292build = @build@
293build_alias = @build_alias@
294build_cpu = @build_cpu@
295build_os = @build_os@
296build_vendor = @build_vendor@
dd184caf 297builddir = @builddir@
d9898ee8 298datadir = @datadir@
dd184caf 299datarootdir = @datarootdir@
300docdir = @docdir@
301dvidir = @dvidir@
d9898ee8 302exec_prefix = @exec_prefix@
303host = @host@
304host_alias = @host_alias@
305host_cpu = @host_cpu@
306host_os = @host_os@
307host_vendor = @host_vendor@
dd184caf 308htmldir = @htmldir@
d9898ee8 309includedir = @includedir@
310infodir = @infodir@
311install_sh = @install_sh@
312libdir = @libdir@
313libexecdir = @libexecdir@
dd184caf 314localedir = @localedir@
d9898ee8 315localstatedir = @localstatedir@
316mandir = @mandir@
317mkdir_p = @mkdir_p@
318oldincludedir = @oldincludedir@
dd184caf 319pdfdir = @pdfdir@
d9898ee8 320prefix = @prefix@
321program_transform_name = @program_transform_name@
dd184caf 322psdir = @psdir@
d9898ee8 323sbindir = @sbindir@
324sharedstatedir = @sharedstatedir@
dd184caf 325srcdir = @srcdir@
d9898ee8 326sysconfdir = @sysconfdir@
327target_alias = @target_alias@
8d138742 328top_build_prefix = @top_build_prefix@
dd184caf 329top_builddir = @top_builddir@
330top_srcdir = @top_srcdir@
d9898ee8 331@HMACC_FALSE@HMAC =
332@HMACC_TRUE@HMAC = hmac.c
333libmd5_la_SOURCES = md5.c md5.h md5_hash.c redhat-crypt-md5.c $(HMAC)
334CLEANFILES = $(noinst_DATA)
335noinst_LTLIBRARIES = libmd5.la
336md5test_SOURCES = md5test.c
337md5test_DEPENDENCIES = libmd5.la
338md5test_LDADD = libmd5.la
339md5test_LDFLAGS = -static
340EXTRA_DIST = md5test.txt hmac.c
341all: config.h
342 $(MAKE) $(AM_MAKEFLAGS) all-am
343
344.SUFFIXES:
345.SUFFIXES: .c .lo .o .obj
b0322a85 346am--refresh: Makefile
d9898ee8 347 @:
348$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
349 @for dep in $?; do \
350 case '$(am__configure_deps)' in \
351 *$$dep*) \
8d138742
CE
352 echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
353 $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
d9898ee8 354 && exit 0; \
355 exit 1;; \
356 esac; \
357 done; \
8d138742
CE
358 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
359 $(am__cd) $(top_srcdir) && \
360 $(AUTOMAKE) --foreign Makefile
d9898ee8 361Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
362 @case '$?' in \
363 *config.status*) \
364 echo ' $(SHELL) ./config.status'; \
365 $(SHELL) ./config.status;; \
366 *) \
367 echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
368 cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
369 esac;
370
371$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
372 $(SHELL) ./config.status --recheck
373
374$(top_srcdir)/configure: $(am__configure_deps)
8d138742 375 $(am__cd) $(srcdir) && $(AUTOCONF)
d9898ee8 376$(ACLOCAL_M4): $(am__aclocal_m4_deps)
8d138742
CE
377 $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
378$(am__aclocal_m4_deps):
d9898ee8 379
380config.h: stamp-h1
d50284c4
CE
381 @test -f $@ || rm -f stamp-h1
382 @test -f $@ || $(MAKE) $(AM_MAKEFLAGS) stamp-h1
d9898ee8 383
384stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
385 @rm -f stamp-h1
386 cd $(top_builddir) && $(SHELL) ./config.status config.h
387$(srcdir)/config.h.in: $(am__configure_deps)
8d138742 388 ($(am__cd) $(top_srcdir) && $(AUTOHEADER))
d9898ee8 389 rm -f stamp-h1
390 touch $@
391
392distclean-hdr:
393 -rm -f config.h stamp-h1
394
395clean-noinstLTLIBRARIES:
396 -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
b0322a85
CE
397 @list='$(noinst_LTLIBRARIES)'; \
398 locs=`for p in $$list; do echo $$p; done | \
399 sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
400 sort -u`; \
401 test -z "$$locs" || { \
402 echo rm -f $${locs}; \
403 rm -f $${locs}; \
404 }
405
406libmd5.la: $(libmd5_la_OBJECTS) $(libmd5_la_DEPENDENCIES) $(EXTRA_libmd5_la_DEPENDENCIES)
407 $(AM_V_CCLD)$(LINK) $(libmd5_la_OBJECTS) $(libmd5_la_LIBADD) $(LIBS)
d9898ee8 408
409clean-noinstPROGRAMS:
8d138742
CE
410 @list='$(noinst_PROGRAMS)'; test -n "$$list" || exit 0; \
411 echo " rm -f" $$list; \
412 rm -f $$list || exit $$?; \
413 test -n "$(EXEEXT)" || exit 0; \
414 list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
415 echo " rm -f" $$list; \
416 rm -f $$list
b0322a85
CE
417
418md5test$(EXEEXT): $(md5test_OBJECTS) $(md5test_DEPENDENCIES) $(EXTRA_md5test_DEPENDENCIES)
d9898ee8 419 @rm -f md5test$(EXEEXT)
b0322a85 420 $(AM_V_CCLD)$(md5test_LINK) $(md5test_OBJECTS) $(md5test_LDADD) $(LIBS)
d9898ee8 421
422mostlyclean-compile:
423 -rm -f *.$(OBJEXT)
424
425distclean-compile:
426 -rm -f *.tab.c
427
428@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/hmac.Plo@am__quote@
429@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/md5.Plo@am__quote@
430@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/md5_hash.Plo@am__quote@
431@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/md5test.Po@am__quote@
432@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/redhat-crypt-md5.Plo@am__quote@
433
434.c.o:
b0322a85
CE
435@am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
436@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
437@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
d9898ee8 438@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
d50284c4 439@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
d9898ee8 440
441.c.obj:
b0322a85
CE
442@am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
443@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
444@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
d9898ee8 445@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
d50284c4 446@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
d9898ee8 447
448.c.lo:
b0322a85
CE
449@am__fastdepCC_TRUE@ $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
450@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
451@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
d9898ee8 452@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
b0322a85 453@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
d9898ee8 454
455mostlyclean-libtool:
456 -rm -f *.lo
457
458clean-libtool:
459 -rm -rf .libs _libs
460
461distclean-libtool:
8d138742 462 -rm -f libtool config.lt
d9898ee8 463
b0322a85
CE
464ID: $(am__tagged_files)
465 $(am__define_uniq_tagged_files); mkid -fID $$unique
466tags: tags-am
467TAGS: tags
468
469tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
8d138742 470 set x; \
d9898ee8 471 here=`pwd`; \
b0322a85 472 $(am__define_uniq_tagged_files); \
8d138742
CE
473 shift; \
474 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
d9898ee8 475 test -n "$$unique" || unique=$$empty_fix; \
8d138742
CE
476 if test $$# -gt 0; then \
477 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
478 "$$@" $$unique; \
479 else \
480 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
481 $$unique; \
482 fi; \
d9898ee8 483 fi
b0322a85
CE
484ctags: ctags-am
485
486CTAGS: ctags
487ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
488 $(am__define_uniq_tagged_files); \
8d138742 489 test -z "$(CTAGS_ARGS)$$unique" \
d9898ee8 490 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
8d138742 491 $$unique
d9898ee8 492
493GTAGS:
494 here=`$(am__cd) $(top_builddir) && pwd` \
8d138742
CE
495 && $(am__cd) $(top_srcdir) \
496 && gtags -i $(GTAGS_ARGS) "$$here"
b0322a85
CE
497cscope: cscope.files
498 test ! -s cscope.files \
499 || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
500clean-cscope:
501 -rm -f cscope.files
502cscope.files: clean-cscope cscopelist
503cscopelist: cscopelist-am
504
505cscopelist-am: $(am__tagged_files)
506 list='$(am__tagged_files)'; \
507 case "$(srcdir)" in \
508 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
509 *) sdir=$(subdir)/$(srcdir) ;; \
510 esac; \
511 for i in $$list; do \
512 if test -f "$$i"; then \
513 echo "$(subdir)/$$i"; \
514 else \
515 echo "$$sdir/$$i"; \
516 fi; \
517 done >> $(top_builddir)/cscope.files
d9898ee8 518
519distclean-tags:
520 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
b0322a85 521 -rm -f cscope.out cscope.in.out cscope.po.out cscope.files
d9898ee8 522
523distdir: $(DISTFILES)
524 $(am__remove_distdir)
8d138742 525 test -d "$(distdir)" || mkdir "$(distdir)"
dd184caf 526 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
527 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
528 list='$(DISTFILES)'; \
529 dist_files=`for file in $$list; do echo $$file; done | \
530 sed -e "s|^$$srcdirstrip/||;t" \
531 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
532 case $$dist_files in \
533 */*) $(MKDIR_P) `echo "$$dist_files" | \
534 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
535 sort -u` ;; \
536 esac; \
537 for file in $$dist_files; do \
d9898ee8 538 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
d9898ee8 539 if test -d $$d/$$file; then \
dd184caf 540 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
8d138742
CE
541 if test -d "$(distdir)/$$file"; then \
542 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
543 fi; \
d9898ee8 544 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
8d138742
CE
545 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
546 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
d9898ee8 547 fi; \
8d138742 548 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
d9898ee8 549 else \
8d138742
CE
550 test -f "$(distdir)/$$file" \
551 || cp -p $$d/$$file "$(distdir)/$$file" \
d9898ee8 552 || exit 1; \
553 fi; \
554 done
8d138742 555 -test -n "$(am__skip_mode_fix)" \
b0322a85
CE
556 || find "$(distdir)" -type d ! -perm -755 \
557 -exec chmod u+rwx,go+rx {} \; -o \
d9898ee8 558 ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
559 ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
dd184caf 560 ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
8d138742 561 || chmod -R a+r "$(distdir)"
d9898ee8 562dist-gzip: distdir
563 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
b0322a85 564 $(am__post_remove_distdir)
d9898ee8 565
566dist-bzip2: distdir
b0322a85
CE
567 tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
568 $(am__post_remove_distdir)
d9898ee8 569
b0322a85
CE
570dist-lzip: distdir
571 tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
572 $(am__post_remove_distdir)
ac40fd9e 573
8d138742 574dist-xz: distdir
b0322a85
CE
575 tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
576 $(am__post_remove_distdir)
8d138742 577
d9898ee8 578dist-tarZ: distdir
d50284c4
CE
579 @echo WARNING: "Support for distribution archives compressed with" \
580 "legacy program 'compress' is deprecated." >&2
581 @echo WARNING: "It will be removed altogether in Automake 2.0" >&2
d9898ee8 582 tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
b0322a85 583 $(am__post_remove_distdir)
d9898ee8 584
585dist-shar: distdir
d50284c4
CE
586 @echo WARNING: "Support for shar distribution archives is" \
587 "deprecated." >&2
588 @echo WARNING: "It will be removed altogether in Automake 2.0" >&2
d9898ee8 589 shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
b0322a85 590 $(am__post_remove_distdir)
d9898ee8 591
592dist-zip: distdir
593 -rm -f $(distdir).zip
594 zip -rq $(distdir).zip $(distdir)
b0322a85 595 $(am__post_remove_distdir)
d9898ee8 596
b0322a85
CE
597dist dist-all:
598 $(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:'
599 $(am__post_remove_distdir)
d9898ee8 600
601# This target untars the dist file and tries a VPATH configuration. Then
602# it guarantees that the distribution is self-contained by making another
603# tarfile.
604distcheck: dist
605 case '$(DIST_ARCHIVES)' in \
606 *.tar.gz*) \
b0322a85 607 GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
d9898ee8 608 *.tar.bz2*) \
b0322a85
CE
609 bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
610 *.tar.lz*) \
611 lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
8d138742
CE
612 *.tar.xz*) \
613 xz -dc $(distdir).tar.xz | $(am__untar) ;;\
d9898ee8 614 *.tar.Z*) \
615 uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
616 *.shar.gz*) \
b0322a85 617 GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
d9898ee8 618 *.zip*) \
619 unzip $(distdir).zip ;;\
620 esac
b0322a85
CE
621 chmod -R a-w $(distdir)
622 chmod u+w $(distdir)
d50284c4 623 mkdir $(distdir)/_build $(distdir)/_build/sub $(distdir)/_inst
d9898ee8 624 chmod a-w $(distdir)
8d138742 625 test -d $(distdir)/_build || exit 0; \
d9898ee8 626 dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
627 && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
8d138742 628 && am__cwd=`pwd` \
d50284c4
CE
629 && $(am__cd) $(distdir)/_build/sub \
630 && ../../configure \
b0322a85 631 $(AM_DISTCHECK_CONFIGURE_FLAGS) \
d9898ee8 632 $(DISTCHECK_CONFIGURE_FLAGS) \
d50284c4 633 --srcdir=../.. --prefix="$$dc_install_base" \
d9898ee8 634 && $(MAKE) $(AM_MAKEFLAGS) \
635 && $(MAKE) $(AM_MAKEFLAGS) dvi \
636 && $(MAKE) $(AM_MAKEFLAGS) check \
637 && $(MAKE) $(AM_MAKEFLAGS) install \
638 && $(MAKE) $(AM_MAKEFLAGS) installcheck \
639 && $(MAKE) $(AM_MAKEFLAGS) uninstall \
640 && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
641 distuninstallcheck \
642 && chmod -R a-w "$$dc_install_base" \
643 && ({ \
644 (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
645 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
646 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
647 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
648 distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
649 } || { rm -rf "$$dc_destdir"; exit 1; }) \
650 && rm -rf "$$dc_destdir" \
651 && $(MAKE) $(AM_MAKEFLAGS) dist \
652 && rm -rf $(DIST_ARCHIVES) \
8d138742
CE
653 && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
654 && cd "$$am__cwd" \
655 || exit 1
b0322a85 656 $(am__post_remove_distdir)
d9898ee8 657 @(echo "$(distdir) archives ready for distribution: "; \
658 list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
dd184caf 659 sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
d9898ee8 660distuninstallcheck:
b0322a85
CE
661 @test -n '$(distuninstallcheck_dir)' || { \
662 echo 'ERROR: trying to run $@ with an empty' \
663 '$$(distuninstallcheck_dir)' >&2; \
664 exit 1; \
665 }; \
666 $(am__cd) '$(distuninstallcheck_dir)' || { \
667 echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \
668 exit 1; \
669 }; \
670 test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
d9898ee8 671 || { echo "ERROR: files left after uninstall:" ; \
672 if test -n "$(DESTDIR)"; then \
673 echo " (check DESTDIR support)"; \
674 fi ; \
675 $(distuninstallcheck_listfiles) ; \
676 exit 1; } >&2
677distcleancheck: distclean
678 @if test '$(srcdir)' = . ; then \
679 echo "ERROR: distcleancheck can only run from a VPATH build" ; \
680 exit 1 ; \
681 fi
682 @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
683 || { echo "ERROR: files left in build directory after distclean:" ; \
684 $(distcleancheck_listfiles) ; \
685 exit 1; } >&2
686check-am: all-am
687check: check-am
688all-am: Makefile $(LTLIBRARIES) $(PROGRAMS) config.h
689installdirs:
690install: install-am
691install-exec: install-exec-am
692install-data: install-data-am
693uninstall: uninstall-am
694
695install-am: all-am
696 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
697
698installcheck: installcheck-am
699install-strip:
b0322a85
CE
700 if test -z '$(STRIP)'; then \
701 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
702 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
703 install; \
704 else \
705 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
706 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
707 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
708 fi
d9898ee8 709mostlyclean-generic:
710
711clean-generic:
712 -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
713
714distclean-generic:
715 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
8d138742 716 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
d9898ee8 717
718maintainer-clean-generic:
719 @echo "This command is intended for maintainers to use"
720 @echo "it deletes files that may require special tools to rebuild."
721clean: clean-am
722
723clean-am: clean-generic clean-libtool clean-noinstLTLIBRARIES \
724 clean-noinstPROGRAMS mostlyclean-am
725
726distclean: distclean-am
727 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
728 -rm -rf ./$(DEPDIR)
729 -rm -f Makefile
730distclean-am: clean-am distclean-compile distclean-generic \
731 distclean-hdr distclean-libtool distclean-tags
732
733dvi: dvi-am
734
735dvi-am:
736
737html: html-am
738
8d138742
CE
739html-am:
740
d9898ee8 741info: info-am
742
743info-am:
744
745install-data-am:
746
dd184caf 747install-dvi: install-dvi-am
748
8d138742
CE
749install-dvi-am:
750
d9898ee8 751install-exec-am:
752
dd184caf 753install-html: install-html-am
754
8d138742
CE
755install-html-am:
756
d9898ee8 757install-info: install-info-am
758
8d138742
CE
759install-info-am:
760
d9898ee8 761install-man:
762
dd184caf 763install-pdf: install-pdf-am
764
8d138742
CE
765install-pdf-am:
766
dd184caf 767install-ps: install-ps-am
768
8d138742
CE
769install-ps-am:
770
d9898ee8 771installcheck-am:
772
773maintainer-clean: maintainer-clean-am
774 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
775 -rm -rf $(top_srcdir)/autom4te.cache
776 -rm -rf ./$(DEPDIR)
777 -rm -f Makefile
778maintainer-clean-am: distclean-am maintainer-clean-generic
779
780mostlyclean: mostlyclean-am
781
782mostlyclean-am: mostlyclean-compile mostlyclean-generic \
783 mostlyclean-libtool
784
785pdf: pdf-am
786
787pdf-am:
788
789ps: ps-am
790
791ps-am:
792
dd184caf 793uninstall-am:
794
8d138742 795.MAKE: all install-am install-strip
d9898ee8 796
b0322a85
CE
797.PHONY: CTAGS GTAGS TAGS all all-am am--refresh check check-am clean \
798 clean-cscope clean-generic clean-libtool \
799 clean-noinstLTLIBRARIES clean-noinstPROGRAMS cscope \
800 cscopelist-am ctags ctags-am dist dist-all dist-bzip2 \
801 dist-gzip dist-lzip dist-shar dist-tarZ dist-xz dist-zip \
802 distcheck distclean distclean-compile distclean-generic \
803 distclean-hdr distclean-libtool distclean-tags distcleancheck \
804 distdir distuninstallcheck dvi dvi-am html html-am info \
805 info-am install install-am install-data install-data-am \
806 install-dvi install-dvi-am install-exec install-exec-am \
807 install-html install-html-am install-info install-info-am \
808 install-man install-pdf install-pdf-am install-ps \
809 install-ps-am install-strip installcheck installcheck-am \
810 installdirs maintainer-clean maintainer-clean-generic \
811 mostlyclean mostlyclean-compile mostlyclean-generic \
812 mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \
813 uninstall-am
d9898ee8 814
d50284c4
CE
815.PRECIOUS: Makefile
816
d9898ee8 817
818check-am:
819 ./md5test | cmp -s - $(srcdir)/md5test.txt
8d138742 820
d9898ee8 821# Tell versions [3.59,3.63) of GNU make to not export all variables.
822# Otherwise a system limit (for SysV at least) may be exceeded.
823.NOEXPORT: