1# Makefile.in generated by automake 1.11 from Makefile.am. 2# @configure_input@ 3 4# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 5# 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, 6# Inc. 7# This Makefile.in is free software; the Free Software Foundation 8# gives unlimited permission to copy and/or distribute it, 9# with or without modifications, as long as this notice is preserved. 10 11# This program is distributed in the hope that it will be useful, 12# but WITHOUT ANY WARRANTY, to the extent permitted by law; without 13# even the implied warranty of MERCHANTABILITY or FITNESS FOR A 14# PARTICULAR PURPOSE. 15 16@SET_MAKE@ 17 18 19 20 21VPATH = @srcdir@ 22pkgdatadir = $(datadir)/@PACKAGE@ 23pkgincludedir = $(includedir)/@PACKAGE@ 24pkglibdir = $(libdir)/@PACKAGE@ 25pkglibexecdir = $(libexecdir)/@PACKAGE@ 26am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd 27install_sh_DATA = $(install_sh) -c -m 644 28install_sh_PROGRAM = $(install_sh) -c 29install_sh_SCRIPT = $(install_sh) -c 30INSTALL_HEADER = $(INSTALL_DATA) 31transform = $(program_transform_name) 32NORMAL_INSTALL = : 33PRE_INSTALL = : 34POST_INSTALL = : 35NORMAL_UNINSTALL = : 36PRE_UNINSTALL = : 37POST_UNINSTALL = : 38build_triplet = @build@ 39host_triplet = @host@ 40noinst_PROGRAMS = test_reply$(EXEEXT) 41subdir = reply 42DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \ 43 $(srcdir)/xcb-reply.pc.in $(xcbinclude_HEADERS) 44ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 45am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \ 46 $(top_srcdir)/configure.ac 47am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ 48 $(ACLOCAL_M4) 49mkinstalldirs = $(install_sh) -d 50CONFIG_CLEAN_FILES = xcb-reply.pc 51CONFIG_CLEAN_VPATH_FILES = 52am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; 53am__vpath_adj = case $$p in \ 54 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ 55 *) f=$$p;; \ 56 esac; 57am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; 58am__install_max = 40 59am__nobase_strip_setup = \ 60 srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` 61am__nobase_strip = \ 62 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" 63am__nobase_list = $(am__nobase_strip_setup); \ 64 for p in $$list; do echo "$$p $$p"; done | \ 65 sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ 66 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ 67 if (++n[$$2] == $(am__install_max)) \ 68 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ 69 END { for (dir in files) print dir, files[dir] }' 70am__base_list = \ 71 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ 72 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' 73am__installdirs = "$(DESTDIR)$(libdir)" "$(DESTDIR)$(pkgconfigdir)" \ 74 "$(DESTDIR)$(xcbincludedir)" 75LTLIBRARIES = $(lib_LTLIBRARIES) 76am__DEPENDENCIES_1 = 77libxcb_reply_la_DEPENDENCIES = $(am__DEPENDENCIES_1) 78am_libxcb_reply_la_OBJECTS = libxcb_reply_la-reply.lo 79libxcb_reply_la_OBJECTS = $(am_libxcb_reply_la_OBJECTS) 80libxcb_reply_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \ 81 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ 82 $(libxcb_reply_la_LDFLAGS) $(LDFLAGS) -o $@ 83PROGRAMS = $(noinst_PROGRAMS) 84am_test_reply_OBJECTS = test_reply-test_reply.$(OBJEXT) 85test_reply_OBJECTS = $(am_test_reply_OBJECTS) 86test_reply_DEPENDENCIES = $(am__DEPENDENCIES_1) $(XCB_REPLY_LIBS) 87DEFAULT_INCLUDES = -I.@am__isrc@ 88depcomp = $(SHELL) $(top_srcdir)/depcomp 89am__depfiles_maybe = depfiles 90am__mv = mv -f 91COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ 92 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) 93LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \ 94 --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \ 95 $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) 96CCLD = $(CC) 97LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \ 98 --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \ 99 $(LDFLAGS) -o $@ 100SOURCES = $(libxcb_reply_la_SOURCES) $(test_reply_SOURCES) 101DIST_SOURCES = $(libxcb_reply_la_SOURCES) $(test_reply_SOURCES) 102DATA = $(pkgconfig_DATA) 103HEADERS = $(xcbinclude_HEADERS) 104ETAGS = etags 105CTAGS = ctags 106DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) 107ACLOCAL = @ACLOCAL@ 108AMTAR = @AMTAR@ 109AR = @AR@ 110AUTOCONF = @AUTOCONF@ 111AUTOHEADER = @AUTOHEADER@ 112AUTOMAKE = @AUTOMAKE@ 113AWK = @AWK@ 114CC = @CC@ 115CCDEPMODE = @CCDEPMODE@ 116CFLAGS = @CFLAGS@ 117CPP = @CPP@ 118CPPFLAGS = @CPPFLAGS@ 119CWARNFLAGS = @CWARNFLAGS@ 120CYGPATH_W = @CYGPATH_W@ 121DEFS = @DEFS@ 122DEPDIR = @DEPDIR@ 123DSYMUTIL = @DSYMUTIL@ 124DUMPBIN = @DUMPBIN@ 125ECHO_C = @ECHO_C@ 126ECHO_N = @ECHO_N@ 127ECHO_T = @ECHO_T@ 128EGREP = @EGREP@ 129EXEEXT = @EXEEXT@ 130FGREP = @FGREP@ 131GM4 = @GM4@ 132GNUM4 = @GNUM4@ 133GPERF = @GPERF@ 134GREP = @GREP@ 135INSTALL = @INSTALL@ 136INSTALL_DATA = @INSTALL_DATA@ 137INSTALL_PROGRAM = @INSTALL_PROGRAM@ 138INSTALL_SCRIPT = @INSTALL_SCRIPT@ 139INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ 140LD = @LD@ 141LDFLAGS = @LDFLAGS@ 142LIBOBJS = @LIBOBJS@ 143LIBS = @LIBS@ 144LIBTOOL = @LIBTOOL@ 145LIPO = @LIPO@ 146LN_S = @LN_S@ 147LTLIBOBJS = @LTLIBOBJS@ 148M4 = @M4@ 149MAKEINFO = @MAKEINFO@ 150MKDIR_P = @MKDIR_P@ 151NM = @NM@ 152NMEDIT = @NMEDIT@ 153OBJDUMP = @OBJDUMP@ 154OBJEXT = @OBJEXT@ 155OTOOL = @OTOOL@ 156OTOOL64 = @OTOOL64@ 157PACKAGE = @PACKAGE@ 158PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ 159PACKAGE_NAME = @PACKAGE_NAME@ 160PACKAGE_STRING = @PACKAGE_STRING@ 161PACKAGE_TARNAME = @PACKAGE_TARNAME@ 162PACKAGE_URL = @PACKAGE_URL@ 163PACKAGE_VERSION = @PACKAGE_VERSION@ 164PATH_SEPARATOR = @PATH_SEPARATOR@ 165PKG_CONFIG = @PKG_CONFIG@ 166RANLIB = @RANLIB@ 167SED = @SED@ 168SET_MAKE = @SET_MAKE@ 169SHELL = @SHELL@ 170STRIP = @STRIP@ 171VERSION = @VERSION@ 172XCB_ATOM_CFLAGS = @XCB_ATOM_CFLAGS@ 173XCB_ATOM_LIBS = @XCB_ATOM_LIBS@ 174XCB_AUX_CFLAGS = @XCB_AUX_CFLAGS@ 175XCB_AUX_LIBS = @XCB_AUX_LIBS@ 176XCB_CFLAGS = @XCB_CFLAGS@ 177XCB_EVENT_CFLAGS = @XCB_EVENT_CFLAGS@ 178XCB_EVENT_LIBS = @XCB_EVENT_LIBS@ 179XCB_ICCCM_CFLAGS = @XCB_ICCCM_CFLAGS@ 180XCB_ICCCM_LIBS = @XCB_ICCCM_LIBS@ 181XCB_LIBS = @XCB_LIBS@ 182XCB_PROPERTY_CFLAGS = @XCB_PROPERTY_CFLAGS@ 183XCB_PROPERTY_LIBS = @XCB_PROPERTY_LIBS@ 184XCB_RENDER_CFLAGS = @XCB_RENDER_CFLAGS@ 185XCB_RENDER_LIBS = @XCB_RENDER_LIBS@ 186XCB_SHM_CFLAGS = @XCB_SHM_CFLAGS@ 187XCB_SHM_LIBS = @XCB_SHM_LIBS@ 188XPROTO_CFLAGS = @XPROTO_CFLAGS@ 189XPROTO_LIBS = @XPROTO_LIBS@ 190abs_builddir = @abs_builddir@ 191abs_srcdir = @abs_srcdir@ 192abs_top_builddir = @abs_top_builddir@ 193abs_top_srcdir = @abs_top_srcdir@ 194ac_ct_CC = @ac_ct_CC@ 195ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ 196am__include = @am__include@ 197am__leading_dot = @am__leading_dot@ 198am__quote = @am__quote@ 199am__tar = @am__tar@ 200am__untar = @am__untar@ 201bindir = @bindir@ 202build = @build@ 203build_alias = @build_alias@ 204build_cpu = @build_cpu@ 205build_os = @build_os@ 206build_vendor = @build_vendor@ 207builddir = @builddir@ 208datadir = @datadir@ 209datarootdir = @datarootdir@ 210docdir = @docdir@ 211dvidir = @dvidir@ 212exec_prefix = @exec_prefix@ 213host = @host@ 214host_alias = @host_alias@ 215host_cpu = @host_cpu@ 216host_os = @host_os@ 217host_vendor = @host_vendor@ 218htmldir = @htmldir@ 219includedir = @includedir@ 220infodir = @infodir@ 221install_sh = @install_sh@ 222libdir = @libdir@ 223libexecdir = @libexecdir@ 224localedir = @localedir@ 225localstatedir = @localstatedir@ 226lt_ECHO = @lt_ECHO@ 227mandir = @mandir@ 228mkdir_p = @mkdir_p@ 229oldincludedir = @oldincludedir@ 230pdfdir = @pdfdir@ 231pkgconfigdir = @pkgconfigdir@ 232prefix = @prefix@ 233program_transform_name = @program_transform_name@ 234psdir = @psdir@ 235sbindir = @sbindir@ 236sharedstatedir = @sharedstatedir@ 237srcdir = @srcdir@ 238sysconfdir = @sysconfdir@ 239target_alias = @target_alias@ 240top_build_prefix = @top_build_prefix@ 241top_builddir = @top_builddir@ 242top_srcdir = @top_srcdir@ 243xcbincludedir = @xcbincludedir@ 244MAINTAINERCLEANFILES = Makefile.in 245lib_LTLIBRARIES = libxcb-reply.la 246xcbinclude_HEADERS = xcb_reply.h 247AM_CFLAGS = $(CWARNFLAGS) 248XCB_REPLY_LIBS = libxcb-reply.la 249libxcb_reply_la_SOURCES = reply.c 250libxcb_reply_la_CPPFLAGS = $(XCB_CFLAGS) 251libxcb_reply_la_LIBADD = $(XCB_LIBS) -lpthread 252libxcb_reply_la_LDFLAGS = -version-info 1:0:0 253pkgconfig_DATA = xcb-reply.pc 254EXTRA_DIST = xcb-reply.pc.in 255test_reply_CPPFLAGS = $(XCB_CFLAGS) 256test_reply_LDADD = $(XCB_LIBS) $(XCB_REPLY_LIBS) 257test_reply_SOURCES = test_reply.c 258all: all-am 259 260.SUFFIXES: 261.SUFFIXES: .c .lo .o .obj 262$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) 263 @for dep in $?; do \ 264 case '$(am__configure_deps)' in \ 265 *$$dep*) \ 266 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ 267 && { if test -f $@; then exit 0; else break; fi; }; \ 268 exit 1;; \ 269 esac; \ 270 done; \ 271 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign reply/Makefile'; \ 272 $(am__cd) $(top_srcdir) && \ 273 $(AUTOMAKE) --foreign reply/Makefile 274.PRECIOUS: Makefile 275Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 276 @case '$?' in \ 277 *config.status*) \ 278 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ 279 *) \ 280 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ 281 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ 282 esac; 283 284$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) 285 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 286 287$(top_srcdir)/configure: $(am__configure_deps) 288 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 289$(ACLOCAL_M4): $(am__aclocal_m4_deps) 290 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 291$(am__aclocal_m4_deps): 292xcb-reply.pc: $(top_builddir)/config.status $(srcdir)/xcb-reply.pc.in 293 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ 294install-libLTLIBRARIES: $(lib_LTLIBRARIES) 295 @$(NORMAL_INSTALL) 296 test -z "$(libdir)" || $(MKDIR_P) "$(DESTDIR)$(libdir)" 297 @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \ 298 list2=; for p in $$list; do \ 299 if test -f $$p; then \ 300 list2="$$list2 $$p"; \ 301 else :; fi; \ 302 done; \ 303 test -z "$$list2" || { \ 304 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libdir)'"; \ 305 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libdir)"; \ 306 } 307 308uninstall-libLTLIBRARIES: 309 @$(NORMAL_UNINSTALL) 310 @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \ 311 for p in $$list; do \ 312 $(am__strip_dir) \ 313 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$f'"; \ 314 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$f"; \ 315 done 316 317clean-libLTLIBRARIES: 318 -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES) 319 @list='$(lib_LTLIBRARIES)'; for p in $$list; do \ 320 dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \ 321 test "$$dir" != "$$p" || dir=.; \ 322 echo "rm -f \"$${dir}/so_locations\""; \ 323 rm -f "$${dir}/so_locations"; \ 324 done 325libxcb-reply.la: $(libxcb_reply_la_OBJECTS) $(libxcb_reply_la_DEPENDENCIES) 326 $(libxcb_reply_la_LINK) -rpath $(libdir) $(libxcb_reply_la_OBJECTS) $(libxcb_reply_la_LIBADD) $(LIBS) 327 328clean-noinstPROGRAMS: 329 @list='$(noinst_PROGRAMS)'; test -n "$$list" || exit 0; \ 330 echo " rm -f" $$list; \ 331 rm -f $$list || exit $$?; \ 332 test -n "$(EXEEXT)" || exit 0; \ 333 list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \ 334 echo " rm -f" $$list; \ 335 rm -f $$list 336test_reply$(EXEEXT): $(test_reply_OBJECTS) $(test_reply_DEPENDENCIES) 337 @rm -f test_reply$(EXEEXT) 338 $(LINK) $(test_reply_OBJECTS) $(test_reply_LDADD) $(LIBS) 339 340mostlyclean-compile: 341 -rm -f *.$(OBJEXT) 342 343distclean-compile: 344 -rm -f *.tab.c 345 346@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libxcb_reply_la-reply.Plo@am__quote@ 347@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_reply-test_reply.Po@am__quote@ 348 349.c.o: 350@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< 351@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po 352@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ 353@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 354@am__fastdepCC_FALSE@ $(COMPILE) -c $< 355 356.c.obj: 357@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'` 358@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po 359@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ 360@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 361@am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'` 362 363.c.lo: 364@am__fastdepCC_TRUE@ $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< 365@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo 366@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ 367@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 368@am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ $< 369 370libxcb_reply_la-reply.lo: reply.c 371@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libxcb_reply_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libxcb_reply_la-reply.lo -MD -MP -MF $(DEPDIR)/libxcb_reply_la-reply.Tpo -c -o libxcb_reply_la-reply.lo `test -f 'reply.c' || echo '$(srcdir)/'`reply.c 372@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libxcb_reply_la-reply.Tpo $(DEPDIR)/libxcb_reply_la-reply.Plo 373@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='reply.c' object='libxcb_reply_la-reply.lo' libtool=yes @AMDEPBACKSLASH@ 374@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 375@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libxcb_reply_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libxcb_reply_la-reply.lo `test -f 'reply.c' || echo '$(srcdir)/'`reply.c 376 377test_reply-test_reply.o: test_reply.c 378@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_reply_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT test_reply-test_reply.o -MD -MP -MF $(DEPDIR)/test_reply-test_reply.Tpo -c -o test_reply-test_reply.o `test -f 'test_reply.c' || echo '$(srcdir)/'`test_reply.c 379@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/test_reply-test_reply.Tpo $(DEPDIR)/test_reply-test_reply.Po 380@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='test_reply.c' object='test_reply-test_reply.o' libtool=no @AMDEPBACKSLASH@ 381@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 382@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_reply_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o test_reply-test_reply.o `test -f 'test_reply.c' || echo '$(srcdir)/'`test_reply.c 383 384test_reply-test_reply.obj: test_reply.c 385@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_reply_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT test_reply-test_reply.obj -MD -MP -MF $(DEPDIR)/test_reply-test_reply.Tpo -c -o test_reply-test_reply.obj `if test -f 'test_reply.c'; then $(CYGPATH_W) 'test_reply.c'; else $(CYGPATH_W) '$(srcdir)/test_reply.c'; fi` 386@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/test_reply-test_reply.Tpo $(DEPDIR)/test_reply-test_reply.Po 387@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='test_reply.c' object='test_reply-test_reply.obj' libtool=no @AMDEPBACKSLASH@ 388@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 389@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_reply_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o test_reply-test_reply.obj `if test -f 'test_reply.c'; then $(CYGPATH_W) 'test_reply.c'; else $(CYGPATH_W) '$(srcdir)/test_reply.c'; fi` 390 391mostlyclean-libtool: 392 -rm -f *.lo 393 394clean-libtool: 395 -rm -rf .libs _libs 396install-pkgconfigDATA: $(pkgconfig_DATA) 397 @$(NORMAL_INSTALL) 398 test -z "$(pkgconfigdir)" || $(MKDIR_P) "$(DESTDIR)$(pkgconfigdir)" 399 @list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \ 400 for p in $$list; do \ 401 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ 402 echo "$$d$$p"; \ 403 done | $(am__base_list) | \ 404 while read files; do \ 405 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgconfigdir)'"; \ 406 $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgconfigdir)" || exit $$?; \ 407 done 408 409uninstall-pkgconfigDATA: 410 @$(NORMAL_UNINSTALL) 411 @list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \ 412 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ 413 test -n "$$files" || exit 0; \ 414 echo " ( cd '$(DESTDIR)$(pkgconfigdir)' && rm -f" $$files ")"; \ 415 cd "$(DESTDIR)$(pkgconfigdir)" && rm -f $$files 416install-xcbincludeHEADERS: $(xcbinclude_HEADERS) 417 @$(NORMAL_INSTALL) 418 test -z "$(xcbincludedir)" || $(MKDIR_P) "$(DESTDIR)$(xcbincludedir)" 419 @list='$(xcbinclude_HEADERS)'; test -n "$(xcbincludedir)" || list=; \ 420 for p in $$list; do \ 421 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ 422 echo "$$d$$p"; \ 423 done | $(am__base_list) | \ 424 while read files; do \ 425 echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(xcbincludedir)'"; \ 426 $(INSTALL_HEADER) $$files "$(DESTDIR)$(xcbincludedir)" || exit $$?; \ 427 done 428 429uninstall-xcbincludeHEADERS: 430 @$(NORMAL_UNINSTALL) 431 @list='$(xcbinclude_HEADERS)'; test -n "$(xcbincludedir)" || list=; \ 432 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ 433 test -n "$$files" || exit 0; \ 434 echo " ( cd '$(DESTDIR)$(xcbincludedir)' && rm -f" $$files ")"; \ 435 cd "$(DESTDIR)$(xcbincludedir)" && rm -f $$files 436 437ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) 438 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ 439 unique=`for i in $$list; do \ 440 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 441 done | \ 442 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ 443 END { if (nonempty) { for (i in files) print i; }; }'`; \ 444 mkid -fID $$unique 445tags: TAGS 446 447TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ 448 $(TAGS_FILES) $(LISP) 449 set x; \ 450 here=`pwd`; \ 451 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ 452 unique=`for i in $$list; do \ 453 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 454 done | \ 455 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ 456 END { if (nonempty) { for (i in files) print i; }; }'`; \ 457 shift; \ 458 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ 459 test -n "$$unique" || unique=$$empty_fix; \ 460 if test $$# -gt 0; then \ 461 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 462 "$$@" $$unique; \ 463 else \ 464 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 465 $$unique; \ 466 fi; \ 467 fi 468ctags: CTAGS 469CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ 470 $(TAGS_FILES) $(LISP) 471 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ 472 unique=`for i in $$list; do \ 473 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 474 done | \ 475 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ 476 END { if (nonempty) { for (i in files) print i; }; }'`; \ 477 test -z "$(CTAGS_ARGS)$$unique" \ 478 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ 479 $$unique 480 481GTAGS: 482 here=`$(am__cd) $(top_builddir) && pwd` \ 483 && $(am__cd) $(top_srcdir) \ 484 && gtags -i $(GTAGS_ARGS) "$$here" 485 486distclean-tags: 487 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags 488 489distdir: $(DISTFILES) 490 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 491 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 492 list='$(DISTFILES)'; \ 493 dist_files=`for file in $$list; do echo $$file; done | \ 494 sed -e "s|^$$srcdirstrip/||;t" \ 495 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ 496 case $$dist_files in \ 497 */*) $(MKDIR_P) `echo "$$dist_files" | \ 498 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ 499 sort -u` ;; \ 500 esac; \ 501 for file in $$dist_files; do \ 502 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ 503 if test -d $$d/$$file; then \ 504 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ 505 if test -d "$(distdir)/$$file"; then \ 506 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 507 fi; \ 508 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ 509 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ 510 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 511 fi; \ 512 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ 513 else \ 514 test -f "$(distdir)/$$file" \ 515 || cp -p $$d/$$file "$(distdir)/$$file" \ 516 || exit 1; \ 517 fi; \ 518 done 519check-am: all-am 520check: check-am 521all-am: Makefile $(LTLIBRARIES) $(PROGRAMS) $(DATA) $(HEADERS) 522installdirs: 523 for dir in "$(DESTDIR)$(libdir)" "$(DESTDIR)$(pkgconfigdir)" "$(DESTDIR)$(xcbincludedir)"; do \ 524 test -z "$$dir" || $(MKDIR_P) "$$dir"; \ 525 done 526install: install-am 527install-exec: install-exec-am 528install-data: install-data-am 529uninstall: uninstall-am 530 531install-am: all-am 532 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 533 534installcheck: installcheck-am 535install-strip: 536 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 537 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 538 `test -z '$(STRIP)' || \ 539 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install 540mostlyclean-generic: 541 542clean-generic: 543 544distclean-generic: 545 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) 546 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) 547 548maintainer-clean-generic: 549 @echo "This command is intended for maintainers to use" 550 @echo "it deletes files that may require special tools to rebuild." 551 -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES) 552clean: clean-am 553 554clean-am: clean-generic clean-libLTLIBRARIES clean-libtool \ 555 clean-noinstPROGRAMS mostlyclean-am 556 557distclean: distclean-am 558 -rm -rf ./$(DEPDIR) 559 -rm -f Makefile 560distclean-am: clean-am distclean-compile distclean-generic \ 561 distclean-tags 562 563dvi: dvi-am 564 565dvi-am: 566 567html: html-am 568 569html-am: 570 571info: info-am 572 573info-am: 574 575install-data-am: install-pkgconfigDATA install-xcbincludeHEADERS 576 577install-dvi: install-dvi-am 578 579install-dvi-am: 580 581install-exec-am: install-libLTLIBRARIES 582 583install-html: install-html-am 584 585install-html-am: 586 587install-info: install-info-am 588 589install-info-am: 590 591install-man: 592 593install-pdf: install-pdf-am 594 595install-pdf-am: 596 597install-ps: install-ps-am 598 599install-ps-am: 600 601installcheck-am: 602 603maintainer-clean: maintainer-clean-am 604 -rm -rf ./$(DEPDIR) 605 -rm -f Makefile 606maintainer-clean-am: distclean-am maintainer-clean-generic 607 608mostlyclean: mostlyclean-am 609 610mostlyclean-am: mostlyclean-compile mostlyclean-generic \ 611 mostlyclean-libtool 612 613pdf: pdf-am 614 615pdf-am: 616 617ps: ps-am 618 619ps-am: 620 621uninstall-am: uninstall-libLTLIBRARIES uninstall-pkgconfigDATA \ 622 uninstall-xcbincludeHEADERS 623 624.MAKE: install-am install-strip 625 626.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \ 627 clean-libLTLIBRARIES clean-libtool clean-noinstPROGRAMS ctags \ 628 distclean distclean-compile distclean-generic \ 629 distclean-libtool distclean-tags distdir dvi dvi-am html \ 630 html-am info info-am install install-am install-data \ 631 install-data-am install-dvi install-dvi-am install-exec \ 632 install-exec-am install-html install-html-am install-info \ 633 install-info-am install-libLTLIBRARIES install-man install-pdf \ 634 install-pdf-am install-pkgconfigDATA install-ps install-ps-am \ 635 install-strip install-xcbincludeHEADERS installcheck \ 636 installcheck-am installdirs maintainer-clean \ 637 maintainer-clean-generic mostlyclean mostlyclean-compile \ 638 mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ 639 tags uninstall uninstall-am uninstall-libLTLIBRARIES \ 640 uninstall-pkgconfigDATA uninstall-xcbincludeHEADERS 641 642 643# Tell versions [3.59,3.63) of GNU make to not export all variables. 644# Otherwise a system limit (for SysV at least) may be exceeded. 645.NOEXPORT: 646