Subversion Repositories Kolibri OS

Rev

Blame | Last modification | View Log | RSS feed

  1. # Makefile.in generated by automake 1.14.1 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. # Copyright (c) 2007 Intel Corporation. All Rights Reserved.
  18. #
  19. # Permission is hereby granted, free of charge, to any person obtaining a
  20. # copy of this software and associated documentation files (the
  21. # "Software"), to deal in the Software without restriction, including
  22. # without limitation the rights to use, copy, modify, merge, publish,
  23. # distribute, sub license, and/or sell copies of the Software, and to
  24. # permit persons to whom the Software is furnished to do so, subject to
  25. # the following conditions:
  26. #
  27. # The above copyright notice and this permission notice (including the
  28. # next paragraph) shall be included in all copies or substantial portions
  29. # of the Software.
  30. #
  31. # THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
  32. # OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
  33. # MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT.
  34. # IN NO EVENT SHALL PRECISION INSIGHT AND/OR ITS SUPPLIERS BE LIABLE FOR
  35. # ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
  36. # TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
  37. # SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
  38.  
  39. VPATH = @srcdir@
  40. am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
  41. am__make_running_with_option = \
  42.   case $${target_option-} in \
  43.       ?) ;; \
  44.       *) echo "am__make_running_with_option: internal error: invalid" \
  45.               "target option '$${target_option-}' specified" >&2; \
  46.          exit 1;; \
  47.   esac; \
  48.   has_opt=no; \
  49.   sane_makeflags=$$MAKEFLAGS; \
  50.   if $(am__is_gnu_make); then \
  51.     sane_makeflags=$$MFLAGS; \
  52.   else \
  53.     case $$MAKEFLAGS in \
  54.       *\\[\ \   ]*) \
  55.         bs=\\; \
  56.         sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
  57.           | sed "s/$$bs$$bs[$$bs $$bs   ]*//g"`;; \
  58.     esac; \
  59.   fi; \
  60.   skip_next=no; \
  61.   strip_trailopt () \
  62.   { \
  63.     flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
  64.   }; \
  65.   for flg in $$sane_makeflags; do \
  66.     test $$skip_next = yes && { skip_next=no; continue; }; \
  67.     case $$flg in \
  68.       *=*|--*) continue;; \
  69.         -*I) strip_trailopt 'I'; skip_next=yes;; \
  70.       -*I?*) strip_trailopt 'I';; \
  71.         -*O) strip_trailopt 'O'; skip_next=yes;; \
  72.       -*O?*) strip_trailopt 'O';; \
  73.         -*l) strip_trailopt 'l'; skip_next=yes;; \
  74.       -*l?*) strip_trailopt 'l';; \
  75.       -[dEDm]) skip_next=yes;; \
  76.       -[JT]) skip_next=yes;; \
  77.     esac; \
  78.     case $$flg in \
  79.       *$$target_option*) has_opt=yes; break;; \
  80.     esac; \
  81.   done; \
  82.   test $$has_opt = yes
  83. am__make_dryrun = (target_option=n; $(am__make_running_with_option))
  84. am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
  85. pkgdatadir = $(datadir)/@PACKAGE@
  86. pkgincludedir = $(includedir)/@PACKAGE@
  87. pkglibdir = $(libdir)/@PACKAGE@
  88. pkglibexecdir = $(libexecdir)/@PACKAGE@
  89. am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
  90. install_sh_DATA = $(install_sh) -c -m 644
  91. install_sh_PROGRAM = $(install_sh) -c
  92. install_sh_SCRIPT = $(install_sh) -c
  93. INSTALL_HEADER = $(INSTALL_DATA)
  94. transform = $(program_transform_name)
  95. NORMAL_INSTALL = :
  96. PRE_INSTALL = :
  97. POST_INSTALL = :
  98. NORMAL_UNINSTALL = :
  99. PRE_UNINSTALL = :
  100. POST_UNINSTALL = :
  101. build_triplet = @build@
  102. host_triplet = @host@
  103. bin_PROGRAMS = putsurface$(EXEEXT) $(am__EXEEXT_1)
  104. @USE_WAYLAND_TRUE@am__append_1 = putsurface_wayland
  105. subdir = test/putsurface
  106. DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
  107.         $(top_srcdir)/depcomp
  108. ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
  109. am__aclocal_m4_deps = $(top_srcdir)/configure.ac
  110. am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
  111.         $(ACLOCAL_M4)
  112. mkinstalldirs = $(install_sh) -d
  113. CONFIG_HEADER = $(top_builddir)/config.h
  114. CONFIG_CLEAN_FILES =
  115. CONFIG_CLEAN_VPATH_FILES =
  116. @USE_WAYLAND_TRUE@am__EXEEXT_1 = putsurface_wayland$(EXEEXT)
  117. am__installdirs = "$(DESTDIR)$(bindir)"
  118. PROGRAMS = $(bin_PROGRAMS)
  119. am_putsurface_OBJECTS = putsurface-putsurface_x11.$(OBJEXT)
  120. putsurface_OBJECTS = $(am_putsurface_OBJECTS)
  121. am__DEPENDENCIES_1 =
  122. am__DEPENDENCIES_2 = $(top_builddir)/va/libva.la
  123. putsurface_DEPENDENCIES = $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_2) \
  124.         $(top_builddir)/va/libva-x11.la
  125. AM_V_lt = $(am__v_lt_@AM_V@)
  126. am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
  127. am__v_lt_0 = --silent
  128. am__v_lt_1 =
  129. putsurface_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
  130.         $(LIBTOOLFLAGS) --mode=link $(CCLD) $(putsurface_CFLAGS) \
  131.         $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
  132. am__putsurface_wayland_SOURCES_DIST = putsurface_wayland.c
  133. @USE_WAYLAND_TRUE@am_putsurface_wayland_OBJECTS = putsurface_wayland-putsurface_wayland.$(OBJEXT)
  134. putsurface_wayland_OBJECTS = $(am_putsurface_wayland_OBJECTS)
  135. @USE_WAYLAND_TRUE@putsurface_wayland_DEPENDENCIES =  \
  136. @USE_WAYLAND_TRUE@      $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_2) \
  137. @USE_WAYLAND_TRUE@      $(top_builddir)/va/libva-wayland.la
  138. putsurface_wayland_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \
  139.         $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \
  140.         $(putsurface_wayland_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
  141.         $(LDFLAGS) -o $@
  142. AM_V_P = $(am__v_P_@AM_V@)
  143. am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
  144. am__v_P_0 = false
  145. am__v_P_1 = :
  146. AM_V_GEN = $(am__v_GEN_@AM_V@)
  147. am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
  148. am__v_GEN_0 = @echo "  GEN     " $@;
  149. am__v_GEN_1 =
  150. AM_V_at = $(am__v_at_@AM_V@)
  151. am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
  152. am__v_at_0 = @
  153. am__v_at_1 =
  154. DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
  155. depcomp = $(SHELL) $(top_srcdir)/depcomp
  156. am__depfiles_maybe = depfiles
  157. am__mv = mv -f
  158. COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
  159.         $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
  160. LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
  161.         $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
  162.         $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
  163.         $(AM_CFLAGS) $(CFLAGS)
  164. AM_V_CC = $(am__v_CC_@AM_V@)
  165. am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
  166. am__v_CC_0 = @echo "  CC      " $@;
  167. am__v_CC_1 =
  168. CCLD = $(CC)
  169. LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
  170.         $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
  171.         $(AM_LDFLAGS) $(LDFLAGS) -o $@
  172. AM_V_CCLD = $(am__v_CCLD_@AM_V@)
  173. am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
  174. am__v_CCLD_0 = @echo "  CCLD    " $@;
  175. am__v_CCLD_1 =
  176. SOURCES = $(putsurface_SOURCES) $(putsurface_wayland_SOURCES)
  177. DIST_SOURCES = $(putsurface_SOURCES) \
  178.         $(am__putsurface_wayland_SOURCES_DIST)
  179. am__can_run_installinfo = \
  180.   case $$AM_UPDATE_INFO_DIR in \
  181.     n|no|NO) false;; \
  182.     *) (install-info --version) >/dev/null 2>&1;; \
  183.   esac
  184. am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
  185. # Read a list of newline-separated strings from the standard input,
  186. # and print each of them once, without duplicates.  Input order is
  187. # *not* preserved.
  188. am__uniquify_input = $(AWK) '\
  189.   BEGIN { nonempty = 0; } \
  190.   { items[$$0] = 1; nonempty = 1; } \
  191.   END { if (nonempty) { for (i in items) print i; }; } \
  192. '
  193. # Make sure the list of sources is unique.  This is necessary because,
  194. # e.g., the same source file might be shared among _SOURCES variables
  195. # for different programs/libraries.
  196. am__define_uniq_tagged_files = \
  197.   list='$(am__tagged_files)'; \
  198.   unique=`for i in $$list; do \
  199.     if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  200.   done | $(am__uniquify_input)`
  201. ETAGS = etags
  202. CTAGS = ctags
  203. DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
  204. ACLOCAL = @ACLOCAL@
  205. AMTAR = @AMTAR@
  206. AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
  207. AR = @AR@
  208. AUTOCONF = @AUTOCONF@
  209. AUTOHEADER = @AUTOHEADER@
  210. AUTOMAKE = @AUTOMAKE@
  211. AWK = @AWK@
  212. CC = @CC@
  213. CCDEPMODE = @CCDEPMODE@
  214. CFLAGS = @CFLAGS@
  215. CPP = @CPP@
  216. CPPFLAGS = @CPPFLAGS@
  217. CXX = @CXX@
  218. CXXCPP = @CXXCPP@
  219. CXXDEPMODE = @CXXDEPMODE@
  220. CXXFLAGS = @CXXFLAGS@
  221. CYGPATH_W = @CYGPATH_W@
  222. DEFS = @DEFS@
  223. DEPDIR = @DEPDIR@
  224. DLLTOOL = @DLLTOOL@
  225. DOXYGEN = @DOXYGEN@
  226. DRM_CFLAGS = @DRM_CFLAGS@
  227. DRM_LIBS = @DRM_LIBS@
  228. DSYMUTIL = @DSYMUTIL@
  229. DUMPBIN = @DUMPBIN@
  230. ECHO_C = @ECHO_C@
  231. ECHO_N = @ECHO_N@
  232. ECHO_T = @ECHO_T@
  233. EGL_CFLAGS = @EGL_CFLAGS@
  234. EGL_LIBS = @EGL_LIBS@
  235. EGREP = @EGREP@
  236. EXEEXT = @EXEEXT@
  237. FGREP = @FGREP@
  238. GLX_CFLAGS = @GLX_CFLAGS@
  239. GLX_LIBS = @GLX_LIBS@
  240. GREP = @GREP@
  241. INSTALL = @INSTALL@
  242. INSTALL_DATA = @INSTALL_DATA@
  243. INSTALL_PROGRAM = @INSTALL_PROGRAM@
  244. INSTALL_SCRIPT = @INSTALL_SCRIPT@
  245. INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
  246. LD = @LD@
  247. LDFLAGS = @LDFLAGS@
  248. LIBDRM_VERSION = @LIBDRM_VERSION@
  249. LIBOBJS = @LIBOBJS@
  250. LIBS = @LIBS@
  251. LIBTOOL = @LIBTOOL@
  252. LIBVA_DRIVERS_PATH = @LIBVA_DRIVERS_PATH@
  253. LIBVA_LT_LDFLAGS = @LIBVA_LT_LDFLAGS@
  254. LIBVA_LT_VERSION = @LIBVA_LT_VERSION@
  255. LIBVA_MAJOR_VERSION = @LIBVA_MAJOR_VERSION@
  256. LIBVA_MICRO_VERSION = @LIBVA_MICRO_VERSION@
  257. LIBVA_MINOR_VERSION = @LIBVA_MINOR_VERSION@
  258. LIBVA_VERSION = @LIBVA_VERSION@
  259. LIPO = @LIPO@
  260. LN_S = @LN_S@
  261. LTLIBOBJS = @LTLIBOBJS@
  262. MAKEINFO = @MAKEINFO@
  263. MANIFEST_TOOL = @MANIFEST_TOOL@
  264. MKDIR_P = @MKDIR_P@
  265. NM = @NM@
  266. NMEDIT = @NMEDIT@
  267. OBJDUMP = @OBJDUMP@
  268. OBJEXT = @OBJEXT@
  269. OTOOL = @OTOOL@
  270. OTOOL64 = @OTOOL64@
  271. PACKAGE = @PACKAGE@
  272. PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
  273. PACKAGE_NAME = @PACKAGE_NAME@
  274. PACKAGE_STRING = @PACKAGE_STRING@
  275. PACKAGE_TARNAME = @PACKAGE_TARNAME@
  276. PACKAGE_URL = @PACKAGE_URL@
  277. PACKAGE_VERSION = @PACKAGE_VERSION@
  278. PATH_SEPARATOR = @PATH_SEPARATOR@
  279. PKG_CONFIG = @PKG_CONFIG@
  280. PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
  281. PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
  282. RANLIB = @RANLIB@
  283. SED = @SED@
  284. SET_MAKE = @SET_MAKE@
  285. SHELL = @SHELL@
  286. STRIP = @STRIP@
  287. TODAY = @TODAY@
  288. VA_API_MAJOR_VERSION = @VA_API_MAJOR_VERSION@
  289. VA_API_MICRO_VERSION = @VA_API_MICRO_VERSION@
  290. VA_API_MINOR_VERSION = @VA_API_MINOR_VERSION@
  291. VA_API_VERSION = @VA_API_VERSION@
  292. VERSION = @VERSION@
  293. WAYLAND_API_VERSION = @WAYLAND_API_VERSION@
  294. WAYLAND_CFLAGS = @WAYLAND_CFLAGS@
  295. WAYLAND_LIBS = @WAYLAND_LIBS@
  296. WAYLAND_SCANNER = @WAYLAND_SCANNER@
  297. X11_CFLAGS = @X11_CFLAGS@
  298. X11_LIBS = @X11_LIBS@
  299. XEXT_CFLAGS = @XEXT_CFLAGS@
  300. XEXT_LIBS = @XEXT_LIBS@
  301. XFIXES_CFLAGS = @XFIXES_CFLAGS@
  302. XFIXES_LIBS = @XFIXES_LIBS@
  303. abs_builddir = @abs_builddir@
  304. abs_srcdir = @abs_srcdir@
  305. abs_top_builddir = @abs_top_builddir@
  306. abs_top_srcdir = @abs_top_srcdir@
  307. ac_ct_AR = @ac_ct_AR@
  308. ac_ct_CC = @ac_ct_CC@
  309. ac_ct_CXX = @ac_ct_CXX@
  310. ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
  311. am__include = @am__include@
  312. am__leading_dot = @am__leading_dot@
  313. am__quote = @am__quote@
  314. am__tar = @am__tar@
  315. am__untar = @am__untar@
  316. bindir = @bindir@
  317. build = @build@
  318. build_alias = @build_alias@
  319. build_cpu = @build_cpu@
  320. build_os = @build_os@
  321. build_vendor = @build_vendor@
  322. builddir = @builddir@
  323. datadir = @datadir@
  324. datarootdir = @datarootdir@
  325. docdir = @docdir@
  326. dvidir = @dvidir@
  327. exec_prefix = @exec_prefix@
  328. host = @host@
  329. host_alias = @host_alias@
  330. host_cpu = @host_cpu@
  331. host_os = @host_os@
  332. host_vendor = @host_vendor@
  333. htmldir = @htmldir@
  334. includedir = @includedir@
  335. infodir = @infodir@
  336. install_sh = @install_sh@
  337. libdir = @libdir@
  338. libexecdir = @libexecdir@
  339. localedir = @localedir@
  340. localstatedir = @localstatedir@
  341. mandir = @mandir@
  342. mkdir_p = @mkdir_p@
  343. oldincludedir = @oldincludedir@
  344. pdfdir = @pdfdir@
  345. pkgconfigdir = @pkgconfigdir@
  346. prefix = @prefix@
  347. program_transform_name = @program_transform_name@
  348. psdir = @psdir@
  349. sbindir = @sbindir@
  350. sharedstatedir = @sharedstatedir@
  351. srcdir = @srcdir@
  352. sysconfdir = @sysconfdir@
  353. target_alias = @target_alias@
  354. top_build_prefix = @top_build_prefix@
  355. top_builddir = @top_builddir@
  356. top_srcdir = @top_srcdir@
  357. AM_CPPFLAGS = \
  358.         -I$(top_srcdir)         \
  359.         -I$(top_builddir)       \
  360.         $(NULL)
  361.  
  362. TEST_CFLAGS = \
  363.         -DIN_LIBVA              \
  364.         $(NULL)
  365.  
  366. TEST_LIBS = \
  367.         $(top_builddir)/va/libva.la \
  368.         -lpthread               \
  369.         $(NULL)
  370.  
  371. putsurface_SOURCES = putsurface_x11.c
  372. putsurface_CFLAGS = $(X11_CFLAGS) $(TEST_CFLAGS)
  373. putsurface_LDADD = $(X11_LIBS) $(TEST_LIBS)     \
  374.         $(top_builddir)/va/libva-x11.la                 \
  375.         $(NULL)
  376.  
  377. @USE_WAYLAND_TRUE@putsurface_wayland_SOURCES = putsurface_wayland.c
  378. @USE_WAYLAND_TRUE@putsurface_wayland_CFLAGS = $(WAYLAND_CFLAGS) $(TEST_CFLAGS)
  379. @USE_WAYLAND_TRUE@putsurface_wayland_LDADD = $(WAYLAND_LIBS) $(TEST_LIBS)       \
  380. @USE_WAYLAND_TRUE@      $(top_builddir)/va/libva-wayland.la                     \
  381. @USE_WAYLAND_TRUE@      $(NULL)
  382.  
  383. EXTRA_DIST = putsurface_common.c
  384. all: all-am
  385.  
  386. .SUFFIXES:
  387. .SUFFIXES: .c .lo .o .obj
  388. $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
  389.         @for dep in $?; do \
  390.           case '$(am__configure_deps)' in \
  391.             *$$dep*) \
  392.               ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
  393.                 && { if test -f $@; then exit 0; else break; fi; }; \
  394.               exit 1;; \
  395.           esac; \
  396.         done; \
  397.         echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu test/putsurface/Makefile'; \
  398.         $(am__cd) $(top_srcdir) && \
  399.           $(AUTOMAKE) --gnu test/putsurface/Makefile
  400. .PRECIOUS: Makefile
  401. Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
  402.         @case '$?' in \
  403.           *config.status*) \
  404.             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
  405.           *) \
  406.             echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
  407.             cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
  408.         esac;
  409.  
  410. $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  411.         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  412.  
  413. $(top_srcdir)/configure:  $(am__configure_deps)
  414.         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  415. $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
  416.         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  417. $(am__aclocal_m4_deps):
  418. install-binPROGRAMS: $(bin_PROGRAMS)
  419.         @$(NORMAL_INSTALL)
  420.         @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
  421.         if test -n "$$list"; then \
  422.           echo " $(MKDIR_P) '$(DESTDIR)$(bindir)'"; \
  423.           $(MKDIR_P) "$(DESTDIR)$(bindir)" || exit 1; \
  424.         fi; \
  425.         for p in $$list; do echo "$$p $$p"; done | \
  426.         sed 's/$(EXEEXT)$$//' | \
  427.         while read p p1; do if test -f $$p \
  428.          || test -f $$p1 \
  429.           ; then echo "$$p"; echo "$$p"; else :; fi; \
  430.         done | \
  431.         sed -e 'p;s,.*/,,;n;h' \
  432.             -e 's|.*|.|' \
  433.             -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
  434.         sed 'N;N;N;s,\n, ,g' | \
  435.         $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
  436.           { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
  437.             if ($$2 == $$4) files[d] = files[d] " " $$1; \
  438.             else { print "f", $$3 "/" $$4, $$1; } } \
  439.           END { for (d in files) print "f", d, files[d] }' | \
  440.         while read type dir files; do \
  441.             if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
  442.             test -z "$$files" || { \
  443.             echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(bindir)$$dir'"; \
  444.             $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \
  445.             } \
  446.         ; done
  447.  
  448. uninstall-binPROGRAMS:
  449.         @$(NORMAL_UNINSTALL)
  450.         @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
  451.         files=`for p in $$list; do echo "$$p"; done | \
  452.           sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
  453.               -e 's/$$/$(EXEEXT)/' \
  454.         `; \
  455.         test -n "$$list" || exit 0; \
  456.         echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \
  457.         cd "$(DESTDIR)$(bindir)" && rm -f $$files
  458.  
  459. clean-binPROGRAMS:
  460.         @list='$(bin_PROGRAMS)'; test -n "$$list" || exit 0; \
  461.         echo " rm -f" $$list; \
  462.         rm -f $$list || exit $$?; \
  463.         test -n "$(EXEEXT)" || exit 0; \
  464.         list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
  465.         echo " rm -f" $$list; \
  466.         rm -f $$list
  467.  
  468. putsurface$(EXEEXT): $(putsurface_OBJECTS) $(putsurface_DEPENDENCIES) $(EXTRA_putsurface_DEPENDENCIES)
  469.         @rm -f putsurface$(EXEEXT)
  470.         $(AM_V_CCLD)$(putsurface_LINK) $(putsurface_OBJECTS) $(putsurface_LDADD) $(LIBS)
  471.  
  472. putsurface_wayland$(EXEEXT): $(putsurface_wayland_OBJECTS) $(putsurface_wayland_DEPENDENCIES) $(EXTRA_putsurface_wayland_DEPENDENCIES)
  473.         @rm -f putsurface_wayland$(EXEEXT)
  474.         $(AM_V_CCLD)$(putsurface_wayland_LINK) $(putsurface_wayland_OBJECTS) $(putsurface_wayland_LDADD) $(LIBS)
  475.  
  476. mostlyclean-compile:
  477.         -rm -f *.$(OBJEXT)
  478.  
  479. distclean-compile:
  480.         -rm -f *.tab.c
  481.  
  482. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/putsurface-putsurface_x11.Po@am__quote@
  483. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/putsurface_wayland-putsurface_wayland.Po@am__quote@
  484.  
  485. .c.o:
  486. @am__fastdepCC_TRUE@    $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
  487. @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
  488. @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
  489. @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  490. @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
  491.  
  492. .c.obj:
  493. @am__fastdepCC_TRUE@    $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
  494. @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
  495. @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
  496. @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  497. @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
  498.  
  499. .c.lo:
  500. @am__fastdepCC_TRUE@    $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
  501. @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
  502. @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
  503. @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  504. @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
  505.  
  506. putsurface-putsurface_x11.o: putsurface_x11.c
  507. @am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(putsurface_CFLAGS) $(CFLAGS) -MT putsurface-putsurface_x11.o -MD -MP -MF $(DEPDIR)/putsurface-putsurface_x11.Tpo -c -o putsurface-putsurface_x11.o `test -f 'putsurface_x11.c' || echo '$(srcdir)/'`putsurface_x11.c
  508. @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/putsurface-putsurface_x11.Tpo $(DEPDIR)/putsurface-putsurface_x11.Po
  509. @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='putsurface_x11.c' object='putsurface-putsurface_x11.o' libtool=no @AMDEPBACKSLASH@
  510. @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  511. @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(putsurface_CFLAGS) $(CFLAGS) -c -o putsurface-putsurface_x11.o `test -f 'putsurface_x11.c' || echo '$(srcdir)/'`putsurface_x11.c
  512.  
  513. putsurface-putsurface_x11.obj: putsurface_x11.c
  514. @am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(putsurface_CFLAGS) $(CFLAGS) -MT putsurface-putsurface_x11.obj -MD -MP -MF $(DEPDIR)/putsurface-putsurface_x11.Tpo -c -o putsurface-putsurface_x11.obj `if test -f 'putsurface_x11.c'; then $(CYGPATH_W) 'putsurface_x11.c'; else $(CYGPATH_W) '$(srcdir)/putsurface_x11.c'; fi`
  515. @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/putsurface-putsurface_x11.Tpo $(DEPDIR)/putsurface-putsurface_x11.Po
  516. @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='putsurface_x11.c' object='putsurface-putsurface_x11.obj' libtool=no @AMDEPBACKSLASH@
  517. @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  518. @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(putsurface_CFLAGS) $(CFLAGS) -c -o putsurface-putsurface_x11.obj `if test -f 'putsurface_x11.c'; then $(CYGPATH_W) 'putsurface_x11.c'; else $(CYGPATH_W) '$(srcdir)/putsurface_x11.c'; fi`
  519.  
  520. putsurface_wayland-putsurface_wayland.o: putsurface_wayland.c
  521. @am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(putsurface_wayland_CFLAGS) $(CFLAGS) -MT putsurface_wayland-putsurface_wayland.o -MD -MP -MF $(DEPDIR)/putsurface_wayland-putsurface_wayland.Tpo -c -o putsurface_wayland-putsurface_wayland.o `test -f 'putsurface_wayland.c' || echo '$(srcdir)/'`putsurface_wayland.c
  522. @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/putsurface_wayland-putsurface_wayland.Tpo $(DEPDIR)/putsurface_wayland-putsurface_wayland.Po
  523. @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='putsurface_wayland.c' object='putsurface_wayland-putsurface_wayland.o' libtool=no @AMDEPBACKSLASH@
  524. @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  525. @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(putsurface_wayland_CFLAGS) $(CFLAGS) -c -o putsurface_wayland-putsurface_wayland.o `test -f 'putsurface_wayland.c' || echo '$(srcdir)/'`putsurface_wayland.c
  526.  
  527. putsurface_wayland-putsurface_wayland.obj: putsurface_wayland.c
  528. @am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(putsurface_wayland_CFLAGS) $(CFLAGS) -MT putsurface_wayland-putsurface_wayland.obj -MD -MP -MF $(DEPDIR)/putsurface_wayland-putsurface_wayland.Tpo -c -o putsurface_wayland-putsurface_wayland.obj `if test -f 'putsurface_wayland.c'; then $(CYGPATH_W) 'putsurface_wayland.c'; else $(CYGPATH_W) '$(srcdir)/putsurface_wayland.c'; fi`
  529. @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/putsurface_wayland-putsurface_wayland.Tpo $(DEPDIR)/putsurface_wayland-putsurface_wayland.Po
  530. @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='putsurface_wayland.c' object='putsurface_wayland-putsurface_wayland.obj' libtool=no @AMDEPBACKSLASH@
  531. @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  532. @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(putsurface_wayland_CFLAGS) $(CFLAGS) -c -o putsurface_wayland-putsurface_wayland.obj `if test -f 'putsurface_wayland.c'; then $(CYGPATH_W) 'putsurface_wayland.c'; else $(CYGPATH_W) '$(srcdir)/putsurface_wayland.c'; fi`
  533.  
  534. mostlyclean-libtool:
  535.         -rm -f *.lo
  536.  
  537. clean-libtool:
  538.         -rm -rf .libs _libs
  539.  
  540. ID: $(am__tagged_files)
  541.         $(am__define_uniq_tagged_files); mkid -fID $$unique
  542. tags: tags-am
  543. TAGS: tags
  544.  
  545. tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
  546.         set x; \
  547.         here=`pwd`; \
  548.         $(am__define_uniq_tagged_files); \
  549.         shift; \
  550.         if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
  551.           test -n "$$unique" || unique=$$empty_fix; \
  552.           if test $$# -gt 0; then \
  553.             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  554.               "$$@" $$unique; \
  555.           else \
  556.             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  557.               $$unique; \
  558.           fi; \
  559.         fi
  560. ctags: ctags-am
  561.  
  562. CTAGS: ctags
  563. ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
  564.         $(am__define_uniq_tagged_files); \
  565.         test -z "$(CTAGS_ARGS)$$unique" \
  566.           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
  567.              $$unique
  568.  
  569. GTAGS:
  570.         here=`$(am__cd) $(top_builddir) && pwd` \
  571.           && $(am__cd) $(top_srcdir) \
  572.           && gtags -i $(GTAGS_ARGS) "$$here"
  573. cscopelist: cscopelist-am
  574.  
  575. cscopelist-am: $(am__tagged_files)
  576.         list='$(am__tagged_files)'; \
  577.         case "$(srcdir)" in \
  578.           [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
  579.           *) sdir=$(subdir)/$(srcdir) ;; \
  580.         esac; \
  581.         for i in $$list; do \
  582.           if test -f "$$i"; then \
  583.             echo "$(subdir)/$$i"; \
  584.           else \
  585.             echo "$$sdir/$$i"; \
  586.           fi; \
  587.         done >> $(top_builddir)/cscope.files
  588.  
  589. distclean-tags:
  590.         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
  591.  
  592. distdir: $(DISTFILES)
  593.         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  594.         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  595.         list='$(DISTFILES)'; \
  596.           dist_files=`for file in $$list; do echo $$file; done | \
  597.           sed -e "s|^$$srcdirstrip/||;t" \
  598.               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
  599.         case $$dist_files in \
  600.           */*) $(MKDIR_P) `echo "$$dist_files" | \
  601.                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
  602.                            sort -u` ;; \
  603.         esac; \
  604.         for file in $$dist_files; do \
  605.           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
  606.           if test -d $$d/$$file; then \
  607.             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
  608.             if test -d "$(distdir)/$$file"; then \
  609.               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  610.             fi; \
  611.             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
  612.               cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
  613.               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  614.             fi; \
  615.             cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
  616.           else \
  617.             test -f "$(distdir)/$$file" \
  618.             || cp -p $$d/$$file "$(distdir)/$$file" \
  619.             || exit 1; \
  620.           fi; \
  621.         done
  622. check-am: all-am
  623. check: check-am
  624. all-am: Makefile $(PROGRAMS)
  625. installdirs:
  626.         for dir in "$(DESTDIR)$(bindir)"; do \
  627.           test -z "$$dir" || $(MKDIR_P) "$$dir"; \
  628.         done
  629. install: install-am
  630. install-exec: install-exec-am
  631. install-data: install-data-am
  632. uninstall: uninstall-am
  633.  
  634. install-am: all-am
  635.         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  636.  
  637. installcheck: installcheck-am
  638. install-strip:
  639.         if test -z '$(STRIP)'; then \
  640.           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  641.             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  642.               install; \
  643.         else \
  644.           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  645.             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  646.             "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
  647.         fi
  648. mostlyclean-generic:
  649.  
  650. clean-generic:
  651.  
  652. distclean-generic:
  653.         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
  654.         -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
  655.  
  656. maintainer-clean-generic:
  657.         @echo "This command is intended for maintainers to use"
  658.         @echo "it deletes files that may require special tools to rebuild."
  659. clean: clean-am
  660.  
  661. clean-am: clean-binPROGRAMS clean-generic clean-libtool mostlyclean-am
  662.  
  663. distclean: distclean-am
  664.         -rm -rf ./$(DEPDIR)
  665.         -rm -f Makefile
  666. distclean-am: clean-am distclean-compile distclean-generic \
  667.         distclean-tags
  668.  
  669. dvi: dvi-am
  670.  
  671. dvi-am:
  672.  
  673. html: html-am
  674.  
  675. html-am:
  676.  
  677. info: info-am
  678.  
  679. info-am:
  680.  
  681. install-data-am:
  682.  
  683. install-dvi: install-dvi-am
  684.  
  685. install-dvi-am:
  686.  
  687. install-exec-am: install-binPROGRAMS
  688.  
  689. install-html: install-html-am
  690.  
  691. install-html-am:
  692.  
  693. install-info: install-info-am
  694.  
  695. install-info-am:
  696.  
  697. install-man:
  698.  
  699. install-pdf: install-pdf-am
  700.  
  701. install-pdf-am:
  702.  
  703. install-ps: install-ps-am
  704.  
  705. install-ps-am:
  706.  
  707. installcheck-am:
  708.  
  709. maintainer-clean: maintainer-clean-am
  710.         -rm -rf ./$(DEPDIR)
  711.         -rm -f Makefile
  712. maintainer-clean-am: distclean-am maintainer-clean-generic
  713.  
  714. mostlyclean: mostlyclean-am
  715.  
  716. mostlyclean-am: mostlyclean-compile mostlyclean-generic \
  717.         mostlyclean-libtool
  718.  
  719. pdf: pdf-am
  720.  
  721. pdf-am:
  722.  
  723. ps: ps-am
  724.  
  725. ps-am:
  726.  
  727. uninstall-am: uninstall-binPROGRAMS
  728.  
  729. .MAKE: install-am install-strip
  730.  
  731. .PHONY: CTAGS GTAGS TAGS all all-am check check-am clean \
  732.         clean-binPROGRAMS clean-generic clean-libtool cscopelist-am \
  733.         ctags ctags-am distclean distclean-compile distclean-generic \
  734.         distclean-libtool distclean-tags distdir dvi dvi-am html \
  735.         html-am info info-am install install-am install-binPROGRAMS \
  736.         install-data install-data-am install-dvi install-dvi-am \
  737.         install-exec install-exec-am install-html install-html-am \
  738.         install-info install-info-am install-man install-pdf \
  739.         install-pdf-am install-ps install-ps-am install-strip \
  740.         installcheck installcheck-am installdirs maintainer-clean \
  741.         maintainer-clean-generic mostlyclean mostlyclean-compile \
  742.         mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
  743.         tags tags-am uninstall uninstall-am uninstall-binPROGRAMS
  744.  
  745.  
  746. valgrind:       $(bin_PROGRAMS)
  747.         for a in $(bin_PROGRAMS); do \
  748.                 valgrind --leak-check=full --show-reachable=yes .libs/$$a; \
  749.         done
  750.  
  751. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  752. # Otherwise a system limit (for SysV at least) may be exceeded.
  753. .NOEXPORT:
  754.