Makefile.in revision ecce36be
11.89Schristos# Makefile.in generated by automake 1.11 from Makefile.am. 21.4Sexplorer# @configure_input@ 31.1Sexplorer 41.1Sexplorer# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 51.1Sexplorer# 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, 61.1Sexplorer# Inc. 71.3Sexplorer# This Makefile.in is free software; the Free Software Foundation 81.3Sexplorer# gives unlimited permission to copy and/or distribute it, 91.3Sexplorer# with or without modifications, as long as this notice is preserved. 101.3Sexplorer 111.3Sexplorer# This program is distributed in the hope that it will be useful, 121.1Sexplorer# but WITHOUT ANY WARRANTY, to the extent permitted by law; without 131.9Sitojun# even the implied warranty of MERCHANTABILITY or FITNESS FOR A 141.9Sitojun# PARTICULAR PURPOSE. 151.9Sitojun 161.60Sitojun@SET_MAKE@ 171.60Sitojun 181.60Sitojun 191.60Sitojun 201.60SitojunVPATH = @srcdir@ 211.60Sitojunpkgdatadir = $(datadir)/@PACKAGE@ 221.60Sitojunpkgincludedir = $(includedir)/@PACKAGE@ 231.60Sitojunpkglibdir = $(libdir)/@PACKAGE@ 241.82Sperrypkglibexecdir = $(libexecdir)/@PACKAGE@ 251.82Sperryam__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd 261.60Sitojuninstall_sh_DATA = $(install_sh) -c -m 644 271.60Sitojuninstall_sh_PROGRAM = $(install_sh) -c 281.60Sitojuninstall_sh_SCRIPT = $(install_sh) -c 291.60SitojunINSTALL_HEADER = $(INSTALL_DATA) 301.60Sitojuntransform = $(program_transform_name) 311.60SitojunNORMAL_INSTALL = : 321.60SitojunPRE_INSTALL = : 331.82SperryPOST_INSTALL = : 341.60SitojunNORMAL_UNINSTALL = : 351.1SexplorerPRE_UNINSTALL = : 361.3SexplorerPOST_UNINSTALL = : 371.3Sexplorerbuild_triplet = @build@ 381.3Sexplorerhost_triplet = @host@ 391.3Sexplorersubdir = keysyms 401.4SexplorerDIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \ 411.1Sexplorer $(srcdir)/xcb-keysyms.pc.in $(xcbinclude_HEADERS) 421.29SlukemACLOCAL_M4 = $(top_srcdir)/aclocal.m4 431.29Slukemam__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \ 441.89Schristos $(top_srcdir)/configure.ac 451.1Sexploreram__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ 461.1Sexplorer $(ACLOCAL_M4) 471.3Sexplorermkinstalldirs = $(install_sh) -d 481.3SexplorerCONFIG_CLEAN_FILES = xcb-keysyms.pc 491.1SexplorerCONFIG_CLEAN_VPATH_FILES = 501.78Syamtam__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; 511.1Sexploreram__vpath_adj = case $$p in \ 521.1Sexplorer $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ 531.36Smartin *) f=$$p;; \ 541.1Sexplorer esac; 551.1Sexploreram__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; 561.3Sexploreram__install_max = 40 571.1Sexploreram__nobase_strip_setup = \ 581.3Sexplorer srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` 591.3Sexploreram__nobase_strip = \ 601.1Sexplorer for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" 611.36Smartinam__nobase_list = $(am__nobase_strip_setup); \ 621.3Sexplorer for p in $$list; do echo "$$p $$p"; done | \ 631.63Stron sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ 641.3Sexplorer $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ 651.1Sexplorer if (++n[$$2] == $(am__install_max)) \ 661.1Sexplorer { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ 671.1Sexplorer END { for (dir in files) print dir, files[dir] }' 681.3Sexploreram__base_list = \ 691.11Ssommerfe sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ 701.3Sexplorer sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' 711.3Sexploreram__installdirs = "$(DESTDIR)$(libdir)" "$(DESTDIR)$(pkgconfigdir)" \ 721.1Sexplorer "$(DESTDIR)$(xcbincludedir)" 731.1SexplorerLTLIBRARIES = $(lib_LTLIBRARIES) 741.1Sexploreram__DEPENDENCIES_1 = 751.1Sexplorerlibxcb_keysyms_la_DEPENDENCIES = $(am__DEPENDENCIES_1) 761.12Sitojunam_libxcb_keysyms_la_OBJECTS = libxcb_keysyms_la-keysyms.lo 771.1Sexplorerlibxcb_keysyms_la_OBJECTS = $(am_libxcb_keysyms_la_OBJECTS) 781.1Sexplorerlibxcb_keysyms_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \ 791.12Sitojun $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ 801.3Sexplorer $(libxcb_keysyms_la_LDFLAGS) $(LDFLAGS) -o $@ 811.1SexplorerDEFAULT_INCLUDES = -I.@am__isrc@ 821.87Srpaulodepcomp = $(SHELL) $(top_srcdir)/depcomp 831.87Srpauloam__depfiles_maybe = depfiles 841.87Srpauloam__mv = mv -f 851.87SrpauloCOMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ 861.1Sexplorer $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) 871.1SexplorerLTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \ 881.1Sexplorer --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \ 891.1Sexplorer $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) 901.1SexplorerCCLD = $(CC) 911.1SexplorerLINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \ 921.1Sexplorer --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \ 931.1Sexplorer $(LDFLAGS) -o $@ 941.1SexplorerSOURCES = $(libxcb_keysyms_la_SOURCES) 951.1SexplorerDIST_SOURCES = $(libxcb_keysyms_la_SOURCES) 961.1SexplorerDATA = $(pkgconfig_DATA) 971.1SexplorerHEADERS = $(xcbinclude_HEADERS) 981.1SexplorerETAGS = etags 991.1SexplorerCTAGS = ctags 1001.1SexplorerDISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) 1011.1SexplorerACLOCAL = @ACLOCAL@ 1021.1SexplorerAMTAR = @AMTAR@ 1031.1SexplorerAR = @AR@ 1041.36SmartinAUTOCONF = @AUTOCONF@ 1051.1SexplorerAUTOHEADER = @AUTOHEADER@ 1061.68SmartinAUTOMAKE = @AUTOMAKE@ 1071.68SmartinAWK = @AWK@ 1081.68SmartinCC = @CC@ 1091.68SmartinCCDEPMODE = @CCDEPMODE@ 1101.39SmartinCFLAGS = @CFLAGS@ 1111.1SexplorerCPP = @CPP@ 1121.3SexplorerCPPFLAGS = @CPPFLAGS@ 1131.3SexplorerCWARNFLAGS = @CWARNFLAGS@ 1141.3SexplorerCYGPATH_W = @CYGPATH_W@ 1151.3SexplorerDEFS = @DEFS@ 1161.3SexplorerDEPDIR = @DEPDIR@ 1171.3SexplorerDSYMUTIL = @DSYMUTIL@ 1181.3SexplorerDUMPBIN = @DUMPBIN@ 1191.3SexplorerECHO_C = @ECHO_C@ 1201.3SexplorerECHO_N = @ECHO_N@ 1211.3SexplorerECHO_T = @ECHO_T@ 1221.3SexplorerEGREP = @EGREP@ 1231.3SexplorerEXEEXT = @EXEEXT@ 1241.3SexplorerFGREP = @FGREP@ 1251.3SexplorerGM4 = @GM4@ 1261.3SexplorerGNUM4 = @GNUM4@ 1271.3SexplorerGPERF = @GPERF@ 1281.3SexplorerGREP = @GREP@ 1291.3SexplorerINSTALL = @INSTALL@ 1301.3SexplorerINSTALL_DATA = @INSTALL_DATA@ 1311.3SexplorerINSTALL_PROGRAM = @INSTALL_PROGRAM@ 1321.3SexplorerINSTALL_SCRIPT = @INSTALL_SCRIPT@ 1331.3SexplorerINSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ 1341.3SexplorerLD = @LD@ 1351.3SexplorerLDFLAGS = @LDFLAGS@ 1361.3SexplorerLIBOBJS = @LIBOBJS@ 1371.3SexplorerLIBS = @LIBS@ 1381.3SexplorerLIBTOOL = @LIBTOOL@ 1391.3SexplorerLIPO = @LIPO@ 1401.3SexplorerLN_S = @LN_S@ 1411.3SexplorerLTLIBOBJS = @LTLIBOBJS@ 1421.3SexplorerM4 = @M4@ 1431.3SexplorerMAKEINFO = @MAKEINFO@ 1441.3SexplorerMKDIR_P = @MKDIR_P@ 1451.3SexplorerNM = @NM@ 1461.3SexplorerNMEDIT = @NMEDIT@ 1471.3SexplorerOBJDUMP = @OBJDUMP@ 1481.3SexplorerOBJEXT = @OBJEXT@ 1491.3SexplorerOTOOL = @OTOOL@ 1501.3SexplorerOTOOL64 = @OTOOL64@ 1511.3SexplorerPACKAGE = @PACKAGE@ 1521.3SexplorerPACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ 1531.3SexplorerPACKAGE_NAME = @PACKAGE_NAME@ 1541.3SexplorerPACKAGE_STRING = @PACKAGE_STRING@ 1551.3SexplorerPACKAGE_TARNAME = @PACKAGE_TARNAME@ 1561.3SexplorerPACKAGE_URL = @PACKAGE_URL@ 1571.3SexplorerPACKAGE_VERSION = @PACKAGE_VERSION@ 1581.14SitojunPATH_SEPARATOR = @PATH_SEPARATOR@ 1591.3SexplorerPKG_CONFIG = @PKG_CONFIG@ 1601.31SmartinRANLIB = @RANLIB@ 1611.31SmartinSED = @SED@ 1621.3SexplorerSET_MAKE = @SET_MAKE@ 1631.9SitojunSHELL = @SHELL@ 1641.9SitojunSTRIP = @STRIP@ 1651.9SitojunVERSION = @VERSION@ 1661.3SexplorerXCB_ATOM_CFLAGS = @XCB_ATOM_CFLAGS@ 1671.3SexplorerXCB_ATOM_LIBS = @XCB_ATOM_LIBS@ 1681.3SexplorerXCB_AUX_CFLAGS = @XCB_AUX_CFLAGS@ 1691.3SexplorerXCB_AUX_LIBS = @XCB_AUX_LIBS@ 1701.3SexplorerXCB_CFLAGS = @XCB_CFLAGS@ 1711.3SexplorerXCB_EVENT_CFLAGS = @XCB_EVENT_CFLAGS@ 1721.3SexplorerXCB_EVENT_LIBS = @XCB_EVENT_LIBS@ 1731.3SexplorerXCB_ICCCM_CFLAGS = @XCB_ICCCM_CFLAGS@ 1741.3SexplorerXCB_ICCCM_LIBS = @XCB_ICCCM_LIBS@ 1751.3SexplorerXCB_LIBS = @XCB_LIBS@ 1761.3SexplorerXCB_PROPERTY_CFLAGS = @XCB_PROPERTY_CFLAGS@ 1771.3SexplorerXCB_PROPERTY_LIBS = @XCB_PROPERTY_LIBS@ 1781.3SexplorerXCB_RENDER_CFLAGS = @XCB_RENDER_CFLAGS@ 1791.3SexplorerXCB_RENDER_LIBS = @XCB_RENDER_LIBS@ 1801.3SexplorerXCB_SHM_CFLAGS = @XCB_SHM_CFLAGS@ 1811.3SexplorerXCB_SHM_LIBS = @XCB_SHM_LIBS@ 1821.3SexplorerXPROTO_CFLAGS = @XPROTO_CFLAGS@ 1831.3SexplorerXPROTO_LIBS = @XPROTO_LIBS@ 1841.3Sexplorerabs_builddir = @abs_builddir@ 1851.3Sexplorerabs_srcdir = @abs_srcdir@ 1861.3Sexplorerabs_top_builddir = @abs_top_builddir@ 1871.3Sexplorerabs_top_srcdir = @abs_top_srcdir@ 1881.3Sexplorerac_ct_CC = @ac_ct_CC@ 1891.3Sexplorerac_ct_DUMPBIN = @ac_ct_DUMPBIN@ 1901.3Sexploreram__include = @am__include@ 1911.3Sexploreram__leading_dot = @am__leading_dot@ 1921.3Sexploreram__quote = @am__quote@ 1931.3Sexploreram__tar = @am__tar@ 1941.3Sexploreram__untar = @am__untar@ 1951.1Sexplorerbindir = @bindir@ 1961.1Sexplorerbuild = @build@ 1971.69Sitojunbuild_alias = @build_alias@ 1981.69Sitojunbuild_cpu = @build_cpu@ 1991.69Sitojunbuild_os = @build_os@ 2001.6Sthorpejbuild_vendor = @build_vendor@ 2011.1Sexplorerbuilddir = @builddir@ 2021.1Sexplorerdatadir = @datadir@ 2031.1Sexplorerdatarootdir = @datarootdir@ 2041.69Sitojundocdir = @docdir@ 2051.69Sitojundvidir = @dvidir@ 2061.69Sitojunexec_prefix = @exec_prefix@ 2071.6Sthorpejhost = @host@ 2081.1Sexplorerhost_alias = @host_alias@ 2091.1Sexplorerhost_cpu = @host_cpu@ 2101.1Sexplorerhost_os = @host_os@ 2111.30Srosshost_vendor = @host_vendor@ 2121.30Srosshtmldir = @htmldir@ 2131.30Srossincludedir = @includedir@ 2141.69Sitojuninfodir = @infodir@ 2151.69Sitojuninstall_sh = @install_sh@ 2161.69Sitojunlibdir = @libdir@ 2171.6Sthorpejlibexecdir = @libexecdir@ 2181.1Sexplorerlocaledir = @localedir@ 2191.1Sexplorerlocalstatedir = @localstatedir@ 2201.3Sexplorerlt_ECHO = @lt_ECHO@ 2211.3Sexplorermandir = @mandir@ 2221.3Sexplorermkdir_p = @mkdir_p@ 2231.3Sexploreroldincludedir = @oldincludedir@ 2241.3Sexplorerpdfdir = @pdfdir@ 2251.3Sexplorerpkgconfigdir = @pkgconfigdir@ 2261.3Sexplorerprefix = @prefix@ 2271.3Sexplorerprogram_transform_name = @program_transform_name@ 2281.3Sexplorerpsdir = @psdir@ 2291.3Sexplorersbindir = @sbindir@ 2301.3Sexplorersharedstatedir = @sharedstatedir@ 2311.3Sexplorersrcdir = @srcdir@ 2321.3Sexplorersysconfdir = @sysconfdir@ 2331.3Sexplorertarget_alias = @target_alias@ 2341.3Sexplorertop_build_prefix = @top_build_prefix@ 2351.3Sexplorertop_builddir = @top_builddir@ 2361.3Sexplorertop_srcdir = @top_srcdir@ 2371.3Sexplorerxcbincludedir = @xcbincludedir@ 2381.3SexplorerMAINTAINERCLEANFILES = Makefile.in 2391.3Sexplorerlib_LTLIBRARIES = libxcb-keysyms.la 2401.3Sexplorerxcbinclude_HEADERS = xcb_keysyms.h 2411.3SexplorerAM_CFLAGS = $(CWARNFLAGS) 2421.3Sexplorerlibxcb_keysyms_la_SOURCES = keysyms.c 2431.3Sexplorerlibxcb_keysyms_la_CPPFLAGS = $(XCB_CFLAGS) 2441.3Sexplorerlibxcb_keysyms_la_LIBADD = $(XCB_LIBS) 2451.3Sexplorerlibxcb_keysyms_la_LDFLAGS = -version-info 1:0:0 2461.3Sexplorerpkgconfig_DATA = xcb-keysyms.pc 2471.3SexplorerEXTRA_DIST = xcb-keysyms.pc.in 2481.3Sexplorerall: all-am 2491.3Sexplorer 2501.3Sexplorer.SUFFIXES: 2511.3Sexplorer.SUFFIXES: .c .lo .o .obj 2521.1Sexplorer$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) 2531.7Sthorpej @for dep in $?; do \ 2541.3Sexplorer case '$(am__configure_deps)' in \ 2551.12Sitojun *$$dep*) \ 2561.1Sexplorer ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ 2571.1Sexplorer && { if test -f $@; then exit 0; else break; fi; }; \ 2581.1Sexplorer exit 1;; \ 2591.1Sexplorer esac; \ 2601.1Sexplorer done; \ 2611.3Sexplorer echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign keysyms/Makefile'; \ 2621.3Sexplorer $(am__cd) $(top_srcdir) && \ 2631.1Sexplorer $(AUTOMAKE) --foreign keysyms/Makefile 2641.3Sexplorer.PRECIOUS: Makefile 2651.1SexplorerMakefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 2661.1Sexplorer @case '$?' in \ 2671.1Sexplorer *config.status*) \ 2681.59Sitojun cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ 2691.12Sitojun *) \ 2701.1Sexplorer echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ 2711.3Sexplorer cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ 2721.3Sexplorer esac; 2731.3Sexplorer 2741.3Sexplorer$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) 2751.3Sexplorer cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 2761.3Sexplorer 2771.3Sexplorer$(top_srcdir)/configure: $(am__configure_deps) 2781.3Sexplorer cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 2791.30Sross$(ACLOCAL_M4): $(am__aclocal_m4_deps) 2801.3Sexplorer cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 2811.3Sexplorer$(am__aclocal_m4_deps): 2821.3Sexplorerxcb-keysyms.pc: $(top_builddir)/config.status $(srcdir)/xcb-keysyms.pc.in 2831.3Sexplorer cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ 2841.3Sexplorerinstall-libLTLIBRARIES: $(lib_LTLIBRARIES) 2851.3Sexplorer @$(NORMAL_INSTALL) 2861.3Sexplorer test -z "$(libdir)" || $(MKDIR_P) "$(DESTDIR)$(libdir)" 2871.3Sexplorer @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \ 2881.3Sexplorer list2=; for p in $$list; do \ 2891.3Sexplorer if test -f $$p; then \ 2901.3Sexplorer list2="$$list2 $$p"; \ 2911.3Sexplorer else :; fi; \ 2921.3Sexplorer done; \ 2931.3Sexplorer test -z "$$list2" || { \ 2941.3Sexplorer echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libdir)'"; \ 2951.3Sexplorer $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libdir)"; \ 2961.3Sexplorer } 2971.3Sexplorer 2981.3Sexploreruninstall-libLTLIBRARIES: 2991.3Sexplorer @$(NORMAL_UNINSTALL) 3001.3Sexplorer @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \ 3011.3Sexplorer for p in $$list; do \ 3021.3Sexplorer $(am__strip_dir) \ 3031.3Sexplorer echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$f'"; \ 3041.3Sexplorer $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$f"; \ 3051.3Sexplorer done 3061.3Sexplorer 3071.3Sexplorerclean-libLTLIBRARIES: 3081.3Sexplorer -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES) 3091.3Sexplorer @list='$(lib_LTLIBRARIES)'; for p in $$list; do \ 3101.3Sexplorer dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \ 3111.3Sexplorer test "$$dir" != "$$p" || dir=.; \ 3121.3Sexplorer echo "rm -f \"$${dir}/so_locations\""; \ 3131.3Sexplorer rm -f "$${dir}/so_locations"; \ 3141.3Sexplorer done 3151.3Sexplorerlibxcb-keysyms.la: $(libxcb_keysyms_la_OBJECTS) $(libxcb_keysyms_la_DEPENDENCIES) 3161.3Sexplorer $(libxcb_keysyms_la_LINK) -rpath $(libdir) $(libxcb_keysyms_la_OBJECTS) $(libxcb_keysyms_la_LIBADD) $(LIBS) 3171.3Sexplorer 3181.3Sexplorermostlyclean-compile: 3191.3Sexplorer -rm -f *.$(OBJEXT) 3201.3Sexplorer 3211.3Sexplorerdistclean-compile: 3221.3Sexplorer -rm -f *.tab.c 3231.3Sexplorer 3241.3Sexplorer@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libxcb_keysyms_la-keysyms.Plo@am__quote@ 3251.3Sexplorer 3261.3Sexplorer.c.o: 3271.3Sexplorer@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< 3281.3Sexplorer@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po 3291.3Sexplorer@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ 3301.3Sexplorer@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 3311.3Sexplorer@am__fastdepCC_FALSE@ $(COMPILE) -c $< 3321.3Sexplorer 3331.9Sitojun.c.obj: 3341.9Sitojun@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'` 3351.9Sitojun@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po 3361.9Sitojun@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ 3371.9Sitojun@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 3381.9Sitojun@am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'` 3391.9Sitojun 3401.9Sitojun.c.lo: 3411.9Sitojun@am__fastdepCC_TRUE@ $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< 3421.9Sitojun@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo 3431.9Sitojun@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ 3441.9Sitojun@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 3451.9Sitojun@am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ $< 3461.9Sitojun 3471.9Sitojunlibxcb_keysyms_la-keysyms.lo: keysyms.c 3481.3Sexplorer@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libxcb_keysyms_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libxcb_keysyms_la-keysyms.lo -MD -MP -MF $(DEPDIR)/libxcb_keysyms_la-keysyms.Tpo -c -o libxcb_keysyms_la-keysyms.lo `test -f 'keysyms.c' || echo '$(srcdir)/'`keysyms.c 3491.3Sexplorer@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libxcb_keysyms_la-keysyms.Tpo $(DEPDIR)/libxcb_keysyms_la-keysyms.Plo 3501.3Sexplorer@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='keysyms.c' object='libxcb_keysyms_la-keysyms.lo' libtool=yes @AMDEPBACKSLASH@ 3511.3Sexplorer@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 3521.3Sexplorer@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libxcb_keysyms_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libxcb_keysyms_la-keysyms.lo `test -f 'keysyms.c' || echo '$(srcdir)/'`keysyms.c 3531.3Sexplorer 3541.3Sexplorermostlyclean-libtool: 3551.3Sexplorer -rm -f *.lo 3561.3Sexplorer 3571.3Sexplorerclean-libtool: 3581.3Sexplorer -rm -rf .libs _libs 3591.3Sexplorerinstall-pkgconfigDATA: $(pkgconfig_DATA) 3601.3Sexplorer @$(NORMAL_INSTALL) 3611.3Sexplorer test -z "$(pkgconfigdir)" || $(MKDIR_P) "$(DESTDIR)$(pkgconfigdir)" 3621.3Sexplorer @list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \ 3631.3Sexplorer for p in $$list; do \ 3641.3Sexplorer if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ 3651.3Sexplorer echo "$$d$$p"; \ 3661.3Sexplorer done | $(am__base_list) | \ 3671.3Sexplorer while read files; do \ 3681.3Sexplorer echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgconfigdir)'"; \ 3691.30Sross $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgconfigdir)" || exit $$?; \ 3701.3Sexplorer done 3711.9Sitojun 3721.9Sitojununinstall-pkgconfigDATA: 3731.9Sitojun @$(NORMAL_UNINSTALL) 3741.3Sexplorer @list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \ 3751.36Smartin files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ 3761.3Sexplorer test -n "$$files" || exit 0; \ 3771.3Sexplorer echo " ( cd '$(DESTDIR)$(pkgconfigdir)' && rm -f" $$files ")"; \ 3781.3Sexplorer cd "$(DESTDIR)$(pkgconfigdir)" && rm -f $$files 3791.79Schristosinstall-xcbincludeHEADERS: $(xcbinclude_HEADERS) 3801.30Sross @$(NORMAL_INSTALL) 3811.30Sross test -z "$(xcbincludedir)" || $(MKDIR_P) "$(DESTDIR)$(xcbincludedir)" 3821.79Schristos @list='$(xcbinclude_HEADERS)'; test -n "$(xcbincludedir)" || list=; \ 3831.79Schristos for p in $$list; do \ 3841.79Schristos if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ 3851.3Sexplorer echo "$$d$$p"; \ 3861.3Sexplorer done | $(am__base_list) | \ 3871.3Sexplorer while read files; do \ 3881.3Sexplorer echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(xcbincludedir)'"; \ 3891.9Sitojun $(INSTALL_HEADER) $$files "$(DESTDIR)$(xcbincludedir)" || exit $$?; \ 3901.9Sitojun done 3911.9Sitojun 3921.9Sitojununinstall-xcbincludeHEADERS: 3931.9Sitojun @$(NORMAL_UNINSTALL) 3941.9Sitojun @list='$(xcbinclude_HEADERS)'; test -n "$(xcbincludedir)" || list=; \ 3951.9Sitojun files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ 3961.9Sitojun test -n "$$files" || exit 0; \ 3971.9Sitojun echo " ( cd '$(DESTDIR)$(xcbincludedir)' && rm -f" $$files ")"; \ 3981.3Sexplorer cd "$(DESTDIR)$(xcbincludedir)" && rm -f $$files 3991.3Sexplorer 4001.3SexplorerID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) 4011.3Sexplorer list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ 4021.3Sexplorer unique=`for i in $$list; do \ 4031.3Sexplorer if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 4041.3Sexplorer done | \ 4051.3Sexplorer $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ 4061.3Sexplorer END { if (nonempty) { for (i in files) print i; }; }'`; \ 4071.3Sexplorer mkid -fID $$unique 4081.3Sexplorertags: TAGS 4091.19Sitojun 4101.19SitojunTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ 4111.19Sitojun $(TAGS_FILES) $(LISP) 4121.19Sitojun set x; \ 4131.19Sitojun here=`pwd`; \ 4141.19Sitojun list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ 4151.19Sitojun unique=`for i in $$list; do \ 4161.3Sexplorer if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 4171.3Sexplorer done | \ 4181.3Sexplorer $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ 4191.3Sexplorer END { if (nonempty) { for (i in files) print i; }; }'`; \ 4201.3Sexplorer shift; \ 4211.3Sexplorer if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ 4221.9Sitojun test -n "$$unique" || unique=$$empty_fix; \ 4231.9Sitojun if test $$# -gt 0; then \ 4241.9Sitojun $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 4251.9Sitojun "$$@" $$unique; \ 4261.9Sitojun else \ 4271.9Sitojun $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 4281.9Sitojun $$unique; \ 4291.9Sitojun fi; \ 4301.9Sitojun fi 4311.9Sitojunctags: CTAGS 4321.9SitojunCTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ 4331.9Sitojun $(TAGS_FILES) $(LISP) 4341.9Sitojun list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ 4351.9Sitojun unique=`for i in $$list; do \ 4361.3Sexplorer if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 4371.3Sexplorer done | \ 4381.3Sexplorer $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ 4391.3Sexplorer END { if (nonempty) { for (i in files) print i; }; }'`; \ 4401.3Sexplorer test -z "$(CTAGS_ARGS)$$unique" \ 4411.3Sexplorer || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ 4421.3Sexplorer $$unique 4431.3Sexplorer 4441.3SexplorerGTAGS: 4451.3Sexplorer here=`$(am__cd) $(top_builddir) && pwd` \ 4461.3Sexplorer && $(am__cd) $(top_srcdir) \ 4471.3Sexplorer && gtags -i $(GTAGS_ARGS) "$$here" 4481.3Sexplorer 4491.3Sexplorerdistclean-tags: 4501.3Sexplorer -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags 4511.3Sexplorer 4521.3Sexplorerdistdir: $(DISTFILES) 4531.3Sexplorer @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 4541.3Sexplorer topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 4551.9Sitojun list='$(DISTFILES)'; \ 4561.3Sexplorer dist_files=`for file in $$list; do echo $$file; done | \ 4571.3Sexplorer sed -e "s|^$$srcdirstrip/||;t" \ 4581.3Sexplorer -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ 4591.1Sexplorer case $$dist_files in \ 4601.1Sexplorer */*) $(MKDIR_P) `echo "$$dist_files" | \ 4611.88Schristos sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ 4621.88Schristos sort -u` ;; \ 4631.88Schristos esac; \ 4641.88Schristos for file in $$dist_files; do \ 4651.88Schristos if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ 4661.88Schristos if test -d $$d/$$file; then \ 4671.88Schristos dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ 4681.42Sjdolecek if test -d "$(distdir)/$$file"; then \ 4691.3Sexplorer find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 4701.1Sexplorer fi; \ 4711.1Sexplorer if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ 4721.1Sexplorer cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ 4731.1Sexplorer find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 4741.1Sexplorer fi; \ 4751.3Sexplorer cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ 4761.3Sexplorer else \ 4771.1Sexplorer test -f "$(distdir)/$$file" \ 4781.22Smartin || cp -p $$d/$$file "$(distdir)/$$file" \ 4791.1Sexplorer || exit 1; \ 4801.22Smartin fi; \ 4811.1Sexplorer done 4821.3Sexplorercheck-am: all-am 4831.3Sexplorercheck: check-am 4841.1Sexplorerall-am: Makefile $(LTLIBRARIES) $(DATA) $(HEADERS) 4851.68Smartininstalldirs: 4861.22Smartin for dir in "$(DESTDIR)$(libdir)" "$(DESTDIR)$(pkgconfigdir)" "$(DESTDIR)$(xcbincludedir)"; do \ 4871.22Smartin test -z "$$dir" || $(MKDIR_P) "$$dir"; \ 4881.68Smartin done 4891.68Smartininstall: install-am 4901.68Smartininstall-exec: install-exec-am 4911.1Sexplorerinstall-data: install-data-am 4921.1Sexploreruninstall: uninstall-am 4931.1Sexplorer 4941.3Sexplorerinstall-am: all-am 4951.3Sexplorer @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 4961.64Sitojun 4971.64Sitojuninstallcheck: installcheck-am 4981.3Sexplorerinstall-strip: 4991.3Sexplorer $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 5001.3Sexplorer install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 5011.59Sitojun `test -z '$(STRIP)' || \ 5021.1Sexplorer echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install 5031.1Sexplorermostlyclean-generic: 5041.1Sexplorer 5051.22Smartinclean-generic: 5061.30Sross 5071.22Smartindistclean-generic: 5081.22Smartin -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) 5091.22Smartin -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) 5101.1Sexplorer 5111.22Smartinmaintainer-clean-generic: 5121.59Sitojun @echo "This command is intended for maintainers to use" 5131.59Sitojun @echo "it deletes files that may require special tools to rebuild." 5141.22Smartin -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES) 5151.22Smartinclean: clean-am 5161.22Smartin 5171.22Smartinclean-am: clean-generic clean-libLTLIBRARIES clean-libtool \ 5181.22Smartin mostlyclean-am 5191.22Smartin 5201.22Smartindistclean: distclean-am 5211.22Smartin -rm -rf ./$(DEPDIR) 5221.64Sitojun -rm -f Makefile 5231.22Smartindistclean-am: clean-am distclean-compile distclean-generic \ 5241.64Sitojun distclean-tags 5251.22Smartin 5261.22Smartindvi: dvi-am 5271.22Smartin 5281.22Smartindvi-am: 5291.22Smartin 5301.22Smartinhtml: html-am 5311.22Smartin 5321.22Smartinhtml-am: 5331.22Smartin 5341.22Smartininfo: info-am 5351.64Sitojun 5361.22Smartininfo-am: 5371.64Sitojun 5381.22Smartininstall-data-am: install-pkgconfigDATA install-xcbincludeHEADERS 5391.22Smartin 5401.22Smartininstall-dvi: install-dvi-am 5411.59Sitojun 5421.22Smartininstall-dvi-am: 5431.22Smartin 5441.22Smartininstall-exec-am: install-libLTLIBRARIES 5451.22Smartin 5461.59Sitojuninstall-html: install-html-am 5471.59Sitojun 5481.22Smartininstall-html-am: 5491.1Sexplorer 5501.22Smartininstall-info: install-info-am 5511.59Sitojun 5521.1Sexplorerinstall-info-am: 5531.22Smartin 5541.1Sexplorerinstall-man: 5551.8Sitojun 5561.22Smartininstall-pdf: install-pdf-am 5571.59Sitojun 5581.8Sitojuninstall-pdf-am: 5591.22Smartin 5601.8Sitojuninstall-ps: install-ps-am 5611.1Sexplorer 5621.22Smartininstall-ps-am: 5631.59Sitojun 5641.1Sexplorerinstallcheck-am: 5651.22Smartin 5661.1Sexplorermaintainer-clean: maintainer-clean-am 5671.1Sexplorer -rm -rf ./$(DEPDIR) 5681.22Smartin -rm -f Makefile 5691.59Sitojunmaintainer-clean-am: distclean-am maintainer-clean-generic 5701.1Sexplorer 5711.22Smartinmostlyclean: mostlyclean-am 5721.1Sexplorer 5731.1Sexplorermostlyclean-am: mostlyclean-compile mostlyclean-generic \ 5741.22Smartin mostlyclean-libtool 5751.22Smartin 5761.22Smartinpdf: pdf-am 5771.3Sexplorer 5781.3Sexplorerpdf-am: 5791.64Sitojun 5801.3Sexplorerps: ps-am 5811.64Sitojun 5821.3Sexplorerps-am: 5831.1Sexplorer 5841.1Sexploreruninstall-am: uninstall-libLTLIBRARIES uninstall-pkgconfigDATA \ 5851.59Sitojun uninstall-xcbincludeHEADERS 5861.22Smartin 5871.22Smartin.MAKE: install-am install-strip 5881.22Smartin 5891.22Smartin.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \ 5901.22Smartin clean-libLTLIBRARIES clean-libtool ctags distclean \ 5911.22Smartin distclean-compile distclean-generic distclean-libtool \ 5921.59Sitojun distclean-tags distdir dvi dvi-am html html-am info info-am \ 5931.22Smartin install install-am install-data install-data-am install-dvi \ 5941.22Smartin install-dvi-am install-exec install-exec-am install-html \ 5951.22Smartin install-html-am install-info install-info-am \ 5961.22Smartin install-libLTLIBRARIES install-man install-pdf install-pdf-am \ 5971.22Smartin install-pkgconfigDATA install-ps install-ps-am install-strip \ 5981.64Sitojun install-xcbincludeHEADERS installcheck installcheck-am \ 5991.64Sitojun installdirs maintainer-clean maintainer-clean-generic \ 6001.22Smartin mostlyclean mostlyclean-compile mostlyclean-generic \ 6011.22Smartin mostlyclean-libtool pdf pdf-am ps ps-am tags uninstall \ 6021.22Smartin uninstall-am uninstall-libLTLIBRARIES uninstall-pkgconfigDATA \ 6031.22Smartin uninstall-xcbincludeHEADERS 6041.59Sitojun 6051.22Smartin 6061.22Smartin# Tell versions [3.59,3.63) of GNU make to not export all variables. 6071.36Smartin# Otherwise a system limit (for SysV at least) may be exceeded. 6081.22Smartin.NOEXPORT: 6091.59Sitojun