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