You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

2780 lines
162KB

  1. diff -ru recordmydesktop-0.3.8.1.autogen/aclocal.m4 recordmydesktop-0.3.8.1/aclocal.m4
  2. --- recordmydesktop-0.3.8.1.autogen/aclocal.m4 2008-12-13 18:40:01.000000000 +0100
  3. +++ recordmydesktop-0.3.8.1/aclocal.m4 2010-01-15 10:28:27.157827827 +0100
  4. @@ -1,7 +1,7 @@
  5. -# generated automatically by aclocal 1.10.2 -*- Autoconf -*-
  6. +# generated automatically by aclocal 1.11 -*- Autoconf -*-
  7. # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004,
  8. -# 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
  9. +# 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
  10. # This file is free software; the Free Software Foundation
  11. # gives unlimited permission to copy and/or distribute it,
  12. # with or without modifications, as long as this notice is preserved.
  13. @@ -31,10 +31,10 @@
  14. # generated from the m4 files accompanying Automake X.Y.
  15. # (This private macro should not be called outside this file.)
  16. AC_DEFUN([AM_AUTOMAKE_VERSION],
  17. -[am__api_version='1.10'
  18. +[am__api_version='1.11'
  19. dnl Some users find AM_AUTOMAKE_VERSION and mistake it for a way to
  20. dnl require some minimum version. Point them to the right macro.
  21. -m4_if([$1], [1.10.2], [],
  22. +m4_if([$1], [1.11], [],
  23. [AC_FATAL([Do not call $0, use AM_INIT_AUTOMAKE([$1]).])])dnl
  24. ])
  25. @@ -50,7 +50,7 @@
  26. # Call AM_AUTOMAKE_VERSION and AM_AUTOMAKE_VERSION so they can be traced.
  27. # This function is AC_REQUIREd by AM_INIT_AUTOMAKE.
  28. AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION],
  29. -[AM_AUTOMAKE_VERSION([1.10.2])dnl
  30. +[AM_AUTOMAKE_VERSION([1.11])dnl
  31. m4_ifndef([AC_AUTOCONF_VERSION],
  32. [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl
  33. _AM_AUTOCONF_VERSION(m4_defn([AC_AUTOCONF_VERSION]))])
  34. @@ -110,14 +110,14 @@
  35. # AM_CONDITIONAL -*- Autoconf -*-
  36. -# Copyright (C) 1997, 2000, 2001, 2003, 2004, 2005, 2006
  37. +# Copyright (C) 1997, 2000, 2001, 2003, 2004, 2005, 2006, 2008
  38. # Free Software Foundation, Inc.
  39. #
  40. # This file is free software; the Free Software Foundation
  41. # gives unlimited permission to copy and/or distribute it,
  42. # with or without modifications, as long as this notice is preserved.
  43. -# serial 8
  44. +# serial 9
  45. # AM_CONDITIONAL(NAME, SHELL-CONDITION)
  46. # -------------------------------------
  47. @@ -130,6 +130,7 @@
  48. AC_SUBST([$1_FALSE])dnl
  49. _AM_SUBST_NOTMAKE([$1_TRUE])dnl
  50. _AM_SUBST_NOTMAKE([$1_FALSE])dnl
  51. +m4_define([_AM_COND_VALUE_$1], [$2])dnl
  52. if $2; then
  53. $1_TRUE=
  54. $1_FALSE='#'
  55. @@ -143,14 +144,14 @@
  56. Usually this means the macro was only invoked conditionally.]])
  57. fi])])
  58. -# Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006
  59. +# Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2009
  60. # Free Software Foundation, Inc.
  61. #
  62. # This file is free software; the Free Software Foundation
  63. # gives unlimited permission to copy and/or distribute it,
  64. # with or without modifications, as long as this notice is preserved.
  65. -# serial 9
  66. +# serial 10
  67. # There are a few dirty hacks below to avoid letting `AC_PROG_CC' be
  68. # written in clear, in which case automake, when reading aclocal.m4,
  69. @@ -207,6 +208,16 @@
  70. if test "$am_compiler_list" = ""; then
  71. am_compiler_list=`sed -n ['s/^#*\([a-zA-Z0-9]*\))$/\1/p'] < ./depcomp`
  72. fi
  73. + am__universal=false
  74. + m4_case([$1], [CC],
  75. + [case " $depcc " in #(
  76. + *\ -arch\ *\ -arch\ *) am__universal=true ;;
  77. + esac],
  78. + [CXX],
  79. + [case " $depcc " in #(
  80. + *\ -arch\ *\ -arch\ *) am__universal=true ;;
  81. + esac])
  82. +
  83. for depmode in $am_compiler_list; do
  84. # Setup a source with many dependencies, because some compilers
  85. # like to wrap large dependency lists on column 80 (with \), and
  86. @@ -224,7 +235,17 @@
  87. done
  88. echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
  89. + # We check with `-c' and `-o' for the sake of the "dashmstdout"
  90. + # mode. It turns out that the SunPro C++ compiler does not properly
  91. + # handle `-M -o', and we need to detect this. Also, some Intel
  92. + # versions had trouble with output in subdirs
  93. + am__obj=sub/conftest.${OBJEXT-o}
  94. + am__minus_obj="-o $am__obj"
  95. case $depmode in
  96. + gcc)
  97. + # This depmode causes a compiler race in universal mode.
  98. + test "$am__universal" = false || continue
  99. + ;;
  100. nosideeffect)
  101. # after this tag, mechanisms are not by side-effect, so they'll
  102. # only be used when explicitly requested
  103. @@ -234,19 +255,23 @@
  104. break
  105. fi
  106. ;;
  107. + msvisualcpp | msvcmsys)
  108. + # This compiler won't grok `-c -o', but also, the minuso test has
  109. + # not run yet. These depmodes are late enough in the game, and
  110. + # so weak that their functioning should not be impacted.
  111. + am__obj=conftest.${OBJEXT-o}
  112. + am__minus_obj=
  113. + ;;
  114. none) break ;;
  115. esac
  116. - # We check with `-c' and `-o' for the sake of the "dashmstdout"
  117. - # mode. It turns out that the SunPro C++ compiler does not properly
  118. - # handle `-M -o', and we need to detect this.
  119. if depmode=$depmode \
  120. - source=sub/conftest.c object=sub/conftest.${OBJEXT-o} \
  121. + source=sub/conftest.c object=$am__obj \
  122. depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
  123. - $SHELL ./depcomp $depcc -c -o sub/conftest.${OBJEXT-o} sub/conftest.c \
  124. + $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \
  125. >/dev/null 2>conftest.err &&
  126. grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 &&
  127. grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
  128. - grep sub/conftest.${OBJEXT-o} sub/conftest.Po > /dev/null 2>&1 &&
  129. + grep $am__obj sub/conftest.Po > /dev/null 2>&1 &&
  130. ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
  131. # icc doesn't choke on unknown options, it will just issue warnings
  132. # or remarks (even with -Werror). So we grep stderr for any message
  133. @@ -310,59 +335,61 @@
  134. # gives unlimited permission to copy and/or distribute it,
  135. # with or without modifications, as long as this notice is preserved.
  136. -#serial 4
  137. +#serial 5
  138. # _AM_OUTPUT_DEPENDENCY_COMMANDS
  139. # ------------------------------
  140. AC_DEFUN([_AM_OUTPUT_DEPENDENCY_COMMANDS],
  141. -[# Autoconf 2.62 quotes --file arguments for eval, but not when files
  142. -# are listed without --file. Let's play safe and only enable the eval
  143. -# if we detect the quoting.
  144. -case $CONFIG_FILES in
  145. -*\'*) eval set x "$CONFIG_FILES" ;;
  146. -*) set x $CONFIG_FILES ;;
  147. -esac
  148. -shift
  149. -for mf
  150. -do
  151. - # Strip MF so we end up with the name of the file.
  152. - mf=`echo "$mf" | sed -e 's/:.*$//'`
  153. - # Check whether this is an Automake generated Makefile or not.
  154. - # We used to match only the files named `Makefile.in', but
  155. - # some people rename them; so instead we look at the file content.
  156. - # Grep'ing the first line is not enough: some people post-process
  157. - # each Makefile.in and add a new line on top of each file to say so.
  158. - # Grep'ing the whole file is not good either: AIX grep has a line
  159. - # limit of 2048, but all sed's we know have understand at least 4000.
  160. - if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
  161. - dirpart=`AS_DIRNAME("$mf")`
  162. - else
  163. - continue
  164. - fi
  165. - # Extract the definition of DEPDIR, am__include, and am__quote
  166. - # from the Makefile without running `make'.
  167. - DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
  168. - test -z "$DEPDIR" && continue
  169. - am__include=`sed -n 's/^am__include = //p' < "$mf"`
  170. - test -z "am__include" && continue
  171. - am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
  172. - # When using ansi2knr, U may be empty or an underscore; expand it
  173. - U=`sed -n 's/^U = //p' < "$mf"`
  174. - # Find all dependency output files, they are included files with
  175. - # $(DEPDIR) in their names. We invoke sed twice because it is the
  176. - # simplest approach to changing $(DEPDIR) to its actual value in the
  177. - # expansion.
  178. - for file in `sed -n "
  179. - s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
  180. - sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do
  181. - # Make sure the directory exists.
  182. - test -f "$dirpart/$file" && continue
  183. - fdir=`AS_DIRNAME(["$file"])`
  184. - AS_MKDIR_P([$dirpart/$fdir])
  185. - # echo "creating $dirpart/$file"
  186. - echo '# dummy' > "$dirpart/$file"
  187. +[{
  188. + # Autoconf 2.62 quotes --file arguments for eval, but not when files
  189. + # are listed without --file. Let's play safe and only enable the eval
  190. + # if we detect the quoting.
  191. + case $CONFIG_FILES in
  192. + *\'*) eval set x "$CONFIG_FILES" ;;
  193. + *) set x $CONFIG_FILES ;;
  194. + esac
  195. + shift
  196. + for mf
  197. + do
  198. + # Strip MF so we end up with the name of the file.
  199. + mf=`echo "$mf" | sed -e 's/:.*$//'`
  200. + # Check whether this is an Automake generated Makefile or not.
  201. + # We used to match only the files named `Makefile.in', but
  202. + # some people rename them; so instead we look at the file content.
  203. + # Grep'ing the first line is not enough: some people post-process
  204. + # each Makefile.in and add a new line on top of each file to say so.
  205. + # Grep'ing the whole file is not good either: AIX grep has a line
  206. + # limit of 2048, but all sed's we know have understand at least 4000.
  207. + if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
  208. + dirpart=`AS_DIRNAME("$mf")`
  209. + else
  210. + continue
  211. + fi
  212. + # Extract the definition of DEPDIR, am__include, and am__quote
  213. + # from the Makefile without running `make'.
  214. + DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
  215. + test -z "$DEPDIR" && continue
  216. + am__include=`sed -n 's/^am__include = //p' < "$mf"`
  217. + test -z "am__include" && continue
  218. + am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
  219. + # When using ansi2knr, U may be empty or an underscore; expand it
  220. + U=`sed -n 's/^U = //p' < "$mf"`
  221. + # Find all dependency output files, they are included files with
  222. + # $(DEPDIR) in their names. We invoke sed twice because it is the
  223. + # simplest approach to changing $(DEPDIR) to its actual value in the
  224. + # expansion.
  225. + for file in `sed -n "
  226. + s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
  227. + sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do
  228. + # Make sure the directory exists.
  229. + test -f "$dirpart/$file" && continue
  230. + fdir=`AS_DIRNAME(["$file"])`
  231. + AS_MKDIR_P([$dirpart/$fdir])
  232. + # echo "creating $dirpart/$file"
  233. + echo '# dummy' > "$dirpart/$file"
  234. + done
  235. done
  236. -done
  237. +}
  238. ])# _AM_OUTPUT_DEPENDENCY_COMMANDS
  239. @@ -394,13 +421,13 @@
  240. # Do all the work for Automake. -*- Autoconf -*-
  241. # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004,
  242. -# 2005, 2006, 2008 Free Software Foundation, Inc.
  243. +# 2005, 2006, 2008, 2009 Free Software Foundation, Inc.
  244. #
  245. # This file is free software; the Free Software Foundation
  246. # gives unlimited permission to copy and/or distribute it,
  247. # with or without modifications, as long as this notice is preserved.
  248. -# serial 13
  249. +# serial 16
  250. # This macro actually does too much. Some checks are only needed if
  251. # your package does certain things. But this isn't really a big deal.
  252. @@ -417,7 +444,7 @@
  253. # arguments mandatory, and then we can depend on a new Autoconf
  254. # release and drop the old call support.
  255. AC_DEFUN([AM_INIT_AUTOMAKE],
  256. -[AC_PREREQ([2.60])dnl
  257. +[AC_PREREQ([2.62])dnl
  258. dnl Autoconf wants to disallow AM_ names. We explicitly allow
  259. dnl the ones we care about.
  260. m4_pattern_allow([^AM_[A-Z]+FLAGS$])dnl
  261. @@ -468,8 +495,8 @@
  262. AM_MISSING_PROG(AUTOMAKE, automake-${am__api_version})
  263. AM_MISSING_PROG(AUTOHEADER, autoheader)
  264. AM_MISSING_PROG(MAKEINFO, makeinfo)
  265. -AM_PROG_INSTALL_SH
  266. -AM_PROG_INSTALL_STRIP
  267. +AC_REQUIRE([AM_PROG_INSTALL_SH])dnl
  268. +AC_REQUIRE([AM_PROG_INSTALL_STRIP])dnl
  269. AC_REQUIRE([AM_PROG_MKDIR_P])dnl
  270. # We need awk for the "check" target. The system "awk" is bad on
  271. # some platforms.
  272. @@ -477,23 +504,36 @@
  273. AC_REQUIRE([AC_PROG_MAKE_SET])dnl
  274. AC_REQUIRE([AM_SET_LEADING_DOT])dnl
  275. _AM_IF_OPTION([tar-ustar], [_AM_PROG_TAR([ustar])],
  276. - [_AM_IF_OPTION([tar-pax], [_AM_PROG_TAR([pax])],
  277. - [_AM_PROG_TAR([v7])])])
  278. + [_AM_IF_OPTION([tar-pax], [_AM_PROG_TAR([pax])],
  279. + [_AM_PROG_TAR([v7])])])
  280. _AM_IF_OPTION([no-dependencies],,
  281. [AC_PROVIDE_IFELSE([AC_PROG_CC],
  282. - [_AM_DEPENDENCIES(CC)],
  283. - [define([AC_PROG_CC],
  284. - defn([AC_PROG_CC])[_AM_DEPENDENCIES(CC)])])dnl
  285. + [_AM_DEPENDENCIES(CC)],
  286. + [define([AC_PROG_CC],
  287. + defn([AC_PROG_CC])[_AM_DEPENDENCIES(CC)])])dnl
  288. AC_PROVIDE_IFELSE([AC_PROG_CXX],
  289. - [_AM_DEPENDENCIES(CXX)],
  290. - [define([AC_PROG_CXX],
  291. - defn([AC_PROG_CXX])[_AM_DEPENDENCIES(CXX)])])dnl
  292. + [_AM_DEPENDENCIES(CXX)],
  293. + [define([AC_PROG_CXX],
  294. + defn([AC_PROG_CXX])[_AM_DEPENDENCIES(CXX)])])dnl
  295. AC_PROVIDE_IFELSE([AC_PROG_OBJC],
  296. - [_AM_DEPENDENCIES(OBJC)],
  297. - [define([AC_PROG_OBJC],
  298. - defn([AC_PROG_OBJC])[_AM_DEPENDENCIES(OBJC)])])dnl
  299. -])
  300. -])
  301. + [_AM_DEPENDENCIES(OBJC)],
  302. + [define([AC_PROG_OBJC],
  303. + defn([AC_PROG_OBJC])[_AM_DEPENDENCIES(OBJC)])])dnl
  304. +])
  305. +_AM_IF_OPTION([silent-rules], [AC_REQUIRE([AM_SILENT_RULES])])dnl
  306. +dnl The `parallel-tests' driver may need to know about EXEEXT, so add the
  307. +dnl `am__EXEEXT' conditional if _AM_COMPILER_EXEEXT was seen. This macro
  308. +dnl is hooked onto _AC_COMPILER_EXEEXT early, see below.
  309. +AC_CONFIG_COMMANDS_PRE(dnl
  310. +[m4_provide_if([_AM_COMPILER_EXEEXT],
  311. + [AM_CONDITIONAL([am__EXEEXT], [test -n "$EXEEXT"])])])dnl
  312. +])
  313. +
  314. +dnl Hook into `_AC_COMPILER_EXEEXT' early to learn its expansion. Do not
  315. +dnl add the conditional right here, as _AC_COMPILER_EXEEXT may be further
  316. +dnl mangled by Autoconf and run in a shell conditional statement.
  317. +m4_define([_AC_COMPILER_EXEEXT],
  318. +m4_defn([_AC_COMPILER_EXEEXT])[m4_provide([_AM_COMPILER_EXEEXT])])
  319. # When config.status generates a header, we must update the stamp-h file.
  320. @@ -517,7 +557,7 @@
  321. done
  322. echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count])
  323. -# Copyright (C) 2001, 2003, 2005 Free Software Foundation, Inc.
  324. +# Copyright (C) 2001, 2003, 2005, 2008 Free Software Foundation, Inc.
  325. #
  326. # This file is free software; the Free Software Foundation
  327. # gives unlimited permission to copy and/or distribute it,
  328. @@ -528,7 +568,14 @@
  329. # Define $install_sh.
  330. AC_DEFUN([AM_PROG_INSTALL_SH],
  331. [AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl
  332. -install_sh=${install_sh-"\$(SHELL) $am_aux_dir/install-sh"}
  333. +if test x"${install_sh}" != xset; then
  334. + case $am_aux_dir in
  335. + *\ * | *\ *)
  336. + install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;;
  337. + *)
  338. + install_sh="\${SHELL} $am_aux_dir/install-sh"
  339. + esac
  340. +fi
  341. AC_SUBST(install_sh)])
  342. # Copyright (C) 2003, 2005 Free Software Foundation, Inc.
  343. @@ -554,13 +601,13 @@
  344. # Check to see how 'make' treats includes. -*- Autoconf -*-
  345. -# Copyright (C) 2001, 2002, 2003, 2005 Free Software Foundation, Inc.
  346. +# Copyright (C) 2001, 2002, 2003, 2005, 2009 Free Software Foundation, Inc.
  347. #
  348. # This file is free software; the Free Software Foundation
  349. # gives unlimited permission to copy and/or distribute it,
  350. # with or without modifications, as long as this notice is preserved.
  351. -# serial 3
  352. +# serial 4
  353. # AM_MAKE_INCLUDE()
  354. # -----------------
  355. @@ -569,7 +616,7 @@
  356. [am_make=${MAKE-make}
  357. cat > confinc << 'END'
  358. am__doit:
  359. - @echo done
  360. + @echo this is the am__doit target
  361. .PHONY: am__doit
  362. END
  363. # If we don't find an include directive, just comment out the code.
  364. @@ -579,24 +626,24 @@
  365. _am_result=none
  366. # First try GNU make style include.
  367. echo "include confinc" > confmf
  368. -# We grep out `Entering directory' and `Leaving directory'
  369. -# messages which can occur if `w' ends up in MAKEFLAGS.
  370. -# In particular we don't look at `^make:' because GNU make might
  371. -# be invoked under some other name (usually "gmake"), in which
  372. -# case it prints its new name instead of `make'.
  373. -if test "`$am_make -s -f confmf 2> /dev/null | grep -v 'ing directory'`" = "done"; then
  374. - am__include=include
  375. - am__quote=
  376. - _am_result=GNU
  377. -fi
  378. +# Ignore all kinds of additional output from `make'.
  379. +case `$am_make -s -f confmf 2> /dev/null` in #(
  380. +*the\ am__doit\ target*)
  381. + am__include=include
  382. + am__quote=
  383. + _am_result=GNU
  384. + ;;
  385. +esac
  386. # Now try BSD make style include.
  387. if test "$am__include" = "#"; then
  388. echo '.include "confinc"' > confmf
  389. - if test "`$am_make -s -f confmf 2> /dev/null`" = "done"; then
  390. - am__include=.include
  391. - am__quote="\""
  392. - _am_result=BSD
  393. - fi
  394. + case `$am_make -s -f confmf 2> /dev/null` in #(
  395. + *the\ am__doit\ target*)
  396. + am__include=.include
  397. + am__quote="\""
  398. + _am_result=BSD
  399. + ;;
  400. + esac
  401. fi
  402. AC_SUBST([am__include])
  403. AC_SUBST([am__quote])
  404. @@ -641,14 +688,14 @@
  405. # Fake the existence of programs that GNU maintainers use. -*- Autoconf -*-
  406. -# Copyright (C) 1997, 1999, 2000, 2001, 2003, 2004, 2005
  407. +# Copyright (C) 1997, 1999, 2000, 2001, 2003, 2004, 2005, 2008
  408. # Free Software Foundation, Inc.
  409. #
  410. # This file is free software; the Free Software Foundation
  411. # gives unlimited permission to copy and/or distribute it,
  412. # with or without modifications, as long as this notice is preserved.
  413. -# serial 5
  414. +# serial 6
  415. # AM_MISSING_PROG(NAME, PROGRAM)
  416. # ------------------------------
  417. @@ -665,7 +712,14 @@
  418. AC_DEFUN([AM_MISSING_HAS_RUN],
  419. [AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl
  420. AC_REQUIRE_AUX_FILE([missing])dnl
  421. -test x"${MISSING+set}" = xset || MISSING="\${SHELL} $am_aux_dir/missing"
  422. +if test x"${MISSING+set}" != xset; then
  423. + case $am_aux_dir in
  424. + *\ * | *\ *)
  425. + MISSING="\${SHELL} \"$am_aux_dir/missing\"" ;;
  426. + *)
  427. + MISSING="\${SHELL} $am_aux_dir/missing" ;;
  428. + esac
  429. +fi
  430. # Use eval to expand $SHELL
  431. if eval "$MISSING --run true"; then
  432. am_missing_run="$MISSING --run "
  433. @@ -736,14 +790,14 @@
  434. # Check to make sure that the build environment is sane. -*- Autoconf -*-
  435. -# Copyright (C) 1996, 1997, 2000, 2001, 2003, 2005
  436. +# Copyright (C) 1996, 1997, 2000, 2001, 2003, 2005, 2008
  437. # Free Software Foundation, Inc.
  438. #
  439. # This file is free software; the Free Software Foundation
  440. # gives unlimited permission to copy and/or distribute it,
  441. # with or without modifications, as long as this notice is preserved.
  442. -# serial 4
  443. +# serial 5
  444. # AM_SANITY_CHECK
  445. # ---------------
  446. @@ -752,16 +806,29 @@
  447. # Just in case
  448. sleep 1
  449. echo timestamp > conftest.file
  450. +# Reject unsafe characters in $srcdir or the absolute working directory
  451. +# name. Accept space and tab only in the latter.
  452. +am_lf='
  453. +'
  454. +case `pwd` in
  455. + *[[\\\"\#\$\&\'\`$am_lf]]*)
  456. + AC_MSG_ERROR([unsafe absolute working directory name]);;
  457. +esac
  458. +case $srcdir in
  459. + *[[\\\"\#\$\&\'\`$am_lf\ \ ]]*)
  460. + AC_MSG_ERROR([unsafe srcdir value: `$srcdir']);;
  461. +esac
  462. +
  463. # Do `set' in a subshell so we don't clobber the current shell's
  464. # arguments. Must try -L first in case configure is actually a
  465. # symlink; some systems play weird games with the mod time of symlinks
  466. # (eg FreeBSD returns the mod time of the symlink's containing
  467. # directory).
  468. if (
  469. - set X `ls -Lt $srcdir/configure conftest.file 2> /dev/null`
  470. + set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
  471. if test "$[*]" = "X"; then
  472. # -L didn't work.
  473. - set X `ls -t $srcdir/configure conftest.file`
  474. + set X `ls -t "$srcdir/configure" conftest.file`
  475. fi
  476. rm -f conftest.file
  477. if test "$[*]" != "X $srcdir/configure conftest.file" \
  478. @@ -814,18 +881,25 @@
  479. INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s"
  480. AC_SUBST([INSTALL_STRIP_PROGRAM])])
  481. -# Copyright (C) 2006 Free Software Foundation, Inc.
  482. +# Copyright (C) 2006, 2008 Free Software Foundation, Inc.
  483. #
  484. # This file is free software; the Free Software Foundation
  485. # gives unlimited permission to copy and/or distribute it,
  486. # with or without modifications, as long as this notice is preserved.
  487. +# serial 2
  488. +
  489. # _AM_SUBST_NOTMAKE(VARIABLE)
  490. # ---------------------------
  491. # Prevent Automake from outputting VARIABLE = @VARIABLE@ in Makefile.in.
  492. # This macro is traced by Automake.
  493. AC_DEFUN([_AM_SUBST_NOTMAKE])
  494. +# AM_SUBST_NOTMAKE(VARIABLE)
  495. +# ---------------------------
  496. +# Public sister of _AM_SUBST_NOTMAKE.
  497. +AC_DEFUN([AM_SUBST_NOTMAKE], [_AM_SUBST_NOTMAKE($@)])
  498. +
  499. # Check how to create a tarball. -*- Autoconf -*-
  500. # Copyright (C) 2004, 2005 Free Software Foundation, Inc.
  501. Nur in recordmydesktop-0.3.8.1: autom4te.cache.
  502. diff -ru recordmydesktop-0.3.8.1.autogen/config.h.in recordmydesktop-0.3.8.1/config.h.in
  503. --- recordmydesktop-0.3.8.1.autogen/config.h.in 2008-12-13 18:40:22.000000000 +0100
  504. +++ recordmydesktop-0.3.8.1/config.h.in 2010-01-15 10:28:30.000000000 +0100
  505. @@ -22,6 +22,9 @@
  506. /* Define to 1 if you have the `ICE' library (-lICE). */
  507. #undef HAVE_LIBICE
  508. +/* Define to 1 if you have the `jack' library (-ljack). */
  509. +#undef HAVE_LIBJACK
  510. +
  511. /* Define to 1 if you have the `m' library (-lm). */
  512. #undef HAVE_LIBM
  513. Nur in recordmydesktop-0.3.8.1: config.h.in~.
  514. diff -ru recordmydesktop-0.3.8.1.autogen/configure recordmydesktop-0.3.8.1/configure
  515. --- recordmydesktop-0.3.8.1.autogen/configure 2008-12-13 18:40:03.000000000 +0100
  516. +++ recordmydesktop-0.3.8.1/configure 2010-01-15 10:28:29.550819280 +0100
  517. @@ -635,7 +635,9 @@
  518. # include <unistd.h>
  519. #endif"
  520. -ac_subst_vars='LTLIBOBJS
  521. +ac_subst_vars='am__EXEEXT_FALSE
  522. +am__EXEEXT_TRUE
  523. +LTLIBOBJS
  524. LIBOBJS
  525. X_EXTRA_LIBS
  526. X_LIBS
  527. @@ -1849,7 +1851,7 @@
  528. ac_compiler_gnu=$ac_cv_c_compiler_gnu
  529. -am__api_version='1.10'
  530. +am__api_version='1.11'
  531. ac_aux_dir=
  532. for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
  533. @@ -1980,16 +1982,33 @@
  534. # Just in case
  535. sleep 1
  536. echo timestamp > conftest.file
  537. +# Reject unsafe characters in $srcdir or the absolute working directory
  538. +# name. Accept space and tab only in the latter.
  539. +am_lf='
  540. +'
  541. +case `pwd` in
  542. + *[\\\"\#\$\&\'\`$am_lf]*)
  543. + { { $as_echo "$as_me:$LINENO: error: unsafe absolute working directory name" >&5
  544. +$as_echo "$as_me: error: unsafe absolute working directory name" >&2;}
  545. + { (exit 1); exit 1; }; };;
  546. +esac
  547. +case $srcdir in
  548. + *[\\\"\#\$\&\'\`$am_lf\ \ ]*)
  549. + { { $as_echo "$as_me:$LINENO: error: unsafe srcdir value: \`$srcdir'" >&5
  550. +$as_echo "$as_me: error: unsafe srcdir value: \`$srcdir'" >&2;}
  551. + { (exit 1); exit 1; }; };;
  552. +esac
  553. +
  554. # Do `set' in a subshell so we don't clobber the current shell's
  555. # arguments. Must try -L first in case configure is actually a
  556. # symlink; some systems play weird games with the mod time of symlinks
  557. # (eg FreeBSD returns the mod time of the symlink's containing
  558. # directory).
  559. if (
  560. - set X `ls -Lt $srcdir/configure conftest.file 2> /dev/null`
  561. + set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
  562. if test "$*" = "X"; then
  563. # -L didn't work.
  564. - set X `ls -t $srcdir/configure conftest.file`
  565. + set X `ls -t "$srcdir/configure" conftest.file`
  566. fi
  567. rm -f conftest.file
  568. if test "$*" != "X $srcdir/configure conftest.file" \
  569. @@ -2033,7 +2052,14 @@
  570. # expand $ac_aux_dir to an absolute path
  571. am_aux_dir=`cd $ac_aux_dir && pwd`
  572. -test x"${MISSING+set}" = xset || MISSING="\${SHELL} $am_aux_dir/missing"
  573. +if test x"${MISSING+set}" != xset; then
  574. + case $am_aux_dir in
  575. + *\ * | *\ *)
  576. + MISSING="\${SHELL} \"$am_aux_dir/missing\"" ;;
  577. + *)
  578. + MISSING="\${SHELL} $am_aux_dir/missing" ;;
  579. + esac
  580. +fi
  581. # Use eval to expand $SHELL
  582. if eval "$MISSING --run true"; then
  583. am_missing_run="$MISSING --run "
  584. @@ -2043,6 +2069,115 @@
  585. $as_echo "$as_me: WARNING: \`missing' script is too old or missing" >&2;}
  586. fi
  587. +if test x"${install_sh}" != xset; then
  588. + case $am_aux_dir in
  589. + *\ * | *\ *)
  590. + install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;;
  591. + *)
  592. + install_sh="\${SHELL} $am_aux_dir/install-sh"
  593. + esac
  594. +fi
  595. +
  596. +# Installed binaries are usually stripped using `strip' when the user
  597. +# run `make install-strip'. However `strip' might not be the right
  598. +# tool to use in cross-compilation environments, therefore Automake
  599. +# will honor the `STRIP' environment variable to overrule this program.
  600. +if test "$cross_compiling" != no; then
  601. + if test -n "$ac_tool_prefix"; then
  602. + # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
  603. +set dummy ${ac_tool_prefix}strip; ac_word=$2
  604. +{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
  605. +$as_echo_n "checking for $ac_word... " >&6; }
  606. +if test "${ac_cv_prog_STRIP+set}" = set; then
  607. + $as_echo_n "(cached) " >&6
  608. +else
  609. + if test -n "$STRIP"; then
  610. + ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
  611. +else
  612. +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  613. +for as_dir in $PATH
  614. +do
  615. + IFS=$as_save_IFS
  616. + test -z "$as_dir" && as_dir=.
  617. + for ac_exec_ext in '' $ac_executable_extensions; do
  618. + if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
  619. + ac_cv_prog_STRIP="${ac_tool_prefix}strip"
  620. + $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
  621. + break 2
  622. + fi
  623. +done
  624. +done
  625. +IFS=$as_save_IFS
  626. +
  627. +fi
  628. +fi
  629. +STRIP=$ac_cv_prog_STRIP
  630. +if test -n "$STRIP"; then
  631. + { $as_echo "$as_me:$LINENO: result: $STRIP" >&5
  632. +$as_echo "$STRIP" >&6; }
  633. +else
  634. + { $as_echo "$as_me:$LINENO: result: no" >&5
  635. +$as_echo "no" >&6; }
  636. +fi
  637. +
  638. +
  639. +fi
  640. +if test -z "$ac_cv_prog_STRIP"; then
  641. + ac_ct_STRIP=$STRIP
  642. + # Extract the first word of "strip", so it can be a program name with args.
  643. +set dummy strip; ac_word=$2
  644. +{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
  645. +$as_echo_n "checking for $ac_word... " >&6; }
  646. +if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then
  647. + $as_echo_n "(cached) " >&6
  648. +else
  649. + if test -n "$ac_ct_STRIP"; then
  650. + ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
  651. +else
  652. +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  653. +for as_dir in $PATH
  654. +do
  655. + IFS=$as_save_IFS
  656. + test -z "$as_dir" && as_dir=.
  657. + for ac_exec_ext in '' $ac_executable_extensions; do
  658. + if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
  659. + ac_cv_prog_ac_ct_STRIP="strip"
  660. + $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
  661. + break 2
  662. + fi
  663. +done
  664. +done
  665. +IFS=$as_save_IFS
  666. +
  667. +fi
  668. +fi
  669. +ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
  670. +if test -n "$ac_ct_STRIP"; then
  671. + { $as_echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5
  672. +$as_echo "$ac_ct_STRIP" >&6; }
  673. +else
  674. + { $as_echo "$as_me:$LINENO: result: no" >&5
  675. +$as_echo "no" >&6; }
  676. +fi
  677. +
  678. + if test "x$ac_ct_STRIP" = x; then
  679. + STRIP=":"
  680. + else
  681. + case $cross_compiling:$ac_tool_warned in
  682. +yes:)
  683. +{ $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
  684. +$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
  685. +ac_tool_warned=yes ;;
  686. +esac
  687. + STRIP=$ac_ct_STRIP
  688. + fi
  689. +else
  690. + STRIP="$ac_cv_prog_STRIP"
  691. +fi
  692. +
  693. +fi
  694. +INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s"
  695. +
  696. { $as_echo "$as_me:$LINENO: checking for a thread-safe mkdir -p" >&5
  697. $as_echo_n "checking for a thread-safe mkdir -p... " >&6; }
  698. if test -z "$MKDIR_P"; then
  699. @@ -2225,108 +2360,6 @@
  700. MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"}
  701. -install_sh=${install_sh-"\$(SHELL) $am_aux_dir/install-sh"}
  702. -
  703. -# Installed binaries are usually stripped using `strip' when the user
  704. -# run `make install-strip'. However `strip' might not be the right
  705. -# tool to use in cross-compilation environments, therefore Automake
  706. -# will honor the `STRIP' environment variable to overrule this program.
  707. -if test "$cross_compiling" != no; then
  708. - if test -n "$ac_tool_prefix"; then
  709. - # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
  710. -set dummy ${ac_tool_prefix}strip; ac_word=$2
  711. -{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
  712. -$as_echo_n "checking for $ac_word... " >&6; }
  713. -if test "${ac_cv_prog_STRIP+set}" = set; then
  714. - $as_echo_n "(cached) " >&6
  715. -else
  716. - if test -n "$STRIP"; then
  717. - ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
  718. -else
  719. -as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  720. -for as_dir in $PATH
  721. -do
  722. - IFS=$as_save_IFS
  723. - test -z "$as_dir" && as_dir=.
  724. - for ac_exec_ext in '' $ac_executable_extensions; do
  725. - if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
  726. - ac_cv_prog_STRIP="${ac_tool_prefix}strip"
  727. - $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
  728. - break 2
  729. - fi
  730. -done
  731. -done
  732. -IFS=$as_save_IFS
  733. -
  734. -fi
  735. -fi
  736. -STRIP=$ac_cv_prog_STRIP
  737. -if test -n "$STRIP"; then
  738. - { $as_echo "$as_me:$LINENO: result: $STRIP" >&5
  739. -$as_echo "$STRIP" >&6; }
  740. -else
  741. - { $as_echo "$as_me:$LINENO: result: no" >&5
  742. -$as_echo "no" >&6; }
  743. -fi
  744. -
  745. -
  746. -fi
  747. -if test -z "$ac_cv_prog_STRIP"; then
  748. - ac_ct_STRIP=$STRIP
  749. - # Extract the first word of "strip", so it can be a program name with args.
  750. -set dummy strip; ac_word=$2
  751. -{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
  752. -$as_echo_n "checking for $ac_word... " >&6; }
  753. -if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then
  754. - $as_echo_n "(cached) " >&6
  755. -else
  756. - if test -n "$ac_ct_STRIP"; then
  757. - ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
  758. -else
  759. -as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  760. -for as_dir in $PATH
  761. -do
  762. - IFS=$as_save_IFS
  763. - test -z "$as_dir" && as_dir=.
  764. - for ac_exec_ext in '' $ac_executable_extensions; do
  765. - if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
  766. - ac_cv_prog_ac_ct_STRIP="strip"
  767. - $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
  768. - break 2
  769. - fi
  770. -done
  771. -done
  772. -IFS=$as_save_IFS
  773. -
  774. -fi
  775. -fi
  776. -ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
  777. -if test -n "$ac_ct_STRIP"; then
  778. - { $as_echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5
  779. -$as_echo "$ac_ct_STRIP" >&6; }
  780. -else
  781. - { $as_echo "$as_me:$LINENO: result: no" >&5
  782. -$as_echo "no" >&6; }
  783. -fi
  784. -
  785. - if test "x$ac_ct_STRIP" = x; then
  786. - STRIP=":"
  787. - else
  788. - case $cross_compiling:$ac_tool_warned in
  789. -yes:)
  790. -{ $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
  791. -$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
  792. -ac_tool_warned=yes ;;
  793. -esac
  794. - STRIP=$ac_ct_STRIP
  795. - fi
  796. -else
  797. - STRIP="$ac_cv_prog_STRIP"
  798. -fi
  799. -
  800. -fi
  801. -INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s"
  802. -
  803. # We need awk for the "check" target. The system "awk" is bad on
  804. # some platforms.
  805. # Always define AMTAR for backward compatibility.
  806. @@ -3288,7 +3321,7 @@
  807. am_make=${MAKE-make}
  808. cat > confinc << 'END'
  809. am__doit:
  810. - @echo done
  811. + @echo this is the am__doit target
  812. .PHONY: am__doit
  813. END
  814. # If we don't find an include directive, just comment out the code.
  815. @@ -3299,24 +3332,24 @@
  816. _am_result=none
  817. # First try GNU make style include.
  818. echo "include confinc" > confmf
  819. -# We grep out `Entering directory' and `Leaving directory'
  820. -# messages which can occur if `w' ends up in MAKEFLAGS.
  821. -# In particular we don't look at `^make:' because GNU make might
  822. -# be invoked under some other name (usually "gmake"), in which
  823. -# case it prints its new name instead of `make'.
  824. -if test "`$am_make -s -f confmf 2> /dev/null | grep -v 'ing directory'`" = "done"; then
  825. - am__include=include
  826. - am__quote=
  827. - _am_result=GNU
  828. -fi
  829. +# Ignore all kinds of additional output from `make'.
  830. +case `$am_make -s -f confmf 2> /dev/null` in #(
  831. +*the\ am__doit\ target*)
  832. + am__include=include
  833. + am__quote=
  834. + _am_result=GNU
  835. + ;;
  836. +esac
  837. # Now try BSD make style include.
  838. if test "$am__include" = "#"; then
  839. echo '.include "confinc"' > confmf
  840. - if test "`$am_make -s -f confmf 2> /dev/null`" = "done"; then
  841. - am__include=.include
  842. - am__quote="\""
  843. - _am_result=BSD
  844. - fi
  845. + case `$am_make -s -f confmf 2> /dev/null` in #(
  846. + *the\ am__doit\ target*)
  847. + am__include=.include
  848. + am__quote="\""
  849. + _am_result=BSD
  850. + ;;
  851. + esac
  852. fi
  853. @@ -3373,6 +3406,11 @@
  854. if test "$am_compiler_list" = ""; then
  855. am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
  856. fi
  857. + am__universal=false
  858. + case " $depcc " in #(
  859. + *\ -arch\ *\ -arch\ *) am__universal=true ;;
  860. + esac
  861. +
  862. for depmode in $am_compiler_list; do
  863. # Setup a source with many dependencies, because some compilers
  864. # like to wrap large dependency lists on column 80 (with \), and
  865. @@ -3390,7 +3428,17 @@
  866. done
  867. echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
  868. + # We check with `-c' and `-o' for the sake of the "dashmstdout"
  869. + # mode. It turns out that the SunPro C++ compiler does not properly
  870. + # handle `-M -o', and we need to detect this. Also, some Intel
  871. + # versions had trouble with output in subdirs
  872. + am__obj=sub/conftest.${OBJEXT-o}
  873. + am__minus_obj="-o $am__obj"
  874. case $depmode in
  875. + gcc)
  876. + # This depmode causes a compiler race in universal mode.
  877. + test "$am__universal" = false || continue
  878. + ;;
  879. nosideeffect)
  880. # after this tag, mechanisms are not by side-effect, so they'll
  881. # only be used when explicitly requested
  882. @@ -3400,19 +3448,23 @@
  883. break
  884. fi
  885. ;;
  886. + msvisualcpp | msvcmsys)
  887. + # This compiler won't grok `-c -o', but also, the minuso test has
  888. + # not run yet. These depmodes are late enough in the game, and
  889. + # so weak that their functioning should not be impacted.
  890. + am__obj=conftest.${OBJEXT-o}
  891. + am__minus_obj=
  892. + ;;
  893. none) break ;;
  894. esac
  895. - # We check with `-c' and `-o' for the sake of the "dashmstdout"
  896. - # mode. It turns out that the SunPro C++ compiler does not properly
  897. - # handle `-M -o', and we need to detect this.
  898. if depmode=$depmode \
  899. - source=sub/conftest.c object=sub/conftest.${OBJEXT-o} \
  900. + source=sub/conftest.c object=$am__obj \
  901. depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
  902. - $SHELL ./depcomp $depcc -c -o sub/conftest.${OBJEXT-o} sub/conftest.c \
  903. + $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \
  904. >/dev/null 2>conftest.err &&
  905. grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 &&
  906. grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
  907. - grep sub/conftest.${OBJEXT-o} sub/conftest.Po > /dev/null 2>&1 &&
  908. + grep $am__obj sub/conftest.Po > /dev/null 2>&1 &&
  909. ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
  910. # icc doesn't choke on unknown options, it will just issue warnings
  911. # or remarks (even with -Werror). So we grep stderr for any message
  912. @@ -8654,6 +8706,7 @@
  913. if test x$jack = xtrue ; then
  914. +
  915. { $as_echo "$as_me:$LINENO: checking for jack_activate in -ljack" >&5
  916. $as_echo_n "checking for jack_activate in -ljack... " >&6; }
  917. if test "${ac_cv_lib_jack_jack_activate+set}" = set; then
  918. @@ -8720,7 +8773,12 @@
  919. { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_jack_jack_activate" >&5
  920. $as_echo "$ac_cv_lib_jack_jack_activate" >&6; }
  921. if test "x$ac_cv_lib_jack_jack_activate" = x""yes; then
  922. - jack_lib_found=true
  923. + cat >>confdefs.h <<_ACEOF
  924. +#define HAVE_LIBJACK 1
  925. +_ACEOF
  926. +
  927. + LIBS="-ljack $LIBS"
  928. +
  929. fi
  930. fi
  931. @@ -9224,6 +9282,14 @@
  932. LTLIBOBJS=$ac_ltlibobjs
  933. + if test -n "$EXEEXT"; then
  934. + am__EXEEXT_TRUE=
  935. + am__EXEEXT_FALSE='#'
  936. +else
  937. + am__EXEEXT_TRUE='#'
  938. + am__EXEEXT_FALSE=
  939. +fi
  940. +
  941. if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then
  942. { { $as_echo "$as_me:$LINENO: error: conditional \"AMDEP\" was never defined.
  943. Usually this means the macro was only invoked conditionally." >&5
  944. @@ -10406,27 +10472,28 @@
  945. case $ac_file$ac_mode in
  946. - "depfiles":C) test x"$AMDEP_TRUE" != x"" || # Autoconf 2.62 quotes --file arguments for eval, but not when files
  947. -# are listed without --file. Let's play safe and only enable the eval
  948. -# if we detect the quoting.
  949. -case $CONFIG_FILES in
  950. -*\'*) eval set x "$CONFIG_FILES" ;;
  951. -*) set x $CONFIG_FILES ;;
  952. -esac
  953. -shift
  954. -for mf
  955. -do
  956. - # Strip MF so we end up with the name of the file.
  957. - mf=`echo "$mf" | sed -e 's/:.*$//'`
  958. - # Check whether this is an Automake generated Makefile or not.
  959. - # We used to match only the files named `Makefile.in', but
  960. - # some people rename them; so instead we look at the file content.
  961. - # Grep'ing the first line is not enough: some people post-process
  962. - # each Makefile.in and add a new line on top of each file to say so.
  963. - # Grep'ing the whole file is not good either: AIX grep has a line
  964. - # limit of 2048, but all sed's we know have understand at least 4000.
  965. - if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
  966. - dirpart=`$as_dirname -- "$mf" ||
  967. + "depfiles":C) test x"$AMDEP_TRUE" != x"" || {
  968. + # Autoconf 2.62 quotes --file arguments for eval, but not when files
  969. + # are listed without --file. Let's play safe and only enable the eval
  970. + # if we detect the quoting.
  971. + case $CONFIG_FILES in
  972. + *\'*) eval set x "$CONFIG_FILES" ;;
  973. + *) set x $CONFIG_FILES ;;
  974. + esac
  975. + shift
  976. + for mf
  977. + do
  978. + # Strip MF so we end up with the name of the file.
  979. + mf=`echo "$mf" | sed -e 's/:.*$//'`
  980. + # Check whether this is an Automake generated Makefile or not.
  981. + # We used to match only the files named `Makefile.in', but
  982. + # some people rename them; so instead we look at the file content.
  983. + # Grep'ing the first line is not enough: some people post-process
  984. + # each Makefile.in and add a new line on top of each file to say so.
  985. + # Grep'ing the whole file is not good either: AIX grep has a line
  986. + # limit of 2048, but all sed's we know have understand at least 4000.
  987. + if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
  988. + dirpart=`$as_dirname -- "$mf" ||
  989. $as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
  990. X"$mf" : 'X\(//\)[^/]' \| \
  991. X"$mf" : 'X\(//\)$' \| \
  992. @@ -10449,28 +10516,28 @@
  993. q
  994. }
  995. s/.*/./; q'`
  996. - else
  997. - continue
  998. - fi
  999. - # Extract the definition of DEPDIR, am__include, and am__quote
  1000. - # from the Makefile without running `make'.
  1001. - DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
  1002. - test -z "$DEPDIR" && continue
  1003. - am__include=`sed -n 's/^am__include = //p' < "$mf"`
  1004. - test -z "am__include" && continue
  1005. - am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
  1006. - # When using ansi2knr, U may be empty or an underscore; expand it
  1007. - U=`sed -n 's/^U = //p' < "$mf"`
  1008. - # Find all dependency output files, they are included files with
  1009. - # $(DEPDIR) in their names. We invoke sed twice because it is the
  1010. - # simplest approach to changing $(DEPDIR) to its actual value in the
  1011. - # expansion.
  1012. - for file in `sed -n "
  1013. - s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
  1014. - sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do
  1015. - # Make sure the directory exists.
  1016. - test -f "$dirpart/$file" && continue
  1017. - fdir=`$as_dirname -- "$file" ||
  1018. + else
  1019. + continue
  1020. + fi
  1021. + # Extract the definition of DEPDIR, am__include, and am__quote
  1022. + # from the Makefile without running `make'.
  1023. + DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
  1024. + test -z "$DEPDIR" && continue
  1025. + am__include=`sed -n 's/^am__include = //p' < "$mf"`
  1026. + test -z "am__include" && continue
  1027. + am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
  1028. + # When using ansi2knr, U may be empty or an underscore; expand it
  1029. + U=`sed -n 's/^U = //p' < "$mf"`
  1030. + # Find all dependency output files, they are included files with
  1031. + # $(DEPDIR) in their names. We invoke sed twice because it is the
  1032. + # simplest approach to changing $(DEPDIR) to its actual value in the
  1033. + # expansion.
  1034. + for file in `sed -n "
  1035. + s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
  1036. + sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do
  1037. + # Make sure the directory exists.
  1038. + test -f "$dirpart/$file" && continue
  1039. + fdir=`$as_dirname -- "$file" ||
  1040. $as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
  1041. X"$file" : 'X\(//\)[^/]' \| \
  1042. X"$file" : 'X\(//\)$' \| \
  1043. @@ -10493,7 +10560,7 @@
  1044. q
  1045. }
  1046. s/.*/./; q'`
  1047. - { as_dir=$dirpart/$fdir
  1048. + { as_dir=$dirpart/$fdir
  1049. case $as_dir in #(
  1050. -*) as_dir=./$as_dir;;
  1051. esac
  1052. @@ -10534,10 +10601,11 @@
  1053. } || test -d "$as_dir" || { { $as_echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5
  1054. $as_echo "$as_me: error: cannot create directory $as_dir" >&2;}
  1055. { (exit 1); exit 1; }; }; }
  1056. - # echo "creating $dirpart/$file"
  1057. - echo '# dummy' > "$dirpart/$file"
  1058. + # echo "creating $dirpart/$file"
  1059. + echo '# dummy' > "$dirpart/$file"
  1060. + done
  1061. done
  1062. -done
  1063. +}
  1064. ;;
  1065. esac
  1066. @@ -10584,18 +10652,12 @@
  1067. if test x$audio_backend != xOSS; then
  1068. audio_backend="ALSA"
  1069. fi
  1070. -if test x$jack_lib_found = xtrue ; then
  1071. - jack_support="Enabled"
  1072. -else
  1073. - jack_support="Disabled"
  1074. -fi
  1075. echo ""
  1076. echo ""
  1077. echo "****************************************"
  1078. echo ""
  1079. echo "Audio driver that will be used: $audio_backend"
  1080. echo ""
  1081. -echo "Compile with Jack support: $jack_support"
  1082. echo ""
  1083. echo "****************************************"
  1084. echo ""
  1085. diff -ru recordmydesktop-0.3.8.1.autogen/doc/Makefile.in recordmydesktop-0.3.8.1/doc/Makefile.in
  1086. --- recordmydesktop-0.3.8.1.autogen/doc/Makefile.in 2008-12-13 18:40:04.000000000 +0100
  1087. +++ recordmydesktop-0.3.8.1/doc/Makefile.in 2010-01-15 10:28:32.728827405 +0100
  1088. @@ -1,8 +1,9 @@
  1089. -# Makefile.in generated by automake 1.10.2 from Makefile.am.
  1090. +# Makefile.in generated by automake 1.11 from Makefile.am.
  1091. # @configure_input@
  1092. # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
  1093. -# 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
  1094. +# 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation,
  1095. +# Inc.
  1096. # This Makefile.in is free software; the Free Software Foundation
  1097. # gives unlimited permission to copy and/or distribute it,
  1098. # with or without modifications, as long as this notice is preserved.
  1099. @@ -15,8 +16,9 @@
  1100. @SET_MAKE@
  1101. VPATH = @srcdir@
  1102. pkgdatadir = $(datadir)/@PACKAGE@
  1103. -pkglibdir = $(libdir)/@PACKAGE@
  1104. pkgincludedir = $(includedir)/@PACKAGE@
  1105. +pkglibdir = $(libdir)/@PACKAGE@
  1106. +pkglibexecdir = $(libexecdir)/@PACKAGE@
  1107. am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
  1108. install_sh_DATA = $(install_sh) -c -m 644
  1109. install_sh_PROGRAM = $(install_sh) -c
  1110. @@ -40,8 +42,30 @@
  1111. mkinstalldirs = $(install_sh) -d
  1112. CONFIG_HEADER = $(top_builddir)/config.h
  1113. CONFIG_CLEAN_FILES =
  1114. +CONFIG_CLEAN_VPATH_FILES =
  1115. SOURCES =
  1116. DIST_SOURCES =
  1117. +am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
  1118. +am__vpath_adj = case $$p in \
  1119. + $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
  1120. + *) f=$$p;; \
  1121. + esac;
  1122. +am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
  1123. +am__install_max = 40
  1124. +am__nobase_strip_setup = \
  1125. + srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
  1126. +am__nobase_strip = \
  1127. + for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
  1128. +am__nobase_list = $(am__nobase_strip_setup); \
  1129. + for p in $$list; do echo "$$p $$p"; done | \
  1130. + sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
  1131. + $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
  1132. + if (++n[$$2] == $(am__install_max)) \
  1133. + { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
  1134. + END { for (dir in files) print dir, files[dir] }'
  1135. +am__base_list = \
  1136. + sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
  1137. + sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
  1138. man1dir = $(mandir)/man1
  1139. am__installdirs = "$(DESTDIR)$(man1dir)"
  1140. NROFF = nroff
  1141. @@ -159,9 +183,9 @@
  1142. exit 1;; \
  1143. esac; \
  1144. done; \
  1145. - echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu doc/Makefile'; \
  1146. - cd $(top_srcdir) && \
  1147. - $(AUTOMAKE) --gnu doc/Makefile
  1148. + echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu doc/Makefile'; \
  1149. + $(am__cd) $(top_srcdir) && \
  1150. + $(AUTOMAKE) --gnu doc/Makefile
  1151. .PRECIOUS: Makefile
  1152. Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
  1153. @case '$?' in \
  1154. @@ -179,51 +203,45 @@
  1155. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  1156. $(ACLOCAL_M4): $(am__aclocal_m4_deps)
  1157. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  1158. -install-man1: $(man1_MANS) $(man_MANS)
  1159. +$(am__aclocal_m4_deps):
  1160. +install-man1: $(man_MANS)
  1161. @$(NORMAL_INSTALL)
  1162. test -z "$(man1dir)" || $(MKDIR_P) "$(DESTDIR)$(man1dir)"
  1163. - @list='$(man1_MANS) $(dist_man1_MANS) $(nodist_man1_MANS)'; \
  1164. - l2='$(man_MANS) $(dist_man_MANS) $(nodist_man_MANS)'; \
  1165. - for i in $$l2; do \
  1166. - case "$$i" in \
  1167. - *.1*) list="$$list $$i" ;; \
  1168. - esac; \
  1169. + @list=''; test -n "$(man1dir)" || exit 0; \
  1170. + { for i in $$list; do echo "$$i"; done; \
  1171. + l2='$(man_MANS)'; for i in $$l2; do echo "$$i"; done | \
  1172. + sed -n '/\.1[a-z]*$$/p'; \
  1173. + } | while read p; do \
  1174. + if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
  1175. + echo "$$d$$p"; echo "$$p"; \
  1176. + done | \
  1177. + sed -e 'n;s,.*/,,;p;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \
  1178. + -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,' | \
  1179. + sed 'N;N;s,\n, ,g' | { \
  1180. + list=; while read file base inst; do \
  1181. + if test "$$base" = "$$inst"; then list="$$list $$file"; else \
  1182. + echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man1dir)/$$inst'"; \
  1183. + $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man1dir)/$$inst" || exit $$?; \
  1184. + fi; \
  1185. done; \
  1186. - for i in $$list; do \
  1187. - if test -f $$i; then file=$$i; \
  1188. - else file=$(srcdir)/$$i; fi; \
  1189. - ext=`echo $$i | sed -e 's/^.*\\.//'`; \
  1190. - case "$$ext" in \
  1191. - 1*) ;; \
  1192. - *) ext='1' ;; \
  1193. - esac; \
  1194. - inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
  1195. - inst=`echo $$inst | sed -e 's/^.*\///'`; \
  1196. - inst=`echo $$inst | sed '$(transform)'`.$$ext; \
  1197. - echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man1dir)/$$inst'"; \
  1198. - $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man1dir)/$$inst"; \
  1199. - done
  1200. + for i in $$list; do echo "$$i"; done | $(am__base_list) | \
  1201. + while read files; do \
  1202. + test -z "$$files" || { \
  1203. + echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(man1dir)'"; \
  1204. + $(INSTALL_DATA) $$files "$(DESTDIR)$(man1dir)" || exit $$?; }; \
  1205. + done; }
  1206. +
  1207. uninstall-man1:
  1208. @$(NORMAL_UNINSTALL)
  1209. - @list='$(man1_MANS) $(dist_man1_MANS) $(nodist_man1_MANS)'; \
  1210. - l2='$(man_MANS) $(dist_man_MANS) $(nodist_man_MANS)'; \
  1211. - for i in $$l2; do \
  1212. - case "$$i" in \
  1213. - *.1*) list="$$list $$i" ;; \
  1214. - esac; \
  1215. - done; \
  1216. - for i in $$list; do \
  1217. - ext=`echo $$i | sed -e 's/^.*\\.//'`; \
  1218. - case "$$ext" in \
  1219. - 1*) ;; \
  1220. - *) ext='1' ;; \
  1221. - esac; \
  1222. - inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
  1223. - inst=`echo $$inst | sed -e 's/^.*\///'`; \
  1224. - inst=`echo $$inst | sed '$(transform)'`.$$ext; \
  1225. - echo " rm -f '$(DESTDIR)$(man1dir)/$$inst'"; \
  1226. - rm -f "$(DESTDIR)$(man1dir)/$$inst"; \
  1227. - done
  1228. + @list=''; test -n "$(man1dir)" || exit 0; \
  1229. + files=`{ for i in $$list; do echo "$$i"; done; \
  1230. + l2='$(man_MANS)'; for i in $$l2; do echo "$$i"; done | \
  1231. + sed -n '/\.1[a-z]*$$/p'; \
  1232. + } | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \
  1233. + -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \
  1234. + test -z "$$files" || { \
  1235. + echo " ( cd '$(DESTDIR)$(man1dir)' && rm -f" $$files ")"; \
  1236. + cd "$(DESTDIR)$(man1dir)" && rm -f $$files; }
  1237. tags: TAGS
  1238. TAGS:
  1239. @@ -232,6 +250,19 @@
  1240. distdir: $(DISTFILES)
  1241. + @list='$(MANS)'; if test -n "$$list"; then \
  1242. + list=`for p in $$list; do \
  1243. + if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
  1244. + if test -f "$$d$$p"; then echo "$$d$$p"; else :; fi; done`; \
  1245. + if test -n "$$list" && \
  1246. + grep 'ab help2man is required to generate this page' $$list >/dev/null; then \
  1247. + echo "error: found man pages containing the \`missing help2man' replacement text:" >&2; \
  1248. + grep -l 'ab help2man is required to generate this page' $$list | sed 's/^/ /' >&2; \
  1249. + echo " to fix them, install help2man, remove and regenerate the man pages;" >&2; \
  1250. + echo " typically \`make maintainer-clean' will remove them" >&2; \
  1251. + exit 1; \
  1252. + else :; fi; \
  1253. + else :; fi
  1254. @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  1255. topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  1256. list='$(DISTFILES)'; \
  1257. @@ -247,13 +278,17 @@
  1258. if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
  1259. if test -d $$d/$$file; then \
  1260. dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
  1261. + if test -d "$(distdir)/$$file"; then \
  1262. + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  1263. + fi; \
  1264. if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
  1265. - cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
  1266. + cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
  1267. + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  1268. fi; \
  1269. - cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
  1270. + cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
  1271. else \
  1272. - test -f $(distdir)/$$file \
  1273. - || cp -p $$d/$$file $(distdir)/$$file \
  1274. + test -f "$(distdir)/$$file" \
  1275. + || cp -p $$d/$$file "$(distdir)/$$file" \
  1276. || exit 1; \
  1277. fi; \
  1278. done
  1279. @@ -284,6 +319,7 @@
  1280. distclean-generic:
  1281. -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
  1282. + -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
  1283. maintainer-clean-generic:
  1284. @echo "This command is intended for maintainers to use"
  1285. @@ -302,6 +338,8 @@
  1286. html: html-am
  1287. +html-am:
  1288. +
  1289. info: info-am
  1290. info-am:
  1291. @@ -310,18 +348,28 @@
  1292. install-dvi: install-dvi-am
  1293. +install-dvi-am:
  1294. +
  1295. install-exec-am:
  1296. install-html: install-html-am
  1297. +install-html-am:
  1298. +
  1299. install-info: install-info-am
  1300. +install-info-am:
  1301. +
  1302. install-man: install-man1
  1303. install-pdf: install-pdf-am
  1304. +install-pdf-am:
  1305. +
  1306. install-ps: install-ps-am
  1307. +install-ps-am:
  1308. +
  1309. installcheck-am:
  1310. maintainer-clean: maintainer-clean-am
  1311. @@ -357,6 +405,7 @@
  1312. mostlyclean mostlyclean-generic pdf pdf-am ps ps-am uninstall \
  1313. uninstall-am uninstall-man uninstall-man1
  1314. +
  1315. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  1316. # Otherwise a system limit (for SysV at least) may be exceeded.
  1317. .NOEXPORT:
  1318. diff -ru recordmydesktop-0.3.8.1.autogen/Makefile.in recordmydesktop-0.3.8.1/Makefile.in
  1319. --- recordmydesktop-0.3.8.1.autogen/Makefile.in 2008-12-13 18:40:05.000000000 +0100
  1320. +++ recordmydesktop-0.3.8.1/Makefile.in 2010-01-15 10:28:33.213843260 +0100
  1321. @@ -1,8 +1,9 @@
  1322. -# Makefile.in generated by automake 1.10.2 from Makefile.am.
  1323. +# Makefile.in generated by automake 1.11 from Makefile.am.
  1324. # @configure_input@
  1325. # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
  1326. -# 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
  1327. +# 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation,
  1328. +# Inc.
  1329. # This Makefile.in is free software; the Free Software Foundation
  1330. # gives unlimited permission to copy and/or distribute it,
  1331. # with or without modifications, as long as this notice is preserved.
  1332. @@ -15,8 +16,9 @@
  1333. @SET_MAKE@
  1334. VPATH = @srcdir@
  1335. pkgdatadir = $(datadir)/@PACKAGE@
  1336. -pkglibdir = $(libdir)/@PACKAGE@
  1337. pkgincludedir = $(includedir)/@PACKAGE@
  1338. +pkglibdir = $(libdir)/@PACKAGE@
  1339. +pkglibexecdir = $(libexecdir)/@PACKAGE@
  1340. am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
  1341. install_sh_DATA = $(install_sh) -c -m 644
  1342. install_sh_PROGRAM = $(install_sh) -c
  1343. @@ -46,6 +48,7 @@
  1344. mkinstalldirs = $(install_sh) -d
  1345. CONFIG_HEADER = config.h
  1346. CONFIG_CLEAN_FILES =
  1347. +CONFIG_CLEAN_VPATH_FILES =
  1348. SOURCES =
  1349. DIST_SOURCES =
  1350. RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
  1351. @@ -57,6 +60,9 @@
  1352. ps-recursive uninstall-recursive
  1353. RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
  1354. distclean-recursive maintainer-clean-recursive
  1355. +AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
  1356. + $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
  1357. + distdir dist dist-all distcheck
  1358. ETAGS = etags
  1359. CTAGS = ctags
  1360. DIST_SUBDIRS = $(SUBDIRS)
  1361. @@ -64,9 +70,34 @@
  1362. distdir = $(PACKAGE)-$(VERSION)
  1363. top_distdir = $(distdir)
  1364. am__remove_distdir = \
  1365. - { test ! -d $(distdir) \
  1366. - || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \
  1367. - && rm -fr $(distdir); }; }
  1368. + { test ! -d "$(distdir)" \
  1369. + || { find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
  1370. + && rm -fr "$(distdir)"; }; }
  1371. +am__relativize = \
  1372. + dir0=`pwd`; \
  1373. + sed_first='s,^\([^/]*\)/.*$$,\1,'; \
  1374. + sed_rest='s,^[^/]*/*,,'; \
  1375. + sed_last='s,^.*/\([^/]*\)$$,\1,'; \
  1376. + sed_butlast='s,/*[^/]*$$,,'; \
  1377. + while test -n "$$dir1"; do \
  1378. + first=`echo "$$dir1" | sed -e "$$sed_first"`; \
  1379. + if test "$$first" != "."; then \
  1380. + if test "$$first" = ".."; then \
  1381. + dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
  1382. + dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
  1383. + else \
  1384. + first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
  1385. + if test "$$first2" = "$$first"; then \
  1386. + dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
  1387. + else \
  1388. + dir2="../$$dir2"; \
  1389. + fi; \
  1390. + dir0="$$dir0"/"$$first"; \
  1391. + fi; \
  1392. + fi; \
  1393. + dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
  1394. + done; \
  1395. + reldir="$$dir2"
  1396. DIST_ARCHIVES = $(distdir).tar.gz
  1397. GZIP_ENV = --best
  1398. distuninstallcheck_listfiles = find . -type f -print
  1399. @@ -180,15 +211,15 @@
  1400. @for dep in $?; do \
  1401. case '$(am__configure_deps)' in \
  1402. *$$dep*) \
  1403. - echo ' cd $(srcdir) && $(AUTOMAKE) --gnu '; \
  1404. - cd $(srcdir) && $(AUTOMAKE) --gnu \
  1405. + echo ' cd $(srcdir) && $(AUTOMAKE) --gnu'; \
  1406. + $(am__cd) $(srcdir) && $(AUTOMAKE) --gnu \
  1407. && exit 0; \
  1408. exit 1;; \
  1409. esac; \
  1410. done; \
  1411. - echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile'; \
  1412. - cd $(top_srcdir) && \
  1413. - $(AUTOMAKE) --gnu Makefile
  1414. + echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile'; \
  1415. + $(am__cd) $(top_srcdir) && \
  1416. + $(AUTOMAKE) --gnu Makefile
  1417. .PRECIOUS: Makefile
  1418. Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
  1419. @case '$?' in \
  1420. @@ -204,9 +235,10 @@
  1421. $(SHELL) ./config.status --recheck
  1422. $(top_srcdir)/configure: $(am__configure_deps)
  1423. - cd $(srcdir) && $(AUTOCONF)
  1424. + $(am__cd) $(srcdir) && $(AUTOCONF)
  1425. $(ACLOCAL_M4): $(am__aclocal_m4_deps)
  1426. - cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
  1427. + $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
  1428. +$(am__aclocal_m4_deps):
  1429. config.h: stamp-h1
  1430. @if test ! -f $@; then \
  1431. @@ -218,7 +250,7 @@
  1432. @rm -f stamp-h1
  1433. cd $(top_builddir) && $(SHELL) ./config.status config.h
  1434. $(srcdir)/config.h.in: $(am__configure_deps)
  1435. - cd $(top_srcdir) && $(AUTOHEADER)
  1436. + ($(am__cd) $(top_srcdir) && $(AUTOHEADER))
  1437. rm -f stamp-h1
  1438. touch $@
  1439. @@ -249,7 +281,7 @@
  1440. else \
  1441. local_target="$$target"; \
  1442. fi; \
  1443. - (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
  1444. + ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
  1445. || eval $$failcom; \
  1446. done; \
  1447. if test "$$dot_seen" = "no"; then \
  1448. @@ -283,16 +315,16 @@
  1449. else \
  1450. local_target="$$target"; \
  1451. fi; \
  1452. - (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
  1453. + ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
  1454. || eval $$failcom; \
  1455. done && test -z "$$fail"
  1456. tags-recursive:
  1457. list='$(SUBDIRS)'; for subdir in $$list; do \
  1458. - test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
  1459. + test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
  1460. done
  1461. ctags-recursive:
  1462. list='$(SUBDIRS)'; for subdir in $$list; do \
  1463. - test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
  1464. + test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
  1465. done
  1466. ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
  1467. @@ -307,7 +339,7 @@
  1468. TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
  1469. $(TAGS_FILES) $(LISP)
  1470. - tags=; \
  1471. + set x; \
  1472. here=`pwd`; \
  1473. if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
  1474. include_option=--etags-include; \
  1475. @@ -319,7 +351,7 @@
  1476. list='$(SUBDIRS)'; for subdir in $$list; do \
  1477. if test "$$subdir" = .; then :; else \
  1478. test ! -f $$subdir/TAGS || \
  1479. - tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
  1480. + set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
  1481. fi; \
  1482. done; \
  1483. list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
  1484. @@ -328,36 +360,41 @@
  1485. done | \
  1486. $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
  1487. END { if (nonempty) { for (i in files) print i; }; }'`; \
  1488. - if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
  1489. + shift; \
  1490. + if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
  1491. test -n "$$unique" || unique=$$empty_fix; \
  1492. - $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  1493. - $$tags $$unique; \
  1494. + if test $$# -gt 0; then \
  1495. + $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  1496. + "$$@" $$unique; \
  1497. + else \
  1498. + $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  1499. + $$unique; \
  1500. + fi; \
  1501. fi
  1502. ctags: CTAGS
  1503. CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
  1504. $(TAGS_FILES) $(LISP)
  1505. - tags=; \
  1506. list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
  1507. unique=`for i in $$list; do \
  1508. if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  1509. done | \
  1510. $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
  1511. END { if (nonempty) { for (i in files) print i; }; }'`; \
  1512. - test -z "$(CTAGS_ARGS)$$tags$$unique" \
  1513. + test -z "$(CTAGS_ARGS)$$unique" \
  1514. || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
  1515. - $$tags $$unique
  1516. + $$unique
  1517. GTAGS:
  1518. here=`$(am__cd) $(top_builddir) && pwd` \
  1519. - && cd $(top_srcdir) \
  1520. - && gtags -i $(GTAGS_ARGS) $$here
  1521. + && $(am__cd) $(top_srcdir) \
  1522. + && gtags -i $(GTAGS_ARGS) "$$here"
  1523. distclean-tags:
  1524. -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
  1525. distdir: $(DISTFILES)
  1526. $(am__remove_distdir)
  1527. - test -d $(distdir) || mkdir $(distdir)
  1528. + test -d "$(distdir)" || mkdir "$(distdir)"
  1529. @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  1530. topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  1531. list='$(DISTFILES)'; \
  1532. @@ -373,38 +410,54 @@
  1533. if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
  1534. if test -d $$d/$$file; then \
  1535. dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
  1536. + if test -d "$(distdir)/$$file"; then \
  1537. + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  1538. + fi; \
  1539. if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
  1540. - cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
  1541. + cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
  1542. + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  1543. fi; \
  1544. - cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
  1545. + cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
  1546. else \
  1547. - test -f $(distdir)/$$file \
  1548. - || cp -p $$d/$$file $(distdir)/$$file \
  1549. + test -f "$(distdir)/$$file" \
  1550. + || cp -p $$d/$$file "$(distdir)/$$file" \
  1551. || exit 1; \
  1552. fi; \
  1553. done
  1554. - list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
  1555. + @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
  1556. if test "$$subdir" = .; then :; else \
  1557. test -d "$(distdir)/$$subdir" \
  1558. || $(MKDIR_P) "$(distdir)/$$subdir" \
  1559. || exit 1; \
  1560. - distdir=`$(am__cd) $(distdir) && pwd`; \
  1561. - top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
  1562. - (cd $$subdir && \
  1563. + fi; \
  1564. + done
  1565. + @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
  1566. + if test "$$subdir" = .; then :; else \
  1567. + dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
  1568. + $(am__relativize); \
  1569. + new_distdir=$$reldir; \
  1570. + dir1=$$subdir; dir2="$(top_distdir)"; \
  1571. + $(am__relativize); \
  1572. + new_top_distdir=$$reldir; \
  1573. + echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
  1574. + echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
  1575. + ($(am__cd) $$subdir && \
  1576. $(MAKE) $(AM_MAKEFLAGS) \
  1577. - top_distdir="$$top_distdir" \
  1578. - distdir="$$distdir/$$subdir" \
  1579. + top_distdir="$$new_top_distdir" \
  1580. + distdir="$$new_distdir" \
  1581. am__remove_distdir=: \
  1582. am__skip_length_check=: \
  1583. + am__skip_mode_fix=: \
  1584. distdir) \
  1585. || exit 1; \
  1586. fi; \
  1587. done
  1588. - -find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
  1589. + -test -n "$(am__skip_mode_fix)" \
  1590. + || find "$(distdir)" -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
  1591. ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
  1592. ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
  1593. ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
  1594. - || chmod -R a+r $(distdir)
  1595. + || chmod -R a+r "$(distdir)"
  1596. dist-gzip: distdir
  1597. tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
  1598. $(am__remove_distdir)
  1599. @@ -417,6 +470,10 @@
  1600. tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma
  1601. $(am__remove_distdir)
  1602. +dist-xz: distdir
  1603. + tardir=$(distdir) && $(am__tar) | xz -c >$(distdir).tar.xz
  1604. + $(am__remove_distdir)
  1605. +
  1606. dist-tarZ: distdir
  1607. tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
  1608. $(am__remove_distdir)
  1609. @@ -445,6 +502,8 @@
  1610. bunzip2 -c $(distdir).tar.bz2 | $(am__untar) ;;\
  1611. *.tar.lzma*) \
  1612. unlzma -c $(distdir).tar.lzma | $(am__untar) ;;\
  1613. + *.tar.xz*) \
  1614. + xz -dc $(distdir).tar.xz | $(am__untar) ;;\
  1615. *.tar.Z*) \
  1616. uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
  1617. *.shar.gz*) \
  1618. @@ -456,9 +515,11 @@
  1619. mkdir $(distdir)/_build
  1620. mkdir $(distdir)/_inst
  1621. chmod a-w $(distdir)
  1622. + test -d $(distdir)/_build || exit 0; \
  1623. dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
  1624. && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
  1625. - && cd $(distdir)/_build \
  1626. + && am__cwd=`pwd` \
  1627. + && $(am__cd) $(distdir)/_build \
  1628. && ../configure --srcdir=.. --prefix="$$dc_install_base" \
  1629. $(DISTCHECK_CONFIGURE_FLAGS) \
  1630. && $(MAKE) $(AM_MAKEFLAGS) \
  1631. @@ -480,13 +541,15 @@
  1632. && rm -rf "$$dc_destdir" \
  1633. && $(MAKE) $(AM_MAKEFLAGS) dist \
  1634. && rm -rf $(DIST_ARCHIVES) \
  1635. - && $(MAKE) $(AM_MAKEFLAGS) distcleancheck
  1636. + && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
  1637. + && cd "$$am__cwd" \
  1638. + || exit 1
  1639. $(am__remove_distdir)
  1640. @(echo "$(distdir) archives ready for distribution: "; \
  1641. list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
  1642. sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
  1643. distuninstallcheck:
  1644. - @cd $(distuninstallcheck_dir) \
  1645. + @$(am__cd) '$(distuninstallcheck_dir)' \
  1646. && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
  1647. || { echo "ERROR: files left after uninstall:" ; \
  1648. if test -n "$(DESTDIR)"; then \
  1649. @@ -528,6 +591,7 @@
  1650. distclean-generic:
  1651. -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
  1652. + -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
  1653. maintainer-clean-generic:
  1654. @echo "This command is intended for maintainers to use"
  1655. @@ -547,6 +611,8 @@
  1656. html: html-recursive
  1657. +html-am:
  1658. +
  1659. info: info-recursive
  1660. info-am:
  1661. @@ -555,18 +621,28 @@
  1662. install-dvi: install-dvi-recursive
  1663. +install-dvi-am:
  1664. +
  1665. install-exec-am:
  1666. install-html: install-html-recursive
  1667. +install-html-am:
  1668. +
  1669. install-info: install-info-recursive
  1670. +install-info-am:
  1671. +
  1672. install-man:
  1673. install-pdf: install-pdf-recursive
  1674. +install-pdf-am:
  1675. +
  1676. install-ps: install-ps-recursive
  1677. +install-ps-am:
  1678. +
  1679. installcheck-am:
  1680. maintainer-clean: maintainer-clean-recursive
  1681. @@ -589,24 +665,25 @@
  1682. uninstall-am:
  1683. -.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) install-am \
  1684. - install-strip
  1685. +.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) all \
  1686. + ctags-recursive install-am install-strip tags-recursive
  1687. .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
  1688. all all-am am--refresh check check-am clean clean-generic \
  1689. ctags ctags-recursive dist dist-all dist-bzip2 dist-gzip \
  1690. - dist-lzma dist-shar dist-tarZ dist-zip distcheck distclean \
  1691. - distclean-generic distclean-hdr distclean-tags distcleancheck \
  1692. - distdir distuninstallcheck dvi dvi-am html html-am info \
  1693. - info-am install install-am install-data install-data-am \
  1694. - install-dvi install-dvi-am install-exec install-exec-am \
  1695. - install-html install-html-am install-info install-info-am \
  1696. - install-man install-pdf install-pdf-am install-ps \
  1697. - install-ps-am install-strip installcheck installcheck-am \
  1698. - installdirs installdirs-am maintainer-clean \
  1699. + dist-lzma dist-shar dist-tarZ dist-xz dist-zip distcheck \
  1700. + distclean distclean-generic distclean-hdr distclean-tags \
  1701. + distcleancheck distdir distuninstallcheck dvi dvi-am html \
  1702. + html-am info info-am install install-am install-data \
  1703. + install-data-am install-dvi install-dvi-am install-exec \
  1704. + install-exec-am install-html install-html-am install-info \
  1705. + install-info-am install-man install-pdf install-pdf-am \
  1706. + install-ps install-ps-am install-strip installcheck \
  1707. + installcheck-am installdirs installdirs-am maintainer-clean \
  1708. maintainer-clean-generic mostlyclean mostlyclean-generic pdf \
  1709. pdf-am ps ps-am tags tags-recursive uninstall uninstall-am
  1710. +
  1711. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  1712. # Otherwise a system limit (for SysV at least) may be exceeded.
  1713. .NOEXPORT:
  1714. diff -ru recordmydesktop-0.3.8.1.autogen/src/Makefile.in recordmydesktop-0.3.8.1/src/Makefile.in
  1715. --- recordmydesktop-0.3.8.1.autogen/src/Makefile.in 2008-12-13 18:40:04.000000000 +0100
  1716. +++ recordmydesktop-0.3.8.1/src/Makefile.in 2010-01-15 10:28:33.130948770 +0100
  1717. @@ -1,8 +1,9 @@
  1718. -# Makefile.in generated by automake 1.10.2 from Makefile.am.
  1719. +# Makefile.in generated by automake 1.11 from Makefile.am.
  1720. # @configure_input@
  1721. # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
  1722. -# 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
  1723. +# 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation,
  1724. +# Inc.
  1725. # This Makefile.in is free software; the Free Software Foundation
  1726. # gives unlimited permission to copy and/or distribute it,
  1727. # with or without modifications, as long as this notice is preserved.
  1728. @@ -16,8 +17,9 @@
  1729. VPATH = @srcdir@
  1730. pkgdatadir = $(datadir)/@PACKAGE@
  1731. -pkglibdir = $(libdir)/@PACKAGE@
  1732. pkgincludedir = $(includedir)/@PACKAGE@
  1733. +pkglibdir = $(libdir)/@PACKAGE@
  1734. +pkglibexecdir = $(libexecdir)/@PACKAGE@
  1735. am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
  1736. install_sh_DATA = $(install_sh) -c -m 644
  1737. install_sh_PROGRAM = $(install_sh) -c
  1738. @@ -44,8 +46,8 @@
  1739. mkinstalldirs = $(install_sh) -d
  1740. CONFIG_HEADER = $(top_builddir)/config.h
  1741. CONFIG_CLEAN_FILES =
  1742. +CONFIG_CLEAN_VPATH_FILES =
  1743. am__installdirs = "$(DESTDIR)$(bindir)"
  1744. -binPROGRAMS_INSTALL = $(INSTALL_PROGRAM)
  1745. PROGRAMS = $(bin_PROGRAMS)
  1746. am_recordmydesktop_OBJECTS = recordmydesktop-rmd.$(OBJEXT) \
  1747. recordmydesktop-rmd_cache.$(OBJEXT) \
  1748. @@ -98,6 +100,7 @@
  1749. DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
  1750. depcomp = $(SHELL) $(top_srcdir)/depcomp
  1751. am__depfiles_maybe = depfiles
  1752. +am__mv = mv -f
  1753. COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
  1754. $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
  1755. CCLD = $(CC)
  1756. @@ -106,6 +109,8 @@
  1757. DIST_SOURCES = $(recordmydesktop_SOURCES) $(test_rectinsert_SOURCES)
  1758. ETAGS = etags
  1759. CTAGS = ctags
  1760. +am__tty_colors = \
  1761. +red=; grn=; lgn=; blu=; std=
  1762. DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
  1763. ACLOCAL = @ACLOCAL@
  1764. AMTAR = @AMTAR@
  1765. @@ -304,9 +309,9 @@
  1766. exit 1;; \
  1767. esac; \
  1768. done; \
  1769. - echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu src/Makefile'; \
  1770. - cd $(top_srcdir) && \
  1771. - $(AUTOMAKE) --gnu src/Makefile
  1772. + echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu src/Makefile'; \
  1773. + $(am__cd) $(top_srcdir) && \
  1774. + $(AUTOMAKE) --gnu src/Makefile
  1775. .PRECIOUS: Makefile
  1776. Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
  1777. @case '$?' in \
  1778. @@ -324,26 +329,41 @@
  1779. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  1780. $(ACLOCAL_M4): $(am__aclocal_m4_deps)
  1781. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  1782. +$(am__aclocal_m4_deps):
  1783. install-binPROGRAMS: $(bin_PROGRAMS)
  1784. @$(NORMAL_INSTALL)
  1785. test -z "$(bindir)" || $(MKDIR_P) "$(DESTDIR)$(bindir)"
  1786. - @list='$(bin_PROGRAMS)'; for p in $$list; do \
  1787. - p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
  1788. - if test -f $$p \
  1789. - ; then \
  1790. - f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \
  1791. - echo " $(INSTALL_PROGRAM_ENV) $(binPROGRAMS_INSTALL) '$$p' '$(DESTDIR)$(bindir)/$$f'"; \
  1792. - $(INSTALL_PROGRAM_ENV) $(binPROGRAMS_INSTALL) "$$p" "$(DESTDIR)$(bindir)/$$f" || exit 1; \
  1793. - else :; fi; \
  1794. - done
  1795. + @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
  1796. + for p in $$list; do echo "$$p $$p"; done | \
  1797. + sed 's/$(EXEEXT)$$//' | \
  1798. + while read p p1; do if test -f $$p; \
  1799. + then echo "$$p"; echo "$$p"; else :; fi; \
  1800. + done | \
  1801. + sed -e 'p;s,.*/,,;n;h' -e 's|.*|.|' \
  1802. + -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
  1803. + sed 'N;N;N;s,\n, ,g' | \
  1804. + $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
  1805. + { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
  1806. + if ($$2 == $$4) files[d] = files[d] " " $$1; \
  1807. + else { print "f", $$3 "/" $$4, $$1; } } \
  1808. + END { for (d in files) print "f", d, files[d] }' | \
  1809. + while read type dir files; do \
  1810. + if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
  1811. + test -z "$$files" || { \
  1812. + echo " $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(bindir)$$dir'"; \
  1813. + $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \
  1814. + } \
  1815. + ; done
  1816. uninstall-binPROGRAMS:
  1817. @$(NORMAL_UNINSTALL)
  1818. - @list='$(bin_PROGRAMS)'; for p in $$list; do \
  1819. - f=`echo "$$p" | sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \
  1820. - echo " rm -f '$(DESTDIR)$(bindir)/$$f'"; \
  1821. - rm -f "$(DESTDIR)$(bindir)/$$f"; \
  1822. - done
  1823. + @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
  1824. + files=`for p in $$list; do echo "$$p"; done | \
  1825. + sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
  1826. + -e 's/$$/$(EXEEXT)/' `; \
  1827. + test -n "$$list" || exit 0; \
  1828. + echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \
  1829. + cd "$(DESTDIR)$(bindir)" && rm -f $$files
  1830. clean-binPROGRAMS:
  1831. -test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS)
  1832. @@ -402,560 +422,560 @@
  1833. .c.o:
  1834. @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
  1835. -@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
  1836. +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
  1837. @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
  1838. @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  1839. @am__fastdepCC_FALSE@ $(COMPILE) -c $<
  1840. .c.obj:
  1841. @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
  1842. -@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
  1843. +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
  1844. @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
  1845. @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  1846. @am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'`
  1847. recordmydesktop-rmd.o: rmd.c
  1848. @am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(recordmydesktop_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT recordmydesktop-rmd.o -MD -MP -MF $(DEPDIR)/recordmydesktop-rmd.Tpo -c -o recordmydesktop-rmd.o `test -f 'rmd.c' || echo '$(srcdir)/'`rmd.c
  1849. -@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/recordmydesktop-rmd.Tpo $(DEPDIR)/recordmydesktop-rmd.Po
  1850. +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/recordmydesktop-rmd.Tpo $(DEPDIR)/recordmydesktop-rmd.Po
  1851. @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='rmd.c' object='recordmydesktop-rmd.o' libtool=no @AMDEPBACKSLASH@
  1852. @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  1853. @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(recordmydesktop_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o recordmydesktop-rmd.o `test -f 'rmd.c' || echo '$(srcdir)/'`rmd.c
  1854. recordmydesktop-rmd.obj: rmd.c
  1855. @am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(recordmydesktop_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT recordmydesktop-rmd.obj -MD -MP -MF $(DEPDIR)/recordmydesktop-rmd.Tpo -c -o recordmydesktop-rmd.obj `if test -f 'rmd.c'; then $(CYGPATH_W) 'rmd.c'; else $(CYGPATH_W) '$(srcdir)/rmd.c'; fi`
  1856. -@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/recordmydesktop-rmd.Tpo $(DEPDIR)/recordmydesktop-rmd.Po
  1857. +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/recordmydesktop-rmd.Tpo $(DEPDIR)/recordmydesktop-rmd.Po
  1858. @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='rmd.c' object='recordmydesktop-rmd.obj' libtool=no @AMDEPBACKSLASH@
  1859. @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  1860. @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(recordmydesktop_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o recordmydesktop-rmd.obj `if test -f 'rmd.c'; then $(CYGPATH_W) 'rmd.c'; else $(CYGPATH_W) '$(srcdir)/rmd.c'; fi`
  1861. recordmydesktop-rmd_cache.o: rmd_cache.c
  1862. @am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(recordmydesktop_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT recordmydesktop-rmd_cache.o -MD -MP -MF $(DEPDIR)/recordmydesktop-rmd_cache.Tpo -c -o recordmydesktop-rmd_cache.o `test -f 'rmd_cache.c' || echo '$(srcdir)/'`rmd_cache.c
  1863. -@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/recordmydesktop-rmd_cache.Tpo $(DEPDIR)/recordmydesktop-rmd_cache.Po
  1864. +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/recordmydesktop-rmd_cache.Tpo $(DEPDIR)/recordmydesktop-rmd_cache.Po
  1865. @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='rmd_cache.c' object='recordmydesktop-rmd_cache.o' libtool=no @AMDEPBACKSLASH@
  1866. @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  1867. @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(recordmydesktop_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o recordmydesktop-rmd_cache.o `test -f 'rmd_cache.c' || echo '$(srcdir)/'`rmd_cache.c
  1868. recordmydesktop-rmd_cache.obj: rmd_cache.c
  1869. @am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(recordmydesktop_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT recordmydesktop-rmd_cache.obj -MD -MP -MF $(DEPDIR)/recordmydesktop-rmd_cache.Tpo -c -o recordmydesktop-rmd_cache.obj `if test -f 'rmd_cache.c'; then $(CYGPATH_W) 'rmd_cache.c'; else $(CYGPATH_W) '$(srcdir)/rmd_cache.c'; fi`
  1870. -@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/recordmydesktop-rmd_cache.Tpo $(DEPDIR)/recordmydesktop-rmd_cache.Po
  1871. +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/recordmydesktop-rmd_cache.Tpo $(DEPDIR)/recordmydesktop-rmd_cache.Po
  1872. @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='rmd_cache.c' object='recordmydesktop-rmd_cache.obj' libtool=no @AMDEPBACKSLASH@
  1873. @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  1874. @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(recordmydesktop_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o recordmydesktop-rmd_cache.obj `if test -f 'rmd_cache.c'; then $(CYGPATH_W) 'rmd_cache.c'; else $(CYGPATH_W) '$(srcdir)/rmd_cache.c'; fi`
  1875. recordmydesktop-rmd_cache_audio.o: rmd_cache_audio.c
  1876. @am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(recordmydesktop_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT recordmydesktop-rmd_cache_audio.o -MD -MP -MF $(DEPDIR)/recordmydesktop-rmd_cache_audio.Tpo -c -o recordmydesktop-rmd_cache_audio.o `test -f 'rmd_cache_audio.c' || echo '$(srcdir)/'`rmd_cache_audio.c
  1877. -@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/recordmydesktop-rmd_cache_audio.Tpo $(DEPDIR)/recordmydesktop-rmd_cache_audio.Po
  1878. +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/recordmydesktop-rmd_cache_audio.Tpo $(DEPDIR)/recordmydesktop-rmd_cache_audio.Po
  1879. @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='rmd_cache_audio.c' object='recordmydesktop-rmd_cache_audio.o' libtool=no @AMDEPBACKSLASH@
  1880. @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  1881. @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(recordmydesktop_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o recordmydesktop-rmd_cache_audio.o `test -f 'rmd_cache_audio.c' || echo '$(srcdir)/'`rmd_cache_audio.c
  1882. recordmydesktop-rmd_cache_audio.obj: rmd_cache_audio.c
  1883. @am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(recordmydesktop_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT recordmydesktop-rmd_cache_audio.obj -MD -MP -MF $(DEPDIR)/recordmydesktop-rmd_cache_audio.Tpo -c -o recordmydesktop-rmd_cache_audio.obj `if test -f 'rmd_cache_audio.c'; then $(CYGPATH_W) 'rmd_cache_audio.c'; else $(CYGPATH_W) '$(srcdir)/rmd_cache_audio.c'; fi`
  1884. -@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/recordmydesktop-rmd_cache_audio.Tpo $(DEPDIR)/recordmydesktop-rmd_cache_audio.Po
  1885. +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/recordmydesktop-rmd_cache_audio.Tpo $(DEPDIR)/recordmydesktop-rmd_cache_audio.Po
  1886. @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='rmd_cache_audio.c' object='recordmydesktop-rmd_cache_audio.obj' libtool=no @AMDEPBACKSLASH@
  1887. @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  1888. @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(recordmydesktop_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o recordmydesktop-rmd_cache_audio.obj `if test -f 'rmd_cache_audio.c'; then $(CYGPATH_W) 'rmd_cache_audio.c'; else $(CYGPATH_W) '$(srcdir)/rmd_cache_audio.c'; fi`
  1889. recordmydesktop-rmd_cache_frame.o: rmd_cache_frame.c
  1890. @am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(recordmydesktop_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT recordmydesktop-rmd_cache_frame.o -MD -MP -MF $(DEPDIR)/recordmydesktop-rmd_cache_frame.Tpo -c -o recordmydesktop-rmd_cache_frame.o `test -f 'rmd_cache_frame.c' || echo '$(srcdir)/'`rmd_cache_frame.c
  1891. -@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/recordmydesktop-rmd_cache_frame.Tpo $(DEPDIR)/recordmydesktop-rmd_cache_frame.Po
  1892. +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/recordmydesktop-rmd_cache_frame.Tpo $(DEPDIR)/recordmydesktop-rmd_cache_frame.Po
  1893. @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='rmd_cache_frame.c' object='recordmydesktop-rmd_cache_frame.o' libtool=no @AMDEPBACKSLASH@
  1894. @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  1895. @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(recordmydesktop_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o recordmydesktop-rmd_cache_frame.o `test -f 'rmd_cache_frame.c' || echo '$(srcdir)/'`rmd_cache_frame.c
  1896. recordmydesktop-rmd_cache_frame.obj: rmd_cache_frame.c
  1897. @am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(recordmydesktop_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT recordmydesktop-rmd_cache_frame.obj -MD -MP -MF $(DEPDIR)/recordmydesktop-rmd_cache_frame.Tpo -c -o recordmydesktop-rmd_cache_frame.obj `if test -f 'rmd_cache_frame.c'; then $(CYGPATH_W) 'rmd_cache_frame.c'; else $(CYGPATH_W) '$(srcdir)/rmd_cache_frame.c'; fi`
  1898. -@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/recordmydesktop-rmd_cache_frame.Tpo $(DEPDIR)/recordmydesktop-rmd_cache_frame.Po
  1899. +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/recordmydesktop-rmd_cache_frame.Tpo $(DEPDIR)/recordmydesktop-rmd_cache_frame.Po
  1900. @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='rmd_cache_frame.c' object='recordmydesktop-rmd_cache_frame.obj' libtool=no @AMDEPBACKSLASH@
  1901. @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  1902. @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(recordmydesktop_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o recordmydesktop-rmd_cache_frame.obj `if test -f 'rmd_cache_frame.c'; then $(CYGPATH_W) 'rmd_cache_frame.c'; else $(CYGPATH_W) '$(srcdir)/rmd_cache_frame.c'; fi`
  1903. recordmydesktop-rmd_capture_sound.o: rmd_capture_sound.c
  1904. @am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(recordmydesktop_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT recordmydesktop-rmd_capture_sound.o -MD -MP -MF $(DEPDIR)/recordmydesktop-rmd_capture_sound.Tpo -c -o recordmydesktop-rmd_capture_sound.o `test -f 'rmd_capture_sound.c' || echo '$(srcdir)/'`rmd_capture_sound.c
  1905. -@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/recordmydesktop-rmd_capture_sound.Tpo $(DEPDIR)/recordmydesktop-rmd_capture_sound.Po
  1906. +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/recordmydesktop-rmd_capture_sound.Tpo $(DEPDIR)/recordmydesktop-rmd_capture_sound.Po
  1907. @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='rmd_capture_sound.c' object='recordmydesktop-rmd_capture_sound.o' libtool=no @AMDEPBACKSLASH@
  1908. @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  1909. @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(recordmydesktop_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o recordmydesktop-rmd_capture_sound.o `test -f 'rmd_capture_sound.c' || echo '$(srcdir)/'`rmd_capture_sound.c
  1910. recordmydesktop-rmd_capture_sound.obj: rmd_capture_sound.c
  1911. @am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(recordmydesktop_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT recordmydesktop-rmd_capture_sound.obj -MD -MP -MF $(DEPDIR)/recordmydesktop-rmd_capture_sound.Tpo -c -o recordmydesktop-rmd_capture_sound.obj `if test -f 'rmd_capture_sound.c'; then $(CYGPATH_W) 'rmd_capture_sound.c'; else $(CYGPATH_W) '$(srcdir)/rmd_capture_sound.c'; fi`
  1912. -@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/recordmydesktop-rmd_capture_sound.Tpo $(DEPDIR)/recordmydesktop-rmd_capture_sound.Po
  1913. +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/recordmydesktop-rmd_capture_sound.Tpo $(DEPDIR)/recordmydesktop-rmd_capture_sound.Po
  1914. @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='rmd_capture_sound.c' object='recordmydesktop-rmd_capture_sound.obj' libtool=no @AMDEPBACKSLASH@
  1915. @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  1916. @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(recordmydesktop_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o recordmydesktop-rmd_capture_sound.obj `if test -f 'rmd_capture_sound.c'; then $(CYGPATH_W) 'rmd_capture_sound.c'; else $(CYGPATH_W) '$(srcdir)/rmd_capture_sound.c'; fi`
  1917. recordmydesktop-rmd_encode_cache.o: rmd_encode_cache.c
  1918. @am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(recordmydesktop_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT recordmydesktop-rmd_encode_cache.o -MD -MP -MF $(DEPDIR)/recordmydesktop-rmd_encode_cache.Tpo -c -o recordmydesktop-rmd_encode_cache.o `test -f 'rmd_encode_cache.c' || echo '$(srcdir)/'`rmd_encode_cache.c
  1919. -@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/recordmydesktop-rmd_encode_cache.Tpo $(DEPDIR)/recordmydesktop-rmd_encode_cache.Po
  1920. +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/recordmydesktop-rmd_encode_cache.Tpo $(DEPDIR)/recordmydesktop-rmd_encode_cache.Po
  1921. @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='rmd_encode_cache.c' object='recordmydesktop-rmd_encode_cache.o' libtool=no @AMDEPBACKSLASH@
  1922. @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  1923. @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(recordmydesktop_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o recordmydesktop-rmd_encode_cache.o `test -f 'rmd_encode_cache.c' || echo '$(srcdir)/'`rmd_encode_cache.c
  1924. recordmydesktop-rmd_encode_cache.obj: rmd_encode_cache.c
  1925. @am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(recordmydesktop_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT recordmydesktop-rmd_encode_cache.obj -MD -MP -MF $(DEPDIR)/recordmydesktop-rmd_encode_cache.Tpo -c -o recordmydesktop-rmd_encode_cache.obj `if test -f 'rmd_encode_cache.c'; then $(CYGPATH_W) 'rmd_encode_cache.c'; else $(CYGPATH_W) '$(srcdir)/rmd_encode_cache.c'; fi`
  1926. -@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/recordmydesktop-rmd_encode_cache.Tpo $(DEPDIR)/recordmydesktop-rmd_encode_cache.Po
  1927. +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/recordmydesktop-rmd_encode_cache.Tpo $(DEPDIR)/recordmydesktop-rmd_encode_cache.Po
  1928. @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='rmd_encode_cache.c' object='recordmydesktop-rmd_encode_cache.obj' libtool=no @AMDEPBACKSLASH@
  1929. @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  1930. @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(recordmydesktop_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o recordmydesktop-rmd_encode_cache.obj `if test -f 'rmd_encode_cache.c'; then $(CYGPATH_W) 'rmd_encode_cache.c'; else $(CYGPATH_W) '$(srcdir)/rmd_encode_cache.c'; fi`
  1931. recordmydesktop-rmd_encode_image_buffer.o: rmd_encode_image_buffer.c
  1932. @am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(recordmydesktop_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT recordmydesktop-rmd_encode_image_buffer.o -MD -MP -MF $(DEPDIR)/recordmydesktop-rmd_encode_image_buffer.Tpo -c -o recordmydesktop-rmd_encode_image_buffer.o `test -f 'rmd_encode_image_buffer.c' || echo '$(srcdir)/'`rmd_encode_image_buffer.c
  1933. -@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/recordmydesktop-rmd_encode_image_buffer.Tpo $(DEPDIR)/recordmydesktop-rmd_encode_image_buffer.Po
  1934. +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/recordmydesktop-rmd_encode_image_buffer.Tpo $(DEPDIR)/recordmydesktop-rmd_encode_image_buffer.Po
  1935. @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='rmd_encode_image_buffer.c' object='recordmydesktop-rmd_encode_image_buffer.o' libtool=no @AMDEPBACKSLASH@
  1936. @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  1937. @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(recordmydesktop_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o recordmydesktop-rmd_encode_image_buffer.o `test -f 'rmd_encode_image_buffer.c' || echo '$(srcdir)/'`rmd_encode_image_buffer.c
  1938. recordmydesktop-rmd_encode_image_buffer.obj: rmd_encode_image_buffer.c
  1939. @am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(recordmydesktop_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT recordmydesktop-rmd_encode_image_buffer.obj -MD -MP -MF $(DEPDIR)/recordmydesktop-rmd_encode_image_buffer.Tpo -c -o recordmydesktop-rmd_encode_image_buffer.obj `if test -f 'rmd_encode_image_buffer.c'; then $(CYGPATH_W) 'rmd_encode_image_buffer.c'; else $(CYGPATH_W) '$(srcdir)/rmd_encode_image_buffer.c'; fi`
  1940. -@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/recordmydesktop-rmd_encode_image_buffer.Tpo $(DEPDIR)/recordmydesktop-rmd_encode_image_buffer.Po
  1941. +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/recordmydesktop-rmd_encode_image_buffer.Tpo $(DEPDIR)/recordmydesktop-rmd_encode_image_buffer.Po
  1942. @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='rmd_encode_image_buffer.c' object='recordmydesktop-rmd_encode_image_buffer.obj' libtool=no @AMDEPBACKSLASH@
  1943. @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  1944. @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(recordmydesktop_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o recordmydesktop-rmd_encode_image_buffer.obj `if test -f 'rmd_encode_image_buffer.c'; then $(CYGPATH_W) 'rmd_encode_image_buffer.c'; else $(CYGPATH_W) '$(srcdir)/rmd_encode_image_buffer.c'; fi`
  1945. recordmydesktop-rmd_encode_sound_buffer.o: rmd_encode_sound_buffer.c
  1946. @am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(recordmydesktop_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT recordmydesktop-rmd_encode_sound_buffer.o -MD -MP -MF $(DEPDIR)/recordmydesktop-rmd_encode_sound_buffer.Tpo -c -o recordmydesktop-rmd_encode_sound_buffer.o `test -f 'rmd_encode_sound_buffer.c' || echo '$(srcdir)/'`rmd_encode_sound_buffer.c
  1947. -@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/recordmydesktop-rmd_encode_sound_buffer.Tpo $(DEPDIR)/recordmydesktop-rmd_encode_sound_buffer.Po
  1948. +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/recordmydesktop-rmd_encode_sound_buffer.Tpo $(DEPDIR)/recordmydesktop-rmd_encode_sound_buffer.Po
  1949. @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='rmd_encode_sound_buffer.c' object='recordmydesktop-rmd_encode_sound_buffer.o' libtool=no @AMDEPBACKSLASH@
  1950. @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  1951. @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(recordmydesktop_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o recordmydesktop-rmd_encode_sound_buffer.o `test -f 'rmd_encode_sound_buffer.c' || echo '$(srcdir)/'`rmd_encode_sound_buffer.c
  1952. recordmydesktop-rmd_encode_sound_buffer.obj: rmd_encode_sound_buffer.c
  1953. @am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(recordmydesktop_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT recordmydesktop-rmd_encode_sound_buffer.obj -MD -MP -MF $(DEPDIR)/recordmydesktop-rmd_encode_sound_buffer.Tpo -c -o recordmydesktop-rmd_encode_sound_buffer.obj `if test -f 'rmd_encode_sound_buffer.c'; then $(CYGPATH_W) 'rmd_encode_sound_buffer.c'; else $(CYGPATH_W) '$(srcdir)/rmd_encode_sound_buffer.c'; fi`
  1954. -@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/recordmydesktop-rmd_encode_sound_buffer.Tpo $(DEPDIR)/recordmydesktop-rmd_encode_sound_buffer.Po
  1955. +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/recordmydesktop-rmd_encode_sound_buffer.Tpo $(DEPDIR)/recordmydesktop-rmd_encode_sound_buffer.Po
  1956. @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='rmd_encode_sound_buffer.c' object='recordmydesktop-rmd_encode_sound_buffer.obj' libtool=no @AMDEPBACKSLASH@
  1957. @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  1958. @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(recordmydesktop_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o recordmydesktop-rmd_encode_sound_buffer.obj `if test -f 'rmd_encode_sound_buffer.c'; then $(CYGPATH_W) 'rmd_encode_sound_buffer.c'; else $(CYGPATH_W) '$(srcdir)/rmd_encode_sound_buffer.c'; fi`
  1959. recordmydesktop-rmd_error.o: rmd_error.c
  1960. @am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(recordmydesktop_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT recordmydesktop-rmd_error.o -MD -MP -MF $(DEPDIR)/recordmydesktop-rmd_error.Tpo -c -o recordmydesktop-rmd_error.o `test -f 'rmd_error.c' || echo '$(srcdir)/'`rmd_error.c
  1961. -@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/recordmydesktop-rmd_error.Tpo $(DEPDIR)/recordmydesktop-rmd_error.Po
  1962. +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/recordmydesktop-rmd_error.Tpo $(DEPDIR)/recordmydesktop-rmd_error.Po
  1963. @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='rmd_error.c' object='recordmydesktop-rmd_error.o' libtool=no @AMDEPBACKSLASH@
  1964. @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  1965. @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(recordmydesktop_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o recordmydesktop-rmd_error.o `test -f 'rmd_error.c' || echo '$(srcdir)/'`rmd_error.c
  1966. recordmydesktop-rmd_error.obj: rmd_error.c
  1967. @am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(recordmydesktop_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT recordmydesktop-rmd_error.obj -MD -MP -MF $(DEPDIR)/recordmydesktop-rmd_error.Tpo -c -o recordmydesktop-rmd_error.obj `if test -f 'rmd_error.c'; then $(CYGPATH_W) 'rmd_error.c'; else $(CYGPATH_W) '$(srcdir)/rmd_error.c'; fi`
  1968. -@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/recordmydesktop-rmd_error.Tpo $(DEPDIR)/recordmydesktop-rmd_error.Po
  1969. +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/recordmydesktop-rmd_error.Tpo $(DEPDIR)/recordmydesktop-rmd_error.Po
  1970. @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='rmd_error.c' object='recordmydesktop-rmd_error.obj' libtool=no @AMDEPBACKSLASH@
  1971. @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  1972. @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(recordmydesktop_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o recordmydesktop-rmd_error.obj `if test -f 'rmd_error.c'; then $(CYGPATH_W) 'rmd_error.c'; else $(CYGPATH_W) '$(srcdir)/rmd_error.c'; fi`
  1973. recordmydesktop-rmd_flush_to_ogg.o: rmd_flush_to_ogg.c
  1974. @am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(recordmydesktop_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT recordmydesktop-rmd_flush_to_ogg.o -MD -MP -MF $(DEPDIR)/recordmydesktop-rmd_flush_to_ogg.Tpo -c -o recordmydesktop-rmd_flush_to_ogg.o `test -f 'rmd_flush_to_ogg.c' || echo '$(srcdir)/'`rmd_flush_to_ogg.c
  1975. -@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/recordmydesktop-rmd_flush_to_ogg.Tpo $(DEPDIR)/recordmydesktop-rmd_flush_to_ogg.Po
  1976. +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/recordmydesktop-rmd_flush_to_ogg.Tpo $(DEPDIR)/recordmydesktop-rmd_flush_to_ogg.Po
  1977. @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='rmd_flush_to_ogg.c' object='recordmydesktop-rmd_flush_to_ogg.o' libtool=no @AMDEPBACKSLASH@
  1978. @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  1979. @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(recordmydesktop_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o recordmydesktop-rmd_flush_to_ogg.o `test -f 'rmd_flush_to_ogg.c' || echo '$(srcdir)/'`rmd_flush_to_ogg.c
  1980. recordmydesktop-rmd_flush_to_ogg.obj: rmd_flush_to_ogg.c
  1981. @am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(recordmydesktop_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT recordmydesktop-rmd_flush_to_ogg.obj -MD -MP -MF $(DEPDIR)/recordmydesktop-rmd_flush_to_ogg.Tpo -c -o recordmydesktop-rmd_flush_to_ogg.obj `if test -f 'rmd_flush_to_ogg.c'; then $(CYGPATH_W) 'rmd_flush_to_ogg.c'; else $(CYGPATH_W) '$(srcdir)/rmd_flush_to_ogg.c'; fi`
  1982. -@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/recordmydesktop-rmd_flush_to_ogg.Tpo $(DEPDIR)/recordmydesktop-rmd_flush_to_ogg.Po
  1983. +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/recordmydesktop-rmd_flush_to_ogg.Tpo $(DEPDIR)/recordmydesktop-rmd_flush_to_ogg.Po
  1984. @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='rmd_flush_to_ogg.c' object='recordmydesktop-rmd_flush_to_ogg.obj' libtool=no @AMDEPBACKSLASH@
  1985. @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  1986. @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(recordmydesktop_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o recordmydesktop-rmd_flush_to_ogg.obj `if test -f 'rmd_flush_to_ogg.c'; then $(CYGPATH_W) 'rmd_flush_to_ogg.c'; else $(CYGPATH_W) '$(srcdir)/rmd_flush_to_ogg.c'; fi`
  1987. recordmydesktop-rmd_frame.o: rmd_frame.c
  1988. @am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(recordmydesktop_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT recordmydesktop-rmd_frame.o -MD -MP -MF $(DEPDIR)/recordmydesktop-rmd_frame.Tpo -c -o recordmydesktop-rmd_frame.o `test -f 'rmd_frame.c' || echo '$(srcdir)/'`rmd_frame.c
  1989. -@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/recordmydesktop-rmd_frame.Tpo $(DEPDIR)/recordmydesktop-rmd_frame.Po
  1990. +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/recordmydesktop-rmd_frame.Tpo $(DEPDIR)/recordmydesktop-rmd_frame.Po
  1991. @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='rmd_frame.c' object='recordmydesktop-rmd_frame.o' libtool=no @AMDEPBACKSLASH@
  1992. @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  1993. @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(recordmydesktop_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o recordmydesktop-rmd_frame.o `test -f 'rmd_frame.c' || echo '$(srcdir)/'`rmd_frame.c
  1994. recordmydesktop-rmd_frame.obj: rmd_frame.c
  1995. @am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(recordmydesktop_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT recordmydesktop-rmd_frame.obj -MD -MP -MF $(DEPDIR)/recordmydesktop-rmd_frame.Tpo -c -o recordmydesktop-rmd_frame.obj `if test -f 'rmd_frame.c'; then $(CYGPATH_W) 'rmd_frame.c'; else $(CYGPATH_W) '$(srcdir)/rmd_frame.c'; fi`
  1996. -@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/recordmydesktop-rmd_frame.Tpo $(DEPDIR)/recordmydesktop-rmd_frame.Po
  1997. +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/recordmydesktop-rmd_frame.Tpo $(DEPDIR)/recordmydesktop-rmd_frame.Po
  1998. @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='rmd_frame.c' object='recordmydesktop-rmd_frame.obj' libtool=no @AMDEPBACKSLASH@
  1999. @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  2000. @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(recordmydesktop_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o recordmydesktop-rmd_frame.obj `if test -f 'rmd_frame.c'; then $(CYGPATH_W) 'rmd_frame.c'; else $(CYGPATH_W) '$(srcdir)/rmd_frame.c'; fi`
  2001. recordmydesktop-rmd_get_frame.o: rmd_get_frame.c
  2002. @am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(recordmydesktop_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT recordmydesktop-rmd_get_frame.o -MD -MP -MF $(DEPDIR)/recordmydesktop-rmd_get_frame.Tpo -c -o recordmydesktop-rmd_get_frame.o `test -f 'rmd_get_frame.c' || echo '$(srcdir)/'`rmd_get_frame.c
  2003. -@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/recordmydesktop-rmd_get_frame.Tpo $(DEPDIR)/recordmydesktop-rmd_get_frame.Po
  2004. +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/recordmydesktop-rmd_get_frame.Tpo $(DEPDIR)/recordmydesktop-rmd_get_frame.Po
  2005. @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='rmd_get_frame.c' object='recordmydesktop-rmd_get_frame.o' libtool=no @AMDEPBACKSLASH@
  2006. @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  2007. @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(recordmydesktop_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o recordmydesktop-rmd_get_frame.o `test -f 'rmd_get_frame.c' || echo '$(srcdir)/'`rmd_get_frame.c
  2008. recordmydesktop-rmd_get_frame.obj: rmd_get_frame.c
  2009. @am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(recordmydesktop_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT recordmydesktop-rmd_get_frame.obj -MD -MP -MF $(DEPDIR)/recordmydesktop-rmd_get_frame.Tpo -c -o recordmydesktop-rmd_get_frame.obj `if test -f 'rmd_get_frame.c'; then $(CYGPATH_W) 'rmd_get_frame.c'; else $(CYGPATH_W) '$(srcdir)/rmd_get_frame.c'; fi`
  2010. -@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/recordmydesktop-rmd_get_frame.Tpo $(DEPDIR)/recordmydesktop-rmd_get_frame.Po
  2011. +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/recordmydesktop-rmd_get_frame.Tpo $(DEPDIR)/recordmydesktop-rmd_get_frame.Po
  2012. @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='rmd_get_frame.c' object='recordmydesktop-rmd_get_frame.obj' libtool=no @AMDEPBACKSLASH@
  2013. @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  2014. @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(recordmydesktop_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o recordmydesktop-rmd_get_frame.obj `if test -f 'rmd_get_frame.c'; then $(CYGPATH_W) 'rmd_get_frame.c'; else $(CYGPATH_W) '$(srcdir)/rmd_get_frame.c'; fi`
  2015. recordmydesktop-rmd_getzpixmap.o: rmd_getzpixmap.c
  2016. @am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(recordmydesktop_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT recordmydesktop-rmd_getzpixmap.o -MD -MP -MF $(DEPDIR)/recordmydesktop-rmd_getzpixmap.Tpo -c -o recordmydesktop-rmd_getzpixmap.o `test -f 'rmd_getzpixmap.c' || echo '$(srcdir)/'`rmd_getzpixmap.c
  2017. -@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/recordmydesktop-rmd_getzpixmap.Tpo $(DEPDIR)/recordmydesktop-rmd_getzpixmap.Po
  2018. +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/recordmydesktop-rmd_getzpixmap.Tpo $(DEPDIR)/recordmydesktop-rmd_getzpixmap.Po
  2019. @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='rmd_getzpixmap.c' object='recordmydesktop-rmd_getzpixmap.o' libtool=no @AMDEPBACKSLASH@
  2020. @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  2021. @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(recordmydesktop_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o recordmydesktop-rmd_getzpixmap.o `test -f 'rmd_getzpixmap.c' || echo '$(srcdir)/'`rmd_getzpixmap.c
  2022. recordmydesktop-rmd_getzpixmap.obj: rmd_getzpixmap.c
  2023. @am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(recordmydesktop_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT recordmydesktop-rmd_getzpixmap.obj -MD -MP -MF $(DEPDIR)/recordmydesktop-rmd_getzpixmap.Tpo -c -o recordmydesktop-rmd_getzpixmap.obj `if test -f 'rmd_getzpixmap.c'; then $(CYGPATH_W) 'rmd_getzpixmap.c'; else $(CYGPATH_W) '$(srcdir)/rmd_getzpixmap.c'; fi`
  2024. -@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/recordmydesktop-rmd_getzpixmap.Tpo $(DEPDIR)/recordmydesktop-rmd_getzpixmap.Po
  2025. +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/recordmydesktop-rmd_getzpixmap.Tpo $(DEPDIR)/recordmydesktop-rmd_getzpixmap.Po
  2026. @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='rmd_getzpixmap.c' object='recordmydesktop-rmd_getzpixmap.obj' libtool=no @AMDEPBACKSLASH@
  2027. @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  2028. @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(recordmydesktop_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o recordmydesktop-rmd_getzpixmap.obj `if test -f 'rmd_getzpixmap.c'; then $(CYGPATH_W) 'rmd_getzpixmap.c'; else $(CYGPATH_W) '$(srcdir)/rmd_getzpixmap.c'; fi`
  2029. recordmydesktop-rmd_init_encoder.o: rmd_init_encoder.c
  2030. @am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(recordmydesktop_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT recordmydesktop-rmd_init_encoder.o -MD -MP -MF $(DEPDIR)/recordmydesktop-rmd_init_encoder.Tpo -c -o recordmydesktop-rmd_init_encoder.o `test -f 'rmd_init_encoder.c' || echo '$(srcdir)/'`rmd_init_encoder.c
  2031. -@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/recordmydesktop-rmd_init_encoder.Tpo $(DEPDIR)/recordmydesktop-rmd_init_encoder.Po
  2032. +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/recordmydesktop-rmd_init_encoder.Tpo $(DEPDIR)/recordmydesktop-rmd_init_encoder.Po
  2033. @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='rmd_init_encoder.c' object='recordmydesktop-rmd_init_encoder.o' libtool=no @AMDEPBACKSLASH@
  2034. @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  2035. @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(recordmydesktop_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o recordmydesktop-rmd_init_encoder.o `test -f 'rmd_init_encoder.c' || echo '$(srcdir)/'`rmd_init_encoder.c
  2036. recordmydesktop-rmd_init_encoder.obj: rmd_init_encoder.c
  2037. @am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(recordmydesktop_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT recordmydesktop-rmd_init_encoder.obj -MD -MP -MF $(DEPDIR)/recordmydesktop-rmd_init_encoder.Tpo -c -o recordmydesktop-rmd_init_encoder.obj `if test -f 'rmd_init_encoder.c'; then $(CYGPATH_W) 'rmd_init_encoder.c'; else $(CYGPATH_W) '$(srcdir)/rmd_init_encoder.c'; fi`
  2038. -@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/recordmydesktop-rmd_init_encoder.Tpo $(DEPDIR)/recordmydesktop-rmd_init_encoder.Po
  2039. +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/recordmydesktop-rmd_init_encoder.Tpo $(DEPDIR)/recordmydesktop-rmd_init_encoder.Po
  2040. @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='rmd_init_encoder.c' object='recordmydesktop-rmd_init_encoder.obj' libtool=no @AMDEPBACKSLASH@
  2041. @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  2042. @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(recordmydesktop_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o recordmydesktop-rmd_init_encoder.obj `if test -f 'rmd_init_encoder.c'; then $(CYGPATH_W) 'rmd_init_encoder.c'; else $(CYGPATH_W) '$(srcdir)/rmd_init_encoder.c'; fi`
  2043. recordmydesktop-rmd_initialize_data.o: rmd_initialize_data.c
  2044. @am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(recordmydesktop_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT recordmydesktop-rmd_initialize_data.o -MD -MP -MF $(DEPDIR)/recordmydesktop-rmd_initialize_data.Tpo -c -o recordmydesktop-rmd_initialize_data.o `test -f 'rmd_initialize_data.c' || echo '$(srcdir)/'`rmd_initialize_data.c
  2045. -@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/recordmydesktop-rmd_initialize_data.Tpo $(DEPDIR)/recordmydesktop-rmd_initialize_data.Po
  2046. +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/recordmydesktop-rmd_initialize_data.Tpo $(DEPDIR)/recordmydesktop-rmd_initialize_data.Po
  2047. @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='rmd_initialize_data.c' object='recordmydesktop-rmd_initialize_data.o' libtool=no @AMDEPBACKSLASH@
  2048. @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  2049. @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(recordmydesktop_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o recordmydesktop-rmd_initialize_data.o `test -f 'rmd_initialize_data.c' || echo '$(srcdir)/'`rmd_initialize_data.c
  2050. recordmydesktop-rmd_initialize_data.obj: rmd_initialize_data.c
  2051. @am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(recordmydesktop_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT recordmydesktop-rmd_initialize_data.obj -MD -MP -MF $(DEPDIR)/recordmydesktop-rmd_initialize_data.Tpo -c -o recordmydesktop-rmd_initialize_data.obj `if test -f 'rmd_initialize_data.c'; then $(CYGPATH_W) 'rmd_initialize_data.c'; else $(CYGPATH_W) '$(srcdir)/rmd_initialize_data.c'; fi`
  2052. -@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/recordmydesktop-rmd_initialize_data.Tpo $(DEPDIR)/recordmydesktop-rmd_initialize_data.Po
  2053. +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/recordmydesktop-rmd_initialize_data.Tpo $(DEPDIR)/recordmydesktop-rmd_initialize_data.Po
  2054. @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='rmd_initialize_data.c' object='recordmydesktop-rmd_initialize_data.obj' libtool=no @AMDEPBACKSLASH@
  2055. @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  2056. @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(recordmydesktop_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o recordmydesktop-rmd_initialize_data.obj `if test -f 'rmd_initialize_data.c'; then $(CYGPATH_W) 'rmd_initialize_data.c'; else $(CYGPATH_W) '$(srcdir)/rmd_initialize_data.c'; fi`
  2057. recordmydesktop-rmd_jack.o: rmd_jack.c
  2058. @am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(recordmydesktop_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT recordmydesktop-rmd_jack.o -MD -MP -MF $(DEPDIR)/recordmydesktop-rmd_jack.Tpo -c -o recordmydesktop-rmd_jack.o `test -f 'rmd_jack.c' || echo '$(srcdir)/'`rmd_jack.c
  2059. -@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/recordmydesktop-rmd_jack.Tpo $(DEPDIR)/recordmydesktop-rmd_jack.Po
  2060. +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/recordmydesktop-rmd_jack.Tpo $(DEPDIR)/recordmydesktop-rmd_jack.Po
  2061. @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='rmd_jack.c' object='recordmydesktop-rmd_jack.o' libtool=no @AMDEPBACKSLASH@
  2062. @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  2063. @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(recordmydesktop_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o recordmydesktop-rmd_jack.o `test -f 'rmd_jack.c' || echo '$(srcdir)/'`rmd_jack.c
  2064. recordmydesktop-rmd_jack.obj: rmd_jack.c
  2065. @am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(recordmydesktop_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT recordmydesktop-rmd_jack.obj -MD -MP -MF $(DEPDIR)/recordmydesktop-rmd_jack.Tpo -c -o recordmydesktop-rmd_jack.obj `if test -f 'rmd_jack.c'; then $(CYGPATH_W) 'rmd_jack.c'; else $(CYGPATH_W) '$(srcdir)/rmd_jack.c'; fi`
  2066. -@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/recordmydesktop-rmd_jack.Tpo $(DEPDIR)/recordmydesktop-rmd_jack.Po
  2067. +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/recordmydesktop-rmd_jack.Tpo $(DEPDIR)/recordmydesktop-rmd_jack.Po
  2068. @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='rmd_jack.c' object='recordmydesktop-rmd_jack.obj' libtool=no @AMDEPBACKSLASH@
  2069. @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  2070. @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(recordmydesktop_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o recordmydesktop-rmd_jack.obj `if test -f 'rmd_jack.c'; then $(CYGPATH_W) 'rmd_jack.c'; else $(CYGPATH_W) '$(srcdir)/rmd_jack.c'; fi`
  2071. recordmydesktop-rmd_load_cache.o: rmd_load_cache.c
  2072. @am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(recordmydesktop_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT recordmydesktop-rmd_load_cache.o -MD -MP -MF $(DEPDIR)/recordmydesktop-rmd_load_cache.Tpo -c -o recordmydesktop-rmd_load_cache.o `test -f 'rmd_load_cache.c' || echo '$(srcdir)/'`rmd_load_cache.c
  2073. -@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/recordmydesktop-rmd_load_cache.Tpo $(DEPDIR)/recordmydesktop-rmd_load_cache.Po
  2074. +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/recordmydesktop-rmd_load_cache.Tpo $(DEPDIR)/recordmydesktop-rmd_load_cache.Po
  2075. @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='rmd_load_cache.c' object='recordmydesktop-rmd_load_cache.o' libtool=no @AMDEPBACKSLASH@
  2076. @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  2077. @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(recordmydesktop_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o recordmydesktop-rmd_load_cache.o `test -f 'rmd_load_cache.c' || echo '$(srcdir)/'`rmd_load_cache.c
  2078. recordmydesktop-rmd_load_cache.obj: rmd_load_cache.c
  2079. @am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(recordmydesktop_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT recordmydesktop-rmd_load_cache.obj -MD -MP -MF $(DEPDIR)/recordmydesktop-rmd_load_cache.Tpo -c -o recordmydesktop-rmd_load_cache.obj `if test -f 'rmd_load_cache.c'; then $(CYGPATH_W) 'rmd_load_cache.c'; else $(CYGPATH_W) '$(srcdir)/rmd_load_cache.c'; fi`
  2080. -@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/recordmydesktop-rmd_load_cache.Tpo $(DEPDIR)/recordmydesktop-rmd_load_cache.Po
  2081. +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/recordmydesktop-rmd_load_cache.Tpo $(DEPDIR)/recordmydesktop-rmd_load_cache.Po
  2082. @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='rmd_load_cache.c' object='recordmydesktop-rmd_load_cache.obj' libtool=no @AMDEPBACKSLASH@
  2083. @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  2084. @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(recordmydesktop_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o recordmydesktop-rmd_load_cache.obj `if test -f 'rmd_load_cache.c'; then $(CYGPATH_W) 'rmd_load_cache.c'; else $(CYGPATH_W) '$(srcdir)/rmd_load_cache.c'; fi`
  2085. recordmydesktop-rmd_make_dummy_pointer.o: rmd_make_dummy_pointer.c
  2086. @am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(recordmydesktop_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT recordmydesktop-rmd_make_dummy_pointer.o -MD -MP -MF $(DEPDIR)/recordmydesktop-rmd_make_dummy_pointer.Tpo -c -o recordmydesktop-rmd_make_dummy_pointer.o `test -f 'rmd_make_dummy_pointer.c' || echo '$(srcdir)/'`rmd_make_dummy_pointer.c
  2087. -@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/recordmydesktop-rmd_make_dummy_pointer.Tpo $(DEPDIR)/recordmydesktop-rmd_make_dummy_pointer.Po
  2088. +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/recordmydesktop-rmd_make_dummy_pointer.Tpo $(DEPDIR)/recordmydesktop-rmd_make_dummy_pointer.Po
  2089. @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='rmd_make_dummy_pointer.c' object='recordmydesktop-rmd_make_dummy_pointer.o' libtool=no @AMDEPBACKSLASH@
  2090. @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  2091. @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(recordmydesktop_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o recordmydesktop-rmd_make_dummy_pointer.o `test -f 'rmd_make_dummy_pointer.c' || echo '$(srcdir)/'`rmd_make_dummy_pointer.c
  2092. recordmydesktop-rmd_make_dummy_pointer.obj: rmd_make_dummy_pointer.c
  2093. @am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(recordmydesktop_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT recordmydesktop-rmd_make_dummy_pointer.obj -MD -MP -MF $(DEPDIR)/recordmydesktop-rmd_make_dummy_pointer.Tpo -c -o recordmydesktop-rmd_make_dummy_pointer.obj `if test -f 'rmd_make_dummy_pointer.c'; then $(CYGPATH_W) 'rmd_make_dummy_pointer.c'; else $(CYGPATH_W) '$(srcdir)/rmd_make_dummy_pointer.c'; fi`
  2094. -@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/recordmydesktop-rmd_make_dummy_pointer.Tpo $(DEPDIR)/recordmydesktop-rmd_make_dummy_pointer.Po
  2095. +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/recordmydesktop-rmd_make_dummy_pointer.Tpo $(DEPDIR)/recordmydesktop-rmd_make_dummy_pointer.Po
  2096. @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='rmd_make_dummy_pointer.c' object='recordmydesktop-rmd_make_dummy_pointer.obj' libtool=no @AMDEPBACKSLASH@
  2097. @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  2098. @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(recordmydesktop_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o recordmydesktop-rmd_make_dummy_pointer.obj `if test -f 'rmd_make_dummy_pointer.c'; then $(CYGPATH_W) 'rmd_make_dummy_pointer.c'; else $(CYGPATH_W) '$(srcdir)/rmd_make_dummy_pointer.c'; fi`
  2099. recordmydesktop-rmd_math.o: rmd_math.c
  2100. @am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(recordmydesktop_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT recordmydesktop-rmd_math.o -MD -MP -MF $(DEPDIR)/recordmydesktop-rmd_math.Tpo -c -o recordmydesktop-rmd_math.o `test -f 'rmd_math.c' || echo '$(srcdir)/'`rmd_math.c
  2101. -@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/recordmydesktop-rmd_math.Tpo $(DEPDIR)/recordmydesktop-rmd_math.Po
  2102. +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/recordmydesktop-rmd_math.Tpo $(DEPDIR)/recordmydesktop-rmd_math.Po
  2103. @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='rmd_math.c' object='recordmydesktop-rmd_math.o' libtool=no @AMDEPBACKSLASH@
  2104. @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  2105. @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(recordmydesktop_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o recordmydesktop-rmd_math.o `test -f 'rmd_math.c' || echo '$(srcdir)/'`rmd_math.c
  2106. recordmydesktop-rmd_math.obj: rmd_math.c
  2107. @am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(recordmydesktop_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT recordmydesktop-rmd_math.obj -MD -MP -MF $(DEPDIR)/recordmydesktop-rmd_math.Tpo -c -o recordmydesktop-rmd_math.obj `if test -f 'rmd_math.c'; then $(CYGPATH_W) 'rmd_math.c'; else $(CYGPATH_W) '$(srcdir)/rmd_math.c'; fi`
  2108. -@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/recordmydesktop-rmd_math.Tpo $(DEPDIR)/recordmydesktop-rmd_math.Po
  2109. +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/recordmydesktop-rmd_math.Tpo $(DEPDIR)/recordmydesktop-rmd_math.Po
  2110. @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='rmd_math.c' object='recordmydesktop-rmd_math.obj' libtool=no @AMDEPBACKSLASH@
  2111. @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  2112. @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(recordmydesktop_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o recordmydesktop-rmd_math.obj `if test -f 'rmd_math.c'; then $(CYGPATH_W) 'rmd_math.c'; else $(CYGPATH_W) '$(srcdir)/rmd_math.c'; fi`
  2113. recordmydesktop-rmd_opendev.o: rmd_opendev.c
  2114. @am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(recordmydesktop_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT recordmydesktop-rmd_opendev.o -MD -MP -MF $(DEPDIR)/recordmydesktop-rmd_opendev.Tpo -c -o recordmydesktop-rmd_opendev.o `test -f 'rmd_opendev.c' || echo '$(srcdir)/'`rmd_opendev.c
  2115. -@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/recordmydesktop-rmd_opendev.Tpo $(DEPDIR)/recordmydesktop-rmd_opendev.Po
  2116. +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/recordmydesktop-rmd_opendev.Tpo $(DEPDIR)/recordmydesktop-rmd_opendev.Po
  2117. @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='rmd_opendev.c' object='recordmydesktop-rmd_opendev.o' libtool=no @AMDEPBACKSLASH@
  2118. @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  2119. @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(recordmydesktop_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o recordmydesktop-rmd_opendev.o `test -f 'rmd_opendev.c' || echo '$(srcdir)/'`rmd_opendev.c
  2120. recordmydesktop-rmd_opendev.obj: rmd_opendev.c
  2121. @am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(recordmydesktop_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT recordmydesktop-rmd_opendev.obj -MD -MP -MF $(DEPDIR)/recordmydesktop-rmd_opendev.Tpo -c -o recordmydesktop-rmd_opendev.obj `if test -f 'rmd_opendev.c'; then $(CYGPATH_W) 'rmd_opendev.c'; else $(CYGPATH_W) '$(srcdir)/rmd_opendev.c'; fi`
  2122. -@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/recordmydesktop-rmd_opendev.Tpo $(DEPDIR)/recordmydesktop-rmd_opendev.Po
  2123. +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/recordmydesktop-rmd_opendev.Tpo $(DEPDIR)/recordmydesktop-rmd_opendev.Po
  2124. @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='rmd_opendev.c' object='recordmydesktop-rmd_opendev.obj' libtool=no @AMDEPBACKSLASH@
  2125. @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  2126. @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(recordmydesktop_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o recordmydesktop-rmd_opendev.obj `if test -f 'rmd_opendev.c'; then $(CYGPATH_W) 'rmd_opendev.c'; else $(CYGPATH_W) '$(srcdir)/rmd_opendev.c'; fi`
  2127. recordmydesktop-rmd_parseargs.o: rmd_parseargs.c
  2128. @am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(recordmydesktop_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT recordmydesktop-rmd_parseargs.o -MD -MP -MF $(DEPDIR)/recordmydesktop-rmd_parseargs.Tpo -c -o recordmydesktop-rmd_parseargs.o `test -f 'rmd_parseargs.c' || echo '$(srcdir)/'`rmd_parseargs.c
  2129. -@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/recordmydesktop-rmd_parseargs.Tpo $(DEPDIR)/recordmydesktop-rmd_parseargs.Po
  2130. +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/recordmydesktop-rmd_parseargs.Tpo $(DEPDIR)/recordmydesktop-rmd_parseargs.Po
  2131. @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='rmd_parseargs.c' object='recordmydesktop-rmd_parseargs.o' libtool=no @AMDEPBACKSLASH@
  2132. @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  2133. @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(recordmydesktop_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o recordmydesktop-rmd_parseargs.o `test -f 'rmd_parseargs.c' || echo '$(srcdir)/'`rmd_parseargs.c
  2134. recordmydesktop-rmd_parseargs.obj: rmd_parseargs.c
  2135. @am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(recordmydesktop_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT recordmydesktop-rmd_parseargs.obj -MD -MP -MF $(DEPDIR)/recordmydesktop-rmd_parseargs.Tpo -c -o recordmydesktop-rmd_parseargs.obj `if test -f 'rmd_parseargs.c'; then $(CYGPATH_W) 'rmd_parseargs.c'; else $(CYGPATH_W) '$(srcdir)/rmd_parseargs.c'; fi`
  2136. -@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/recordmydesktop-rmd_parseargs.Tpo $(DEPDIR)/recordmydesktop-rmd_parseargs.Po
  2137. +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/recordmydesktop-rmd_parseargs.Tpo $(DEPDIR)/recordmydesktop-rmd_parseargs.Po
  2138. @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='rmd_parseargs.c' object='recordmydesktop-rmd_parseargs.obj' libtool=no @AMDEPBACKSLASH@
  2139. @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  2140. @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(recordmydesktop_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o recordmydesktop-rmd_parseargs.obj `if test -f 'rmd_parseargs.c'; then $(CYGPATH_W) 'rmd_parseargs.c'; else $(CYGPATH_W) '$(srcdir)/rmd_parseargs.c'; fi`
  2141. recordmydesktop-rmd_poll_events.o: rmd_poll_events.c
  2142. @am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(recordmydesktop_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT recordmydesktop-rmd_poll_events.o -MD -MP -MF $(DEPDIR)/recordmydesktop-rmd_poll_events.Tpo -c -o recordmydesktop-rmd_poll_events.o `test -f 'rmd_poll_events.c' || echo '$(srcdir)/'`rmd_poll_events.c
  2143. -@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/recordmydesktop-rmd_poll_events.Tpo $(DEPDIR)/recordmydesktop-rmd_poll_events.Po
  2144. +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/recordmydesktop-rmd_poll_events.Tpo $(DEPDIR)/recordmydesktop-rmd_poll_events.Po
  2145. @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='rmd_poll_events.c' object='recordmydesktop-rmd_poll_events.o' libtool=no @AMDEPBACKSLASH@
  2146. @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  2147. @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(recordmydesktop_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o recordmydesktop-rmd_poll_events.o `test -f 'rmd_poll_events.c' || echo '$(srcdir)/'`rmd_poll_events.c
  2148. recordmydesktop-rmd_poll_events.obj: rmd_poll_events.c
  2149. @am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(recordmydesktop_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT recordmydesktop-rmd_poll_events.obj -MD -MP -MF $(DEPDIR)/recordmydesktop-rmd_poll_events.Tpo -c -o recordmydesktop-rmd_poll_events.obj `if test -f 'rmd_poll_events.c'; then $(CYGPATH_W) 'rmd_poll_events.c'; else $(CYGPATH_W) '$(srcdir)/rmd_poll_events.c'; fi`
  2150. -@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/recordmydesktop-rmd_poll_events.Tpo $(DEPDIR)/recordmydesktop-rmd_poll_events.Po
  2151. +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/recordmydesktop-rmd_poll_events.Tpo $(DEPDIR)/recordmydesktop-rmd_poll_events.Po
  2152. @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='rmd_poll_events.c' object='recordmydesktop-rmd_poll_events.obj' libtool=no @AMDEPBACKSLASH@
  2153. @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  2154. @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(recordmydesktop_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o recordmydesktop-rmd_poll_events.obj `if test -f 'rmd_poll_events.c'; then $(CYGPATH_W) 'rmd_poll_events.c'; else $(CYGPATH_W) '$(srcdir)/rmd_poll_events.c'; fi`
  2155. recordmydesktop-rmd_queryextensions.o: rmd_queryextensions.c
  2156. @am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(recordmydesktop_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT recordmydesktop-rmd_queryextensions.o -MD -MP -MF $(DEPDIR)/recordmydesktop-rmd_queryextensions.Tpo -c -o recordmydesktop-rmd_queryextensions.o `test -f 'rmd_queryextensions.c' || echo '$(srcdir)/'`rmd_queryextensions.c
  2157. -@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/recordmydesktop-rmd_queryextensions.Tpo $(DEPDIR)/recordmydesktop-rmd_queryextensions.Po
  2158. +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/recordmydesktop-rmd_queryextensions.Tpo $(DEPDIR)/recordmydesktop-rmd_queryextensions.Po
  2159. @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='rmd_queryextensions.c' object='recordmydesktop-rmd_queryextensions.o' libtool=no @AMDEPBACKSLASH@
  2160. @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  2161. @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(recordmydesktop_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o recordmydesktop-rmd_queryextensions.o `test -f 'rmd_queryextensions.c' || echo '$(srcdir)/'`rmd_queryextensions.c
  2162. recordmydesktop-rmd_queryextensions.obj: rmd_queryextensions.c
  2163. @am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(recordmydesktop_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT recordmydesktop-rmd_queryextensions.obj -MD -MP -MF $(DEPDIR)/recordmydesktop-rmd_queryextensions.Tpo -c -o recordmydesktop-rmd_queryextensions.obj `if test -f 'rmd_queryextensions.c'; then $(CYGPATH_W) 'rmd_queryextensions.c'; else $(CYGPATH_W) '$(srcdir)/rmd_queryextensions.c'; fi`
  2164. -@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/recordmydesktop-rmd_queryextensions.Tpo $(DEPDIR)/recordmydesktop-rmd_queryextensions.Po
  2165. +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/recordmydesktop-rmd_queryextensions.Tpo $(DEPDIR)/recordmydesktop-rmd_queryextensions.Po
  2166. @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='rmd_queryextensions.c' object='recordmydesktop-rmd_queryextensions.obj' libtool=no @AMDEPBACKSLASH@
  2167. @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  2168. @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(recordmydesktop_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o recordmydesktop-rmd_queryextensions.obj `if test -f 'rmd_queryextensions.c'; then $(CYGPATH_W) 'rmd_queryextensions.c'; else $(CYGPATH_W) '$(srcdir)/rmd_queryextensions.c'; fi`
  2169. recordmydesktop-rmd_rectinsert.o: rmd_rectinsert.c
  2170. @am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(recordmydesktop_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT recordmydesktop-rmd_rectinsert.o -MD -MP -MF $(DEPDIR)/recordmydesktop-rmd_rectinsert.Tpo -c -o recordmydesktop-rmd_rectinsert.o `test -f 'rmd_rectinsert.c' || echo '$(srcdir)/'`rmd_rectinsert.c
  2171. -@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/recordmydesktop-rmd_rectinsert.Tpo $(DEPDIR)/recordmydesktop-rmd_rectinsert.Po
  2172. +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/recordmydesktop-rmd_rectinsert.Tpo $(DEPDIR)/recordmydesktop-rmd_rectinsert.Po
  2173. @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='rmd_rectinsert.c' object='recordmydesktop-rmd_rectinsert.o' libtool=no @AMDEPBACKSLASH@
  2174. @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  2175. @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(recordmydesktop_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o recordmydesktop-rmd_rectinsert.o `test -f 'rmd_rectinsert.c' || echo '$(srcdir)/'`rmd_rectinsert.c
  2176. recordmydesktop-rmd_rectinsert.obj: rmd_rectinsert.c
  2177. @am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(recordmydesktop_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT recordmydesktop-rmd_rectinsert.obj -MD -MP -MF $(DEPDIR)/recordmydesktop-rmd_rectinsert.Tpo -c -o recordmydesktop-rmd_rectinsert.obj `if test -f 'rmd_rectinsert.c'; then $(CYGPATH_W) 'rmd_rectinsert.c'; else $(CYGPATH_W) '$(srcdir)/rmd_rectinsert.c'; fi`
  2178. -@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/recordmydesktop-rmd_rectinsert.Tpo $(DEPDIR)/recordmydesktop-rmd_rectinsert.Po
  2179. +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/recordmydesktop-rmd_rectinsert.Tpo $(DEPDIR)/recordmydesktop-rmd_rectinsert.Po
  2180. @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='rmd_rectinsert.c' object='recordmydesktop-rmd_rectinsert.obj' libtool=no @AMDEPBACKSLASH@
  2181. @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  2182. @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(recordmydesktop_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o recordmydesktop-rmd_rectinsert.obj `if test -f 'rmd_rectinsert.c'; then $(CYGPATH_W) 'rmd_rectinsert.c'; else $(CYGPATH_W) '$(srcdir)/rmd_rectinsert.c'; fi`
  2183. recordmydesktop-rmd_register_callbacks.o: rmd_register_callbacks.c
  2184. @am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(recordmydesktop_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT recordmydesktop-rmd_register_callbacks.o -MD -MP -MF $(DEPDIR)/recordmydesktop-rmd_register_callbacks.Tpo -c -o recordmydesktop-rmd_register_callbacks.o `test -f 'rmd_register_callbacks.c' || echo '$(srcdir)/'`rmd_register_callbacks.c
  2185. -@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/recordmydesktop-rmd_register_callbacks.Tpo $(DEPDIR)/recordmydesktop-rmd_register_callbacks.Po
  2186. +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/recordmydesktop-rmd_register_callbacks.Tpo $(DEPDIR)/recordmydesktop-rmd_register_callbacks.Po
  2187. @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='rmd_register_callbacks.c' object='recordmydesktop-rmd_register_callbacks.o' libtool=no @AMDEPBACKSLASH@
  2188. @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  2189. @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(recordmydesktop_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o recordmydesktop-rmd_register_callbacks.o `test -f 'rmd_register_callbacks.c' || echo '$(srcdir)/'`rmd_register_callbacks.c
  2190. recordmydesktop-rmd_register_callbacks.obj: rmd_register_callbacks.c
  2191. @am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(recordmydesktop_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT recordmydesktop-rmd_register_callbacks.obj -MD -MP -MF $(DEPDIR)/recordmydesktop-rmd_register_callbacks.Tpo -c -o recordmydesktop-rmd_register_callbacks.obj `if test -f 'rmd_register_callbacks.c'; then $(CYGPATH_W) 'rmd_register_callbacks.c'; else $(CYGPATH_W) '$(srcdir)/rmd_register_callbacks.c'; fi`
  2192. -@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/recordmydesktop-rmd_register_callbacks.Tpo $(DEPDIR)/recordmydesktop-rmd_register_callbacks.Po
  2193. +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/recordmydesktop-rmd_register_callbacks.Tpo $(DEPDIR)/recordmydesktop-rmd_register_callbacks.Po
  2194. @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='rmd_register_callbacks.c' object='recordmydesktop-rmd_register_callbacks.obj' libtool=no @AMDEPBACKSLASH@
  2195. @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  2196. @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(recordmydesktop_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o recordmydesktop-rmd_register_callbacks.obj `if test -f 'rmd_register_callbacks.c'; then $(CYGPATH_W) 'rmd_register_callbacks.c'; else $(CYGPATH_W) '$(srcdir)/rmd_register_callbacks.c'; fi`
  2197. recordmydesktop-rmd_rescue.o: rmd_rescue.c
  2198. @am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(recordmydesktop_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT recordmydesktop-rmd_rescue.o -MD -MP -MF $(DEPDIR)/recordmydesktop-rmd_rescue.Tpo -c -o recordmydesktop-rmd_rescue.o `test -f 'rmd_rescue.c' || echo '$(srcdir)/'`rmd_rescue.c
  2199. -@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/recordmydesktop-rmd_rescue.Tpo $(DEPDIR)/recordmydesktop-rmd_rescue.Po
  2200. +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/recordmydesktop-rmd_rescue.Tpo $(DEPDIR)/recordmydesktop-rmd_rescue.Po
  2201. @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='rmd_rescue.c' object='recordmydesktop-rmd_rescue.o' libtool=no @AMDEPBACKSLASH@
  2202. @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  2203. @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(recordmydesktop_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o recordmydesktop-rmd_rescue.o `test -f 'rmd_rescue.c' || echo '$(srcdir)/'`rmd_rescue.c
  2204. recordmydesktop-rmd_rescue.obj: rmd_rescue.c
  2205. @am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(recordmydesktop_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT recordmydesktop-rmd_rescue.obj -MD -MP -MF $(DEPDIR)/recordmydesktop-rmd_rescue.Tpo -c -o recordmydesktop-rmd_rescue.obj `if test -f 'rmd_rescue.c'; then $(CYGPATH_W) 'rmd_rescue.c'; else $(CYGPATH_W) '$(srcdir)/rmd_rescue.c'; fi`
  2206. -@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/recordmydesktop-rmd_rescue.Tpo $(DEPDIR)/recordmydesktop-rmd_rescue.Po
  2207. +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/recordmydesktop-rmd_rescue.Tpo $(DEPDIR)/recordmydesktop-rmd_rescue.Po
  2208. @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='rmd_rescue.c' object='recordmydesktop-rmd_rescue.obj' libtool=no @AMDEPBACKSLASH@
  2209. @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  2210. @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(recordmydesktop_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o recordmydesktop-rmd_rescue.obj `if test -f 'rmd_rescue.c'; then $(CYGPATH_W) 'rmd_rescue.c'; else $(CYGPATH_W) '$(srcdir)/rmd_rescue.c'; fi`
  2211. recordmydesktop-rmd_setbrwindow.o: rmd_setbrwindow.c
  2212. @am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(recordmydesktop_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT recordmydesktop-rmd_setbrwindow.o -MD -MP -MF $(DEPDIR)/recordmydesktop-rmd_setbrwindow.Tpo -c -o recordmydesktop-rmd_setbrwindow.o `test -f 'rmd_setbrwindow.c' || echo '$(srcdir)/'`rmd_setbrwindow.c
  2213. -@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/recordmydesktop-rmd_setbrwindow.Tpo $(DEPDIR)/recordmydesktop-rmd_setbrwindow.Po
  2214. +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/recordmydesktop-rmd_setbrwindow.Tpo $(DEPDIR)/recordmydesktop-rmd_setbrwindow.Po
  2215. @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='rmd_setbrwindow.c' object='recordmydesktop-rmd_setbrwindow.o' libtool=no @AMDEPBACKSLASH@
  2216. @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  2217. @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(recordmydesktop_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o recordmydesktop-rmd_setbrwindow.o `test -f 'rmd_setbrwindow.c' || echo '$(srcdir)/'`rmd_setbrwindow.c
  2218. recordmydesktop-rmd_setbrwindow.obj: rmd_setbrwindow.c
  2219. @am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(recordmydesktop_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT recordmydesktop-rmd_setbrwindow.obj -MD -MP -MF $(DEPDIR)/recordmydesktop-rmd_setbrwindow.Tpo -c -o recordmydesktop-rmd_setbrwindow.obj `if test -f 'rmd_setbrwindow.c'; then $(CYGPATH_W) 'rmd_setbrwindow.c'; else $(CYGPATH_W) '$(srcdir)/rmd_setbrwindow.c'; fi`
  2220. -@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/recordmydesktop-rmd_setbrwindow.Tpo $(DEPDIR)/recordmydesktop-rmd_setbrwindow.Po
  2221. +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/recordmydesktop-rmd_setbrwindow.Tpo $(DEPDIR)/recordmydesktop-rmd_setbrwindow.Po
  2222. @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='rmd_setbrwindow.c' object='recordmydesktop-rmd_setbrwindow.obj' libtool=no @AMDEPBACKSLASH@
  2223. @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  2224. @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(recordmydesktop_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o recordmydesktop-rmd_setbrwindow.obj `if test -f 'rmd_setbrwindow.c'; then $(CYGPATH_W) 'rmd_setbrwindow.c'; else $(CYGPATH_W) '$(srcdir)/rmd_setbrwindow.c'; fi`
  2225. recordmydesktop-rmd_shortcuts.o: rmd_shortcuts.c
  2226. @am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(recordmydesktop_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT recordmydesktop-rmd_shortcuts.o -MD -MP -MF $(DEPDIR)/recordmydesktop-rmd_shortcuts.Tpo -c -o recordmydesktop-rmd_shortcuts.o `test -f 'rmd_shortcuts.c' || echo '$(srcdir)/'`rmd_shortcuts.c
  2227. -@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/recordmydesktop-rmd_shortcuts.Tpo $(DEPDIR)/recordmydesktop-rmd_shortcuts.Po
  2228. +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/recordmydesktop-rmd_shortcuts.Tpo $(DEPDIR)/recordmydesktop-rmd_shortcuts.Po
  2229. @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='rmd_shortcuts.c' object='recordmydesktop-rmd_shortcuts.o' libtool=no @AMDEPBACKSLASH@
  2230. @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  2231. @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(recordmydesktop_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o recordmydesktop-rmd_shortcuts.o `test -f 'rmd_shortcuts.c' || echo '$(srcdir)/'`rmd_shortcuts.c
  2232. recordmydesktop-rmd_shortcuts.obj: rmd_shortcuts.c
  2233. @am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(recordmydesktop_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT recordmydesktop-rmd_shortcuts.obj -MD -MP -MF $(DEPDIR)/recordmydesktop-rmd_shortcuts.Tpo -c -o recordmydesktop-rmd_shortcuts.obj `if test -f 'rmd_shortcuts.c'; then $(CYGPATH_W) 'rmd_shortcuts.c'; else $(CYGPATH_W) '$(srcdir)/rmd_shortcuts.c'; fi`
  2234. -@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/recordmydesktop-rmd_shortcuts.Tpo $(DEPDIR)/recordmydesktop-rmd_shortcuts.Po
  2235. +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/recordmydesktop-rmd_shortcuts.Tpo $(DEPDIR)/recordmydesktop-rmd_shortcuts.Po
  2236. @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='rmd_shortcuts.c' object='recordmydesktop-rmd_shortcuts.obj' libtool=no @AMDEPBACKSLASH@
  2237. @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  2238. @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(recordmydesktop_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o recordmydesktop-rmd_shortcuts.obj `if test -f 'rmd_shortcuts.c'; then $(CYGPATH_W) 'rmd_shortcuts.c'; else $(CYGPATH_W) '$(srcdir)/rmd_shortcuts.c'; fi`
  2239. recordmydesktop-rmd_specsfile.o: rmd_specsfile.c
  2240. @am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(recordmydesktop_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT recordmydesktop-rmd_specsfile.o -MD -MP -MF $(DEPDIR)/recordmydesktop-rmd_specsfile.Tpo -c -o recordmydesktop-rmd_specsfile.o `test -f 'rmd_specsfile.c' || echo '$(srcdir)/'`rmd_specsfile.c
  2241. -@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/recordmydesktop-rmd_specsfile.Tpo $(DEPDIR)/recordmydesktop-rmd_specsfile.Po
  2242. +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/recordmydesktop-rmd_specsfile.Tpo $(DEPDIR)/recordmydesktop-rmd_specsfile.Po
  2243. @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='rmd_specsfile.c' object='recordmydesktop-rmd_specsfile.o' libtool=no @AMDEPBACKSLASH@
  2244. @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  2245. @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(recordmydesktop_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o recordmydesktop-rmd_specsfile.o `test -f 'rmd_specsfile.c' || echo '$(srcdir)/'`rmd_specsfile.c
  2246. recordmydesktop-rmd_specsfile.obj: rmd_specsfile.c
  2247. @am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(recordmydesktop_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT recordmydesktop-rmd_specsfile.obj -MD -MP -MF $(DEPDIR)/recordmydesktop-rmd_specsfile.Tpo -c -o recordmydesktop-rmd_specsfile.obj `if test -f 'rmd_specsfile.c'; then $(CYGPATH_W) 'rmd_specsfile.c'; else $(CYGPATH_W) '$(srcdir)/rmd_specsfile.c'; fi`
  2248. -@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/recordmydesktop-rmd_specsfile.Tpo $(DEPDIR)/recordmydesktop-rmd_specsfile.Po
  2249. +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/recordmydesktop-rmd_specsfile.Tpo $(DEPDIR)/recordmydesktop-rmd_specsfile.Po
  2250. @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='rmd_specsfile.c' object='recordmydesktop-rmd_specsfile.obj' libtool=no @AMDEPBACKSLASH@
  2251. @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  2252. @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(recordmydesktop_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o recordmydesktop-rmd_specsfile.obj `if test -f 'rmd_specsfile.c'; then $(CYGPATH_W) 'rmd_specsfile.c'; else $(CYGPATH_W) '$(srcdir)/rmd_specsfile.c'; fi`
  2253. recordmydesktop-rmd_threads.o: rmd_threads.c
  2254. @am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(recordmydesktop_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT recordmydesktop-rmd_threads.o -MD -MP -MF $(DEPDIR)/recordmydesktop-rmd_threads.Tpo -c -o recordmydesktop-rmd_threads.o `test -f 'rmd_threads.c' || echo '$(srcdir)/'`rmd_threads.c
  2255. -@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/recordmydesktop-rmd_threads.Tpo $(DEPDIR)/recordmydesktop-rmd_threads.Po
  2256. +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/recordmydesktop-rmd_threads.Tpo $(DEPDIR)/recordmydesktop-rmd_threads.Po
  2257. @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='rmd_threads.c' object='recordmydesktop-rmd_threads.o' libtool=no @AMDEPBACKSLASH@
  2258. @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  2259. @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(recordmydesktop_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o recordmydesktop-rmd_threads.o `test -f 'rmd_threads.c' || echo '$(srcdir)/'`rmd_threads.c
  2260. recordmydesktop-rmd_threads.obj: rmd_threads.c
  2261. @am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(recordmydesktop_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT recordmydesktop-rmd_threads.obj -MD -MP -MF $(DEPDIR)/recordmydesktop-rmd_threads.Tpo -c -o recordmydesktop-rmd_threads.obj `if test -f 'rmd_threads.c'; then $(CYGPATH_W) 'rmd_threads.c'; else $(CYGPATH_W) '$(srcdir)/rmd_threads.c'; fi`
  2262. -@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/recordmydesktop-rmd_threads.Tpo $(DEPDIR)/recordmydesktop-rmd_threads.Po
  2263. +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/recordmydesktop-rmd_threads.Tpo $(DEPDIR)/recordmydesktop-rmd_threads.Po
  2264. @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='rmd_threads.c' object='recordmydesktop-rmd_threads.obj' libtool=no @AMDEPBACKSLASH@
  2265. @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  2266. @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(recordmydesktop_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o recordmydesktop-rmd_threads.obj `if test -f 'rmd_threads.c'; then $(CYGPATH_W) 'rmd_threads.c'; else $(CYGPATH_W) '$(srcdir)/rmd_threads.c'; fi`
  2267. recordmydesktop-rmd_timer.o: rmd_timer.c
  2268. @am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(recordmydesktop_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT recordmydesktop-rmd_timer.o -MD -MP -MF $(DEPDIR)/recordmydesktop-rmd_timer.Tpo -c -o recordmydesktop-rmd_timer.o `test -f 'rmd_timer.c' || echo '$(srcdir)/'`rmd_timer.c
  2269. -@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/recordmydesktop-rmd_timer.Tpo $(DEPDIR)/recordmydesktop-rmd_timer.Po
  2270. +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/recordmydesktop-rmd_timer.Tpo $(DEPDIR)/recordmydesktop-rmd_timer.Po
  2271. @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='rmd_timer.c' object='recordmydesktop-rmd_timer.o' libtool=no @AMDEPBACKSLASH@
  2272. @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  2273. @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(recordmydesktop_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o recordmydesktop-rmd_timer.o `test -f 'rmd_timer.c' || echo '$(srcdir)/'`rmd_timer.c
  2274. recordmydesktop-rmd_timer.obj: rmd_timer.c
  2275. @am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(recordmydesktop_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT recordmydesktop-rmd_timer.obj -MD -MP -MF $(DEPDIR)/recordmydesktop-rmd_timer.Tpo -c -o recordmydesktop-rmd_timer.obj `if test -f 'rmd_timer.c'; then $(CYGPATH_W) 'rmd_timer.c'; else $(CYGPATH_W) '$(srcdir)/rmd_timer.c'; fi`
  2276. -@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/recordmydesktop-rmd_timer.Tpo $(DEPDIR)/recordmydesktop-rmd_timer.Po
  2277. +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/recordmydesktop-rmd_timer.Tpo $(DEPDIR)/recordmydesktop-rmd_timer.Po
  2278. @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='rmd_timer.c' object='recordmydesktop-rmd_timer.obj' libtool=no @AMDEPBACKSLASH@
  2279. @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  2280. @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(recordmydesktop_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o recordmydesktop-rmd_timer.obj `if test -f 'rmd_timer.c'; then $(CYGPATH_W) 'rmd_timer.c'; else $(CYGPATH_W) '$(srcdir)/rmd_timer.c'; fi`
  2281. recordmydesktop-rmd_update_image.o: rmd_update_image.c
  2282. @am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(recordmydesktop_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT recordmydesktop-rmd_update_image.o -MD -MP -MF $(DEPDIR)/recordmydesktop-rmd_update_image.Tpo -c -o recordmydesktop-rmd_update_image.o `test -f 'rmd_update_image.c' || echo '$(srcdir)/'`rmd_update_image.c
  2283. -@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/recordmydesktop-rmd_update_image.Tpo $(DEPDIR)/recordmydesktop-rmd_update_image.Po
  2284. +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/recordmydesktop-rmd_update_image.Tpo $(DEPDIR)/recordmydesktop-rmd_update_image.Po
  2285. @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='rmd_update_image.c' object='recordmydesktop-rmd_update_image.o' libtool=no @AMDEPBACKSLASH@
  2286. @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  2287. @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(recordmydesktop_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o recordmydesktop-rmd_update_image.o `test -f 'rmd_update_image.c' || echo '$(srcdir)/'`rmd_update_image.c
  2288. recordmydesktop-rmd_update_image.obj: rmd_update_image.c
  2289. @am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(recordmydesktop_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT recordmydesktop-rmd_update_image.obj -MD -MP -MF $(DEPDIR)/recordmydesktop-rmd_update_image.Tpo -c -o recordmydesktop-rmd_update_image.obj `if test -f 'rmd_update_image.c'; then $(CYGPATH_W) 'rmd_update_image.c'; else $(CYGPATH_W) '$(srcdir)/rmd_update_image.c'; fi`
  2290. -@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/recordmydesktop-rmd_update_image.Tpo $(DEPDIR)/recordmydesktop-rmd_update_image.Po
  2291. +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/recordmydesktop-rmd_update_image.Tpo $(DEPDIR)/recordmydesktop-rmd_update_image.Po
  2292. @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='rmd_update_image.c' object='recordmydesktop-rmd_update_image.obj' libtool=no @AMDEPBACKSLASH@
  2293. @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  2294. @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(recordmydesktop_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o recordmydesktop-rmd_update_image.obj `if test -f 'rmd_update_image.c'; then $(CYGPATH_W) 'rmd_update_image.c'; else $(CYGPATH_W) '$(srcdir)/rmd_update_image.c'; fi`
  2295. recordmydesktop-rmd_wm_check.o: rmd_wm_check.c
  2296. @am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(recordmydesktop_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT recordmydesktop-rmd_wm_check.o -MD -MP -MF $(DEPDIR)/recordmydesktop-rmd_wm_check.Tpo -c -o recordmydesktop-rmd_wm_check.o `test -f 'rmd_wm_check.c' || echo '$(srcdir)/'`rmd_wm_check.c
  2297. -@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/recordmydesktop-rmd_wm_check.Tpo $(DEPDIR)/recordmydesktop-rmd_wm_check.Po
  2298. +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/recordmydesktop-rmd_wm_check.Tpo $(DEPDIR)/recordmydesktop-rmd_wm_check.Po
  2299. @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='rmd_wm_check.c' object='recordmydesktop-rmd_wm_check.o' libtool=no @AMDEPBACKSLASH@
  2300. @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  2301. @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(recordmydesktop_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o recordmydesktop-rmd_wm_check.o `test -f 'rmd_wm_check.c' || echo '$(srcdir)/'`rmd_wm_check.c
  2302. recordmydesktop-rmd_wm_check.obj: rmd_wm_check.c
  2303. @am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(recordmydesktop_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT recordmydesktop-rmd_wm_check.obj -MD -MP -MF $(DEPDIR)/recordmydesktop-rmd_wm_check.Tpo -c -o recordmydesktop-rmd_wm_check.obj `if test -f 'rmd_wm_check.c'; then $(CYGPATH_W) 'rmd_wm_check.c'; else $(CYGPATH_W) '$(srcdir)/rmd_wm_check.c'; fi`
  2304. -@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/recordmydesktop-rmd_wm_check.Tpo $(DEPDIR)/recordmydesktop-rmd_wm_check.Po
  2305. +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/recordmydesktop-rmd_wm_check.Tpo $(DEPDIR)/recordmydesktop-rmd_wm_check.Po
  2306. @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='rmd_wm_check.c' object='recordmydesktop-rmd_wm_check.obj' libtool=no @AMDEPBACKSLASH@
  2307. @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  2308. @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(recordmydesktop_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o recordmydesktop-rmd_wm_check.obj `if test -f 'rmd_wm_check.c'; then $(CYGPATH_W) 'rmd_wm_check.c'; else $(CYGPATH_W) '$(srcdir)/rmd_wm_check.c'; fi`
  2309. recordmydesktop-rmd_wm_is_compositing.o: rmd_wm_is_compositing.c
  2310. @am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(recordmydesktop_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT recordmydesktop-rmd_wm_is_compositing.o -MD -MP -MF $(DEPDIR)/recordmydesktop-rmd_wm_is_compositing.Tpo -c -o recordmydesktop-rmd_wm_is_compositing.o `test -f 'rmd_wm_is_compositing.c' || echo '$(srcdir)/'`rmd_wm_is_compositing.c
  2311. -@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/recordmydesktop-rmd_wm_is_compositing.Tpo $(DEPDIR)/recordmydesktop-rmd_wm_is_compositing.Po
  2312. +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/recordmydesktop-rmd_wm_is_compositing.Tpo $(DEPDIR)/recordmydesktop-rmd_wm_is_compositing.Po
  2313. @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='rmd_wm_is_compositing.c' object='recordmydesktop-rmd_wm_is_compositing.o' libtool=no @AMDEPBACKSLASH@
  2314. @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  2315. @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(recordmydesktop_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o recordmydesktop-rmd_wm_is_compositing.o `test -f 'rmd_wm_is_compositing.c' || echo '$(srcdir)/'`rmd_wm_is_compositing.c
  2316. recordmydesktop-rmd_wm_is_compositing.obj: rmd_wm_is_compositing.c
  2317. @am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(recordmydesktop_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT recordmydesktop-rmd_wm_is_compositing.obj -MD -MP -MF $(DEPDIR)/recordmydesktop-rmd_wm_is_compositing.Tpo -c -o recordmydesktop-rmd_wm_is_compositing.obj `if test -f 'rmd_wm_is_compositing.c'; then $(CYGPATH_W) 'rmd_wm_is_compositing.c'; else $(CYGPATH_W) '$(srcdir)/rmd_wm_is_compositing.c'; fi`
  2318. -@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/recordmydesktop-rmd_wm_is_compositing.Tpo $(DEPDIR)/recordmydesktop-rmd_wm_is_compositing.Po
  2319. +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/recordmydesktop-rmd_wm_is_compositing.Tpo $(DEPDIR)/recordmydesktop-rmd_wm_is_compositing.Po
  2320. @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='rmd_wm_is_compositing.c' object='recordmydesktop-rmd_wm_is_compositing.obj' libtool=no @AMDEPBACKSLASH@
  2321. @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  2322. @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(recordmydesktop_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o recordmydesktop-rmd_wm_is_compositing.obj `if test -f 'rmd_wm_is_compositing.c'; then $(CYGPATH_W) 'rmd_wm_is_compositing.c'; else $(CYGPATH_W) '$(srcdir)/rmd_wm_is_compositing.c'; fi`
  2323. recordmydesktop-rmd_yuv_utils.o: rmd_yuv_utils.c
  2324. @am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(recordmydesktop_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT recordmydesktop-rmd_yuv_utils.o -MD -MP -MF $(DEPDIR)/recordmydesktop-rmd_yuv_utils.Tpo -c -o recordmydesktop-rmd_yuv_utils.o `test -f 'rmd_yuv_utils.c' || echo '$(srcdir)/'`rmd_yuv_utils.c
  2325. -@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/recordmydesktop-rmd_yuv_utils.Tpo $(DEPDIR)/recordmydesktop-rmd_yuv_utils.Po
  2326. +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/recordmydesktop-rmd_yuv_utils.Tpo $(DEPDIR)/recordmydesktop-rmd_yuv_utils.Po
  2327. @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='rmd_yuv_utils.c' object='recordmydesktop-rmd_yuv_utils.o' libtool=no @AMDEPBACKSLASH@
  2328. @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  2329. @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(recordmydesktop_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o recordmydesktop-rmd_yuv_utils.o `test -f 'rmd_yuv_utils.c' || echo '$(srcdir)/'`rmd_yuv_utils.c
  2330. recordmydesktop-rmd_yuv_utils.obj: rmd_yuv_utils.c
  2331. @am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(recordmydesktop_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT recordmydesktop-rmd_yuv_utils.obj -MD -MP -MF $(DEPDIR)/recordmydesktop-rmd_yuv_utils.Tpo -c -o recordmydesktop-rmd_yuv_utils.obj `if test -f 'rmd_yuv_utils.c'; then $(CYGPATH_W) 'rmd_yuv_utils.c'; else $(CYGPATH_W) '$(srcdir)/rmd_yuv_utils.c'; fi`
  2332. -@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/recordmydesktop-rmd_yuv_utils.Tpo $(DEPDIR)/recordmydesktop-rmd_yuv_utils.Po
  2333. +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/recordmydesktop-rmd_yuv_utils.Tpo $(DEPDIR)/recordmydesktop-rmd_yuv_utils.Po
  2334. @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='rmd_yuv_utils.c' object='recordmydesktop-rmd_yuv_utils.obj' libtool=no @AMDEPBACKSLASH@
  2335. @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  2336. @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(recordmydesktop_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o recordmydesktop-rmd_yuv_utils.obj `if test -f 'rmd_yuv_utils.c'; then $(CYGPATH_W) 'rmd_yuv_utils.c'; else $(CYGPATH_W) '$(srcdir)/rmd_yuv_utils.c'; fi`
  2337. recordmydesktop-skeleton.o: skeleton.c
  2338. @am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(recordmydesktop_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT recordmydesktop-skeleton.o -MD -MP -MF $(DEPDIR)/recordmydesktop-skeleton.Tpo -c -o recordmydesktop-skeleton.o `test -f 'skeleton.c' || echo '$(srcdir)/'`skeleton.c
  2339. -@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/recordmydesktop-skeleton.Tpo $(DEPDIR)/recordmydesktop-skeleton.Po
  2340. +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/recordmydesktop-skeleton.Tpo $(DEPDIR)/recordmydesktop-skeleton.Po
  2341. @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='skeleton.c' object='recordmydesktop-skeleton.o' libtool=no @AMDEPBACKSLASH@
  2342. @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  2343. @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(recordmydesktop_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o recordmydesktop-skeleton.o `test -f 'skeleton.c' || echo '$(srcdir)/'`skeleton.c
  2344. recordmydesktop-skeleton.obj: skeleton.c
  2345. @am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(recordmydesktop_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT recordmydesktop-skeleton.obj -MD -MP -MF $(DEPDIR)/recordmydesktop-skeleton.Tpo -c -o recordmydesktop-skeleton.obj `if test -f 'skeleton.c'; then $(CYGPATH_W) 'skeleton.c'; else $(CYGPATH_W) '$(srcdir)/skeleton.c'; fi`
  2346. -@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/recordmydesktop-skeleton.Tpo $(DEPDIR)/recordmydesktop-skeleton.Po
  2347. +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/recordmydesktop-skeleton.Tpo $(DEPDIR)/recordmydesktop-skeleton.Po
  2348. @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='skeleton.c' object='recordmydesktop-skeleton.obj' libtool=no @AMDEPBACKSLASH@
  2349. @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  2350. @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(recordmydesktop_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o recordmydesktop-skeleton.obj `if test -f 'skeleton.c'; then $(CYGPATH_W) 'skeleton.c'; else $(CYGPATH_W) '$(srcdir)/skeleton.c'; fi`
  2351. test_rectinsert-test-rectinsert.o: test-rectinsert.c
  2352. @am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_rectinsert_CFLAGS) $(CFLAGS) -MT test_rectinsert-test-rectinsert.o -MD -MP -MF $(DEPDIR)/test_rectinsert-test-rectinsert.Tpo -c -o test_rectinsert-test-rectinsert.o `test -f 'test-rectinsert.c' || echo '$(srcdir)/'`test-rectinsert.c
  2353. -@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/test_rectinsert-test-rectinsert.Tpo $(DEPDIR)/test_rectinsert-test-rectinsert.Po
  2354. +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/test_rectinsert-test-rectinsert.Tpo $(DEPDIR)/test_rectinsert-test-rectinsert.Po
  2355. @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='test-rectinsert.c' object='test_rectinsert-test-rectinsert.o' libtool=no @AMDEPBACKSLASH@
  2356. @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  2357. @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_rectinsert_CFLAGS) $(CFLAGS) -c -o test_rectinsert-test-rectinsert.o `test -f 'test-rectinsert.c' || echo '$(srcdir)/'`test-rectinsert.c
  2358. test_rectinsert-test-rectinsert.obj: test-rectinsert.c
  2359. @am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_rectinsert_CFLAGS) $(CFLAGS) -MT test_rectinsert-test-rectinsert.obj -MD -MP -MF $(DEPDIR)/test_rectinsert-test-rectinsert.Tpo -c -o test_rectinsert-test-rectinsert.obj `if test -f 'test-rectinsert.c'; then $(CYGPATH_W) 'test-rectinsert.c'; else $(CYGPATH_W) '$(srcdir)/test-rectinsert.c'; fi`
  2360. -@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/test_rectinsert-test-rectinsert.Tpo $(DEPDIR)/test_rectinsert-test-rectinsert.Po
  2361. +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/test_rectinsert-test-rectinsert.Tpo $(DEPDIR)/test_rectinsert-test-rectinsert.Po
  2362. @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='test-rectinsert.c' object='test_rectinsert-test-rectinsert.obj' libtool=no @AMDEPBACKSLASH@
  2363. @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  2364. @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_rectinsert_CFLAGS) $(CFLAGS) -c -o test_rectinsert-test-rectinsert.obj `if test -f 'test-rectinsert.c'; then $(CYGPATH_W) 'test-rectinsert.c'; else $(CYGPATH_W) '$(srcdir)/test-rectinsert.c'; fi`
  2365. test_rectinsert-test-rectinsert-data.o: test-rectinsert-data.c
  2366. @am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_rectinsert_CFLAGS) $(CFLAGS) -MT test_rectinsert-test-rectinsert-data.o -MD -MP -MF $(DEPDIR)/test_rectinsert-test-rectinsert-data.Tpo -c -o test_rectinsert-test-rectinsert-data.o `test -f 'test-rectinsert-data.c' || echo '$(srcdir)/'`test-rectinsert-data.c
  2367. -@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/test_rectinsert-test-rectinsert-data.Tpo $(DEPDIR)/test_rectinsert-test-rectinsert-data.Po
  2368. +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/test_rectinsert-test-rectinsert-data.Tpo $(DEPDIR)/test_rectinsert-test-rectinsert-data.Po
  2369. @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='test-rectinsert-data.c' object='test_rectinsert-test-rectinsert-data.o' libtool=no @AMDEPBACKSLASH@
  2370. @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  2371. @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_rectinsert_CFLAGS) $(CFLAGS) -c -o test_rectinsert-test-rectinsert-data.o `test -f 'test-rectinsert-data.c' || echo '$(srcdir)/'`test-rectinsert-data.c
  2372. test_rectinsert-test-rectinsert-data.obj: test-rectinsert-data.c
  2373. @am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_rectinsert_CFLAGS) $(CFLAGS) -MT test_rectinsert-test-rectinsert-data.obj -MD -MP -MF $(DEPDIR)/test_rectinsert-test-rectinsert-data.Tpo -c -o test_rectinsert-test-rectinsert-data.obj `if test -f 'test-rectinsert-data.c'; then $(CYGPATH_W) 'test-rectinsert-data.c'; else $(CYGPATH_W) '$(srcdir)/test-rectinsert-data.c'; fi`
  2374. -@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/test_rectinsert-test-rectinsert-data.Tpo $(DEPDIR)/test_rectinsert-test-rectinsert-data.Po
  2375. +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/test_rectinsert-test-rectinsert-data.Tpo $(DEPDIR)/test_rectinsert-test-rectinsert-data.Po
  2376. @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='test-rectinsert-data.c' object='test_rectinsert-test-rectinsert-data.obj' libtool=no @AMDEPBACKSLASH@
  2377. @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  2378. @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_rectinsert_CFLAGS) $(CFLAGS) -c -o test_rectinsert-test-rectinsert-data.obj `if test -f 'test-rectinsert-data.c'; then $(CYGPATH_W) 'test-rectinsert-data.c'; else $(CYGPATH_W) '$(srcdir)/test-rectinsert-data.c'; fi`
  2379. test_rectinsert-rmd_rectinsert.o: rmd_rectinsert.c
  2380. @am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_rectinsert_CFLAGS) $(CFLAGS) -MT test_rectinsert-rmd_rectinsert.o -MD -MP -MF $(DEPDIR)/test_rectinsert-rmd_rectinsert.Tpo -c -o test_rectinsert-rmd_rectinsert.o `test -f 'rmd_rectinsert.c' || echo '$(srcdir)/'`rmd_rectinsert.c
  2381. -@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/test_rectinsert-rmd_rectinsert.Tpo $(DEPDIR)/test_rectinsert-rmd_rectinsert.Po
  2382. +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/test_rectinsert-rmd_rectinsert.Tpo $(DEPDIR)/test_rectinsert-rmd_rectinsert.Po
  2383. @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='rmd_rectinsert.c' object='test_rectinsert-rmd_rectinsert.o' libtool=no @AMDEPBACKSLASH@
  2384. @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  2385. @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_rectinsert_CFLAGS) $(CFLAGS) -c -o test_rectinsert-rmd_rectinsert.o `test -f 'rmd_rectinsert.c' || echo '$(srcdir)/'`rmd_rectinsert.c
  2386. test_rectinsert-rmd_rectinsert.obj: rmd_rectinsert.c
  2387. @am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_rectinsert_CFLAGS) $(CFLAGS) -MT test_rectinsert-rmd_rectinsert.obj -MD -MP -MF $(DEPDIR)/test_rectinsert-rmd_rectinsert.Tpo -c -o test_rectinsert-rmd_rectinsert.obj `if test -f 'rmd_rectinsert.c'; then $(CYGPATH_W) 'rmd_rectinsert.c'; else $(CYGPATH_W) '$(srcdir)/rmd_rectinsert.c'; fi`
  2388. -@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/test_rectinsert-rmd_rectinsert.Tpo $(DEPDIR)/test_rectinsert-rmd_rectinsert.Po
  2389. +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/test_rectinsert-rmd_rectinsert.Tpo $(DEPDIR)/test_rectinsert-rmd_rectinsert.Po
  2390. @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='rmd_rectinsert.c' object='test_rectinsert-rmd_rectinsert.obj' libtool=no @AMDEPBACKSLASH@
  2391. @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  2392. @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_rectinsert_CFLAGS) $(CFLAGS) -c -o test_rectinsert-rmd_rectinsert.obj `if test -f 'rmd_rectinsert.c'; then $(CYGPATH_W) 'rmd_rectinsert.c'; else $(CYGPATH_W) '$(srcdir)/rmd_rectinsert.c'; fi`
  2393. @@ -972,7 +992,7 @@
  2394. TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
  2395. $(TAGS_FILES) $(LISP)
  2396. - tags=; \
  2397. + set x; \
  2398. here=`pwd`; \
  2399. list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
  2400. unique=`for i in $$list; do \
  2401. @@ -980,29 +1000,34 @@
  2402. done | \
  2403. $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
  2404. END { if (nonempty) { for (i in files) print i; }; }'`; \
  2405. - if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
  2406. + shift; \
  2407. + if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
  2408. test -n "$$unique" || unique=$$empty_fix; \
  2409. - $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  2410. - $$tags $$unique; \
  2411. + if test $$# -gt 0; then \
  2412. + $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  2413. + "$$@" $$unique; \
  2414. + else \
  2415. + $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  2416. + $$unique; \
  2417. + fi; \
  2418. fi
  2419. ctags: CTAGS
  2420. CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
  2421. $(TAGS_FILES) $(LISP)
  2422. - tags=; \
  2423. list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
  2424. unique=`for i in $$list; do \
  2425. if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  2426. done | \
  2427. $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
  2428. END { if (nonempty) { for (i in files) print i; }; }'`; \
  2429. - test -z "$(CTAGS_ARGS)$$tags$$unique" \
  2430. + test -z "$(CTAGS_ARGS)$$unique" \
  2431. || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
  2432. - $$tags $$unique
  2433. + $$unique
  2434. GTAGS:
  2435. here=`$(am__cd) $(top_builddir) && pwd` \
  2436. - && cd $(top_srcdir) \
  2437. - && gtags -i $(GTAGS_ARGS) $$here
  2438. + && $(am__cd) $(top_srcdir) \
  2439. + && gtags -i $(GTAGS_ARGS) "$$here"
  2440. distclean-tags:
  2441. -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
  2442. @@ -1011,6 +1036,7 @@
  2443. @failed=0; all=0; xfail=0; xpass=0; skip=0; \
  2444. srcdir=$(srcdir); export srcdir; \
  2445. list=' $(TESTS) '; \
  2446. + $(am__tty_colors); \
  2447. if test -n "$$list"; then \
  2448. for tst in $$list; do \
  2449. if test -f ./$$tst; then dir=./; \
  2450. @@ -1022,10 +1048,10 @@
  2451. *[\ \ ]$$tst[\ \ ]*) \
  2452. xpass=`expr $$xpass + 1`; \
  2453. failed=`expr $$failed + 1`; \
  2454. - echo "XPASS: $$tst"; \
  2455. + col=$$red; res=XPASS; \
  2456. ;; \
  2457. *) \
  2458. - echo "PASS: $$tst"; \
  2459. + col=$$grn; res=PASS; \
  2460. ;; \
  2461. esac; \
  2462. elif test $$? -ne 77; then \
  2463. @@ -1033,17 +1059,18 @@
  2464. case " $(XFAIL_TESTS) " in \
  2465. *[\ \ ]$$tst[\ \ ]*) \
  2466. xfail=`expr $$xfail + 1`; \
  2467. - echo "XFAIL: $$tst"; \
  2468. + col=$$lgn; res=XFAIL; \
  2469. ;; \
  2470. *) \
  2471. failed=`expr $$failed + 1`; \
  2472. - echo "FAIL: $$tst"; \
  2473. + col=$$red; res=FAIL; \
  2474. ;; \
  2475. esac; \
  2476. else \
  2477. skip=`expr $$skip + 1`; \
  2478. - echo "SKIP: $$tst"; \
  2479. + col=$$blu; res=SKIP; \
  2480. fi; \
  2481. + echo "$${col}$$res$${std}: $$tst"; \
  2482. done; \
  2483. if test "$$all" -eq 1; then \
  2484. tests="test"; \
  2485. @@ -1085,11 +1112,15 @@
  2486. dashes="$$report"; \
  2487. fi; \
  2488. dashes=`echo "$$dashes" | sed s/./=/g`; \
  2489. - echo "$$dashes"; \
  2490. + if test "$$failed" -eq 0; then \
  2491. + echo "$$grn$$dashes"; \
  2492. + else \
  2493. + echo "$$red$$dashes"; \
  2494. + fi; \
  2495. echo "$$banner"; \
  2496. test -z "$$skipped" || echo "$$skipped"; \
  2497. test -z "$$report" || echo "$$report"; \
  2498. - echo "$$dashes"; \
  2499. + echo "$$dashes$$std"; \
  2500. test "$$failed" -eq 0; \
  2501. else :; fi
  2502. @@ -1109,13 +1140,17 @@
  2503. if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
  2504. if test -d $$d/$$file; then \
  2505. dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
  2506. + if test -d "$(distdir)/$$file"; then \
  2507. + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  2508. + fi; \
  2509. if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
  2510. - cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
  2511. + cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
  2512. + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  2513. fi; \
  2514. - cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
  2515. + cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
  2516. else \
  2517. - test -f $(distdir)/$$file \
  2518. - || cp -p $$d/$$file $(distdir)/$$file \
  2519. + test -f "$(distdir)/$$file" \
  2520. + || cp -p $$d/$$file "$(distdir)/$$file" \
  2521. || exit 1; \
  2522. fi; \
  2523. done
  2524. @@ -1148,6 +1183,7 @@
  2525. distclean-generic:
  2526. -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
  2527. + -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
  2528. maintainer-clean-generic:
  2529. @echo "This command is intended for maintainers to use"
  2530. @@ -1168,6 +1204,8 @@
  2531. html: html-am
  2532. +html-am:
  2533. +
  2534. info: info-am
  2535. info-am:
  2536. @@ -1176,18 +1214,28 @@
  2537. install-dvi: install-dvi-am
  2538. +install-dvi-am:
  2539. +
  2540. install-exec-am: install-binPROGRAMS
  2541. install-html: install-html-am
  2542. +install-html-am:
  2543. +
  2544. install-info: install-info-am
  2545. +install-info-am:
  2546. +
  2547. install-man:
  2548. install-pdf: install-pdf-am
  2549. +install-pdf-am:
  2550. +
  2551. install-ps: install-ps-am
  2552. +install-ps-am:
  2553. +
  2554. installcheck-am:
  2555. maintainer-clean: maintainer-clean-am
  2556. @@ -1209,7 +1257,7 @@
  2557. uninstall-am: uninstall-binPROGRAMS
  2558. -.MAKE: install-am install-strip
  2559. +.MAKE: check-am install-am install-strip
  2560. .PHONY: CTAGS GTAGS all all-am check check-TESTS check-am clean \
  2561. clean-binPROGRAMS clean-generic ctags distclean \
  2562. @@ -1224,6 +1272,7 @@
  2563. mostlyclean-compile mostlyclean-generic pdf pdf-am ps ps-am \
  2564. tags uninstall uninstall-am uninstall-binPROGRAMS
  2565. +
  2566. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  2567. # Otherwise a system limit (for SysV at least) may be exceeded.
  2568. .NOEXPORT: