Tizen 2.0 Release
[framework/uifw/xorg/util/x11-xserver-utils.git] / iceauth / Makefile.in
1 # Makefile.in generated by automake 1.11.1 from Makefile.am.
2 # @configure_input@
3
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.
10
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.
15
16 @SET_MAKE@
17
18
19 #  Copyright 2005  Red Hat, Inc.
20
21 #  Permission to use, copy, modify, distribute, and sell this software and its
22 #  documentation for any purpose is hereby granted without fee, provided that
23 #  the above copyright notice appear in all copies and that both that
24 #  copyright notice and this permission notice appear in supporting
25 #  documentation, and that the name of Red Hat not be used in
26 #  advertising or publicity pertaining to distribution of the software without
27 #  specific, written prior permission.  Red Hat makes no
28 #  representations about the suitability of this software for any purpose.  It
29 #  is provided "as is" without express or implied warranty.
30
31 #  RED HAT DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
32 #  INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO
33 #  EVENT SHALL RED HAT BE LIABLE FOR ANY SPECIAL, INDIRECT OR
34 #  CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
35 #  DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
36 #  TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
37 #  PERFORMANCE OF THIS SOFTWARE.
38
39 VPATH = @srcdir@
40 pkgdatadir = $(datadir)/@PACKAGE@
41 pkgincludedir = $(includedir)/@PACKAGE@
42 pkglibdir = $(libdir)/@PACKAGE@
43 pkglibexecdir = $(libexecdir)/@PACKAGE@
44 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
45 install_sh_DATA = $(install_sh) -c -m 644
46 install_sh_PROGRAM = $(install_sh) -c
47 install_sh_SCRIPT = $(install_sh) -c
48 INSTALL_HEADER = $(INSTALL_DATA)
49 transform = $(program_transform_name)
50 NORMAL_INSTALL = :
51 PRE_INSTALL = :
52 POST_INSTALL = :
53 NORMAL_UNINSTALL = :
54 PRE_UNINSTALL = :
55 POST_UNINSTALL = :
56 build_triplet = @build@
57 host_triplet = @host@
58 bin_PROGRAMS = iceauth$(EXEEXT)
59 subdir = .
60 DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \
61         $(srcdir)/Makefile.in $(srcdir)/config.h.in \
62         $(top_srcdir)/configure COPYING ChangeLog INSTALL config.guess \
63         config.sub depcomp install-sh missing
64 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
65 am__aclocal_m4_deps = $(top_srcdir)/configure.ac
66 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
67         $(ACLOCAL_M4)
68 am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
69  configure.lineno config.status.lineno
70 mkinstalldirs = $(install_sh) -d
71 CONFIG_HEADER = config.h
72 CONFIG_CLEAN_FILES =
73 CONFIG_CLEAN_VPATH_FILES =
74 am__installdirs = "$(DESTDIR)$(bindir)"
75 PROGRAMS = $(bin_PROGRAMS)
76 am_iceauth_OBJECTS = iceauth.$(OBJEXT) process.$(OBJEXT)
77 iceauth_OBJECTS = $(am_iceauth_OBJECTS)
78 am__DEPENDENCIES_1 =
79 iceauth_DEPENDENCIES = $(am__DEPENDENCIES_1)
80 DEFAULT_INCLUDES = -I.@am__isrc@
81 depcomp = $(SHELL) $(top_srcdir)/depcomp
82 am__depfiles_maybe = depfiles
83 am__mv = mv -f
84 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
85         $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
86 AM_V_CC = $(am__v_CC_$(V))
87 am__v_CC_ = $(am__v_CC_$(AM_DEFAULT_VERBOSITY))
88 am__v_CC_0 = @echo "  CC    " $@;
89 AM_V_at = $(am__v_at_$(V))
90 am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
91 am__v_at_0 = @
92 CCLD = $(CC)
93 LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
94 AM_V_CCLD = $(am__v_CCLD_$(V))
95 am__v_CCLD_ = $(am__v_CCLD_$(AM_DEFAULT_VERBOSITY))
96 am__v_CCLD_0 = @echo "  CCLD  " $@;
97 AM_V_GEN = $(am__v_GEN_$(V))
98 am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
99 am__v_GEN_0 = @echo "  GEN   " $@;
100 SOURCES = $(iceauth_SOURCES)
101 DIST_SOURCES = $(iceauth_SOURCES)
102 RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
103         html-recursive info-recursive install-data-recursive \
104         install-dvi-recursive install-exec-recursive \
105         install-html-recursive install-info-recursive \
106         install-pdf-recursive install-ps-recursive install-recursive \
107         installcheck-recursive installdirs-recursive pdf-recursive \
108         ps-recursive uninstall-recursive
109 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
110   distclean-recursive maintainer-clean-recursive
111 AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
112         $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
113         distdir dist dist-all distcheck
114 ETAGS = etags
115 CTAGS = ctags
116 DIST_SUBDIRS = $(SUBDIRS)
117 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
118 distdir = $(PACKAGE)-$(VERSION)
119 top_distdir = $(distdir)
120 am__remove_distdir = \
121   { test ! -d "$(distdir)" \
122     || { find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
123          && rm -fr "$(distdir)"; }; }
124 am__relativize = \
125   dir0=`pwd`; \
126   sed_first='s,^\([^/]*\)/.*$$,\1,'; \
127   sed_rest='s,^[^/]*/*,,'; \
128   sed_last='s,^.*/\([^/]*\)$$,\1,'; \
129   sed_butlast='s,/*[^/]*$$,,'; \
130   while test -n "$$dir1"; do \
131     first=`echo "$$dir1" | sed -e "$$sed_first"`; \
132     if test "$$first" != "."; then \
133       if test "$$first" = ".."; then \
134         dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
135         dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
136       else \
137         first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
138         if test "$$first2" = "$$first"; then \
139           dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
140         else \
141           dir2="../$$dir2"; \
142         fi; \
143         dir0="$$dir0"/"$$first"; \
144       fi; \
145     fi; \
146     dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
147   done; \
148   reldir="$$dir2"
149 DIST_ARCHIVES = $(distdir).tar.gz $(distdir).tar.bz2
150 GZIP_ENV = --best
151 distuninstallcheck_listfiles = find . -type f -print
152 distcleancheck_listfiles = find . -type f -print
153 ACLOCAL = @ACLOCAL@
154 ADMIN_MAN_DIR = @ADMIN_MAN_DIR@
155 ADMIN_MAN_SUFFIX = @ADMIN_MAN_SUFFIX@
156 AMTAR = @AMTAR@
157 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
158 APP_MAN_DIR = @APP_MAN_DIR@
159 APP_MAN_SUFFIX = @APP_MAN_SUFFIX@
160 AUTOCONF = @AUTOCONF@
161 AUTOHEADER = @AUTOHEADER@
162 AUTOMAKE = @AUTOMAKE@
163 AWK = @AWK@
164 CC = @CC@
165 CCDEPMODE = @CCDEPMODE@
166 CFLAGS = @CFLAGS@
167 CHANGELOG_CMD = @CHANGELOG_CMD@
168 CPP = @CPP@
169 CPPFLAGS = @CPPFLAGS@
170 CWARNFLAGS = @CWARNFLAGS@
171 CYGPATH_W = @CYGPATH_W@
172 DEFS = @DEFS@
173 DEPDIR = @DEPDIR@
174 DRIVER_MAN_DIR = @DRIVER_MAN_DIR@
175 DRIVER_MAN_SUFFIX = @DRIVER_MAN_SUFFIX@
176 ECHO_C = @ECHO_C@
177 ECHO_N = @ECHO_N@
178 ECHO_T = @ECHO_T@
179 EGREP = @EGREP@
180 EXEEXT = @EXEEXT@
181 FILE_MAN_DIR = @FILE_MAN_DIR@
182 FILE_MAN_SUFFIX = @FILE_MAN_SUFFIX@
183 GREP = @GREP@
184 ICEAUTH_CFLAGS = @ICEAUTH_CFLAGS@
185 ICEAUTH_LIBS = @ICEAUTH_LIBS@
186 INSTALL = @INSTALL@
187 INSTALL_CMD = @INSTALL_CMD@
188 INSTALL_DATA = @INSTALL_DATA@
189 INSTALL_PROGRAM = @INSTALL_PROGRAM@
190 INSTALL_SCRIPT = @INSTALL_SCRIPT@
191 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
192 LDFLAGS = @LDFLAGS@
193 LIBOBJS = @LIBOBJS@
194 LIBS = @LIBS@
195 LIB_MAN_DIR = @LIB_MAN_DIR@
196 LIB_MAN_SUFFIX = @LIB_MAN_SUFFIX@
197 LINT = @LINT@
198 LINT_FLAGS = @LINT_FLAGS@
199 LTLIBOBJS = @LTLIBOBJS@
200 MAINT = @MAINT@
201 MAKEINFO = @MAKEINFO@
202 MAN_SUBSTS = @MAN_SUBSTS@
203 MISC_MAN_DIR = @MISC_MAN_DIR@
204 MISC_MAN_SUFFIX = @MISC_MAN_SUFFIX@
205 MKDIR_P = @MKDIR_P@
206 OBJEXT = @OBJEXT@
207 PACKAGE = @PACKAGE@
208 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
209 PACKAGE_NAME = @PACKAGE_NAME@
210 PACKAGE_STRING = @PACKAGE_STRING@
211 PACKAGE_TARNAME = @PACKAGE_TARNAME@
212 PACKAGE_URL = @PACKAGE_URL@
213 PACKAGE_VERSION = @PACKAGE_VERSION@
214 PATH_SEPARATOR = @PATH_SEPARATOR@
215 PKG_CONFIG = @PKG_CONFIG@
216 PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
217 PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
218 SED = @SED@
219 SET_MAKE = @SET_MAKE@
220 SHELL = @SHELL@
221 STRIP = @STRIP@
222 VERSION = @VERSION@
223 XORG_MAN_PAGE = @XORG_MAN_PAGE@
224 abs_builddir = @abs_builddir@
225 abs_srcdir = @abs_srcdir@
226 abs_top_builddir = @abs_top_builddir@
227 abs_top_srcdir = @abs_top_srcdir@
228 ac_ct_CC = @ac_ct_CC@
229 am__include = @am__include@
230 am__leading_dot = @am__leading_dot@
231 am__quote = @am__quote@
232 am__tar = @am__tar@
233 am__untar = @am__untar@
234 bindir = @bindir@
235 build = @build@
236 build_alias = @build_alias@
237 build_cpu = @build_cpu@
238 build_os = @build_os@
239 build_vendor = @build_vendor@
240 builddir = @builddir@
241 datadir = @datadir@
242 datarootdir = @datarootdir@
243 docdir = @docdir@
244 dvidir = @dvidir@
245 exec_prefix = @exec_prefix@
246 host = @host@
247 host_alias = @host_alias@
248 host_cpu = @host_cpu@
249 host_os = @host_os@
250 host_vendor = @host_vendor@
251 htmldir = @htmldir@
252 includedir = @includedir@
253 infodir = @infodir@
254 install_sh = @install_sh@
255 libdir = @libdir@
256 libexecdir = @libexecdir@
257 localedir = @localedir@
258 localstatedir = @localstatedir@
259 mandir = @mandir@
260 mkdir_p = @mkdir_p@
261 oldincludedir = @oldincludedir@
262 pdfdir = @pdfdir@
263 prefix = @prefix@
264 program_transform_name = @program_transform_name@
265 psdir = @psdir@
266 sbindir = @sbindir@
267 sharedstatedir = @sharedstatedir@
268 srcdir = @srcdir@
269 sysconfdir = @sysconfdir@
270 target_alias = @target_alias@
271 top_build_prefix = @top_build_prefix@
272 top_builddir = @top_builddir@
273 top_srcdir = @top_srcdir@
274 SUBDIRS = man
275 AM_CFLAGS = $(CWARNFLAGS) $(ICEAUTH_CFLAGS)
276 iceauth_LDADD = $(ICEAUTH_LIBS)
277 iceauth_SOURCES = \
278         iceauth.c \
279         iceauth.h \
280         process.c
281
282 MAINTAINERCLEANFILES = ChangeLog INSTALL
283 @LINT_TRUE@ALL_LINT_FLAGS = $(LINT_FLAGS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
284 @LINT_TRUE@                $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS)
285
286 all: config.h
287         $(MAKE) $(AM_MAKEFLAGS) all-recursive
288
289 .SUFFIXES:
290 .SUFFIXES: .c .o .obj
291 am--refresh:
292         @:
293 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
294         @for dep in $?; do \
295           case '$(am__configure_deps)' in \
296             *$$dep*) \
297               echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
298               $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
299                 && exit 0; \
300               exit 1;; \
301           esac; \
302         done; \
303         echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
304         $(am__cd) $(top_srcdir) && \
305           $(AUTOMAKE) --foreign Makefile
306 .PRECIOUS: Makefile
307 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
308         @case '$?' in \
309           *config.status*) \
310             echo ' $(SHELL) ./config.status'; \
311             $(SHELL) ./config.status;; \
312           *) \
313             echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
314             cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
315         esac;
316
317 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
318         $(SHELL) ./config.status --recheck
319
320 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
321         $(am__cd) $(srcdir) && $(AUTOCONF)
322 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
323         $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
324 $(am__aclocal_m4_deps):
325
326 config.h: stamp-h1
327         @if test ! -f $@; then \
328           rm -f stamp-h1; \
329           $(MAKE) $(AM_MAKEFLAGS) stamp-h1; \
330         else :; fi
331
332 stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
333         @rm -f stamp-h1
334         cd $(top_builddir) && $(SHELL) ./config.status config.h
335 $(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) 
336         ($(am__cd) $(top_srcdir) && $(AUTOHEADER))
337         rm -f stamp-h1
338         touch $@
339
340 distclean-hdr:
341         -rm -f config.h stamp-h1
342 install-binPROGRAMS: $(bin_PROGRAMS)
343         @$(NORMAL_INSTALL)
344         test -z "$(bindir)" || $(MKDIR_P) "$(DESTDIR)$(bindir)"
345         @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
346         for p in $$list; do echo "$$p $$p"; done | \
347         sed 's/$(EXEEXT)$$//' | \
348         while read p p1; do if test -f $$p; \
349           then echo "$$p"; echo "$$p"; else :; fi; \
350         done | \
351         sed -e 'p;s,.*/,,;n;h' -e 's|.*|.|' \
352             -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
353         sed 'N;N;N;s,\n, ,g' | \
354         $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
355           { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
356             if ($$2 == $$4) files[d] = files[d] " " $$1; \
357             else { print "f", $$3 "/" $$4, $$1; } } \
358           END { for (d in files) print "f", d, files[d] }' | \
359         while read type dir files; do \
360             if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
361             test -z "$$files" || { \
362               echo " $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(bindir)$$dir'"; \
363               $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \
364             } \
365         ; done
366
367 uninstall-binPROGRAMS:
368         @$(NORMAL_UNINSTALL)
369         @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
370         files=`for p in $$list; do echo "$$p"; done | \
371           sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
372               -e 's/$$/$(EXEEXT)/' `; \
373         test -n "$$list" || exit 0; \
374         echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \
375         cd "$(DESTDIR)$(bindir)" && rm -f $$files
376
377 clean-binPROGRAMS:
378         -test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS)
379 iceauth$(EXEEXT): $(iceauth_OBJECTS) $(iceauth_DEPENDENCIES) 
380         @rm -f iceauth$(EXEEXT)
381         $(AM_V_CCLD)$(LINK) $(iceauth_OBJECTS) $(iceauth_LDADD) $(LIBS)
382
383 mostlyclean-compile:
384         -rm -f *.$(OBJEXT)
385
386 distclean-compile:
387         -rm -f *.tab.c
388
389 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/iceauth.Po@am__quote@
390 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/process.Po@am__quote@
391
392 .c.o:
393 @am__fastdepCC_TRUE@    $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
394 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
395 @am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
396 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
397 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
398 @am__fastdepCC_FALSE@   $(COMPILE) -c $<
399
400 .c.obj:
401 @am__fastdepCC_TRUE@    $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
402 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
403 @am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
404 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
405 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
406 @am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
407
408 # This directory's subdirectories are mostly independent; you can cd
409 # into them and run `make' without going through this Makefile.
410 # To change the values of `make' variables: instead of editing Makefiles,
411 # (1) if the variable is set in `config.status', edit `config.status'
412 #     (which will cause the Makefiles to be regenerated when you run `make');
413 # (2) otherwise, pass the desired values on the `make' command line.
414 $(RECURSIVE_TARGETS):
415         @fail= failcom='exit 1'; \
416         for f in x $$MAKEFLAGS; do \
417           case $$f in \
418             *=* | --[!k]*);; \
419             *k*) failcom='fail=yes';; \
420           esac; \
421         done; \
422         dot_seen=no; \
423         target=`echo $@ | sed s/-recursive//`; \
424         list='$(SUBDIRS)'; for subdir in $$list; do \
425           echo "Making $$target in $$subdir"; \
426           if test "$$subdir" = "."; then \
427             dot_seen=yes; \
428             local_target="$$target-am"; \
429           else \
430             local_target="$$target"; \
431           fi; \
432           ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
433           || eval $$failcom; \
434         done; \
435         if test "$$dot_seen" = "no"; then \
436           $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
437         fi; test -z "$$fail"
438
439 $(RECURSIVE_CLEAN_TARGETS):
440         @fail= failcom='exit 1'; \
441         for f in x $$MAKEFLAGS; do \
442           case $$f in \
443             *=* | --[!k]*);; \
444             *k*) failcom='fail=yes';; \
445           esac; \
446         done; \
447         dot_seen=no; \
448         case "$@" in \
449           distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
450           *) list='$(SUBDIRS)' ;; \
451         esac; \
452         rev=''; for subdir in $$list; do \
453           if test "$$subdir" = "."; then :; else \
454             rev="$$subdir $$rev"; \
455           fi; \
456         done; \
457         rev="$$rev ."; \
458         target=`echo $@ | sed s/-recursive//`; \
459         for subdir in $$rev; do \
460           echo "Making $$target in $$subdir"; \
461           if test "$$subdir" = "."; then \
462             local_target="$$target-am"; \
463           else \
464             local_target="$$target"; \
465           fi; \
466           ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
467           || eval $$failcom; \
468         done && test -z "$$fail"
469 tags-recursive:
470         list='$(SUBDIRS)'; for subdir in $$list; do \
471           test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
472         done
473 ctags-recursive:
474         list='$(SUBDIRS)'; for subdir in $$list; do \
475           test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
476         done
477
478 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
479         list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
480         unique=`for i in $$list; do \
481             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
482           done | \
483           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
484               END { if (nonempty) { for (i in files) print i; }; }'`; \
485         mkid -fID $$unique
486 tags: TAGS
487
488 TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
489                 $(TAGS_FILES) $(LISP)
490         set x; \
491         here=`pwd`; \
492         if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
493           include_option=--etags-include; \
494           empty_fix=.; \
495         else \
496           include_option=--include; \
497           empty_fix=; \
498         fi; \
499         list='$(SUBDIRS)'; for subdir in $$list; do \
500           if test "$$subdir" = .; then :; else \
501             test ! -f $$subdir/TAGS || \
502               set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
503           fi; \
504         done; \
505         list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
506         unique=`for i in $$list; do \
507             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
508           done | \
509           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
510               END { if (nonempty) { for (i in files) print i; }; }'`; \
511         shift; \
512         if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
513           test -n "$$unique" || unique=$$empty_fix; \
514           if test $$# -gt 0; then \
515             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
516               "$$@" $$unique; \
517           else \
518             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
519               $$unique; \
520           fi; \
521         fi
522 ctags: CTAGS
523 CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
524                 $(TAGS_FILES) $(LISP)
525         list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
526         unique=`for i in $$list; do \
527             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
528           done | \
529           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
530               END { if (nonempty) { for (i in files) print i; }; }'`; \
531         test -z "$(CTAGS_ARGS)$$unique" \
532           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
533              $$unique
534
535 GTAGS:
536         here=`$(am__cd) $(top_builddir) && pwd` \
537           && $(am__cd) $(top_srcdir) \
538           && gtags -i $(GTAGS_ARGS) "$$here"
539
540 distclean-tags:
541         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
542
543 distdir: $(DISTFILES)
544         $(am__remove_distdir)
545         test -d "$(distdir)" || mkdir "$(distdir)"
546         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
547         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
548         list='$(DISTFILES)'; \
549           dist_files=`for file in $$list; do echo $$file; done | \
550           sed -e "s|^$$srcdirstrip/||;t" \
551               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
552         case $$dist_files in \
553           */*) $(MKDIR_P) `echo "$$dist_files" | \
554                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
555                            sort -u` ;; \
556         esac; \
557         for file in $$dist_files; do \
558           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
559           if test -d $$d/$$file; then \
560             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
561             if test -d "$(distdir)/$$file"; then \
562               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
563             fi; \
564             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
565               cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
566               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
567             fi; \
568             cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
569           else \
570             test -f "$(distdir)/$$file" \
571             || cp -p $$d/$$file "$(distdir)/$$file" \
572             || exit 1; \
573           fi; \
574         done
575         @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
576           if test "$$subdir" = .; then :; else \
577             test -d "$(distdir)/$$subdir" \
578             || $(MKDIR_P) "$(distdir)/$$subdir" \
579             || exit 1; \
580           fi; \
581         done
582         @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
583           if test "$$subdir" = .; then :; else \
584             dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
585             $(am__relativize); \
586             new_distdir=$$reldir; \
587             dir1=$$subdir; dir2="$(top_distdir)"; \
588             $(am__relativize); \
589             new_top_distdir=$$reldir; \
590             echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
591             echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
592             ($(am__cd) $$subdir && \
593               $(MAKE) $(AM_MAKEFLAGS) \
594                 top_distdir="$$new_top_distdir" \
595                 distdir="$$new_distdir" \
596                 am__remove_distdir=: \
597                 am__skip_length_check=: \
598                 am__skip_mode_fix=: \
599                 distdir) \
600               || exit 1; \
601           fi; \
602         done
603         $(MAKE) $(AM_MAKEFLAGS) \
604           top_distdir="$(top_distdir)" distdir="$(distdir)" \
605           dist-hook
606         -test -n "$(am__skip_mode_fix)" \
607         || find "$(distdir)" -type d ! -perm -755 \
608                 -exec chmod u+rwx,go+rx {} \; -o \
609           ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
610           ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
611           ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
612         || chmod -R a+r "$(distdir)"
613 dist-gzip: distdir
614         tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
615         $(am__remove_distdir)
616 dist-bzip2: distdir
617         tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
618         $(am__remove_distdir)
619
620 dist-lzma: distdir
621         tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma
622         $(am__remove_distdir)
623
624 dist-xz: distdir
625         tardir=$(distdir) && $(am__tar) | xz -c >$(distdir).tar.xz
626         $(am__remove_distdir)
627
628 dist-tarZ: distdir
629         tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
630         $(am__remove_distdir)
631
632 dist-shar: distdir
633         shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
634         $(am__remove_distdir)
635
636 dist-zip: distdir
637         -rm -f $(distdir).zip
638         zip -rq $(distdir).zip $(distdir)
639         $(am__remove_distdir)
640
641 dist dist-all: distdir
642         tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
643         tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
644         $(am__remove_distdir)
645
646 # This target untars the dist file and tries a VPATH configuration.  Then
647 # it guarantees that the distribution is self-contained by making another
648 # tarfile.
649 distcheck: dist
650         case '$(DIST_ARCHIVES)' in \
651         *.tar.gz*) \
652           GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
653         *.tar.bz2*) \
654           bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
655         *.tar.lzma*) \
656           lzma -dc $(distdir).tar.lzma | $(am__untar) ;;\
657         *.tar.xz*) \
658           xz -dc $(distdir).tar.xz | $(am__untar) ;;\
659         *.tar.Z*) \
660           uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
661         *.shar.gz*) \
662           GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
663         *.zip*) \
664           unzip $(distdir).zip ;;\
665         esac
666         chmod -R a-w $(distdir); chmod a+w $(distdir)
667         mkdir $(distdir)/_build
668         mkdir $(distdir)/_inst
669         chmod a-w $(distdir)
670         test -d $(distdir)/_build || exit 0; \
671         dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
672           && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
673           && am__cwd=`pwd` \
674           && $(am__cd) $(distdir)/_build \
675           && ../configure --srcdir=.. --prefix="$$dc_install_base" \
676             $(DISTCHECK_CONFIGURE_FLAGS) \
677           && $(MAKE) $(AM_MAKEFLAGS) \
678           && $(MAKE) $(AM_MAKEFLAGS) dvi \
679           && $(MAKE) $(AM_MAKEFLAGS) check \
680           && $(MAKE) $(AM_MAKEFLAGS) install \
681           && $(MAKE) $(AM_MAKEFLAGS) installcheck \
682           && $(MAKE) $(AM_MAKEFLAGS) uninstall \
683           && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
684                 distuninstallcheck \
685           && chmod -R a-w "$$dc_install_base" \
686           && ({ \
687                (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
688                && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
689                && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
690                && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
691                     distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
692               } || { rm -rf "$$dc_destdir"; exit 1; }) \
693           && rm -rf "$$dc_destdir" \
694           && $(MAKE) $(AM_MAKEFLAGS) dist \
695           && rm -rf $(DIST_ARCHIVES) \
696           && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
697           && cd "$$am__cwd" \
698           || exit 1
699         $(am__remove_distdir)
700         @(echo "$(distdir) archives ready for distribution: "; \
701           list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
702           sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
703 distuninstallcheck:
704         @$(am__cd) '$(distuninstallcheck_dir)' \
705         && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
706            || { echo "ERROR: files left after uninstall:" ; \
707                 if test -n "$(DESTDIR)"; then \
708                   echo "  (check DESTDIR support)"; \
709                 fi ; \
710                 $(distuninstallcheck_listfiles) ; \
711                 exit 1; } >&2
712 distcleancheck: distclean
713         @if test '$(srcdir)' = . ; then \
714           echo "ERROR: distcleancheck can only run from a VPATH build" ; \
715           exit 1 ; \
716         fi
717         @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
718           || { echo "ERROR: files left in build directory after distclean:" ; \
719                $(distcleancheck_listfiles) ; \
720                exit 1; } >&2
721 check-am: all-am
722 check: check-recursive
723 all-am: Makefile $(PROGRAMS) config.h
724 installdirs: installdirs-recursive
725 installdirs-am:
726         for dir in "$(DESTDIR)$(bindir)"; do \
727           test -z "$$dir" || $(MKDIR_P) "$$dir"; \
728         done
729 install: install-recursive
730 install-exec: install-exec-recursive
731 install-data: install-data-recursive
732 uninstall: uninstall-recursive
733
734 install-am: all-am
735         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
736
737 installcheck: installcheck-recursive
738 install-strip:
739         $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
740           install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
741           `test -z '$(STRIP)' || \
742             echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
743 mostlyclean-generic:
744
745 clean-generic:
746
747 distclean-generic:
748         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
749         -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
750
751 maintainer-clean-generic:
752         @echo "This command is intended for maintainers to use"
753         @echo "it deletes files that may require special tools to rebuild."
754         -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
755 clean: clean-recursive
756
757 clean-am: clean-binPROGRAMS clean-generic mostlyclean-am
758
759 distclean: distclean-recursive
760         -rm -f $(am__CONFIG_DISTCLEAN_FILES)
761         -rm -rf ./$(DEPDIR)
762         -rm -f Makefile
763 distclean-am: clean-am distclean-compile distclean-generic \
764         distclean-hdr distclean-tags
765
766 dvi: dvi-recursive
767
768 dvi-am:
769
770 html: html-recursive
771
772 html-am:
773
774 info: info-recursive
775
776 info-am:
777
778 install-data-am:
779
780 install-dvi: install-dvi-recursive
781
782 install-dvi-am:
783
784 install-exec-am: install-binPROGRAMS
785
786 install-html: install-html-recursive
787
788 install-html-am:
789
790 install-info: install-info-recursive
791
792 install-info-am:
793
794 install-man:
795
796 install-pdf: install-pdf-recursive
797
798 install-pdf-am:
799
800 install-ps: install-ps-recursive
801
802 install-ps-am:
803
804 installcheck-am:
805
806 maintainer-clean: maintainer-clean-recursive
807         -rm -f $(am__CONFIG_DISTCLEAN_FILES)
808         -rm -rf $(top_srcdir)/autom4te.cache
809         -rm -rf ./$(DEPDIR)
810         -rm -f Makefile
811 maintainer-clean-am: distclean-am maintainer-clean-generic
812
813 mostlyclean: mostlyclean-recursive
814
815 mostlyclean-am: mostlyclean-compile mostlyclean-generic
816
817 pdf: pdf-recursive
818
819 pdf-am:
820
821 ps: ps-recursive
822
823 ps-am:
824
825 uninstall-am: uninstall-binPROGRAMS
826
827 .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) all \
828         ctags-recursive install-am install-strip tags-recursive
829
830 .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
831         all all-am am--refresh check check-am clean clean-binPROGRAMS \
832         clean-generic ctags ctags-recursive dist dist-all dist-bzip2 \
833         dist-gzip dist-hook dist-lzma dist-shar dist-tarZ dist-xz \
834         dist-zip distcheck distclean distclean-compile \
835         distclean-generic distclean-hdr distclean-tags distcleancheck \
836         distdir distuninstallcheck dvi dvi-am html html-am info \
837         info-am install install-am install-binPROGRAMS install-data \
838         install-data-am install-dvi install-dvi-am install-exec \
839         install-exec-am install-html install-html-am install-info \
840         install-info-am install-man install-pdf install-pdf-am \
841         install-ps install-ps-am install-strip installcheck \
842         installcheck-am installdirs installdirs-am maintainer-clean \
843         maintainer-clean-generic mostlyclean mostlyclean-compile \
844         mostlyclean-generic pdf pdf-am ps ps-am tags tags-recursive \
845         uninstall uninstall-am uninstall-binPROGRAMS
846
847
848 .PHONY: ChangeLog INSTALL
849
850 INSTALL:
851         $(INSTALL_CMD)
852
853 ChangeLog:
854         $(CHANGELOG_CMD)
855
856 dist-hook: ChangeLog INSTALL
857 @LINT_TRUE@lint:
858 @LINT_TRUE@     $(LINT) $(ALL_LINT_FLAGS) $(iceauth_SOURCES)
859
860 # Tell versions [3.59,3.63) of GNU make to not export all variables.
861 # Otherwise a system limit (for SysV at least) may be exceeded.
862 .NOEXPORT: