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