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_CFLAGS = @WAYLAND_SCANNER_CFLAGS@
  297. WAYLAND_SCANNER_LIBS = @WAYLAND_SCANNER_LIBS@
  298. X11_CFLAGS = @X11_CFLAGS@
  299. X11_LIBS = @X11_LIBS@
  300. XEXT_CFLAGS = @XEXT_CFLAGS@
  301. XEXT_LIBS = @XEXT_LIBS@
  302. XFIXES_CFLAGS = @XFIXES_CFLAGS@
  303. XFIXES_LIBS = @XFIXES_LIBS@
  304. abs_builddir = @abs_builddir@
  305. abs_srcdir = @abs_srcdir@
  306. abs_top_builddir = @abs_top_builddir@
  307. abs_top_srcdir = @abs_top_srcdir@
  308. ac_ct_AR = @ac_ct_AR@
  309. ac_ct_CC = @ac_ct_CC@
  310. ac_ct_CXX = @ac_ct_CXX@
  311. ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
  312. am__include = @am__include@
  313. am__leading_dot = @am__leading_dot@
  314. am__quote = @am__quote@
  315. am__tar = @am__tar@
  316. am__untar = @am__untar@
  317. bindir = @bindir@
  318. build = @build@
  319. build_alias = @build_alias@
  320. build_cpu = @build_cpu@
  321. build_os = @build_os@
  322. build_vendor = @build_vendor@
  323. builddir = @builddir@
  324. datadir = @datadir@
  325. datarootdir = @datarootdir@
  326. docdir = @docdir@
  327. dvidir = @dvidir@
  328. exec_prefix = @exec_prefix@
  329. host = @host@
  330. host_alias = @host_alias@
  331. host_cpu = @host_cpu@
  332. host_os = @host_os@
  333. host_vendor = @host_vendor@
  334. htmldir = @htmldir@
  335. includedir = @includedir@
  336. infodir = @infodir@
  337. install_sh = @install_sh@
  338. libdir = @libdir@
  339. libexecdir = @libexecdir@
  340. localedir = @localedir@
  341. localstatedir = @localstatedir@
  342. mandir = @mandir@
  343. mkdir_p = @mkdir_p@
  344. oldincludedir = @oldincludedir@
  345. pdfdir = @pdfdir@
  346. pkgconfigdir = @pkgconfigdir@
  347. prefix = @prefix@
  348. program_transform_name = @program_transform_name@
  349. psdir = @psdir@
  350. sbindir = @sbindir@
  351. sharedstatedir = @sharedstatedir@
  352. srcdir = @srcdir@
  353. sysconfdir = @sysconfdir@
  354. target_alias = @target_alias@
  355. top_build_prefix = @top_build_prefix@
  356. top_builddir = @top_builddir@
  357. top_srcdir = @top_srcdir@
  358. wayland_protocoldir = @wayland_protocoldir@
  359. wayland_scanner = @wayland_scanner@
  360. AM_CPPFLAGS = \
  361.         -I$(top_srcdir)         \
  362.         -I$(top_builddir)       \
  363.         $(NULL)
  364.  
  365. TEST_CFLAGS = \
  366.         -DIN_LIBVA              \
  367.         $(NULL)
  368.  
  369. TEST_LIBS = \
  370.         $(top_builddir)/va/libva.la \
  371.         -lpthread               \
  372.         $(NULL)
  373.  
  374. putsurface_SOURCES = putsurface_x11.c
  375. putsurface_CFLAGS = $(X11_CFLAGS) $(TEST_CFLAGS)
  376. putsurface_LDADD = $(X11_LIBS) $(TEST_LIBS)     \
  377.         $(top_builddir)/va/libva-x11.la                 \
  378.         $(NULL)
  379.  
  380. @USE_WAYLAND_TRUE@putsurface_wayland_SOURCES = putsurface_wayland.c
  381. @USE_WAYLAND_TRUE@putsurface_wayland_CFLAGS = $(WAYLAND_CFLAGS) $(TEST_CFLAGS)
  382. @USE_WAYLAND_TRUE@putsurface_wayland_LDADD = $(WAYLAND_LIBS) $(TEST_LIBS)       \
  383. @USE_WAYLAND_TRUE@      $(top_builddir)/va/libva-wayland.la                     \
  384. @USE_WAYLAND_TRUE@      $(NULL)
  385.  
  386. EXTRA_DIST = putsurface_common.c
  387. all: all-am
  388.  
  389. .SUFFIXES:
  390. .SUFFIXES: .c .lo .o .obj
  391. $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
  392.         @for dep in $?; do \
  393.           case '$(am__configure_deps)' in \
  394.             *$$dep*) \
  395.               ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
  396.                 && { if test -f $@; then exit 0; else break; fi; }; \
  397.               exit 1;; \
  398.           esac; \
  399.         done; \
  400.         echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu test/putsurface/Makefile'; \
  401.         $(am__cd) $(top_srcdir) && \
  402.           $(AUTOMAKE) --gnu test/putsurface/Makefile
  403. .PRECIOUS: Makefile
  404. Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
  405.         @case '$?' in \
  406.           *config.status*) \
  407.             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
  408.           *) \
  409.             echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
  410.             cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
  411.         esac;
  412.  
  413. $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  414.         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  415.  
  416. $(top_srcdir)/configure:  $(am__configure_deps)
  417.         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  418. $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
  419.         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  420. $(am__aclocal_m4_deps):
  421. install-binPROGRAMS: $(bin_PROGRAMS)
  422.         @$(NORMAL_INSTALL)
  423.         @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
  424.         if test -n "$$list"; then \
  425.           echo " $(MKDIR_P) '$(DESTDIR)$(bindir)'"; \
  426.           $(MKDIR_P) "$(DESTDIR)$(bindir)" || exit 1; \
  427.         fi; \
  428.         for p in $$list; do echo "$$p $$p"; done | \
  429.         sed 's/$(EXEEXT)$$//' | \
  430.         while read p p1; do if test -f $$p \
  431.          || test -f $$p1 \
  432.           ; then echo "$$p"; echo "$$p"; else :; fi; \
  433.         done | \
  434.         sed -e 'p;s,.*/,,;n;h' \
  435.             -e 's|.*|.|' \
  436.             -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
  437.         sed 'N;N;N;s,\n, ,g' | \
  438.         $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
  439.           { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
  440.             if ($$2 == $$4) files[d] = files[d] " " $$1; \
  441.             else { print "f", $$3 "/" $$4, $$1; } } \
  442.           END { for (d in files) print "f", d, files[d] }' | \
  443.         while read type dir files; do \
  444.             if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
  445.             test -z "$$files" || { \
  446.             echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(bindir)$$dir'"; \
  447.             $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \
  448.             } \
  449.         ; done
  450.  
  451. uninstall-binPROGRAMS:
  452.         @$(NORMAL_UNINSTALL)
  453.         @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
  454.         files=`for p in $$list; do echo "$$p"; done | \
  455.           sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
  456.               -e 's/$$/$(EXEEXT)/' \
  457.         `; \
  458.         test -n "$$list" || exit 0; \
  459.         echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \
  460.         cd "$(DESTDIR)$(bindir)" && rm -f $$files
  461.  
  462. clean-binPROGRAMS:
  463.         @list='$(bin_PROGRAMS)'; test -n "$$list" || exit 0; \
  464.         echo " rm -f" $$list; \
  465.         rm -f $$list || exit $$?; \
  466.         test -n "$(EXEEXT)" || exit 0; \
  467.         list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
  468.         echo " rm -f" $$list; \
  469.         rm -f $$list
  470.  
  471. putsurface$(EXEEXT): $(putsurface_OBJECTS) $(putsurface_DEPENDENCIES) $(EXTRA_putsurface_DEPENDENCIES)
  472.         @rm -f putsurface$(EXEEXT)
  473.         $(AM_V_CCLD)$(putsurface_LINK) $(putsurface_OBJECTS) $(putsurface_LDADD) $(LIBS)
  474.  
  475. putsurface_wayland$(EXEEXT): $(putsurface_wayland_OBJECTS) $(putsurface_wayland_DEPENDENCIES) $(EXTRA_putsurface_wayland_DEPENDENCIES)
  476.         @rm -f putsurface_wayland$(EXEEXT)
  477.         $(AM_V_CCLD)$(putsurface_wayland_LINK) $(putsurface_wayland_OBJECTS) $(putsurface_wayland_LDADD) $(LIBS)
  478.  
  479. mostlyclean-compile:
  480.         -rm -f *.$(OBJEXT)
  481.  
  482. distclean-compile:
  483.         -rm -f *.tab.c
  484.  
  485. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/putsurface-putsurface_x11.Po@am__quote@
  486. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/putsurface_wayland-putsurface_wayland.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 -o $@ $<
  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 -o $@ `$(CYGPATH_W) '$<'`
  501.  
  502. .c.lo:
  503. @am__fastdepCC_TRUE@    $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
  504. @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
  505. @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
  506. @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  507. @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
  508.  
  509. putsurface-putsurface_x11.o: putsurface_x11.c
  510. @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
  511. @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/putsurface-putsurface_x11.Tpo $(DEPDIR)/putsurface-putsurface_x11.Po
  512. @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='putsurface_x11.c' object='putsurface-putsurface_x11.o' libtool=no @AMDEPBACKSLASH@
  513. @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  514. @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
  515.  
  516. putsurface-putsurface_x11.obj: putsurface_x11.c
  517. @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`
  518. @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/putsurface-putsurface_x11.Tpo $(DEPDIR)/putsurface-putsurface_x11.Po
  519. @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='putsurface_x11.c' object='putsurface-putsurface_x11.obj' libtool=no @AMDEPBACKSLASH@
  520. @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  521. @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`
  522.  
  523. putsurface_wayland-putsurface_wayland.o: putsurface_wayland.c
  524. @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
  525. @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/putsurface_wayland-putsurface_wayland.Tpo $(DEPDIR)/putsurface_wayland-putsurface_wayland.Po
  526. @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='putsurface_wayland.c' object='putsurface_wayland-putsurface_wayland.o' libtool=no @AMDEPBACKSLASH@
  527. @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  528. @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
  529.  
  530. putsurface_wayland-putsurface_wayland.obj: putsurface_wayland.c
  531. @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`
  532. @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/putsurface_wayland-putsurface_wayland.Tpo $(DEPDIR)/putsurface_wayland-putsurface_wayland.Po
  533. @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='putsurface_wayland.c' object='putsurface_wayland-putsurface_wayland.obj' libtool=no @AMDEPBACKSLASH@
  534. @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  535. @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`
  536.  
  537. mostlyclean-libtool:
  538.         -rm -f *.lo
  539.  
  540. clean-libtool:
  541.         -rm -rf .libs _libs
  542.  
  543. ID: $(am__tagged_files)
  544.         $(am__define_uniq_tagged_files); mkid -fID $$unique
  545. tags: tags-am
  546. TAGS: tags
  547.  
  548. tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
  549.         set x; \
  550.         here=`pwd`; \
  551.         $(am__define_uniq_tagged_files); \
  552.         shift; \
  553.         if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
  554.           test -n "$$unique" || unique=$$empty_fix; \
  555.           if test $$# -gt 0; then \
  556.             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  557.               "$$@" $$unique; \
  558.           else \
  559.             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  560.               $$unique; \
  561.           fi; \
  562.         fi
  563. ctags: ctags-am
  564.  
  565. CTAGS: ctags
  566. ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
  567.         $(am__define_uniq_tagged_files); \
  568.         test -z "$(CTAGS_ARGS)$$unique" \
  569.           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
  570.              $$unique
  571.  
  572. GTAGS:
  573.         here=`$(am__cd) $(top_builddir) && pwd` \
  574.           && $(am__cd) $(top_srcdir) \
  575.           && gtags -i $(GTAGS_ARGS) "$$here"
  576. cscopelist: cscopelist-am
  577.  
  578. cscopelist-am: $(am__tagged_files)
  579.         list='$(am__tagged_files)'; \
  580.         case "$(srcdir)" in \
  581.           [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
  582.           *) sdir=$(subdir)/$(srcdir) ;; \
  583.         esac; \
  584.         for i in $$list; do \
  585.           if test -f "$$i"; then \
  586.             echo "$(subdir)/$$i"; \
  587.           else \
  588.             echo "$$sdir/$$i"; \
  589.           fi; \
  590.         done >> $(top_builddir)/cscope.files
  591.  
  592. distclean-tags:
  593.         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
  594.  
  595. distdir: $(DISTFILES)
  596.         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  597.         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  598.         list='$(DISTFILES)'; \
  599.           dist_files=`for file in $$list; do echo $$file; done | \
  600.           sed -e "s|^$$srcdirstrip/||;t" \
  601.               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
  602.         case $$dist_files in \
  603.           */*) $(MKDIR_P) `echo "$$dist_files" | \
  604.                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
  605.                            sort -u` ;; \
  606.         esac; \
  607.         for file in $$dist_files; do \
  608.           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
  609.           if test -d $$d/$$file; then \
  610.             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
  611.             if test -d "$(distdir)/$$file"; then \
  612.               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  613.             fi; \
  614.             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
  615.               cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
  616.               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  617.             fi; \
  618.             cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
  619.           else \
  620.             test -f "$(distdir)/$$file" \
  621.             || cp -p $$d/$$file "$(distdir)/$$file" \
  622.             || exit 1; \
  623.           fi; \
  624.         done
  625. check-am: all-am
  626. check: check-am
  627. all-am: Makefile $(PROGRAMS)
  628. installdirs:
  629.         for dir in "$(DESTDIR)$(bindir)"; do \
  630.           test -z "$$dir" || $(MKDIR_P) "$$dir"; \
  631.         done
  632. install: install-am
  633. install-exec: install-exec-am
  634. install-data: install-data-am
  635. uninstall: uninstall-am
  636.  
  637. install-am: all-am
  638.         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  639.  
  640. installcheck: installcheck-am
  641. install-strip:
  642.         if test -z '$(STRIP)'; then \
  643.           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  644.             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  645.               install; \
  646.         else \
  647.           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  648.             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  649.             "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
  650.         fi
  651. mostlyclean-generic:
  652.  
  653. clean-generic:
  654.  
  655. distclean-generic:
  656.         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
  657.         -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
  658.  
  659. maintainer-clean-generic:
  660.         @echo "This command is intended for maintainers to use"
  661.         @echo "it deletes files that may require special tools to rebuild."
  662. clean: clean-am
  663.  
  664. clean-am: clean-binPROGRAMS clean-generic clean-libtool mostlyclean-am
  665.  
  666. distclean: distclean-am
  667.         -rm -rf ./$(DEPDIR)
  668.         -rm -f Makefile
  669. distclean-am: clean-am distclean-compile distclean-generic \
  670.         distclean-tags
  671.  
  672. dvi: dvi-am
  673.  
  674. dvi-am:
  675.  
  676. html: html-am
  677.  
  678. html-am:
  679.  
  680. info: info-am
  681.  
  682. info-am:
  683.  
  684. install-data-am:
  685.  
  686. install-dvi: install-dvi-am
  687.  
  688. install-dvi-am:
  689.  
  690. install-exec-am: install-binPROGRAMS
  691.  
  692. install-html: install-html-am
  693.  
  694. install-html-am:
  695.  
  696. install-info: install-info-am
  697.  
  698. install-info-am:
  699.  
  700. install-man:
  701.  
  702. install-pdf: install-pdf-am
  703.  
  704. install-pdf-am:
  705.  
  706. install-ps: install-ps-am
  707.  
  708. install-ps-am:
  709.  
  710. installcheck-am:
  711.  
  712. maintainer-clean: maintainer-clean-am
  713.         -rm -rf ./$(DEPDIR)
  714.         -rm -f Makefile
  715. maintainer-clean-am: distclean-am maintainer-clean-generic
  716.  
  717. mostlyclean: mostlyclean-am
  718.  
  719. mostlyclean-am: mostlyclean-compile mostlyclean-generic \
  720.         mostlyclean-libtool
  721.  
  722. pdf: pdf-am
  723.  
  724. pdf-am:
  725.  
  726. ps: ps-am
  727.  
  728. ps-am:
  729.  
  730. uninstall-am: uninstall-binPROGRAMS
  731.  
  732. .MAKE: install-am install-strip
  733.  
  734. .PHONY: CTAGS GTAGS TAGS all all-am check check-am clean \
  735.         clean-binPROGRAMS clean-generic clean-libtool cscopelist-am \
  736.         ctags ctags-am distclean distclean-compile distclean-generic \
  737.         distclean-libtool distclean-tags distdir dvi dvi-am html \
  738.         html-am info info-am install install-am install-binPROGRAMS \
  739.         install-data install-data-am install-dvi install-dvi-am \
  740.         install-exec install-exec-am install-html install-html-am \
  741.         install-info install-info-am install-man install-pdf \
  742.         install-pdf-am install-ps install-ps-am install-strip \
  743.         installcheck installcheck-am installdirs maintainer-clean \
  744.         maintainer-clean-generic mostlyclean mostlyclean-compile \
  745.         mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
  746.         tags tags-am uninstall uninstall-am uninstall-binPROGRAMS
  747.  
  748.  
  749. valgrind:       $(bin_PROGRAMS)
  750.         for a in $(bin_PROGRAMS); do \
  751.                 valgrind --leak-check=full --show-reachable=yes .libs/$$a; \
  752.         done
  753.  
  754. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  755. # Otherwise a system limit (for SysV at least) may be exceeded.
  756. .NOEXPORT:
  757.