1# Makefile.in generated by automake 1.17 from Makefile.am.
2# @configure_input@
3
4# Copyright (C) 1994-2024 Free Software Foundation, Inc.
5
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
17
18VPATH = @srcdir@
19am__is_gnu_make = { \
20  if test -z '$(MAKELEVEL)'; then \
21    false; \
22  elif test -n '$(MAKE_HOST)'; then \
23    true; \
24  elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
25    true; \
26  else \
27    false; \
28  fi; \
29}
30am__make_running_with_option = \
31  case $${target_option-} in \
32      ?) ;; \
33      *) echo "am__make_running_with_option: internal error: invalid" \
34              "target option '$${target_option-}' specified" >&2; \
35         exit 1;; \
36  esac; \
37  has_opt=no; \
38  sane_makeflags=$$MAKEFLAGS; \
39  if $(am__is_gnu_make); then \
40    sane_makeflags=$$MFLAGS; \
41  else \
42    case $$MAKEFLAGS in \
43      *\\[\ \	]*) \
44        bs=\\; \
45        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
46          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
47    esac; \
48  fi; \
49  skip_next=no; \
50  strip_trailopt () \
51  { \
52    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
53  }; \
54  for flg in $$sane_makeflags; do \
55    test $$skip_next = yes && { skip_next=no; continue; }; \
56    case $$flg in \
57      *=*|--*) continue;; \
58        -*I) strip_trailopt 'I'; skip_next=yes;; \
59      -*I?*) strip_trailopt 'I';; \
60        -*O) strip_trailopt 'O'; skip_next=yes;; \
61      -*O?*) strip_trailopt 'O';; \
62        -*l) strip_trailopt 'l'; skip_next=yes;; \
63      -*l?*) strip_trailopt 'l';; \
64      -[dEDm]) skip_next=yes;; \
65      -[JT]) skip_next=yes;; \
66    esac; \
67    case $$flg in \
68      *$$target_option*) has_opt=yes; break;; \
69    esac; \
70  done; \
71  test $$has_opt = yes
72am__make_dryrun = (target_option=n; $(am__make_running_with_option))
73am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
74am__rm_f = rm -f $(am__rm_f_notfound)
75am__rm_rf = rm -rf $(am__rm_f_notfound)
76pkgdatadir = $(datadir)/@PACKAGE@
77pkgincludedir = $(includedir)/@PACKAGE@
78pkglibdir = $(libdir)/@PACKAGE@
79pkglibexecdir = $(libexecdir)/@PACKAGE@
80am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
81install_sh_DATA = $(install_sh) -c -m 644
82install_sh_PROGRAM = $(install_sh) -c
83install_sh_SCRIPT = $(install_sh) -c
84INSTALL_HEADER = $(INSTALL_DATA)
85transform = $(program_transform_name)
86NORMAL_INSTALL = :
87PRE_INSTALL = :
88POST_INSTALL = :
89NORMAL_UNINSTALL = :
90PRE_UNINSTALL = :
91POST_UNINSTALL = :
92build_triplet = @build@
93host_triplet = @host@
94subdir = src
95ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
96am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \
97	$(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
98	$(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
99	$(top_srcdir)/configure.ac
100am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
101	$(ACLOCAL_M4)
102DIST_COMMON = $(srcdir)/Makefile.am $(iceinclude_HEADERS) \
103	$(am__DIST_COMMON)
104mkinstalldirs = $(install_sh) -d
105CONFIG_HEADER = $(top_builddir)/config.h
106CONFIG_CLEAN_FILES =
107CONFIG_CLEAN_VPATH_FILES =
108am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
109am__vpath_adj = case $$p in \
110    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
111    *) f=$$p;; \
112  esac;
113am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
114am__install_max = 40
115am__nobase_strip_setup = \
116  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
117am__nobase_strip = \
118  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
119am__nobase_list = $(am__nobase_strip_setup); \
120  for p in $$list; do echo "$$p $$p"; done | \
121  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
122  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
123    if (++n[$$2] == $(am__install_max)) \
124      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
125    END { for (dir in files) print dir, files[dir] }'
126am__base_list = \
127  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
128  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
129am__uninstall_files_from_dir = { \
130  { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
131  || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
132       $(am__cd) "$$dir" && echo $$files | $(am__xargs_n) 40 $(am__rm_f); }; \
133  }
134am__installdirs = "$(DESTDIR)$(libdir)" "$(DESTDIR)$(iceincludedir)"
135LTLIBRARIES = $(lib_LTLIBRARIES)
136am__DEPENDENCIES_1 =
137libICE_la_DEPENDENCIES = $(am__DEPENDENCIES_1)
138am_libICE_la_OBJECTS = accept.lo authutil.lo connect.lo error.lo \
139	getauth.lo iceauth.lo icetrans.lo listen.lo listenwk.lo \
140	locking.lo misc.lo ping.lo process.lo protosetup.lo \
141	register.lo replywait.lo setauth.lo shutdown.lo watch.lo
142libICE_la_OBJECTS = $(am_libICE_la_OBJECTS)
143AM_V_lt = $(am__v_lt_@AM_V@)
144am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
145am__v_lt_0 = --silent
146am__v_lt_1 = 
147libICE_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
148	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
149	$(libICE_la_LDFLAGS) $(LDFLAGS) -o $@
150AM_V_P = $(am__v_P_@AM_V@)
151am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
152am__v_P_0 = false
153am__v_P_1 = :
154AM_V_GEN = $(am__v_GEN_@AM_V@)
155am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
156am__v_GEN_0 = @echo "  GEN     " $@;
157am__v_GEN_1 = 
158AM_V_at = $(am__v_at_@AM_V@)
159am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
160am__v_at_0 = @
161am__v_at_1 = 
162DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
163depcomp = $(SHELL) $(top_srcdir)/depcomp
164am__maybe_remake_depfiles = depfiles
165am__depfiles_remade = ./$(DEPDIR)/accept.Plo ./$(DEPDIR)/authutil.Plo \
166	./$(DEPDIR)/connect.Plo ./$(DEPDIR)/error.Plo \
167	./$(DEPDIR)/getauth.Plo ./$(DEPDIR)/iceauth.Plo \
168	./$(DEPDIR)/icetrans.Plo ./$(DEPDIR)/listen.Plo \
169	./$(DEPDIR)/listenwk.Plo ./$(DEPDIR)/locking.Plo \
170	./$(DEPDIR)/misc.Plo ./$(DEPDIR)/ping.Plo \
171	./$(DEPDIR)/process.Plo ./$(DEPDIR)/protosetup.Plo \
172	./$(DEPDIR)/register.Plo ./$(DEPDIR)/replywait.Plo \
173	./$(DEPDIR)/setauth.Plo ./$(DEPDIR)/shutdown.Plo \
174	./$(DEPDIR)/watch.Plo
175am__mv = mv -f
176COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
177	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
178LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
179	$(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
180	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
181	$(AM_CFLAGS) $(CFLAGS)
182AM_V_CC = $(am__v_CC_@AM_V@)
183am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
184am__v_CC_0 = @echo "  CC      " $@;
185am__v_CC_1 = 
186CCLD = $(CC)
187LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
188	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
189	$(AM_LDFLAGS) $(LDFLAGS) -o $@
190AM_V_CCLD = $(am__v_CCLD_@AM_V@)
191am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
192am__v_CCLD_0 = @echo "  CCLD    " $@;
193am__v_CCLD_1 = 
194SOURCES = $(libICE_la_SOURCES)
195DIST_SOURCES = $(libICE_la_SOURCES)
196am__can_run_installinfo = \
197  case $$AM_UPDATE_INFO_DIR in \
198    n|no|NO) false;; \
199    *) (install-info --version) >/dev/null 2>&1;; \
200  esac
201HEADERS = $(iceinclude_HEADERS)
202am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
203# Read a list of newline-separated strings from the standard input,
204# and print each of them once, without duplicates.  Input order is
205# *not* preserved.
206am__uniquify_input = $(AWK) '\
207  BEGIN { nonempty = 0; } \
208  { items[$$0] = 1; nonempty = 1; } \
209  END { if (nonempty) { for (i in items) print i; }; } \
210'
211# Make sure the list of sources is unique.  This is necessary because,
212# e.g., the same source file might be shared among _SOURCES variables
213# for different programs/libraries.
214am__define_uniq_tagged_files = \
215  list='$(am__tagged_files)'; \
216  unique=`for i in $$list; do \
217    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
218  done | $(am__uniquify_input)`
219am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/depcomp
220DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
221ACLOCAL = @ACLOCAL@
222ADMIN_MAN_DIR = @ADMIN_MAN_DIR@
223ADMIN_MAN_SUFFIX = @ADMIN_MAN_SUFFIX@
224AMTAR = @AMTAR@
225AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
226APP_MAN_DIR = @APP_MAN_DIR@
227APP_MAN_SUFFIX = @APP_MAN_SUFFIX@
228AR = @AR@
229AUTOCONF = @AUTOCONF@
230AUTOHEADER = @AUTOHEADER@
231AUTOMAKE = @AUTOMAKE@
232AWK = @AWK@
233BASE_CFLAGS = @BASE_CFLAGS@
234CC = @CC@
235CCDEPMODE = @CCDEPMODE@
236CFLAGS = @CFLAGS@
237CHANGELOG_CMD = @CHANGELOG_CMD@
238CPPFLAGS = @CPPFLAGS@
239CSCOPE = @CSCOPE@
240CTAGS = @CTAGS@
241CWARNFLAGS = @CWARNFLAGS@
242CYGPATH_W = @CYGPATH_W@
243DEFS = @DEFS@
244DEPDIR = @DEPDIR@
245DLLTOOL = @DLLTOOL@
246DRIVER_MAN_DIR = @DRIVER_MAN_DIR@
247DRIVER_MAN_SUFFIX = @DRIVER_MAN_SUFFIX@
248DSYMUTIL = @DSYMUTIL@
249DUMPBIN = @DUMPBIN@
250ECHO_C = @ECHO_C@
251ECHO_N = @ECHO_N@
252ECHO_T = @ECHO_T@
253EGREP = @EGREP@
254ETAGS = @ETAGS@
255EXEEXT = @EXEEXT@
256FGREP = @FGREP@
257FILECMD = @FILECMD@
258FILE_MAN_DIR = @FILE_MAN_DIR@
259FILE_MAN_SUFFIX = @FILE_MAN_SUFFIX@
260FOP = @FOP@
261GREP = @GREP@
262ICE_CFLAGS = @ICE_CFLAGS@
263ICE_LIBS = @ICE_LIBS@
264INSTALL = @INSTALL@
265INSTALL_CMD = @INSTALL_CMD@
266INSTALL_DATA = @INSTALL_DATA@
267INSTALL_PROGRAM = @INSTALL_PROGRAM@
268INSTALL_SCRIPT = @INSTALL_SCRIPT@
269INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
270LD = @LD@
271LDFLAGS = @LDFLAGS@
272LIBBSD_CFLAGS = @LIBBSD_CFLAGS@
273LIBBSD_LIBS = @LIBBSD_LIBS@
274LIBOBJS = @LIBOBJS@
275LIBS = @LIBS@
276LIBTOOL = @LIBTOOL@
277LIB_MAN_DIR = @LIB_MAN_DIR@
278LIB_MAN_SUFFIX = @LIB_MAN_SUFFIX@
279LINT = @LINT@
280LINTLIB = @LINTLIB@
281LINT_FLAGS = @LINT_FLAGS@
282LIPO = @LIPO@
283LN_S = @LN_S@
284LTLIBOBJS = @LTLIBOBJS@
285LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
286MAKEINFO = @MAKEINFO@
287MANIFEST_TOOL = @MANIFEST_TOOL@
288MAN_SUBSTS = @MAN_SUBSTS@
289MISC_MAN_DIR = @MISC_MAN_DIR@
290MISC_MAN_SUFFIX = @MISC_MAN_SUFFIX@
291MKDIR_P = @MKDIR_P@
292NM = @NM@
293NMEDIT = @NMEDIT@
294OBJDUMP = @OBJDUMP@
295OBJEXT = @OBJEXT@
296OTOOL = @OTOOL@
297OTOOL64 = @OTOOL64@
298PACKAGE = @PACKAGE@
299PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
300PACKAGE_NAME = @PACKAGE_NAME@
301PACKAGE_STRING = @PACKAGE_STRING@
302PACKAGE_TARNAME = @PACKAGE_TARNAME@
303PACKAGE_URL = @PACKAGE_URL@
304PACKAGE_VERSION = @PACKAGE_VERSION@
305PATH_SEPARATOR = @PATH_SEPARATOR@
306PKG_CONFIG = @PKG_CONFIG@
307PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
308PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
309RANLIB = @RANLIB@
310SED = @SED@
311SET_MAKE = @SET_MAKE@
312SHELL = @SHELL@
313STRICT_CFLAGS = @STRICT_CFLAGS@
314STRIP = @STRIP@
315STYLESHEET_SRCDIR = @STYLESHEET_SRCDIR@
316VERSION = @VERSION@
317XMLTO = @XMLTO@
318XORG_MAN_PAGE = @XORG_MAN_PAGE@
319XORG_SGML_PATH = @XORG_SGML_PATH@
320XSLTPROC = @XSLTPROC@
321XSL_STYLESHEET = @XSL_STYLESHEET@
322abs_builddir = @abs_builddir@
323abs_srcdir = @abs_srcdir@
324abs_top_builddir = @abs_top_builddir@
325abs_top_srcdir = @abs_top_srcdir@
326ac_ct_AR = @ac_ct_AR@
327ac_ct_CC = @ac_ct_CC@
328ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
329am__include = @am__include@
330am__leading_dot = @am__leading_dot@
331am__quote = @am__quote@
332am__rm_f_notfound = @am__rm_f_notfound@
333am__tar = @am__tar@
334am__untar = @am__untar@
335am__xargs_n = @am__xargs_n@
336bindir = @bindir@
337build = @build@
338build_alias = @build_alias@
339build_cpu = @build_cpu@
340build_os = @build_os@
341build_vendor = @build_vendor@
342builddir = @builddir@
343datadir = @datadir@
344datarootdir = @datarootdir@
345docdir = @docdir@
346dvidir = @dvidir@
347exec_prefix = @exec_prefix@
348host = @host@
349host_alias = @host_alias@
350host_cpu = @host_cpu@
351host_os = @host_os@
352host_vendor = @host_vendor@
353htmldir = @htmldir@
354includedir = @includedir@
355infodir = @infodir@
356install_sh = @install_sh@
357libdir = @libdir@
358libexecdir = @libexecdir@
359localedir = @localedir@
360localstatedir = @localstatedir@
361mandir = @mandir@
362mkdir_p = @mkdir_p@
363oldincludedir = @oldincludedir@
364pdfdir = @pdfdir@
365prefix = @prefix@
366program_transform_name = @program_transform_name@
367psdir = @psdir@
368runstatedir = @runstatedir@
369sbindir = @sbindir@
370sharedstatedir = @sharedstatedir@
371srcdir = @srcdir@
372sysconfdir = @sysconfdir@
373target_alias = @target_alias@
374top_build_prefix = @top_build_prefix@
375top_builddir = @top_builddir@
376top_srcdir = @top_srcdir@
377lib_LTLIBRARIES = libICE.la
378AM_CPPFLAGS = -I${top_srcdir}/include
379AM_CFLAGS = \
380	$(ICE_CFLAGS) \
381	$(CWARNFLAGS)
382
383libICE_la_LDFLAGS = -version-number 6:3:0 -no-undefined
384libICE_la_LIBADD = $(ICE_LIBS)
385libICE_la_SOURCES = \
386	ICElibint.h \
387	accept.c \
388	authutil.c \
389	connect.c \
390	error.c \
391	getauth.c \
392	globals.h \
393	iceauth.c \
394	icetrans.c \
395	listen.c \
396	listenwk.c \
397	locking.c \
398	misc.c \
399	ping.c \
400	process.c \
401	protosetup.c \
402	register.c \
403	replywait.c \
404	setauth.c \
405	shutdown.c \
406	watch.c
407
408iceincludedir = $(includedir)/X11/ICE
409iceinclude_HEADERS = \
410	$(top_srcdir)/include/X11/ICE/ICE.h \
411	$(top_srcdir)/include/X11/ICE/ICEconn.h \
412	$(top_srcdir)/include/X11/ICE/ICElib.h \
413	$(top_srcdir)/include/X11/ICE/ICEmsg.h \
414	$(top_srcdir)/include/X11/ICE/ICEproto.h \
415	$(top_srcdir)/include/X11/ICE/ICEutil.h
416
417@LINT_TRUE@ALL_LINT_FLAGS = $(LINT_FLAGS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
418@LINT_TRUE@		$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS)
419
420all: all-am
421
422.SUFFIXES:
423.SUFFIXES: .c .lo .o .obj
424$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
425	@for dep in $?; do \
426	  case '$(am__configure_deps)' in \
427	    *$$dep*) \
428	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
429	        && { if test -f $@; then exit 0; else break; fi; }; \
430	      exit 1;; \
431	  esac; \
432	done; \
433	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/Makefile'; \
434	$(am__cd) $(top_srcdir) && \
435	  $(AUTOMAKE) --foreign src/Makefile
436Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
437	@case '$?' in \
438	  *config.status*) \
439	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
440	  *) \
441	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \
442	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \
443	esac;
444
445$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
446	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
447
448$(top_srcdir)/configure:  $(am__configure_deps)
449	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
450$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
451	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
452$(am__aclocal_m4_deps):
453
454install-libLTLIBRARIES: $(lib_LTLIBRARIES)
455	@$(NORMAL_INSTALL)
456	@list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
457	list2=; for p in $$list; do \
458	  if test -f $$p; then \
459	    list2="$$list2 $$p"; \
460	  else :; fi; \
461	done; \
462	test -z "$$list2" || { \
463	  echo " $(MKDIR_P) '$(DESTDIR)$(libdir)'"; \
464	  $(MKDIR_P) "$(DESTDIR)$(libdir)" || exit 1; \
465	  echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libdir)'"; \
466	  $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libdir)"; \
467	}
468
469uninstall-libLTLIBRARIES:
470	@$(NORMAL_UNINSTALL)
471	@list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
472	for p in $$list; do \
473	  $(am__strip_dir) \
474	  echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$f'"; \
475	  $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$f"; \
476	done
477
478clean-libLTLIBRARIES:
479	-$(am__rm_f) $(lib_LTLIBRARIES)
480	@list='$(lib_LTLIBRARIES)'; \
481	locs=`for p in $$list; do echo $$p; done | \
482	      sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
483	      sort -u`; \
484	echo rm -f $${locs}; \
485	$(am__rm_f) $${locs}
486
487libICE.la: $(libICE_la_OBJECTS) $(libICE_la_DEPENDENCIES) $(EXTRA_libICE_la_DEPENDENCIES) 
488	$(AM_V_CCLD)$(libICE_la_LINK) -rpath $(libdir) $(libICE_la_OBJECTS) $(libICE_la_LIBADD) $(LIBS)
489
490mostlyclean-compile:
491	-rm -f *.$(OBJEXT)
492
493distclean-compile:
494	-rm -f *.tab.c
495
496@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/accept.Plo@am__quote@ # am--include-marker
497@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/authutil.Plo@am__quote@ # am--include-marker
498@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/connect.Plo@am__quote@ # am--include-marker
499@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/error.Plo@am__quote@ # am--include-marker
500@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/getauth.Plo@am__quote@ # am--include-marker
501@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/iceauth.Plo@am__quote@ # am--include-marker
502@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/icetrans.Plo@am__quote@ # am--include-marker
503@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/listen.Plo@am__quote@ # am--include-marker
504@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/listenwk.Plo@am__quote@ # am--include-marker
505@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/locking.Plo@am__quote@ # am--include-marker
506@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/misc.Plo@am__quote@ # am--include-marker
507@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ping.Plo@am__quote@ # am--include-marker
508@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/process.Plo@am__quote@ # am--include-marker
509@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/protosetup.Plo@am__quote@ # am--include-marker
510@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/register.Plo@am__quote@ # am--include-marker
511@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/replywait.Plo@am__quote@ # am--include-marker
512@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/setauth.Plo@am__quote@ # am--include-marker
513@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/shutdown.Plo@am__quote@ # am--include-marker
514@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/watch.Plo@am__quote@ # am--include-marker
515
516$(am__depfiles_remade):
517	@$(MKDIR_P) $(@D)
518	@: >>$@
519
520am--depfiles: $(am__depfiles_remade)
521
522.c.o:
523@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
524@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
525@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
526@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
527@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
528
529.c.obj:
530@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
531@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
532@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
533@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
534@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
535
536.c.lo:
537@am__fastdepCC_TRUE@	$(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
538@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
539@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
540@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
541@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
542
543mostlyclean-libtool:
544	-rm -f *.lo
545
546clean-libtool:
547	-rm -rf .libs _libs
548install-iceincludeHEADERS: $(iceinclude_HEADERS)
549	@$(NORMAL_INSTALL)
550	@list='$(iceinclude_HEADERS)'; test -n "$(iceincludedir)" || list=; \
551	if test -n "$$list"; then \
552	  echo " $(MKDIR_P) '$(DESTDIR)$(iceincludedir)'"; \
553	  $(MKDIR_P) "$(DESTDIR)$(iceincludedir)" || exit 1; \
554	fi; \
555	for p in $$list; do \
556	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
557	  echo "$$d$$p"; \
558	done | $(am__base_list) | \
559	while read files; do \
560	  echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(iceincludedir)'"; \
561	  $(INSTALL_HEADER) $$files "$(DESTDIR)$(iceincludedir)" || exit $$?; \
562	done
563
564uninstall-iceincludeHEADERS:
565	@$(NORMAL_UNINSTALL)
566	@list='$(iceinclude_HEADERS)'; test -n "$(iceincludedir)" || list=; \
567	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
568	dir='$(DESTDIR)$(iceincludedir)'; $(am__uninstall_files_from_dir)
569
570ID: $(am__tagged_files)
571	$(am__define_uniq_tagged_files); mkid -fID $$unique
572tags: tags-am
573TAGS: tags
574
575tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
576	set x; \
577	here=`pwd`; \
578	$(am__define_uniq_tagged_files); \
579	shift; \
580	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
581	  test -n "$$unique" || unique=$$empty_fix; \
582	  if test $$# -gt 0; then \
583	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
584	      "$$@" $$unique; \
585	  else \
586	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
587	      $$unique; \
588	  fi; \
589	fi
590ctags: ctags-am
591
592CTAGS: ctags
593ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
594	$(am__define_uniq_tagged_files); \
595	test -z "$(CTAGS_ARGS)$$unique" \
596	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
597	     $$unique
598
599GTAGS:
600	here=`$(am__cd) $(top_builddir) && pwd` \
601	  && $(am__cd) $(top_srcdir) \
602	  && gtags -i $(GTAGS_ARGS) "$$here"
603cscopelist: cscopelist-am
604
605cscopelist-am: $(am__tagged_files)
606	list='$(am__tagged_files)'; \
607	case "$(srcdir)" in \
608	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
609	  *) sdir=$(subdir)/$(srcdir) ;; \
610	esac; \
611	for i in $$list; do \
612	  if test -f "$$i"; then \
613	    echo "$(subdir)/$$i"; \
614	  else \
615	    echo "$$sdir/$$i"; \
616	  fi; \
617	done >> $(top_builddir)/cscope.files
618
619distclean-tags:
620	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
621distdir: $(BUILT_SOURCES)
622	$(MAKE) $(AM_MAKEFLAGS) distdir-am
623
624distdir-am: $(DISTFILES)
625	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
626	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
627	list='$(DISTFILES)'; \
628	  dist_files=`for file in $$list; do echo $$file; done | \
629	  sed -e "s|^$$srcdirstrip/||;t" \
630	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
631	case $$dist_files in \
632	  */*) $(MKDIR_P) `echo "$$dist_files" | \
633			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
634			   sort -u` ;; \
635	esac; \
636	for file in $$dist_files; do \
637	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
638	  if test -d $$d/$$file; then \
639	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
640	    if test -d "$(distdir)/$$file"; then \
641	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
642	    fi; \
643	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
644	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
645	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
646	    fi; \
647	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
648	  else \
649	    test -f "$(distdir)/$$file" \
650	    || cp -p $$d/$$file "$(distdir)/$$file" \
651	    || exit 1; \
652	  fi; \
653	done
654check-am: all-am
655check: check-am
656all-am: Makefile $(LTLIBRARIES) $(HEADERS)
657installdirs:
658	for dir in "$(DESTDIR)$(libdir)" "$(DESTDIR)$(iceincludedir)"; do \
659	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
660	done
661install: install-am
662install-exec: install-exec-am
663install-data: install-data-am
664uninstall: uninstall-am
665
666install-am: all-am
667	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
668
669installcheck: installcheck-am
670install-strip:
671	if test -z '$(STRIP)'; then \
672	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
673	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
674	      install; \
675	else \
676	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
677	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
678	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
679	fi
680mostlyclean-generic:
681
682clean-generic:
683
684distclean-generic:
685	-$(am__rm_f) $(CONFIG_CLEAN_FILES)
686	-test . = "$(srcdir)" || $(am__rm_f) $(CONFIG_CLEAN_VPATH_FILES)
687
688maintainer-clean-generic:
689	@echo "This command is intended for maintainers to use"
690	@echo "it deletes files that may require special tools to rebuild."
691clean: clean-am
692
693clean-am: clean-generic clean-libLTLIBRARIES clean-libtool \
694	mostlyclean-am
695
696distclean: distclean-am
697	-rm -f ./$(DEPDIR)/accept.Plo
698	-rm -f ./$(DEPDIR)/authutil.Plo
699	-rm -f ./$(DEPDIR)/connect.Plo
700	-rm -f ./$(DEPDIR)/error.Plo
701	-rm -f ./$(DEPDIR)/getauth.Plo
702	-rm -f ./$(DEPDIR)/iceauth.Plo
703	-rm -f ./$(DEPDIR)/icetrans.Plo
704	-rm -f ./$(DEPDIR)/listen.Plo
705	-rm -f ./$(DEPDIR)/listenwk.Plo
706	-rm -f ./$(DEPDIR)/locking.Plo
707	-rm -f ./$(DEPDIR)/misc.Plo
708	-rm -f ./$(DEPDIR)/ping.Plo
709	-rm -f ./$(DEPDIR)/process.Plo
710	-rm -f ./$(DEPDIR)/protosetup.Plo
711	-rm -f ./$(DEPDIR)/register.Plo
712	-rm -f ./$(DEPDIR)/replywait.Plo
713	-rm -f ./$(DEPDIR)/setauth.Plo
714	-rm -f ./$(DEPDIR)/shutdown.Plo
715	-rm -f ./$(DEPDIR)/watch.Plo
716	-rm -f Makefile
717distclean-am: clean-am distclean-compile distclean-generic \
718	distclean-tags
719
720dvi: dvi-am
721
722dvi-am:
723
724html: html-am
725
726html-am:
727
728info: info-am
729
730info-am:
731
732install-data-am: install-iceincludeHEADERS
733
734install-dvi: install-dvi-am
735
736install-dvi-am:
737
738install-exec-am: install-libLTLIBRARIES
739
740install-html: install-html-am
741
742install-html-am:
743
744install-info: install-info-am
745
746install-info-am:
747
748install-man:
749
750install-pdf: install-pdf-am
751
752install-pdf-am:
753
754install-ps: install-ps-am
755
756install-ps-am:
757
758installcheck-am:
759
760maintainer-clean: maintainer-clean-am
761	-rm -f ./$(DEPDIR)/accept.Plo
762	-rm -f ./$(DEPDIR)/authutil.Plo
763	-rm -f ./$(DEPDIR)/connect.Plo
764	-rm -f ./$(DEPDIR)/error.Plo
765	-rm -f ./$(DEPDIR)/getauth.Plo
766	-rm -f ./$(DEPDIR)/iceauth.Plo
767	-rm -f ./$(DEPDIR)/icetrans.Plo
768	-rm -f ./$(DEPDIR)/listen.Plo
769	-rm -f ./$(DEPDIR)/listenwk.Plo
770	-rm -f ./$(DEPDIR)/locking.Plo
771	-rm -f ./$(DEPDIR)/misc.Plo
772	-rm -f ./$(DEPDIR)/ping.Plo
773	-rm -f ./$(DEPDIR)/process.Plo
774	-rm -f ./$(DEPDIR)/protosetup.Plo
775	-rm -f ./$(DEPDIR)/register.Plo
776	-rm -f ./$(DEPDIR)/replywait.Plo
777	-rm -f ./$(DEPDIR)/setauth.Plo
778	-rm -f ./$(DEPDIR)/shutdown.Plo
779	-rm -f ./$(DEPDIR)/watch.Plo
780	-rm -f Makefile
781maintainer-clean-am: distclean-am maintainer-clean-generic
782
783mostlyclean: mostlyclean-am
784
785mostlyclean-am: mostlyclean-compile mostlyclean-generic \
786	mostlyclean-libtool
787
788pdf: pdf-am
789
790pdf-am:
791
792ps: ps-am
793
794ps-am:
795
796uninstall-am: uninstall-iceincludeHEADERS uninstall-libLTLIBRARIES
797
798.MAKE: install-am install-strip
799
800.PHONY: CTAGS GTAGS TAGS all all-am am--depfiles check check-am clean \
801	clean-generic clean-libLTLIBRARIES clean-libtool cscopelist-am \
802	ctags ctags-am distclean distclean-compile distclean-generic \
803	distclean-libtool distclean-tags distdir dvi dvi-am html \
804	html-am info info-am install install-am install-data \
805	install-data-am install-dvi install-dvi-am install-exec \
806	install-exec-am install-html install-html-am \
807	install-iceincludeHEADERS install-info install-info-am \
808	install-libLTLIBRARIES install-man install-pdf install-pdf-am \
809	install-ps install-ps-am install-strip installcheck \
810	installcheck-am installdirs maintainer-clean \
811	maintainer-clean-generic mostlyclean mostlyclean-compile \
812	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
813	tags tags-am uninstall uninstall-am \
814	uninstall-iceincludeHEADERS uninstall-libLTLIBRARIES
815
816.PRECIOUS: Makefile
817
818
819@LINT_TRUE@lint:
820@LINT_TRUE@	$(LINT) $(ALL_LINT_FLAGS) $(libICE_la_SOURCES) $(XINERAMA_LIBS)
821
822# Tell versions [3.59,3.63) of GNU make to not export all variables.
823# Otherwise a system limit (for SysV at least) may be exceeded.
824.NOEXPORT:
825
826# Tell GNU make to disable its built-in pattern rules.
827%:: %,v
828%:: RCS/%,v
829%:: RCS/%
830%:: s.%
831%:: SCCS/s.%
832