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