Codebase list sugar-toolkit-gtk3 / 7ad5242
New upstream version 0.119 Jonas Smedegaard 1 year, 11 months ago
25 changed file(s) with 966 addition(s) and 631 deletion(s). Raw diff Collapse all Expand all
0 # Makefile.in generated by automake 1.15.1 from Makefile.am.
0 # Makefile.in generated by automake 1.16.1 from Makefile.am.
11 # @configure_input@
22
3 # Copyright (C) 1994-2017 Free Software Foundation, Inc.
3 # Copyright (C) 1994-2018 Free Software Foundation, Inc.
44
55 # This Makefile.in is free software; the Free Software Foundation
66 # gives unlimited permission to copy and/or distribute it,
136136 $(RECURSIVE_CLEAN_TARGETS) \
137137 $(am__extra_recursive_targets)
138138 AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
139 cscope distdir dist dist-all distcheck
139 cscope distdir distdir-am dist dist-all distcheck
140140 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
141141 # Read a list of newline-separated strings from the standard input,
142142 # and print each of them once, without duplicates. Input order is
315315 VERSION = @VERSION@
316316 WARN_CFLAGS = @WARN_CFLAGS@
317317 XGETTEXT = @XGETTEXT@
318 _GI_EXP_DATADIR = @_GI_EXP_DATADIR@
319 _GI_EXP_LIBDIR = @_GI_EXP_LIBDIR@
318320 abs_builddir = @abs_builddir@
319321 abs_srcdir = @abs_srcdir@
320322 abs_top_builddir = @abs_top_builddir@
411413 echo ' $(SHELL) ./config.status'; \
412414 $(SHELL) ./config.status;; \
413415 *) \
414 echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
415 cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
416 echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__maybe_remake_depfiles)'; \
417 cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__maybe_remake_depfiles);; \
416418 esac;
417419
418420 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
539541 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
540542 -rm -f cscope.out cscope.in.out cscope.po.out cscope.files
541543
542 distdir: $(DISTFILES)
544 distdir: $(BUILT_SOURCES)
545 $(MAKE) $(AM_MAKEFLAGS) distdir-am
546
547 distdir-am: $(DISTFILES)
543548 $(am__remove_distdir)
544549 test -d "$(distdir)" || mkdir "$(distdir)"
545550 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
0 # generated automatically by aclocal 1.15.1 -*- Autoconf -*-
1
2 # Copyright (C) 1996-2017 Free Software Foundation, Inc.
0 # generated automatically by aclocal 1.16.1 -*- Autoconf -*-
1
2 # Copyright (C) 1996-2018 Free Software Foundation, Inc.
33
44 # This file is free software; the Free Software Foundation
55 # gives unlimited permission to copy and/or distribute it,
516516
517517 # serial 1
518518
519 dnl This is a copy of AS_AC_EXPAND
520 dnl
521 dnl (C) 2003, 2004, 2005 Thomas Vander Stichele <thomas at apestaart dot org>
522 dnl Copying and distribution of this file, with or without modification,
523 dnl are permitted in any medium without royalty provided the copyright
524 dnl notice and this notice are preserved.
525 m4_define([_GOBJECT_INTROSPECTION_AS_AC_EXPAND],
526 [
527 EXP_VAR=[$1]
528 FROM_VAR=[$2]
529
530 dnl first expand prefix and exec_prefix if necessary
531 prefix_save=$prefix
532 exec_prefix_save=$exec_prefix
533
534 dnl if no prefix given, then use /usr/local, the default prefix
535 if test "x$prefix" = "xNONE"; then
536 prefix="$ac_default_prefix"
537 fi
538 dnl if no exec_prefix given, then use prefix
539 if test "x$exec_prefix" = "xNONE"; then
540 exec_prefix=$prefix
541 fi
542
543 full_var="$FROM_VAR"
544 dnl loop until it doesn't change anymore
545 while true; do
546 new_full_var="`eval echo $full_var`"
547 if test "x$new_full_var" = "x$full_var"; then break; fi
548 full_var=$new_full_var
549 done
550
551 dnl clean up
552 full_var=$new_full_var
553 AC_SUBST([$1], "$full_var")
554
555 dnl restore prefix and exec_prefix
556 prefix=$prefix_save
557 exec_prefix=$exec_prefix_save
558 ])
559
519560 m4_define([_GOBJECT_INTROSPECTION_CHECK_INTERNAL],
520561 [
521562 AC_BEFORE([AC_PROG_LIBTOOL],[$0])dnl setup libtool first
558599
559600 AC_MSG_RESULT([$found_introspection])
560601
602 dnl expand datadir/libdir so we can pass them to pkg-config
603 dnl and get paths relative to our target directories
604 _GOBJECT_INTROSPECTION_AS_AC_EXPAND(_GI_EXP_DATADIR, "$datadir")
605 _GOBJECT_INTROSPECTION_AS_AC_EXPAND(_GI_EXP_LIBDIR, "$libdir")
606
561607 INTROSPECTION_SCANNER=
562608 INTROSPECTION_COMPILER=
563609 INTROSPECTION_GENERATE=
564610 INTROSPECTION_GIRDIR=
565611 INTROSPECTION_TYPELIBDIR=
566612 if test "x$found_introspection" = "xyes"; then
567 INTROSPECTION_SCANNER=`$PKG_CONFIG --variable=g_ir_scanner gobject-introspection-1.0`
568 INTROSPECTION_COMPILER=`$PKG_CONFIG --variable=g_ir_compiler gobject-introspection-1.0`
569 INTROSPECTION_GENERATE=`$PKG_CONFIG --variable=g_ir_generate gobject-introspection-1.0`
570 INTROSPECTION_GIRDIR=`$PKG_CONFIG --variable=girdir gobject-introspection-1.0`
571 INTROSPECTION_TYPELIBDIR="$($PKG_CONFIG --variable=typelibdir gobject-introspection-1.0)"
613 INTROSPECTION_SCANNER=$PKG_CONFIG_SYSROOT_DIR`$PKG_CONFIG --variable=g_ir_scanner gobject-introspection-1.0`
614 INTROSPECTION_COMPILER=$PKG_CONFIG_SYSROOT_DIR`$PKG_CONFIG --variable=g_ir_compiler gobject-introspection-1.0`
615 INTROSPECTION_GENERATE=$PKG_CONFIG_SYSROOT_DIR`$PKG_CONFIG --variable=g_ir_generate gobject-introspection-1.0`
616 INTROSPECTION_GIRDIR=`$PKG_CONFIG --define-variable=datadir="${_GI_EXP_DATADIR}" --variable=girdir gobject-introspection-1.0`
617 INTROSPECTION_TYPELIBDIR="$($PKG_CONFIG --define-variable=libdir="${_GI_EXP_LIBDIR}" --variable=typelibdir gobject-introspection-1.0)"
572618 INTROSPECTION_CFLAGS=`$PKG_CONFIG --cflags gobject-introspection-1.0`
573619 INTROSPECTION_LIBS=`$PKG_CONFIG --libs gobject-introspection-1.0`
574 INTROSPECTION_MAKEFILE=`$PKG_CONFIG --variable=datadir gobject-introspection-1.0`/gobject-introspection-1.0/Makefile.introspection
620 INTROSPECTION_MAKEFILE=$PKG_CONFIG_SYSROOT_DIR`$PKG_CONFIG --variable=datadir gobject-introspection-1.0`/gobject-introspection-1.0/Makefile.introspection
575621 fi
576622 AC_SUBST(INTROSPECTION_SCANNER)
577623 AC_SUBST(INTROSPECTION_COMPILER)
912958 AS_VAR_IF([$1], [""], [$5], [$4])dnl
913959 ])dnl PKG_CHECK_VAR
914960
915 # Copyright (C) 2002-2017 Free Software Foundation, Inc.
961 # Copyright (C) 2002-2018 Free Software Foundation, Inc.
916962 #
917963 # This file is free software; the Free Software Foundation
918964 # gives unlimited permission to copy and/or distribute it,
924970 # generated from the m4 files accompanying Automake X.Y.
925971 # (This private macro should not be called outside this file.)
926972 AC_DEFUN([AM_AUTOMAKE_VERSION],
927 [am__api_version='1.15'
973 [am__api_version='1.16'
928974 dnl Some users find AM_AUTOMAKE_VERSION and mistake it for a way to
929975 dnl require some minimum version. Point them to the right macro.
930 m4_if([$1], [1.15.1], [],
976 m4_if([$1], [1.16.1], [],
931977 [AC_FATAL([Do not call $0, use AM_INIT_AUTOMAKE([$1]).])])dnl
932978 ])
933979
943989 # Call AM_AUTOMAKE_VERSION and AM_AUTOMAKE_VERSION so they can be traced.
944990 # This function is AC_REQUIREd by AM_INIT_AUTOMAKE.
945991 AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION],
946 [AM_AUTOMAKE_VERSION([1.15.1])dnl
992 [AM_AUTOMAKE_VERSION([1.16.1])dnl
947993 m4_ifndef([AC_AUTOCONF_VERSION],
948994 [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl
949995 _AM_AUTOCONF_VERSION(m4_defn([AC_AUTOCONF_VERSION]))])
950996
951997 # AM_AUX_DIR_EXPAND -*- Autoconf -*-
952998
953 # Copyright (C) 2001-2017 Free Software Foundation, Inc.
999 # Copyright (C) 2001-2018 Free Software Foundation, Inc.
9541000 #
9551001 # This file is free software; the Free Software Foundation
9561002 # gives unlimited permission to copy and/or distribute it,
10021048
10031049 # AM_CONDITIONAL -*- Autoconf -*-
10041050
1005 # Copyright (C) 1997-2017 Free Software Foundation, Inc.
1051 # Copyright (C) 1997-2018 Free Software Foundation, Inc.
10061052 #
10071053 # This file is free software; the Free Software Foundation
10081054 # gives unlimited permission to copy and/or distribute it,
10331079 Usually this means the macro was only invoked conditionally.]])
10341080 fi])])
10351081
1036 # Copyright (C) 1999-2017 Free Software Foundation, Inc.
1082 # Copyright (C) 1999-2018 Free Software Foundation, Inc.
10371083 #
10381084 # This file is free software; the Free Software Foundation
10391085 # gives unlimited permission to copy and/or distribute it,
12241270
12251271 # Generate code to set up dependency tracking. -*- Autoconf -*-
12261272
1227 # Copyright (C) 1999-2017 Free Software Foundation, Inc.
1273 # Copyright (C) 1999-2018 Free Software Foundation, Inc.
12281274 #
12291275 # This file is free software; the Free Software Foundation
12301276 # gives unlimited permission to copy and/or distribute it,
12311277 # with or without modifications, as long as this notice is preserved.
1232
12331278
12341279 # _AM_OUTPUT_DEPENDENCY_COMMANDS
12351280 # ------------------------------
12381283 # Older Autoconf quotes --file arguments for eval, but not when files
12391284 # are listed without --file. Let's play safe and only enable the eval
12401285 # if we detect the quoting.
1241 case $CONFIG_FILES in
1242 *\'*) eval set x "$CONFIG_FILES" ;;
1243 *) set x $CONFIG_FILES ;;
1244 esac
1286 # TODO: see whether this extra hack can be removed once we start
1287 # requiring Autoconf 2.70 or later.
1288 AS_CASE([$CONFIG_FILES],
1289 [*\'*], [eval set x "$CONFIG_FILES"],
1290 [*], [set x $CONFIG_FILES])
12451291 shift
1246 for mf
1292 # Used to flag and report bootstrapping failures.
1293 am_rc=0
1294 for am_mf
12471295 do
12481296 # Strip MF so we end up with the name of the file.
1249 mf=`echo "$mf" | sed -e 's/:.*$//'`
1250 # Check whether this is an Automake generated Makefile or not.
1251 # We used to match only the files named 'Makefile.in', but
1252 # some people rename them; so instead we look at the file content.
1253 # Grep'ing the first line is not enough: some people post-process
1254 # each Makefile.in and add a new line on top of each file to say so.
1255 # Grep'ing the whole file is not good either: AIX grep has a line
1297 am_mf=`AS_ECHO(["$am_mf"]) | sed -e 's/:.*$//'`
1298 # Check whether this is an Automake generated Makefile which includes
1299 # dependency-tracking related rules and includes.
1300 # Grep'ing the whole file directly is not great: AIX grep has a line
12561301 # limit of 2048, but all sed's we know have understand at least 4000.
1257 if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
1258 dirpart=`AS_DIRNAME("$mf")`
1259 else
1260 continue
1261 fi
1262 # Extract the definition of DEPDIR, am__include, and am__quote
1263 # from the Makefile without running 'make'.
1264 DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
1265 test -z "$DEPDIR" && continue
1266 am__include=`sed -n 's/^am__include = //p' < "$mf"`
1267 test -z "$am__include" && continue
1268 am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
1269 # Find all dependency output files, they are included files with
1270 # $(DEPDIR) in their names. We invoke sed twice because it is the
1271 # simplest approach to changing $(DEPDIR) to its actual value in the
1272 # expansion.
1273 for file in `sed -n "
1274 s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
1275 sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g'`; do
1276 # Make sure the directory exists.
1277 test -f "$dirpart/$file" && continue
1278 fdir=`AS_DIRNAME(["$file"])`
1279 AS_MKDIR_P([$dirpart/$fdir])
1280 # echo "creating $dirpart/$file"
1281 echo '# dummy' > "$dirpart/$file"
1282 done
1302 sed -n 's,^am--depfiles:.*,X,p' "$am_mf" | grep X >/dev/null 2>&1 \
1303 || continue
1304 am_dirpart=`AS_DIRNAME(["$am_mf"])`
1305 am_filepart=`AS_BASENAME(["$am_mf"])`
1306 AM_RUN_LOG([cd "$am_dirpart" \
1307 && sed -e '/# am--include-marker/d' "$am_filepart" \
1308 | $MAKE -f - am--depfiles]) || am_rc=$?
12831309 done
1310 if test $am_rc -ne 0; then
1311 AC_MSG_FAILURE([Something went wrong bootstrapping makefile fragments
1312 for automatic dependency tracking. Try re-running configure with the
1313 '--disable-dependency-tracking' option to at least be able to build
1314 the package (albeit without support for automatic dependency tracking).])
1315 fi
1316 AS_UNSET([am_dirpart])
1317 AS_UNSET([am_filepart])
1318 AS_UNSET([am_mf])
1319 AS_UNSET([am_rc])
1320 rm -f conftest-deps.mk
12841321 }
12851322 ])# _AM_OUTPUT_DEPENDENCY_COMMANDS
12861323
12891326 # -----------------------------
12901327 # This macro should only be invoked once -- use via AC_REQUIRE.
12911328 #
1292 # This code is only required when automatic dependency tracking
1293 # is enabled. FIXME. This creates each '.P' file that we will
1294 # need in order to bootstrap the dependency handling code.
1329 # This code is only required when automatic dependency tracking is enabled.
1330 # This creates each '.Po' and '.Plo' makefile fragment that we'll need in
1331 # order to bootstrap the dependency handling code.
12951332 AC_DEFUN([AM_OUTPUT_DEPENDENCY_COMMANDS],
12961333 [AC_CONFIG_COMMANDS([depfiles],
12971334 [test x"$AMDEP_TRUE" != x"" || _AM_OUTPUT_DEPENDENCY_COMMANDS],
1298 [AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"])
1299 ])
1335 [AMDEP_TRUE="$AMDEP_TRUE" MAKE="${MAKE-make}"])])
13001336
13011337 # Do all the work for Automake. -*- Autoconf -*-
13021338
1303 # Copyright (C) 1996-2017 Free Software Foundation, Inc.
1339 # Copyright (C) 1996-2018 Free Software Foundation, Inc.
13041340 #
13051341 # This file is free software; the Free Software Foundation
13061342 # gives unlimited permission to copy and/or distribute it,
13871423 AC_REQUIRE([AC_PROG_MKDIR_P])dnl
13881424 # For better backward compatibility. To be removed once Automake 1.9.x
13891425 # dies out for good. For more background, see:
1390 # <http://lists.gnu.org/archive/html/automake/2012-07/msg00001.html>
1391 # <http://lists.gnu.org/archive/html/automake/2012-07/msg00014.html>
1426 # <https://lists.gnu.org/archive/html/automake/2012-07/msg00001.html>
1427 # <https://lists.gnu.org/archive/html/automake/2012-07/msg00014.html>
13921428 AC_SUBST([mkdir_p], ['$(MKDIR_P)'])
13931429 # We need awk for the "check" target (and possibly the TAP driver). The
13941430 # system "awk" is bad on some platforms.
14551491 Aborting the configuration process, to ensure you take notice of the issue.
14561492
14571493 You can download and install GNU coreutils to get an 'rm' implementation
1458 that behaves properly: <http://www.gnu.org/software/coreutils/>.
1494 that behaves properly: <https://www.gnu.org/software/coreutils/>.
14591495
14601496 If you want to complete the configuration process using your problematic
14611497 'rm' anyway, export the environment variable ACCEPT_INFERIOR_RM_PROGRAM
14971533 done
14981534 echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count])
14991535
1500 # Copyright (C) 2001-2017 Free Software Foundation, Inc.
1536 # Copyright (C) 2001-2018 Free Software Foundation, Inc.
15011537 #
15021538 # This file is free software; the Free Software Foundation
15031539 # gives unlimited permission to copy and/or distribute it,
15181554 fi
15191555 AC_SUBST([install_sh])])
15201556
1521 # Copyright (C) 2003-2017 Free Software Foundation, Inc.
1557 # Copyright (C) 2003-2018 Free Software Foundation, Inc.
15221558 #
15231559 # This file is free software; the Free Software Foundation
15241560 # gives unlimited permission to copy and/or distribute it,
15401576 # Add --enable-maintainer-mode option to configure. -*- Autoconf -*-
15411577 # From Jim Meyering
15421578
1543 # Copyright (C) 1996-2017 Free Software Foundation, Inc.
1579 # Copyright (C) 1996-2018 Free Software Foundation, Inc.
15441580 #
15451581 # This file is free software; the Free Software Foundation
15461582 # gives unlimited permission to copy and/or distribute it,
15751611
15761612 # Check to see how 'make' treats includes. -*- Autoconf -*-
15771613
1578 # Copyright (C) 2001-2017 Free Software Foundation, Inc.
1614 # Copyright (C) 2001-2018 Free Software Foundation, Inc.
15791615 #
15801616 # This file is free software; the Free Software Foundation
15811617 # gives unlimited permission to copy and/or distribute it,
15831619
15841620 # AM_MAKE_INCLUDE()
15851621 # -----------------
1586 # Check to see how make treats includes.
1622 # Check whether make has an 'include' directive that can support all
1623 # the idioms we need for our automatic dependency tracking code.
15871624 AC_DEFUN([AM_MAKE_INCLUDE],
1588 [am_make=${MAKE-make}
1589 cat > confinc << 'END'
1625 [AC_MSG_CHECKING([whether ${MAKE-make} supports the include directive])
1626 cat > confinc.mk << 'END'
15901627 am__doit:
1591 @echo this is the am__doit target
1628 @echo this is the am__doit target >confinc.out
15921629 .PHONY: am__doit
15931630 END
1594 # If we don't find an include directive, just comment out the code.
1595 AC_MSG_CHECKING([for style of include used by $am_make])
15961631 am__include="#"
15971632 am__quote=
1598 _am_result=none
1599 # First try GNU make style include.
1600 echo "include confinc" > confmf
1601 # Ignore all kinds of additional output from 'make'.
1602 case `$am_make -s -f confmf 2> /dev/null` in #(
1603 *the\ am__doit\ target*)
1604 am__include=include
1605 am__quote=
1606 _am_result=GNU
1607 ;;
1608 esac
1609 # Now try BSD make style include.
1610 if test "$am__include" = "#"; then
1611 echo '.include "confinc"' > confmf
1612 case `$am_make -s -f confmf 2> /dev/null` in #(
1613 *the\ am__doit\ target*)
1614 am__include=.include
1615 am__quote="\""
1616 _am_result=BSD
1617 ;;
1618 esac
1619 fi
1620 AC_SUBST([am__include])
1621 AC_SUBST([am__quote])
1622 AC_MSG_RESULT([$_am_result])
1623 rm -f confinc confmf
1624 ])
1633 # BSD make does it like this.
1634 echo '.include "confinc.mk" # ignored' > confmf.BSD
1635 # Other make implementations (GNU, Solaris 10, AIX) do it like this.
1636 echo 'include confinc.mk # ignored' > confmf.GNU
1637 _am_result=no
1638 for s in GNU BSD; do
1639 AM_RUN_LOG([${MAKE-make} -f confmf.$s && cat confinc.out])
1640 AS_CASE([$?:`cat confinc.out 2>/dev/null`],
1641 ['0:this is the am__doit target'],
1642 [AS_CASE([$s],
1643 [BSD], [am__include='.include' am__quote='"'],
1644 [am__include='include' am__quote=''])])
1645 if test "$am__include" != "#"; then
1646 _am_result="yes ($s style)"
1647 break
1648 fi
1649 done
1650 rm -f confinc.* confmf.*
1651 AC_MSG_RESULT([${_am_result}])
1652 AC_SUBST([am__include])])
1653 AC_SUBST([am__quote])])
16251654
16261655 # Fake the existence of programs that GNU maintainers use. -*- Autoconf -*-
16271656
1628 # Copyright (C) 1997-2017 Free Software Foundation, Inc.
1657 # Copyright (C) 1997-2018 Free Software Foundation, Inc.
16291658 #
16301659 # This file is free software; the Free Software Foundation
16311660 # gives unlimited permission to copy and/or distribute it,
16641693
16651694 # Helper functions for option handling. -*- Autoconf -*-
16661695
1667 # Copyright (C) 2001-2017 Free Software Foundation, Inc.
1696 # Copyright (C) 2001-2018 Free Software Foundation, Inc.
16681697 #
16691698 # This file is free software; the Free Software Foundation
16701699 # gives unlimited permission to copy and/or distribute it,
16931722 AC_DEFUN([_AM_IF_OPTION],
16941723 [m4_ifset(_AM_MANGLE_OPTION([$1]), [$2], [$3])])
16951724
1696 # Copyright (C) 1999-2017 Free Software Foundation, Inc.
1725 # Copyright (C) 1999-2018 Free Software Foundation, Inc.
16971726 #
16981727 # This file is free software; the Free Software Foundation
16991728 # gives unlimited permission to copy and/or distribute it,
17401769 # For backward compatibility.
17411770 AC_DEFUN_ONCE([AM_PROG_CC_C_O], [AC_REQUIRE([AC_PROG_CC])])
17421771
1743 # Copyright (C) 1999-2017 Free Software Foundation, Inc.
1772 # Copyright (C) 1999-2018 Free Software Foundation, Inc.
17441773 #
17451774 # This file is free software; the Free Software Foundation
17461775 # gives unlimited permission to copy and/or distribute it,
17731802 [
17741803 dnl Find a Python interpreter. Python versions prior to 2.0 are not
17751804 dnl supported. (2.0 was released on October 16, 2000).
1776 dnl FIXME: Remove the need to hard-code Python versions here.
17771805 m4_define_default([_AM_PYTHON_INTERPRETER_LIST],
1778 [python python2 python3 python3.8 python3.7 python3.6 python3.5 python3.4 python3.3 python3.2 python3.1 python3.0 python2.7 dnl
1779 python2.6 python2.5 python2.4 python2.3 python2.2 python2.1 python2.0])
1806 [python python2 python3 dnl
1807 python3.9 python3.8 python3.7 python3.6 python3.5 python3.4 python3.3 dnl
1808 python3.2 python3.1 python3.0 dnl
1809 python2.7 python2.6 python2.5 python2.4 python2.3 python2.2 python2.1 dnl
1810 python2.0])
17801811
17811812 AC_ARG_VAR([PYTHON], [the Python interpreter])
17821813
19762007 sys.exit(sys.hexversion < minverhex)"
19772008 AS_IF([AM_RUN_LOG([$1 -c "$prog"])], [$3], [$4])])
19782009
1979 # Copyright (C) 2001-2017 Free Software Foundation, Inc.
2010 # Copyright (C) 2001-2018 Free Software Foundation, Inc.
19802011 #
19812012 # This file is free software; the Free Software Foundation
19822013 # gives unlimited permission to copy and/or distribute it,
19952026
19962027 # Check to make sure that the build environment is sane. -*- Autoconf -*-
19972028
1998 # Copyright (C) 1996-2017 Free Software Foundation, Inc.
2029 # Copyright (C) 1996-2018 Free Software Foundation, Inc.
19992030 #
20002031 # This file is free software; the Free Software Foundation
20012032 # gives unlimited permission to copy and/or distribute it,
20762107 rm -f conftest.file
20772108 ])
20782109
2079 # Copyright (C) 2009-2017 Free Software Foundation, Inc.
2110 # Copyright (C) 2009-2018 Free Software Foundation, Inc.
20802111 #
20812112 # This file is free software; the Free Software Foundation
20822113 # gives unlimited permission to copy and/or distribute it,
21362167 _AM_SUBST_NOTMAKE([AM_BACKSLASH])dnl
21372168 ])
21382169
2139 # Copyright (C) 2001-2017 Free Software Foundation, Inc.
2170 # Copyright (C) 2001-2018 Free Software Foundation, Inc.
21402171 #
21412172 # This file is free software; the Free Software Foundation
21422173 # gives unlimited permission to copy and/or distribute it,
21642195 INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s"
21652196 AC_SUBST([INSTALL_STRIP_PROGRAM])])
21662197
2167 # Copyright (C) 2006-2017 Free Software Foundation, Inc.
2198 # Copyright (C) 2006-2018 Free Software Foundation, Inc.
21682199 #
21692200 # This file is free software; the Free Software Foundation
21702201 # gives unlimited permission to copy and/or distribute it,
21832214
21842215 # Check how to create a tarball. -*- Autoconf -*-
21852216
2186 # Copyright (C) 2004-2017 Free Software Foundation, Inc.
2217 # Copyright (C) 2004-2018 Free Software Foundation, Inc.
21872218 #
21882219 # This file is free software; the Free Software Foundation
21892220 # gives unlimited permission to copy and/or distribute it,
0 # Makefile.in generated by automake 1.15.1 from Makefile.am.
0 # Makefile.in generated by automake 1.16.1 from Makefile.am.
11 # @configure_input@
22
3 # Copyright (C) 1994-2017 Free Software Foundation, Inc.
3 # Copyright (C) 1994-2018 Free Software Foundation, Inc.
44
55 # This Makefile.in is free software; the Free Software Foundation
66 # gives unlimited permission to copy and/or distribute it,
265265 VERSION = @VERSION@
266266 WARN_CFLAGS = @WARN_CFLAGS@
267267 XGETTEXT = @XGETTEXT@
268 _GI_EXP_DATADIR = @_GI_EXP_DATADIR@
269 _GI_EXP_LIBDIR = @_GI_EXP_LIBDIR@
268270 abs_builddir = @abs_builddir@
269271 abs_srcdir = @abs_srcdir@
270272 abs_top_builddir = @abs_top_builddir@
345347 *config.status*) \
346348 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
347349 *) \
348 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
349 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
350 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \
351 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \
350352 esac;
351353
352354 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
405407 cscope cscopelist:
406408
407409
408 distdir: $(DISTFILES)
410 distdir: $(BUILT_SOURCES)
411 $(MAKE) $(AM_MAKEFLAGS) distdir-am
412
413 distdir-am: $(DISTFILES)
409414 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
410415 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
411416 list='$(DISTFILES)'; \
00 #! /bin/sh
11 # Wrapper for compilers which do not understand '-c -o'.
22
3 scriptversion=2012-10-14.11; # UTC
4
5 # Copyright (C) 1999-2014 Free Software Foundation, Inc.
3 scriptversion=2018-03-07.03; # UTC
4
5 # Copyright (C) 1999-2018 Free Software Foundation, Inc.
66 # Written by Tom Tromey <tromey@cygnus.com>.
77 #
88 # This program is free software; you can redistribute it and/or modify
1616 # GNU General Public License for more details.
1717 #
1818 # You should have received a copy of the GNU General Public License
19 # along with this program. If not, see <http://www.gnu.org/licenses/>.
19 # along with this program. If not, see <https://www.gnu.org/licenses/>.
2020
2121 # As a special exception to the GNU General Public License, if you
2222 # distribute this file as part of a program that contains a
254254 echo "compile $scriptversion"
255255 exit $?
256256 ;;
257 cl | *[/\\]cl | cl.exe | *[/\\]cl.exe )
257 cl | *[/\\]cl | cl.exe | *[/\\]cl.exe | \
258 icl | *[/\\]icl | icl.exe | *[/\\]icl.exe )
258259 func_cl_wrapper "$@" # Doesn't return...
259260 ;;
260261 esac
338339 # Local Variables:
339340 # mode: shell-script
340341 # sh-indentation: 2
341 # eval: (add-hook 'write-file-hooks 'time-stamp)
342 # eval: (add-hook 'before-save-hook 'time-stamp)
342343 # time-stamp-start: "scriptversion="
343344 # time-stamp-format: "%:y-%02m-%02d.%02H"
344 # time-stamp-time-zone: "UTC"
345 # time-stamp-time-zone: "UTC0"
345346 # time-stamp-end: "; # UTC"
346347 # End:
00 #! /bin/sh
11 # Guess values for system-dependent variables and create Makefiles.
2 # Generated by GNU Autoconf 2.69 for sugar-toolkit-gtk3 0.118.
2 # Generated by GNU Autoconf 2.69 for sugar-toolkit-gtk3 0.119.
33 #
44 #
55 # Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
586586 # Identity of this package.
587587 PACKAGE_NAME='sugar-toolkit-gtk3'
588588 PACKAGE_TARNAME='sugar-toolkit-gtk3'
589 PACKAGE_VERSION='0.118'
590 PACKAGE_STRING='sugar-toolkit-gtk3 0.118'
589 PACKAGE_VERSION='0.119'
590 PACKAGE_STRING='sugar-toolkit-gtk3 0.119'
591591 PACKAGE_BUGREPORT=''
592592 PACKAGE_URL=''
593593
642642 INTROSPECTION_GENERATE
643643 INTROSPECTION_COMPILER
644644 INTROSPECTION_SCANNER
645 _GI_EXP_LIBDIR
646 _GI_EXP_DATADIR
645647 MKINSTALLDIRS
646648 POSUB
647649 POFILES
737739 AMDEPBACKSLASH
738740 AMDEP_FALSE
739741 AMDEP_TRUE
740 am__quote
741742 am__include
742743 DEPDIR
743744 OBJEXT
824825 PACKAGE_TARNAME
825826 PACKAGE_NAME
826827 PATH_SEPARATOR
827 SHELL'
828 SHELL
829 am__quote'
828830 ac_subst_files=''
829831 ac_user_opts='
830832 enable_option_checking
14111413 # Omit some internal or obsolete options to make the list less imposing.
14121414 # This message is too long to be a string in the A/UX 3.1 sh.
14131415 cat <<_ACEOF
1414 \`configure' configures sugar-toolkit-gtk3 0.118 to adapt to many kinds of systems.
1416 \`configure' configures sugar-toolkit-gtk3 0.119 to adapt to many kinds of systems.
14151417
14161418 Usage: $0 [OPTION]... [VAR=VALUE]...
14171419
14831485
14841486 if test -n "$ac_init_help"; then
14851487 case $ac_init_help in
1486 short | recursive ) echo "Configuration of sugar-toolkit-gtk3 0.118:";;
1488 short | recursive ) echo "Configuration of sugar-toolkit-gtk3 0.119:";;
14871489 esac
14881490 cat <<\_ACEOF
14891491
16101612 test -n "$ac_init_help" && exit $ac_status
16111613 if $ac_init_version; then
16121614 cat <<\_ACEOF
1613 sugar-toolkit-gtk3 configure 0.118
1615 sugar-toolkit-gtk3 configure 0.119
16141616 generated by GNU Autoconf 2.69
16151617
16161618 Copyright (C) 2012 Free Software Foundation, Inc.
19751977 This file contains any messages produced by compilers while
19761978 running configure, to aid debugging if configure makes a mistake.
19771979
1978 It was created by sugar-toolkit-gtk3 $as_me 0.118, which was
1980 It was created by sugar-toolkit-gtk3 $as_me 0.119, which was
19791981 generated by GNU Autoconf 2.69. Invocation command line was
19801982
19811983 $ $0 $@
23292331
23302332
23312333
2332 am__api_version='1.15'
2334 am__api_version='1.16'
23332335
23342336 ac_aux_dir=
23352337 for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
28442846
28452847 # Define the identity of the package.
28462848 PACKAGE='sugar-toolkit-gtk3'
2847 VERSION='0.118'
2849 VERSION='0.119'
28482850
28492851
28502852 cat >>confdefs.h <<_ACEOF
28742876
28752877 # For better backward compatibility. To be removed once Automake 1.9.x
28762878 # dies out for good. For more background, see:
2877 # <http://lists.gnu.org/archive/html/automake/2012-07/msg00001.html>
2878 # <http://lists.gnu.org/archive/html/automake/2012-07/msg00014.html>
2879 # <https://lists.gnu.org/archive/html/automake/2012-07/msg00001.html>
2880 # <https://lists.gnu.org/archive/html/automake/2012-07/msg00014.html>
28792881 mkdir_p='$(MKDIR_P)'
28802882
28812883 # We need awk for the "check" target (and possibly the TAP driver). The
29262928 Aborting the configuration process, to ensure you take notice of the issue.
29272929
29282930 You can download and install GNU coreutils to get an 'rm' implementation
2929 that behaves properly: <http://www.gnu.org/software/coreutils/>.
2931 that behaves properly: <https://www.gnu.org/software/coreutils/>.
29302932
29312933 If you want to complete the configuration process using your problematic
29322934 'rm' anyway, export the environment variable ACCEPT_INFERIOR_RM_PROGRAM
31613163
31623164 ac_config_commands="$ac_config_commands depfiles"
31633165
3164
3165 am_make=${MAKE-make}
3166 cat > confinc << 'END'
3166 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} supports the include directive" >&5
3167 $as_echo_n "checking whether ${MAKE-make} supports the include directive... " >&6; }
3168 cat > confinc.mk << 'END'
31673169 am__doit:
3168 @echo this is the am__doit target
3170 @echo this is the am__doit target >confinc.out
31693171 .PHONY: am__doit
31703172 END
3171 # If we don't find an include directive, just comment out the code.
3172 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for style of include used by $am_make" >&5
3173 $as_echo_n "checking for style of include used by $am_make... " >&6; }
31743173 am__include="#"
31753174 am__quote=
3176 _am_result=none
3177 # First try GNU make style include.
3178 echo "include confinc" > confmf
3179 # Ignore all kinds of additional output from 'make'.
3180 case `$am_make -s -f confmf 2> /dev/null` in #(
3181 *the\ am__doit\ target*)
3182 am__include=include
3183 am__quote=
3184 _am_result=GNU
3185 ;;
3175 # BSD make does it like this.
3176 echo '.include "confinc.mk" # ignored' > confmf.BSD
3177 # Other make implementations (GNU, Solaris 10, AIX) do it like this.
3178 echo 'include confinc.mk # ignored' > confmf.GNU
3179 _am_result=no
3180 for s in GNU BSD; do
3181 { echo "$as_me:$LINENO: ${MAKE-make} -f confmf.$s && cat confinc.out" >&5
3182 (${MAKE-make} -f confmf.$s && cat confinc.out) >&5 2>&5
3183 ac_status=$?
3184 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3185 (exit $ac_status); }
3186 case $?:`cat confinc.out 2>/dev/null` in #(
3187 '0:this is the am__doit target') :
3188 case $s in #(
3189 BSD) :
3190 am__include='.include' am__quote='"' ;; #(
3191 *) :
3192 am__include='include' am__quote='' ;;
3193 esac ;; #(
3194 *) :
3195 ;;
31863196 esac
3187 # Now try BSD make style include.
3188 if test "$am__include" = "#"; then
3189 echo '.include "confinc"' > confmf
3190 case `$am_make -s -f confmf 2> /dev/null` in #(
3191 *the\ am__doit\ target*)
3192 am__include=.include
3193 am__quote="\""
3194 _am_result=BSD
3195 ;;
3196 esac
3197 fi
3198
3199
3200 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $_am_result" >&5
3201 $as_echo "$_am_result" >&6; }
3202 rm -f confinc confmf
3197 if test "$am__include" != "#"; then
3198 _am_result="yes ($s style)"
3199 break
3200 fi
3201 done
3202 rm -f confinc.* confmf.*
3203 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ${_am_result}" >&5
3204 $as_echo "${_am_result}" >&6; }
32033205
32043206 # Check whether --enable-dependency-tracking was given.
32053207 if test "${enable_dependency_tracking+set}" = set; then :
57035705 fi
57045706
57055707 : ${AR=ar}
5706 : ${AR_FLAGS=cru}
5708 : ${AR_FLAGS=cr}
57075709
57085710
57095711
62046206 test $ac_status = 0; }; then
62056207 # Now try to grab the symbols.
62066208 nlist=conftest.nm
6207 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist\""; } >&5
6208 (eval $NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist) 2>&5
6209 ac_status=$?
6210 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6211 test $ac_status = 0; } && test -s "$nlist"; then
6209 $ECHO "$as_me:$LINENO: $NM conftest.$ac_objext | $lt_cv_sys_global_symbol_pipe > $nlist" >&5
6210 if eval "$NM" conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist 2>&5 && test -s "$nlist"; then
62126211 # Try sorting and uniquifying the output.
62136212 if sort "$nlist" | uniq > "$nlist"T; then
62146213 mv -f "$nlist"T "$nlist"
74277426 _LT_EOF
74287427 echo "$LTCC $LTCFLAGS -c -o conftest.o conftest.c" >&5
74297428 $LTCC $LTCFLAGS -c -o conftest.o conftest.c 2>&5
7430 echo "$AR cru libconftest.a conftest.o" >&5
7431 $AR cru libconftest.a conftest.o 2>&5
7429 echo "$AR cr libconftest.a conftest.o" >&5
7430 $AR cr libconftest.a conftest.o 2>&5
74327431 echo "$RANLIB libconftest.a" >&5
74337432 $RANLIB libconftest.a 2>&5
74347433 cat > conftest.c << _LT_EOF
85258524 ecc*)
85268525 lt_prog_compiler_wl='-Wl,'
85278526 lt_prog_compiler_pic='-KPIC'
8527 lt_prog_compiler_static='-static'
8528 ;;
8529 # flang / f18. f95 an alias for gfortran or flang on Debian
8530 flang* | f18* | f95*)
8531 lt_prog_compiler_wl='-Wl,'
8532 lt_prog_compiler_pic='-fPIC'
85288533 lt_prog_compiler_static='-static'
85298534 ;;
85308535 # icc used to be incompatible with GCC.
1229512300 $as_echo_n "(cached) " >&6
1229612301 else
1229712302
12298 for am_cv_pathless_PYTHON in python python2 python3 python3.8 python3.7 python3.6 python3.5 python3.4 python3.3 python3.2 python3.1 python3.0 python2.7 python2.6 python2.5 python2.4 python2.3 python2.2 python2.1 python2.0 none; do
12303 for am_cv_pathless_PYTHON in python python2 python3 python3.9 python3.8 python3.7 python3.6 python3.5 python3.4 python3.3 python3.2 python3.1 python3.0 python2.7 python2.6 python2.5 python2.4 python2.3 python2.2 python2.1 python2.0 none; do
1229912304 test "$am_cv_pathless_PYTHON" = none && break
1230012305 prog="import sys
1230112306 # split strings by '.' and convert to numeric. Append some zeros
1255812563 $as_echo_n "(cached) " >&6
1255912564 else
1256012565
12561 for am_cv_pathless_PYTHON in python python2 python3 python3.8 python3.7 python3.6 python3.5 python3.4 python3.3 python3.2 python3.1 python3.0 python2.7 python2.6 python2.5 python2.4 python2.3 python2.2 python2.1 python2.0 none; do
12566 for am_cv_pathless_PYTHON in python python2 python3 python3.9 python3.8 python3.7 python3.6 python3.5 python3.4 python3.3 python3.2 python3.1 python3.0 python2.7 python2.6 python2.5 python2.4 python2.3 python2.2 python2.1 python2.0 none; do
1256212567 test "$am_cv_pathless_PYTHON" = none && break
1256312568 prog="import sys
1256412569 # split strings by '.' and convert to numeric. Append some zeros
1438714392 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $found_introspection" >&5
1438814393 $as_echo "$found_introspection" >&6; }
1438914394
14395
14396 EXP_VAR=_GI_EXP_DATADIR
14397 FROM_VAR="$datadir"
14398
14399 prefix_save=$prefix
14400 exec_prefix_save=$exec_prefix
14401
14402 if test "x$prefix" = "xNONE"; then
14403 prefix="$ac_default_prefix"
14404 fi
14405 if test "x$exec_prefix" = "xNONE"; then
14406 exec_prefix=$prefix
14407 fi
14408
14409 full_var="$FROM_VAR"
14410 while true; do
14411 new_full_var="`eval echo $full_var`"
14412 if test "x$new_full_var" = "x$full_var"; then break; fi
14413 full_var=$new_full_var
14414 done
14415
14416 full_var=$new_full_var
14417 _GI_EXP_DATADIR="$full_var"
14418
14419
14420 prefix=$prefix_save
14421 exec_prefix=$exec_prefix_save
14422
14423
14424 EXP_VAR=_GI_EXP_LIBDIR
14425 FROM_VAR="$libdir"
14426
14427 prefix_save=$prefix
14428 exec_prefix_save=$exec_prefix
14429
14430 if test "x$prefix" = "xNONE"; then
14431 prefix="$ac_default_prefix"
14432 fi
14433 if test "x$exec_prefix" = "xNONE"; then
14434 exec_prefix=$prefix
14435 fi
14436
14437 full_var="$FROM_VAR"
14438 while true; do
14439 new_full_var="`eval echo $full_var`"
14440 if test "x$new_full_var" = "x$full_var"; then break; fi
14441 full_var=$new_full_var
14442 done
14443
14444 full_var=$new_full_var
14445 _GI_EXP_LIBDIR="$full_var"
14446
14447
14448 prefix=$prefix_save
14449 exec_prefix=$exec_prefix_save
14450
14451
1439014452 INTROSPECTION_SCANNER=
1439114453 INTROSPECTION_COMPILER=
1439214454 INTROSPECTION_GENERATE=
1439314455 INTROSPECTION_GIRDIR=
1439414456 INTROSPECTION_TYPELIBDIR=
1439514457 if test "x$found_introspection" = "xyes"; then
14396 INTROSPECTION_SCANNER=`$PKG_CONFIG --variable=g_ir_scanner gobject-introspection-1.0`
14397 INTROSPECTION_COMPILER=`$PKG_CONFIG --variable=g_ir_compiler gobject-introspection-1.0`
14398 INTROSPECTION_GENERATE=`$PKG_CONFIG --variable=g_ir_generate gobject-introspection-1.0`
14399 INTROSPECTION_GIRDIR=`$PKG_CONFIG --variable=girdir gobject-introspection-1.0`
14400 INTROSPECTION_TYPELIBDIR="$($PKG_CONFIG --variable=typelibdir gobject-introspection-1.0)"
14458 INTROSPECTION_SCANNER=$PKG_CONFIG_SYSROOT_DIR`$PKG_CONFIG --variable=g_ir_scanner gobject-introspection-1.0`
14459 INTROSPECTION_COMPILER=$PKG_CONFIG_SYSROOT_DIR`$PKG_CONFIG --variable=g_ir_compiler gobject-introspection-1.0`
14460 INTROSPECTION_GENERATE=$PKG_CONFIG_SYSROOT_DIR`$PKG_CONFIG --variable=g_ir_generate gobject-introspection-1.0`
14461 INTROSPECTION_GIRDIR=`$PKG_CONFIG --define-variable=datadir="${_GI_EXP_DATADIR}" --variable=girdir gobject-introspection-1.0`
14462 INTROSPECTION_TYPELIBDIR="$($PKG_CONFIG --define-variable=libdir="${_GI_EXP_LIBDIR}" --variable=typelibdir gobject-introspection-1.0)"
1440114463 INTROSPECTION_CFLAGS=`$PKG_CONFIG --cflags gobject-introspection-1.0`
1440214464 INTROSPECTION_LIBS=`$PKG_CONFIG --libs gobject-introspection-1.0`
14403 INTROSPECTION_MAKEFILE=`$PKG_CONFIG --variable=datadir gobject-introspection-1.0`/gobject-introspection-1.0/Makefile.introspection
14465 INTROSPECTION_MAKEFILE=$PKG_CONFIG_SYSROOT_DIR`$PKG_CONFIG --variable=datadir gobject-introspection-1.0`/gobject-introspection-1.0/Makefile.introspection
1440414466 fi
1440514467
1440614468
1500215064 # report actual input values of CONFIG_FILES etc. instead of their
1500315065 # values after options handling.
1500415066 ac_log="
15005 This file was extended by sugar-toolkit-gtk3 $as_me 0.118, which was
15067 This file was extended by sugar-toolkit-gtk3 $as_me 0.119, which was
1500615068 generated by GNU Autoconf 2.69. Invocation command line was
1500715069
1500815070 CONFIG_FILES = $CONFIG_FILES
1505915121 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
1506015122 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
1506115123 ac_cs_version="\\
15062 sugar-toolkit-gtk3 config.status 0.118
15124 sugar-toolkit-gtk3 config.status 0.119
1506315125 configured by $0, generated by GNU Autoconf 2.69,
1506415126 with options \\"\$ac_cs_config\\"
1506515127
1516715229 #
1516815230 # INIT-COMMANDS
1516915231 #
15170 AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"
15232 AMDEP_TRUE="$AMDEP_TRUE" MAKE="${MAKE-make}"
1517115233
1517215234
1517315235 # The HP-UX ksh and POSIX shell print the target directory to stdout
1591215974 # Older Autoconf quotes --file arguments for eval, but not when files
1591315975 # are listed without --file. Let's play safe and only enable the eval
1591415976 # if we detect the quoting.
15915 case $CONFIG_FILES in
15916 *\'*) eval set x "$CONFIG_FILES" ;;
15917 *) set x $CONFIG_FILES ;;
15918 esac
15977 # TODO: see whether this extra hack can be removed once we start
15978 # requiring Autoconf 2.70 or later.
15979 case $CONFIG_FILES in #(
15980 *\'*) :
15981 eval set x "$CONFIG_FILES" ;; #(
15982 *) :
15983 set x $CONFIG_FILES ;; #(
15984 *) :
15985 ;;
15986 esac
1591915987 shift
15920 for mf
15988 # Used to flag and report bootstrapping failures.
15989 am_rc=0
15990 for am_mf
1592115991 do
1592215992 # Strip MF so we end up with the name of the file.
15923 mf=`echo "$mf" | sed -e 's/:.*$//'`
15924 # Check whether this is an Automake generated Makefile or not.
15925 # We used to match only the files named 'Makefile.in', but
15926 # some people rename them; so instead we look at the file content.
15927 # Grep'ing the first line is not enough: some people post-process
15928 # each Makefile.in and add a new line on top of each file to say so.
15929 # Grep'ing the whole file is not good either: AIX grep has a line
15993 am_mf=`$as_echo "$am_mf" | sed -e 's/:.*$//'`
15994 # Check whether this is an Automake generated Makefile which includes
15995 # dependency-tracking related rules and includes.
15996 # Grep'ing the whole file directly is not great: AIX grep has a line
1593015997 # limit of 2048, but all sed's we know have understand at least 4000.
15931 if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
15932 dirpart=`$as_dirname -- "$mf" ||
15933 $as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
15934 X"$mf" : 'X\(//\)[^/]' \| \
15935 X"$mf" : 'X\(//\)$' \| \
15936 X"$mf" : 'X\(/\)' \| . 2>/dev/null ||
15937 $as_echo X"$mf" |
15998 sed -n 's,^am--depfiles:.*,X,p' "$am_mf" | grep X >/dev/null 2>&1 \
15999 || continue
16000 am_dirpart=`$as_dirname -- "$am_mf" ||
16001 $as_expr X"$am_mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
16002 X"$am_mf" : 'X\(//\)[^/]' \| \
16003 X"$am_mf" : 'X\(//\)$' \| \
16004 X"$am_mf" : 'X\(/\)' \| . 2>/dev/null ||
16005 $as_echo X"$am_mf" |
1593816006 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1593916007 s//\1/
1594016008 q
1595216020 q
1595316021 }
1595416022 s/.*/./; q'`
15955 else
15956 continue
15957 fi
15958 # Extract the definition of DEPDIR, am__include, and am__quote
15959 # from the Makefile without running 'make'.
15960 DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
15961 test -z "$DEPDIR" && continue
15962 am__include=`sed -n 's/^am__include = //p' < "$mf"`
15963 test -z "$am__include" && continue
15964 am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
15965 # Find all dependency output files, they are included files with
15966 # $(DEPDIR) in their names. We invoke sed twice because it is the
15967 # simplest approach to changing $(DEPDIR) to its actual value in the
15968 # expansion.
15969 for file in `sed -n "
15970 s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
15971 sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g'`; do
15972 # Make sure the directory exists.
15973 test -f "$dirpart/$file" && continue
15974 fdir=`$as_dirname -- "$file" ||
15975 $as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
15976 X"$file" : 'X\(//\)[^/]' \| \
15977 X"$file" : 'X\(//\)$' \| \
15978 X"$file" : 'X\(/\)' \| . 2>/dev/null ||
15979 $as_echo X"$file" |
15980 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
16023 am_filepart=`$as_basename -- "$am_mf" ||
16024 $as_expr X/"$am_mf" : '.*/\([^/][^/]*\)/*$' \| \
16025 X"$am_mf" : 'X\(//\)$' \| \
16026 X"$am_mf" : 'X\(/\)' \| . 2>/dev/null ||
16027 $as_echo X/"$am_mf" |
16028 sed '/^.*\/\([^/][^/]*\)\/*$/{
1598116029 s//\1/
1598216030 q
1598316031 }
15984 /^X\(\/\/\)[^/].*/{
16032 /^X\/\(\/\/\)$/{
1598516033 s//\1/
1598616034 q
1598716035 }
15988 /^X\(\/\/\)$/{
15989 s//\1/
15990 q
15991 }
15992 /^X\(\/\).*/{
16036 /^X\/\(\/\).*/{
1599316037 s//\1/
1599416038 q
1599516039 }
1599616040 s/.*/./; q'`
15997 as_dir=$dirpart/$fdir; as_fn_mkdir_p
15998 # echo "creating $dirpart/$file"
15999 echo '# dummy' > "$dirpart/$file"
16000 done
16041 { echo "$as_me:$LINENO: cd "$am_dirpart" \
16042 && sed -e '/# am--include-marker/d' "$am_filepart" \
16043 | $MAKE -f - am--depfiles" >&5
16044 (cd "$am_dirpart" \
16045 && sed -e '/# am--include-marker/d' "$am_filepart" \
16046 | $MAKE -f - am--depfiles) >&5 2>&5
16047 ac_status=$?
16048 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16049 (exit $ac_status); } || am_rc=$?
1600116050 done
16051 if test $am_rc -ne 0; then
16052 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
16053 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
16054 as_fn_error $? "Something went wrong bootstrapping makefile fragments
16055 for automatic dependency tracking. Try re-running configure with the
16056 '--disable-dependency-tracking' option to at least be able to build
16057 the package (albeit without support for automatic dependency tracking).
16058 See \`config.log' for more details" "$LINENO" 5; }
16059 fi
16060 { am_dirpart=; unset am_dirpart;}
16061 { am_filepart=; unset am_filepart;}
16062 { am_mf=; unset am_mf;}
16063 { am_rc=; unset am_rc;}
16064 rm -f conftest-deps.mk
1600216065 }
1600316066 ;;
1600416067 "libtool":C)
0 AC_INIT([sugar-toolkit-gtk3],[0.118],[],[sugar-toolkit-gtk3])
0 AC_INIT([sugar-toolkit-gtk3],[0.119],[],[sugar-toolkit-gtk3])
11
22 AC_PREREQ([2.59])
33
00 #! /bin/sh
11 # depcomp - compile a program generating dependencies as side-effects
22
3 scriptversion=2016-01-11.22; # UTC
4
5 # Copyright (C) 1999-2017 Free Software Foundation, Inc.
3 scriptversion=2018-03-07.03; # UTC
4
5 # Copyright (C) 1999-2018 Free Software Foundation, Inc.
66
77 # This program is free software; you can redistribute it and/or modify
88 # it under the terms of the GNU General Public License as published by
1515 # GNU General Public License for more details.
1616
1717 # You should have received a copy of the GNU General Public License
18 # along with this program. If not, see <http://www.gnu.org/licenses/>.
18 # along with this program. If not, see <https://www.gnu.org/licenses/>.
1919
2020 # As a special exception to the GNU General Public License, if you
2121 # distribute this file as part of a program that contains a
782782 # Local Variables:
783783 # mode: shell-script
784784 # sh-indentation: 2
785 # eval: (add-hook 'write-file-hooks 'time-stamp)
785 # eval: (add-hook 'before-save-hook 'time-stamp)
786786 # time-stamp-start: "scriptversion="
787787 # time-stamp-format: "%:y-%02m-%02d.%02H"
788788 # time-stamp-time-zone: "UTC0"
00 #!/bin/sh
11 # install - install a program, script, or datafile
22
3 scriptversion=2014-09-12.12; # UTC
3 scriptversion=2018-03-11.20; # UTC
44
55 # This originates from X11R5 (mit/util/scripts/install.sh), which was
66 # later released in X11R6 (xc/config/util/install.sh) with the
270270 fi
271271 dst=$dst_arg
272272
273 # If destination is a directory, append the input filename; won't work
274 # if double slashes aren't ignored.
273 # If destination is a directory, append the input filename.
275274 if test -d "$dst"; then
276275 if test "$is_target_a_directory" = never; then
277276 echo "$0: $dst_arg: Is a directory" >&2
278277 exit 1
279278 fi
280279 dstdir=$dst
281 dst=$dstdir/`basename "$src"`
280 dstbase=`basename "$src"`
281 case $dst in
282 */) dst=$dst$dstbase;;
283 *) dst=$dst/$dstbase;;
284 esac
282285 dstdir_status=0
283286 else
284287 dstdir=`dirname "$dst"`
286289 dstdir_status=$?
287290 fi
288291 fi
292
293 case $dstdir in
294 */) dstdirslash=$dstdir;;
295 *) dstdirslash=$dstdir/;;
296 esac
289297
290298 obsolete_mkdir_used=false
291299
323331 # is incompatible with FreeBSD 'install' when (umask & 300) != 0.
324332 ;;
325333 *)
326 # $RANDOM is not portable (e.g. dash); use it when possible to
327 # lower collision chance
334 # Note that $RANDOM variable is not portable (e.g. dash); Use it
335 # here however when possible just to lower collision chance.
328336 tmpdir=${TMPDIR-/tmp}/ins$RANDOM-$$
337
329338 trap 'ret=$?; rmdir "$tmpdir/a/b" "$tmpdir/a" "$tmpdir" 2>/dev/null; exit $ret' 0
330339
331 # As "mkdir -p" follows symlinks and we work in /tmp possibly; so
332 # create the $tmpdir first (and fail if unsuccessful) to make sure
333 # that nobody tries to guess the $tmpdir name.
340 # Because "mkdir -p" follows existing symlinks and we likely work
341 # directly in world-writeable /tmp, make sure that the '$tmpdir'
342 # directory is successfully created first before we actually test
343 # 'mkdir -p' feature.
334344 if (umask $mkdir_umask &&
335345 $mkdirprog $mkdir_mode "$tmpdir" &&
336346 exec $mkdirprog $mkdir_mode -p -- "$tmpdir/a/b") >/dev/null 2>&1
433443 else
434444
435445 # Make a couple of temp file names in the proper directory.
436 dsttmp=$dstdir/_inst.$$_
437 rmtmp=$dstdir/_rm.$$_
446 dsttmp=${dstdirslash}_inst.$$_
447 rmtmp=${dstdirslash}_rm.$$_
438448
439449 # Trap to clean up those temp files at exit.
440450 trap 'ret=$?; rm -f "$dsttmp" "$rmtmp" && exit $ret' 0
499509 done
500510
501511 # Local variables:
502 # eval: (add-hook 'write-file-hooks 'time-stamp)
512 # eval: (add-hook 'before-save-hook 'time-stamp)
503513 # time-stamp-start: "scriptversion="
504514 # time-stamp-format: "%:y-%02m-%02d.%02H"
505 # time-stamp-time-zone: "UTC"
515 # time-stamp-time-zone: "UTC0"
506516 # time-stamp-end: "; # UTC"
507517 # End:
3030
3131 PROGRAM=libtool
3232 PACKAGE=libtool
33 VERSION="2.4.6 Debian-2.4.6-2"
33 VERSION="2.4.6 Debian-2.4.6-14"
3434 package_revision=2.4.6
3535
3636
386386 # putting '$debug_cmd' at the start of all your functions, you can get
387387 # bash to show function call trace with:
388388 #
389 # debug_cmd='eval echo "${FUNCNAME[0]} $*" >&2' bash your-script-name
389 # debug_cmd='echo "${FUNCNAME[0]} $*" >&2' bash your-script-name
390390 debug_cmd=${debug_cmd-":"}
391391 exit_cmd=:
392392
13691369 #! /bin/sh
13701370
13711371 # Set a version string for this script.
1372 scriptversion=2014-01-07.03; # UTC
1372 scriptversion=2015-10-07.11; # UTC
13731373
13741374 # A portable, pluggable option parser for Bourne shell.
13751375 # Written by Gary V. Vaughan, 2010
15291529 {
15301530 $debug_cmd
15311531
1532 _G_rc_run_hooks=false
1533
15321534 case " $hookable_fns " in
15331535 *" $1 "*) ;;
15341536 *) func_fatal_error "'$1' does not support hook funcions.n" ;;
15371539 eval _G_hook_fns=\$$1_hooks; shift
15381540
15391541 for _G_hook in $_G_hook_fns; do
1540 eval $_G_hook '"$@"'
1541
1542 # store returned options list back into positional
1543 # parameters for next 'cmd' execution.
1544 eval _G_hook_result=\$${_G_hook}_result
1545 eval set dummy "$_G_hook_result"; shift
1542 if eval $_G_hook '"$@"'; then
1543 # store returned options list back into positional
1544 # parameters for next 'cmd' execution.
1545 eval _G_hook_result=\$${_G_hook}_result
1546 eval set dummy "$_G_hook_result"; shift
1547 _G_rc_run_hooks=:
1548 fi
15461549 done
15471550
1548 func_quote_for_eval ${1+"$@"}
1549 func_run_hooks_result=$func_quote_for_eval_result
1551 $_G_rc_run_hooks && func_run_hooks_result=$_G_hook_result
15501552 }
15511553
15521554
15561558 ## --------------- ##
15571559
15581560 # In order to add your own option parsing hooks, you must accept the
1559 # full positional parameter list in your hook function, remove any
1560 # options that you action, and then pass back the remaining unprocessed
1561 # full positional parameter list in your hook function, you may remove/edit
1562 # any options that you action, and then pass back the remaining unprocessed
15611563 # options in '<hooked_function_name>_result', escaped suitably for
1562 # 'eval'. Like this:
1564 # 'eval'. In this case you also must return $EXIT_SUCCESS to let the
1565 # hook's caller know that it should pay attention to
1566 # '<hooked_function_name>_result'. Returning $EXIT_FAILURE signalizes that
1567 # arguments are left untouched by the hook and therefore caller will ignore the
1568 # result variable.
1569 #
1570 # Like this:
15631571 #
15641572 # my_options_prep ()
15651573 # {
15691577 # usage_message=$usage_message'
15701578 # -s, --silent don'\''t print informational messages
15711579 # '
1572 #
1573 # func_quote_for_eval ${1+"$@"}
1574 # my_options_prep_result=$func_quote_for_eval_result
1580 # # No change in '$@' (ignored completely by this hook). There is
1581 # # no need to do the equivalent (but slower) action:
1582 # # func_quote_for_eval ${1+"$@"}
1583 # # my_options_prep_result=$func_quote_for_eval_result
1584 # false
15751585 # }
15761586 # func_add_hook func_options_prep my_options_prep
15771587 #
15801590 # {
15811591 # $debug_cmd
15821592 #
1593 # args_changed=false
1594 #
15831595 # # Note that for efficiency, we parse as many options as we can
15841596 # # recognise in a loop before passing the remainder back to the
15851597 # # caller on the first unrecognised argument we encounter.
15861598 # while test $# -gt 0; do
15871599 # opt=$1; shift
15881600 # case $opt in
1589 # --silent|-s) opt_silent=: ;;
1601 # --silent|-s) opt_silent=:
1602 # args_changed=:
1603 # ;;
15901604 # # Separate non-argument short options:
15911605 # -s*) func_split_short_opt "$_G_opt"
15921606 # set dummy "$func_split_short_opt_name" \
15931607 # "-$func_split_short_opt_arg" ${1+"$@"}
15941608 # shift
1609 # args_changed=:
15951610 # ;;
1596 # *) set dummy "$_G_opt" "$*"; shift; break ;;
1611 # *) # Make sure the first unrecognised option "$_G_opt"
1612 # # is added back to "$@", we could need that later
1613 # # if $args_changed is true.
1614 # set dummy "$_G_opt" ${1+"$@"}; shift; break ;;
15971615 # esac
15981616 # done
15991617 #
1600 # func_quote_for_eval ${1+"$@"}
1601 # my_silent_option_result=$func_quote_for_eval_result
1618 # if $args_changed; then
1619 # func_quote_for_eval ${1+"$@"}
1620 # my_silent_option_result=$func_quote_for_eval_result
1621 # fi
1622 #
1623 # $args_changed
16021624 # }
16031625 # func_add_hook func_parse_options my_silent_option
16041626 #
16101632 # $opt_silent && $opt_verbose && func_fatal_help "\
16111633 # '--silent' and '--verbose' options are mutually exclusive."
16121634 #
1613 # func_quote_for_eval ${1+"$@"}
1614 # my_option_validation_result=$func_quote_for_eval_result
1635 # false
16151636 # }
16161637 # func_add_hook func_validate_options my_option_validation
16171638 #
1618 # You'll alse need to manually amend $usage_message to reflect the extra
1639 # You'll also need to manually amend $usage_message to reflect the extra
16191640 # options you parse. It's preferable to append if you can, so that
16201641 # multiple option parsing hooks can be added safely.
1642
1643
1644 # func_options_finish [ARG]...
1645 # ----------------------------
1646 # Finishing the option parse loop (call 'func_options' hooks ATM).
1647 func_options_finish ()
1648 {
1649 $debug_cmd
1650
1651 _G_func_options_finish_exit=false
1652 if func_run_hooks func_options ${1+"$@"}; then
1653 func_options_finish_result=$func_run_hooks_result
1654 _G_func_options_finish_exit=:
1655 fi
1656
1657 $_G_func_options_finish_exit
1658 }
16211659
16221660
16231661 # func_options [ARG]...
16291667 {
16301668 $debug_cmd
16311669
1632 func_options_prep ${1+"$@"}
1633 eval func_parse_options \
1634 ${func_options_prep_result+"$func_options_prep_result"}
1635 eval func_validate_options \
1636 ${func_parse_options_result+"$func_parse_options_result"}
1637
1638 eval func_run_hooks func_options \
1639 ${func_validate_options_result+"$func_validate_options_result"}
1640
1641 # save modified positional parameters for caller
1642 func_options_result=$func_run_hooks_result
1670 _G_rc_options=false
1671
1672 for my_func in options_prep parse_options validate_options options_finish
1673 do
1674 if eval func_$my_func '${1+"$@"}'; then
1675 eval _G_res_var='$'"func_${my_func}_result"
1676 eval set dummy "$_G_res_var" ; shift
1677 _G_rc_options=:
1678 fi
1679 done
1680
1681 # Save modified positional parameters for caller. As a top-level
1682 # options-parser function we always need to set the 'func_options_result'
1683 # variable (regardless the $_G_rc_options value).
1684 if $_G_rc_options; then
1685 func_options_result=$_G_res_var
1686 else
1687 func_quote_for_eval ${1+"$@"}
1688 func_options_result=$func_quote_for_eval_result
1689 fi
1690
1691 $_G_rc_options
16431692 }
16441693
16451694
16481697 # All initialisations required before starting the option parse loop.
16491698 # Note that when calling hook functions, we pass through the list of
16501699 # positional parameters. If a hook function modifies that list, and
1651 # needs to propogate that back to rest of this script, then the complete
1700 # needs to propagate that back to rest of this script, then the complete
16521701 # modified list must be put in 'func_run_hooks_result' before
1653 # returning.
1702 # returning $EXIT_SUCCESS (otherwise $EXIT_FAILURE is returned).
16541703 func_hookable func_options_prep
16551704 func_options_prep ()
16561705 {
16601709 opt_verbose=false
16611710 opt_warning_types=
16621711
1663 func_run_hooks func_options_prep ${1+"$@"}
1664
1665 # save modified positional parameters for caller
1666 func_options_prep_result=$func_run_hooks_result
1712 _G_rc_options_prep=false
1713 if func_run_hooks func_options_prep ${1+"$@"}; then
1714 _G_rc_options_prep=:
1715 # save modified positional parameters for caller
1716 func_options_prep_result=$func_run_hooks_result
1717 fi
1718
1719 $_G_rc_options_prep
16671720 }
16681721
16691722
16771730
16781731 func_parse_options_result=
16791732
1733 _G_rc_parse_options=false
16801734 # this just eases exit handling
16811735 while test $# -gt 0; do
16821736 # Defer to hook functions for initial option parsing, so they
16831737 # get priority in the event of reusing an option name.
1684 func_run_hooks func_parse_options ${1+"$@"}
1685
1686 # Adjust func_parse_options positional parameters to match
1687 eval set dummy "$func_run_hooks_result"; shift
1738 if func_run_hooks func_parse_options ${1+"$@"}; then
1739 eval set dummy "$func_run_hooks_result"; shift
1740 _G_rc_parse_options=:
1741 fi
16881742
16891743 # Break out of the loop if we already parsed every option.
16901744 test $# -gt 0 || break
16911745
1746 _G_match_parse_options=:
16921747 _G_opt=$1
16931748 shift
16941749 case $_G_opt in
17031758 ;;
17041759
17051760 --warnings|--warning|-W)
1706 test $# = 0 && func_missing_arg $_G_opt && break
1761 if test $# = 0 && func_missing_arg $_G_opt; then
1762 _G_rc_parse_options=:
1763 break
1764 fi
17071765 case " $warning_categories $1" in
17081766 *" $1 "*)
17091767 # trailing space prevents matching last $1 above
17561814 shift
17571815 ;;
17581816
1759 --) break ;;
1817 --) _G_rc_parse_options=: ; break ;;
17601818 -*) func_fatal_help "unrecognised option: '$_G_opt'" ;;
1761 *) set dummy "$_G_opt" ${1+"$@"}; shift; break ;;
1819 *) set dummy "$_G_opt" ${1+"$@"}; shift
1820 _G_match_parse_options=false
1821 break
1822 ;;
17621823 esac
1824
1825 $_G_match_parse_options && _G_rc_parse_options=:
17631826 done
17641827
1765 # save modified positional parameters for caller
1766 func_quote_for_eval ${1+"$@"}
1767 func_parse_options_result=$func_quote_for_eval_result
1828
1829 if $_G_rc_parse_options; then
1830 # save modified positional parameters for caller
1831 func_quote_for_eval ${1+"$@"}
1832 func_parse_options_result=$func_quote_for_eval_result
1833 fi
1834
1835 $_G_rc_parse_options
17681836 }
17691837
17701838
17771845 {
17781846 $debug_cmd
17791847
1848 _G_rc_validate_options=false
1849
17801850 # Display all warnings if -W was not given.
17811851 test -n "$opt_warning_types" || opt_warning_types=" $warning_categories"
17821852
1783 func_run_hooks func_validate_options ${1+"$@"}
1853 if func_run_hooks func_validate_options ${1+"$@"}; then
1854 # save modified positional parameters for caller
1855 func_validate_options_result=$func_run_hooks_result
1856 _G_rc_validate_options=:
1857 fi
17841858
17851859 # Bail if the options were screwed!
17861860 $exit_cmd $EXIT_FAILURE
17871861
1788 # save modified positional parameters for caller
1789 func_validate_options_result=$func_run_hooks_result
1862 $_G_rc_validate_options
17901863 }
17911864
17921865
20672140 compiler: $LTCC
20682141 compiler flags: $LTCFLAGS
20692142 linker: $LD (gnu? $with_gnu_ld)
2070 version: $progname $scriptversion Debian-2.4.6-2
2143 version: $progname $scriptversion Debian-2.4.6-14
20712144 automake: `($AUTOMAKE --version) 2>/dev/null |$SED 1q`
20722145 autoconf: `($AUTOCONF --version) 2>/dev/null |$SED 1q`
20732146
22692342 nonopt=
22702343 preserve_args=
22712344
2345 _G_rc_lt_options_prep=:
2346
22722347 # Shorthand for --mode=foo, only valid as the first argument
22732348 case $1 in
22742349 clean|clea|cle|cl)
22922367 uninstall|uninstal|uninsta|uninst|unins|unin|uni|un|u)
22932368 shift; set dummy --mode uninstall ${1+"$@"}; shift
22942369 ;;
2370 *)
2371 _G_rc_lt_options_prep=false
2372 ;;
22952373 esac
22962374
2297 # Pass back the list of options.
2298 func_quote_for_eval ${1+"$@"}
2299 libtool_options_prep_result=$func_quote_for_eval_result
2375 if $_G_rc_lt_options_prep; then
2376 # Pass back the list of options.
2377 func_quote_for_eval ${1+"$@"}
2378 libtool_options_prep_result=$func_quote_for_eval_result
2379 fi
2380
2381 $_G_rc_lt_options_prep
23002382 }
23012383 func_add_hook func_options_prep libtool_options_prep
23022384
23082390 {
23092391 $debug_cmd
23102392
2393 _G_rc_lt_parse_options=false
2394
23112395 # Perform our own loop to consume as many options as possible in
23122396 # each iteration.
23132397 while test $# -gt 0; do
2398 _G_match_lt_parse_options=:
23142399 _G_opt=$1
23152400 shift
23162401 case $_G_opt in
23852470 func_append preserve_args " $_G_opt"
23862471 ;;
23872472
2388 # An option not handled by this hook function:
2389 *) set dummy "$_G_opt" ${1+"$@"}; shift; break ;;
2473 # An option not handled by this hook function:
2474 *) set dummy "$_G_opt" ${1+"$@"} ; shift
2475 _G_match_lt_parse_options=false
2476 break
2477 ;;
23902478 esac
2479 $_G_match_lt_parse_options && _G_rc_lt_parse_options=:
23912480 done
23922481
2393
2394 # save modified positional parameters for caller
2395 func_quote_for_eval ${1+"$@"}
2396 libtool_parse_options_result=$func_quote_for_eval_result
2482 if $_G_rc_lt_parse_options; then
2483 # save modified positional parameters for caller
2484 func_quote_for_eval ${1+"$@"}
2485 libtool_parse_options_result=$func_quote_for_eval_result
2486 fi
2487
2488 $_G_rc_lt_parse_options
23972489 }
23982490 func_add_hook func_parse_options libtool_parse_options
23992491
72747366 # -specs=* GCC specs files
72757367 # -stdlib=* select c++ std lib with clang
72767368 # -fsanitize=* Clang/GCC memory and address sanitizer
7369 # -fuse-ld=* Linker select flags for GCC
7370 # -static-* direct GCC to link specific libraries statically
7371 # -fcilkplus Cilk Plus language extension features for C/C++
72777372 -64|-mips[0-9]|-r[0-9][0-9]*|-xarch=*|-xtarget=*|+DA*|+DD*|-q*|-m*| \
72787373 -t[45]*|-txscale*|-p|-pg|--coverage|-fprofile-*|-F*|@*|-tp=*|--sysroot=*| \
72797374 -O*|-g*|-flto*|-fwhopr*|-fuse-linker-plugin|-fstack-protector*|-stdlib=*| \
7280 -specs=*|-fsanitize=*)
7375 -specs=*|-fsanitize=*|-fuse-ld=*|-static-*|-fcilkplus)
72817376 func_quote_for_eval "$arg"
72827377 arg=$func_quote_for_eval_result
72837378 func_append compile_command " $arg"
10401040 _LT_EOF
10411041 echo "$LTCC $LTCFLAGS -c -o conftest.o conftest.c" >&AS_MESSAGE_LOG_FD
10421042 $LTCC $LTCFLAGS -c -o conftest.o conftest.c 2>&AS_MESSAGE_LOG_FD
1043 echo "$AR cru libconftest.a conftest.o" >&AS_MESSAGE_LOG_FD
1044 $AR cru libconftest.a conftest.o 2>&AS_MESSAGE_LOG_FD
1043 echo "$AR cr libconftest.a conftest.o" >&AS_MESSAGE_LOG_FD
1044 $AR cr libconftest.a conftest.o 2>&AS_MESSAGE_LOG_FD
10451045 echo "$RANLIB libconftest.a" >&AS_MESSAGE_LOG_FD
10461046 $RANLIB libconftest.a 2>&AS_MESSAGE_LOG_FD
10471047 cat > conftest.c << _LT_EOF
14911491 m4_defun([_LT_PROG_AR],
14921492 [AC_CHECK_TOOLS(AR, [ar], false)
14931493 : ${AR=ar}
1494 : ${AR_FLAGS=cru}
1494 : ${AR_FLAGS=cr}
14951495 _LT_DECL([], [AR], [1], [The archiver])
14961496 _LT_DECL([], [AR_FLAGS], [1], [Flags to create an archive])
14971497
40624062 if AC_TRY_EVAL(ac_compile); then
40634063 # Now try to grab the symbols.
40644064 nlist=conftest.nm
4065 if AC_TRY_EVAL(NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist) && test -s "$nlist"; then
4065 $ECHO "$as_me:$LINENO: $NM conftest.$ac_objext | $lt_cv_sys_global_symbol_pipe > $nlist" >&AS_MESSAGE_LOG_FD
4066 if eval "$NM" conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist 2>&AS_MESSAGE_LOG_FD && test -s "$nlist"; then
40664067 # Try sorting and uniquifying the output.
40674068 if sort "$nlist" | uniq > "$nlist"T; then
40684069 mv -f "$nlist"T "$nlist"
47024703 _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
47034704 _LT_TAGVAR(lt_prog_compiler_static, $1)='-static'
47044705 ;;
4706 # flang / f18. f95 an alias for gfortran or flang on Debian
4707 flang* | f18* | f95*)
4708 _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
4709 _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC'
4710 _LT_TAGVAR(lt_prog_compiler_static, $1)='-static'
4711 ;;
47054712 # icc used to be incompatible with GCC.
47064713 # ICC 10 doesn't accept -KPIC any more.
47074714 icc* | ifort*)
64376444 # Commands to make compiler produce verbose output that lists
64386445 # what "hidden" libraries, object files and flags are used when
64396446 # linking a shared library.
6440 output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP -v "^Configured with:" | $GREP "\-L"'
6447 output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP -v "^Configured with:" | $GREP " \-L"'
64416448
64426449 else
64436450 GXX=no
68126819 # explicitly linking system object files so we need to strip them
68136820 # from the output so that they don't get included in the library
68146821 # dependencies.
6815 output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | $EGREP "\-L"`; list= ; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"'
6822 output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | $EGREP " \-L"`; list= ; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"'
68166823 ;;
68176824 *)
68186825 if test yes = "$GXX"; then
68776884 # explicitly linking system object files so we need to strip them
68786885 # from the output so that they don't get included in the library
68796886 # dependencies.
6880 output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | $GREP "\-L"`; list= ; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"'
6887 output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | $GREP " \-L"`; list= ; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"'
68816888 ;;
68826889 *)
68836890 if test yes = "$GXX"; then
72167223 # Commands to make compiler produce verbose output that lists
72177224 # what "hidden" libraries, object files and flags are used when
72187225 # linking a shared library.
7219 output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP -v "^Configured with:" | $GREP "\-L"'
7226 output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP -v "^Configured with:" | $GREP " \-L"'
72207227
72217228 else
72227229 # FIXME: insert proper C++ library support
73007307 # Commands to make compiler produce verbose output that lists
73017308 # what "hidden" libraries, object files and flags are used when
73027309 # linking a shared library.
7303 output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP -v "^Configured with:" | $GREP "\-L"'
7310 output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP -v "^Configured with:" | $GREP " \-L"'
73047311 else
73057312 # g++ 2.7 appears to require '-G' NOT '-shared' on this
73067313 # platform.
73117318 # Commands to make compiler produce verbose output that lists
73127319 # what "hidden" libraries, object files and flags are used when
73137320 # linking a shared library.
7314 output_verbose_link_cmd='$CC -G $CFLAGS -v conftest.$objext 2>&1 | $GREP -v "^Configured with:" | $GREP "\-L"'
7321 output_verbose_link_cmd='$CC -G $CFLAGS -v conftest.$objext 2>&1 | $GREP -v "^Configured with:" | $GREP " \-L"'
73157322 fi
73167323
73177324 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-R $wl$libdir'
00 #! /bin/sh
11 # Common wrapper for a few potentially missing GNU programs.
22
3 scriptversion=2013-10-28.13; # UTC
4
5 # Copyright (C) 1996-2014 Free Software Foundation, Inc.
3 scriptversion=2018-03-07.03; # UTC
4
5 # Copyright (C) 1996-2018 Free Software Foundation, Inc.
66 # Originally written by Fran,cois Pinard <pinard@iro.umontreal.ca>, 1996.
77
88 # This program is free software; you can redistribute it and/or modify
1616 # GNU General Public License for more details.
1717
1818 # You should have received a copy of the GNU General Public License
19 # along with this program. If not, see <http://www.gnu.org/licenses/>.
19 # along with this program. If not, see <https://www.gnu.org/licenses/>.
2020
2121 # As a special exception to the GNU General Public License, if you
2222 # distribute this file as part of a program that contains a
100100 exit $st
101101 fi
102102
103 perl_URL=http://www.perl.org/
104 flex_URL=http://flex.sourceforge.net/
105 gnu_software_URL=http://www.gnu.org/software
103 perl_URL=https://www.perl.org/
104 flex_URL=https://github.com/westes/flex
105 gnu_software_URL=https://www.gnu.org/software
106106
107107 program_details ()
108108 {
206206 exit $st
207207
208208 # Local variables:
209 # eval: (add-hook 'write-file-hooks 'time-stamp)
209 # eval: (add-hook 'before-save-hook 'time-stamp)
210210 # time-stamp-start: "scriptversion="
211211 # time-stamp-format: "%:y-%02m-%02d.%02H"
212 # time-stamp-time-zone: "UTC"
212 # time-stamp-time-zone: "UTC0"
213213 # time-stamp-end: "; # UTC"
214214 # End:
66 "Project-Id-Version: PACKAGE VERSION\n"
77 "Report-Msgid-Bugs-To: \n"
88 "POT-Creation-Date: 2017-10-16 18:58+1100\n"
9 "PO-Revision-Date: 2016-09-29 01:04+0000\n"
10 "Last-Translator: Chris <cjl@sugarlabs.org>\n"
9 "PO-Revision-Date: 2021-07-07 16:56+0000\n"
10 "Last-Translator: Sourabha <sourabha.project@gmail.com>\n"
1111 "Language-Team: LANGUAGE <LL@li.org>\n"
1212 "Language: kn\n"
1313 "MIME-Version: 1.0\n"
1515 "Content-Transfer-Encoding: 8bit\n"
1616 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
1717 "X-Generator: Pootle 2.5.1.1\n"
18 "X-POOTLE-MTIME: 1475111060.000000\n"
18 "X-POOTLE-MTIME: 1625677015.000000\n"
1919
2020 #: ../src/sugar3/activity/activity.py:416 src/sugar3/activity/activity.py:467
2121 #, python-format
2525
2626 #: ../src/sugar3/activity/activity.py:967 src/sugar3/activity/activity.py:1127
2727 msgid "Keep error"
28 msgstr ""
28 msgstr "ದೋಷವನ್ನು ಇರಿಸಿ"
2929
3030 #: ../src/sugar3/activity/activity.py:968 src/sugar3/activity/activity.py:1128
3131 msgid "Keep error: all changes will be lost"
32 msgstr ""
32 msgstr "ದೋಷವನ್ನು ಇರಿಸಿ: ಎಲ್ಲಾ ಬದಲಾವಣೆಗಳು ಕಳೆದುಹೋಗುವುದು"
3333
3434 #: ../src/sugar3/activity/activity.py:971 src/sugar3/activity/activity.py:1131
3535 msgid "Don't stop"
36 msgstr ""
36 msgstr "ನಿಲ್ಲಿಸಬೇಡಿ"
3737
3838 #: ../src/sugar3/activity/activity.py:975 src/sugar3/activity/activity.py:1135
3939 msgid "Stop anyway"
40 msgstr ""
40 msgstr "ಹೇಗಾದರೂ ನಿಲ್ಲಿಸಿ"
4141
4242 #: ../src/sugar3/activity/widgets.py:86 src/sugar3/activity/activity.py:1169
4343 #: src/sugar3/activity/widgets.py:86
4747
4848 #: ../src/sugar3/activity/widgets.py:98 src/sugar3/activity/widgets.py:99
4949 msgid "Undo"
50 msgstr ""
50 msgstr "ರದ್ದುಗೊಳಿಸಿ"
5151
5252 #: ../src/sugar3/activity/widgets.py:106 src/sugar3/activity/widgets.py:107
5353 msgid "Redo"
6868
6969 #: ../src/sugar3/activity/widgets.py:139 src/sugar3/activity/widgets.py:140
7070 msgid "My Neighborhood"
71 msgstr ""
71 msgstr "ನನ್ನ ನೆರೆಹೊರೆ"
7272
7373 #: ../src/sugar3/activity/widgets.py:233 src/sugar3/activity/widgets.py:234
7474 #, fuzzy
8686 #: src/sugar3/graphics/alert.py:346 src/sugar3/graphics/alert.py:393
8787 #: src/sugar3/graphics/alert.py:512
8888 msgid "Ok"
89 msgstr ""
89 msgstr "ಸರಿ"
9090
9191 #: ../src/sugar3/graphics/alert.py:434 src/sugar3/graphics/alert.py:464
9292 msgid "Continue"
9595 #: ../src/sugar3/graphics/colorbutton.py:54
9696 #: src/sugar3/graphics/colorbutton.py:55
9797 msgid "Choose a color"
98 msgstr ""
98 msgstr "ಬಣ್ಣವನ್ನು ಆರಿಸಿ"
9999
100100 #: ../src/sugar3/graphics/colorbutton.py:279
101101 #: src/sugar3/graphics/colorbutton.py:300
117117
118118 #: ../src/sugar3/util.py:217 src/sugar3/util.py:217
119119 msgid " and "
120 msgstr ""
120 msgstr " ಮತ್ತು "
121121
122122 #: ../src/sugar3/util.py:218 src/sugar3/util.py:218
123123 msgid ", "
124 msgstr ""
124 msgstr ", "
125125
126126 #. TRANS: Indicating something that just happened, eg. "just now", "moments ago"
127127 #: ../src/sugar3/util.py:221 src/sugar3/util.py:221
128128 msgid "Seconds ago"
129 msgstr ""
129 msgstr "ಕ್ಷಣಗಳ ಹಿಂದೆ"
130130
131131 #. TRANS: Indicating time passed, eg. "[10 day, 5 hours] ago",
132132 #. "[2 minutes] in the past", or "[3 years, 1 month] earlier"
176176 #, python-format
177177 msgid "%d minute"
178178 msgid_plural "%d minutes"
179 msgstr[0] ""
180 msgstr[1] ""
179 msgstr[0] "%d ನಿಮಿಷ"
180 msgstr[1] "%d ನಿಮಿಷಗಳು"
181181
182182 #: ../src/sugar3/util.py:346 src/sugar3/util.py:346
183183 #, fuzzy
187187 #: ../src/sugar3/util.py:348 src/sugar3/util.py:348
188188 #, python-format
189189 msgid "%d B"
190 msgstr ""
190 msgstr "%d ಬಿ"
191191
192192 #: ../src/sugar3/util.py:350 src/sugar3/util.py:350
193193 #, python-format
194194 msgid "%d KB"
195 msgstr ""
195 msgstr "%d ಕೆಬಿ"
196196
197197 #: ../src/sugar3/util.py:352 src/sugar3/util.py:352
198 #, python-format
198 #, fuzzy, python-format
199199 msgid "%d MB"
200 msgstr ""
200 msgstr "%d ಎಂಬಿ"
201201
202202 #: ../src/sugar3/util.py:354 src/sugar3/util.py:354
203203 #, python-format
204204 msgid "%d GB"
205 msgstr ""
205 msgstr "%d ಜಿಬಿ"
206206
207207 #: ../src/sugar3/mime.py:56 src/sugar3/mime.py:59
208208 msgid "Text"
210210
211211 #: ../src/sugar3/mime.py:63 src/sugar3/mime.py:66
212212 msgid "Image"
213 msgstr ""
213 msgstr "ಚಿತ್ರ"
214214
215215 #: ../src/sugar3/mime.py:68 src/sugar3/mime.py:71
216 #, fuzzy
216217 msgid "Audio"
217 msgstr ""
218 msgstr "ಆಡಿಯೋ"
218219
219220 #: ../src/sugar3/mime.py:75 src/sugar3/mime.py:78
221 #, fuzzy
220222 msgid "Video"
221 msgstr ""
223 msgstr "ವೀಡಿಯೊ"
222224
223225 #: ../src/sugar3/mime.py:86 src/sugar3/mime.py:89
226 #, fuzzy
224227 msgid "Link"
225 msgstr ""
228 msgstr "ಲಿಂಕ್"
226229
227230 #: ../src/sugar3/mime.py:91 src/sugar3/mime.py:94
231 #, fuzzy
228232 msgid "Bundle"
229 msgstr ""
233 msgstr "ಬಂಡಲ್"
230234
231235 #: ../src/sugar3/speech.py:48 src/sugar3/speech.py:56
232236 msgid "Afrikaans"
269273 msgstr "ಗ್ರೀಕ್"
270274
271275 #: ../src/sugar3/speech.py:58
276 #, fuzzy
272277 msgid "Default"
273 msgstr ""
278 msgstr "ಡೀಫಾಲ್ಟ್"
274279
275280 #: ../src/sugar3/speech.py:59 src/sugar3/speech.py:77
276281 msgid "English Britain"
512517
513518 #: src/sugar3/activity/activity.py:1170
514519 msgid "Stop: name your journal entry"
515 msgstr ""
520 msgstr "ನಿಲ್ಲಿಸಿ: ಜರ್ನಲ್ ಪ್ರವೇಶಗಳನ್ನು ಹೆಸರಿಸಿ"
516521
517522 #: src/sugar3/activity/activity.py:1193
518523 msgid "Cancel stop and continue the activity"
519 msgstr ""
524 msgstr "ನಿಲ್ಲುವಿಕೆಯನ್ನು ರದ್ದುಗೊಳಿಸಿ ಚಟುವಟಿಕೆಯನ್ನು ಮುಂದುವರೆಸಿ"
520525
521526 #: src/sugar3/activity/activity.py:1230
522527 msgid "Save new"
523 msgstr ""
528 msgstr "ಹೊಸ ಉಳಿಸಿ"
524529
525530 #: src/sugar3/activity/activity.py:1231
526531 msgid "Save a new journal entry"
527 msgstr ""
532 msgstr "ಹೊಸ ಜರ್ನಲ್ ಪ್ರವೇಶಗಳನ್ನು ಉಳಿಸಿ"
528533
529534 #: src/sugar3/activity/activity.py:1234
530535 msgid "Save"
531 msgstr ""
536 msgstr "ಉಳಿಸಿ"
532537
533538 #: src/sugar3/activity/activity.py:1235
534539 msgid "Save into the old journal entry"
535 msgstr ""
540 msgstr "ಹಳೆಯ ಜರ್ನಲ್ ಪ್ರವೇಶಗಳಲ್ಲಿ ಉಳಿಸಿ"
536541
537542 #: src/sugar3/activity/activity.py:1241
538543 msgid "Erase changes"
539 msgstr ""
544 msgstr "ಬದಲಾವಣೆಗಳನ್ನು ಅಳಿಸಿಹಾಕು"
540545
541546 #: src/sugar3/activity/activity.py:1242
542547 msgid "Erase what you have done, and leave your old journal entry unchanged"
544549
545550 #: src/sugar3/activity/activity.py:1245
546551 msgid "Erase"
547 msgstr ""
552 msgstr "ಅಳಿಸಿಹಾಕು"
548553
549554 #: src/sugar3/activity/activity.py:1246
550555 msgid "Erase what you have done, and avoid making a journal entry"
552557
553558 #: src/sugar3/graphics/popwindow.py:179
554559 msgid "Close"
555 msgstr ""
560 msgstr "ಮುಚ್ಚಿ"
556561
557562 #: src/sugar3/speech.py:75
558563 msgid "English"
559 msgstr ""
564 msgstr "ಆಂಗ್ಲ"
560565
561566 #: src/sugar3/speech.py:88
567 #, fuzzy
562568 msgid "English West Indies"
563 msgstr ""
569 msgstr "ಇಂಗ್ಲೀಷ್"
564570
565571 #: src/sugar3/speech.py:173
566572 msgid "Swahili"
66 "Project-Id-Version: PACKAGE VERSION\n"
77 "Report-Msgid-Bugs-To: \n"
88 "POT-Creation-Date: 2017-10-16 18:58+1100\n"
9 "PO-Revision-Date: 2017-04-09 08:41+0000\n"
9 "PO-Revision-Date: 2021-04-17 23:52+0000\n"
1010 "Last-Translator: Anders <anders.jonsson@norsjovallen.se>\n"
1111 "Language-Team: LANGUAGE <LL@li.org>\n"
1212 "Language: sv\n"
1515 "Content-Transfer-Encoding: 8bit\n"
1616 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
1717 "X-Generator: Pootle 2.5.1.1\n"
18 "X-POOTLE-MTIME: 1491727298.000000\n"
18 "X-POOTLE-MTIME: 1618703566.000000\n"
1919
2020 #: ../src/sugar3/activity/activity.py:416 src/sugar3/activity/activity.py:467
2121 #, python-format
513513
514514 #: src/sugar3/activity/activity.py:1234
515515 msgid "Save"
516 msgstr ""
516 msgstr "Spara"
517517
518518 #: src/sugar3/activity/activity.py:1235
519519 msgid "Save into the old journal entry"
00 #!/bin/sh
11 # py-compile - Compile a Python program
22
3 scriptversion=2016-01-11.22; # UTC
3 scriptversion=2018-03-07.03; # UTC
44
5 # Copyright (C) 2000-2017 Free Software Foundation, Inc.
5 # Copyright (C) 2000-2018 Free Software Foundation, Inc.
66
77 # This program is free software; you can redistribute it and/or modify
88 # it under the terms of the GNU General Public License as published by
1515 # GNU General Public License for more details.
1616
1717 # You should have received a copy of the GNU General Public License
18 # along with this program. If not, see <http://www.gnu.org/licenses/>.
18 # along with this program. If not, see <https://www.gnu.org/licenses/>.
1919
2020 # As a special exception to the GNU General Public License, if you
2121 # distribute this file as part of a program that contains a
161161 # Local Variables:
162162 # mode: shell-script
163163 # sh-indentation: 2
164 # eval: (add-hook 'write-file-hooks 'time-stamp)
164 # eval: (add-hook 'before-save-hook 'time-stamp)
165165 # time-stamp-start: "scriptversion="
166166 # time-stamp-format: "%:y-%02m-%02d.%02H"
167167 # time-stamp-time-zone: "UTC0"
0 # Makefile.in generated by automake 1.15.1 from Makefile.am.
0 # Makefile.in generated by automake 1.16.1 from Makefile.am.
11 # @configure_input@
22
3 # Copyright (C) 1994-2017 Free Software Foundation, Inc.
3 # Copyright (C) 1994-2018 Free Software Foundation, Inc.
44
55 # This Makefile.in is free software; the Free Software Foundation
66 # gives unlimited permission to copy and/or distribute it,
133133 $(RECURSIVE_CLEAN_TARGETS) \
134134 $(am__extra_recursive_targets)
135135 AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
136 distdir
136 distdir distdir-am
137137 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
138138 # Read a list of newline-separated strings from the standard input,
139139 # and print each of them once, without duplicates. Input order is
294294 VERSION = @VERSION@
295295 WARN_CFLAGS = @WARN_CFLAGS@
296296 XGETTEXT = @XGETTEXT@
297 _GI_EXP_DATADIR = @_GI_EXP_DATADIR@
298 _GI_EXP_LIBDIR = @_GI_EXP_LIBDIR@
297299 abs_builddir = @abs_builddir@
298300 abs_srcdir = @abs_srcdir@
299301 abs_top_builddir = @abs_top_builddir@
374376 *config.status*) \
375377 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
376378 *) \
377 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
378 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
379 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \
380 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \
379381 esac;
380382
381383 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
492494 distclean-tags:
493495 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
494496
495 distdir: $(DISTFILES)
497 distdir: $(BUILT_SOURCES)
498 $(MAKE) $(AM_MAKEFLAGS) distdir-am
499
500 distdir-am: $(DISTFILES)
496501 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
497502 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
498503 list='$(DISTFILES)'; \
0 # Makefile.in generated by automake 1.15.1 from Makefile.am.
0 # Makefile.in generated by automake 1.16.1 from Makefile.am.
11 # @configure_input@
22
3 # Copyright (C) 1994-2017 Free Software Foundation, Inc.
3 # Copyright (C) 1994-2018 Free Software Foundation, Inc.
44
55 # This Makefile.in is free software; the Free Software Foundation
66 # gives unlimited permission to copy and/or distribute it,
171171 am__v_at_1 =
172172 DEFAULT_INCLUDES = -I.@am__isrc@
173173 depcomp = $(SHELL) $(top_srcdir)/depcomp
174 am__depfiles_maybe = depfiles
174 am__maybe_remake_depfiles = depfiles
175 am__depfiles_remade = ./$(DEPDIR)/libsugarext_la-acme-volume-alsa.Plo \
176 ./$(DEPDIR)/libsugarext_la-acme-volume.Plo \
177 ./$(DEPDIR)/libsugarext_la-eggaccelerators.Plo \
178 ./$(DEPDIR)/libsugarext_la-eggdesktopfile.Plo \
179 ./$(DEPDIR)/libsugarext_la-eggsmclient-xsmp.Plo \
180 ./$(DEPDIR)/libsugarext_la-eggsmclient.Plo \
181 ./$(DEPDIR)/libsugarext_la-gsm-app.Plo \
182 ./$(DEPDIR)/libsugarext_la-gsm-client-xsmp.Plo \
183 ./$(DEPDIR)/libsugarext_la-gsm-client.Plo \
184 ./$(DEPDIR)/libsugarext_la-gsm-session.Plo \
185 ./$(DEPDIR)/libsugarext_la-gsm-xsmp.Plo \
186 ./$(DEPDIR)/libsugarext_la-sugar-clipboard.Plo \
187 ./$(DEPDIR)/libsugarext_la-sugar-cursor-tracker.Plo \
188 ./$(DEPDIR)/libsugarext_la-sugar-fatattr.Plo \
189 ./$(DEPDIR)/libsugarext_la-sugar-gesture-grabber.Plo \
190 ./$(DEPDIR)/libsugarext_la-sugar-grid.Plo \
191 ./$(DEPDIR)/libsugarext_la-sugar-key-grabber.Plo \
192 ./$(DEPDIR)/libsugarext_la-sugar-marshal.Plo \
193 ./$(DEPDIR)/libsugarext_la-sugar-wm.Plo
175194 am__mv = mv -f
176195 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
177196 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
208227 esac
209228 am__py_compile = PYTHON=$(PYTHON) $(SHELL) $(py_compile)
210229 am__pep3147_tweak = \
211 sed -e 's|\.py$$||' -e 's|[^/]*$$|__pycache__/&.*.py|'
230 sed -e 's|\.py$$||' -e 's|[^/]*$$|&.*.pyc\n&.*.pyo|'
212231 py_compile = $(top_srcdir)/py-compile
213232 DATA = $(gir_DATA) $(typelib_DATA)
214233 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
218237 $(RECURSIVE_CLEAN_TARGETS) \
219238 $(am__extra_recursive_targets)
220239 AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
221 distdir
240 distdir distdir-am
222241 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
223242 # Read a list of newline-separated strings from the standard input,
224243 # and print each of them once, without duplicates. Input order is
380399 VERSION = @VERSION@
381400 WARN_CFLAGS = @WARN_CFLAGS@
382401 XGETTEXT = @XGETTEXT@
402 _GI_EXP_DATADIR = @_GI_EXP_DATADIR@
403 _GI_EXP_LIBDIR = @_GI_EXP_LIBDIR@
383404 abs_builddir = @abs_builddir@
384405 abs_srcdir = @abs_srcdir@
385406 abs_top_builddir = @abs_top_builddir@
582603 *config.status*) \
583604 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
584605 *) \
585 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
586 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
606 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \
607 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \
587608 esac;
588609
589610 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
641662 distclean-compile:
642663 -rm -f *.tab.c
643664
644 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libsugarext_la-acme-volume-alsa.Plo@am__quote@
645 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libsugarext_la-acme-volume.Plo@am__quote@
646 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libsugarext_la-eggaccelerators.Plo@am__quote@
647 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libsugarext_la-eggdesktopfile.Plo@am__quote@
648 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libsugarext_la-eggsmclient-xsmp.Plo@am__quote@
649 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libsugarext_la-eggsmclient.Plo@am__quote@
650 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libsugarext_la-gsm-app.Plo@am__quote@
651 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libsugarext_la-gsm-client-xsmp.Plo@am__quote@
652 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libsugarext_la-gsm-client.Plo@am__quote@
653 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libsugarext_la-gsm-session.Plo@am__quote@
654 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libsugarext_la-gsm-xsmp.Plo@am__quote@
655 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libsugarext_la-sugar-clipboard.Plo@am__quote@
656 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libsugarext_la-sugar-cursor-tracker.Plo@am__quote@
657 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libsugarext_la-sugar-fatattr.Plo@am__quote@
658 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libsugarext_la-sugar-gesture-grabber.Plo@am__quote@
659 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libsugarext_la-sugar-grid.Plo@am__quote@
660 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libsugarext_la-sugar-key-grabber.Plo@am__quote@
661 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libsugarext_la-sugar-marshal.Plo@am__quote@
662 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libsugarext_la-sugar-wm.Plo@am__quote@
665 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libsugarext_la-acme-volume-alsa.Plo@am__quote@ # am--include-marker
666 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libsugarext_la-acme-volume.Plo@am__quote@ # am--include-marker
667 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libsugarext_la-eggaccelerators.Plo@am__quote@ # am--include-marker
668 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libsugarext_la-eggdesktopfile.Plo@am__quote@ # am--include-marker
669 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libsugarext_la-eggsmclient-xsmp.Plo@am__quote@ # am--include-marker
670 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libsugarext_la-eggsmclient.Plo@am__quote@ # am--include-marker
671 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libsugarext_la-gsm-app.Plo@am__quote@ # am--include-marker
672 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libsugarext_la-gsm-client-xsmp.Plo@am__quote@ # am--include-marker
673 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libsugarext_la-gsm-client.Plo@am__quote@ # am--include-marker
674 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libsugarext_la-gsm-session.Plo@am__quote@ # am--include-marker
675 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libsugarext_la-gsm-xsmp.Plo@am__quote@ # am--include-marker
676 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libsugarext_la-sugar-clipboard.Plo@am__quote@ # am--include-marker
677 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libsugarext_la-sugar-cursor-tracker.Plo@am__quote@ # am--include-marker
678 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libsugarext_la-sugar-fatattr.Plo@am__quote@ # am--include-marker
679 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libsugarext_la-sugar-gesture-grabber.Plo@am__quote@ # am--include-marker
680 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libsugarext_la-sugar-grid.Plo@am__quote@ # am--include-marker
681 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libsugarext_la-sugar-key-grabber.Plo@am__quote@ # am--include-marker
682 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libsugarext_la-sugar-marshal.Plo@am__quote@ # am--include-marker
683 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libsugarext_la-sugar-wm.Plo@am__quote@ # am--include-marker
684
685 $(am__depfiles_remade):
686 @$(MKDIR_P) $(@D)
687 @echo '# dummy' >$@-t && $(am__mv) $@-t $@
688
689 am--depfiles: $(am__depfiles_remade)
663690
664691 .c.o:
665692 @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
853880 dir='$(DESTDIR)$(sugardir)'; \
854881 pyc_files=`echo "$$py_files" | sed 's|$$|c|'`; \
855882 pyo_files=`echo "$$py_files" | sed 's|$$|o|'`; \
856 py_files_pep3147=`echo "$$py_files" | $(am__pep3147_tweak)`; \
857 echo "$$py_files_pep3147";\
858 pyc_files_pep3147=`echo "$$py_files_pep3147" | sed 's|$$|c|'`; \
859 pyo_files_pep3147=`echo "$$py_files_pep3147" | sed 's|$$|o|'`; \
860883 st=0; \
861 for files in \
862 "$$py_files" \
863 "$$pyc_files" \
864 "$$pyo_files" \
865 "$$pyc_files_pep3147" \
866 "$$pyo_files_pep3147" \
867 ; do \
884 for files in "$$py_files" "$$pyc_files" "$$pyo_files"; do \
868885 $(am__uninstall_files_from_dir) || st=$$?; \
869886 done; \
887 dir='$(DESTDIR)$(sugardir)/__pycache__'; \
888 echo "$$py_files" | $(am__pep3147_tweak) | $(am__base_list) | \
889 while read files; do \
890 $(am__uninstall_files_from_dir) || st=$$?; \
891 done || exit $$?; \
870892 exit $$st
871893 install-sugarPYTHON: $(sugar_PYTHON)
872894 @$(NORMAL_INSTALL)
901923 dir='$(DESTDIR)$(sugardir)'; \
902924 pyc_files=`echo "$$py_files" | sed 's|$$|c|'`; \
903925 pyo_files=`echo "$$py_files" | sed 's|$$|o|'`; \
904 py_files_pep3147=`echo "$$py_files" | $(am__pep3147_tweak)`; \
905 echo "$$py_files_pep3147";\
906 pyc_files_pep3147=`echo "$$py_files_pep3147" | sed 's|$$|c|'`; \
907 pyo_files_pep3147=`echo "$$py_files_pep3147" | sed 's|$$|o|'`; \
908926 st=0; \
909 for files in \
910 "$$py_files" \
911 "$$pyc_files" \
912 "$$pyo_files" \
913 "$$pyc_files_pep3147" \
914 "$$pyo_files_pep3147" \
915 ; do \
927 for files in "$$py_files" "$$pyc_files" "$$pyo_files"; do \
916928 $(am__uninstall_files_from_dir) || st=$$?; \
917929 done; \
930 dir='$(DESTDIR)$(sugardir)/__pycache__'; \
931 echo "$$py_files" | $(am__pep3147_tweak) | $(am__base_list) | \
932 while read files; do \
933 $(am__uninstall_files_from_dir) || st=$$?; \
934 done || exit $$?; \
918935 exit $$st
919936 install-girDATA: $(gir_DATA)
920937 @$(NORMAL_INSTALL)
10581075 distclean-tags:
10591076 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
10601077
1061 distdir: $(DISTFILES)
1078 distdir: $(BUILT_SOURCES)
1079 $(MAKE) $(AM_MAKEFLAGS) distdir-am
1080
1081 distdir-am: $(DISTFILES)
10621082 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
10631083 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
10641084 list='$(DISTFILES)'; \
11611181 mostlyclean-am
11621182
11631183 distclean: distclean-recursive
1164 -rm -rf ./$(DEPDIR)
1184 -rm -f ./$(DEPDIR)/libsugarext_la-acme-volume-alsa.Plo
1185 -rm -f ./$(DEPDIR)/libsugarext_la-acme-volume.Plo
1186 -rm -f ./$(DEPDIR)/libsugarext_la-eggaccelerators.Plo
1187 -rm -f ./$(DEPDIR)/libsugarext_la-eggdesktopfile.Plo
1188 -rm -f ./$(DEPDIR)/libsugarext_la-eggsmclient-xsmp.Plo
1189 -rm -f ./$(DEPDIR)/libsugarext_la-eggsmclient.Plo
1190 -rm -f ./$(DEPDIR)/libsugarext_la-gsm-app.Plo
1191 -rm -f ./$(DEPDIR)/libsugarext_la-gsm-client-xsmp.Plo
1192 -rm -f ./$(DEPDIR)/libsugarext_la-gsm-client.Plo
1193 -rm -f ./$(DEPDIR)/libsugarext_la-gsm-session.Plo
1194 -rm -f ./$(DEPDIR)/libsugarext_la-gsm-xsmp.Plo
1195 -rm -f ./$(DEPDIR)/libsugarext_la-sugar-clipboard.Plo
1196 -rm -f ./$(DEPDIR)/libsugarext_la-sugar-cursor-tracker.Plo
1197 -rm -f ./$(DEPDIR)/libsugarext_la-sugar-fatattr.Plo
1198 -rm -f ./$(DEPDIR)/libsugarext_la-sugar-gesture-grabber.Plo
1199 -rm -f ./$(DEPDIR)/libsugarext_la-sugar-grid.Plo
1200 -rm -f ./$(DEPDIR)/libsugarext_la-sugar-key-grabber.Plo
1201 -rm -f ./$(DEPDIR)/libsugarext_la-sugar-marshal.Plo
1202 -rm -f ./$(DEPDIR)/libsugarext_la-sugar-wm.Plo
11651203 -rm -f Makefile
11661204 distclean-am: clean-am distclean-compile distclean-generic \
11671205 distclean-tags
12081246 installcheck-am:
12091247
12101248 maintainer-clean: maintainer-clean-recursive
1211 -rm -rf ./$(DEPDIR)
1249 -rm -f ./$(DEPDIR)/libsugarext_la-acme-volume-alsa.Plo
1250 -rm -f ./$(DEPDIR)/libsugarext_la-acme-volume.Plo
1251 -rm -f ./$(DEPDIR)/libsugarext_la-eggaccelerators.Plo
1252 -rm -f ./$(DEPDIR)/libsugarext_la-eggdesktopfile.Plo
1253 -rm -f ./$(DEPDIR)/libsugarext_la-eggsmclient-xsmp.Plo
1254 -rm -f ./$(DEPDIR)/libsugarext_la-eggsmclient.Plo
1255 -rm -f ./$(DEPDIR)/libsugarext_la-gsm-app.Plo
1256 -rm -f ./$(DEPDIR)/libsugarext_la-gsm-client-xsmp.Plo
1257 -rm -f ./$(DEPDIR)/libsugarext_la-gsm-client.Plo
1258 -rm -f ./$(DEPDIR)/libsugarext_la-gsm-session.Plo
1259 -rm -f ./$(DEPDIR)/libsugarext_la-gsm-xsmp.Plo
1260 -rm -f ./$(DEPDIR)/libsugarext_la-sugar-clipboard.Plo
1261 -rm -f ./$(DEPDIR)/libsugarext_la-sugar-cursor-tracker.Plo
1262 -rm -f ./$(DEPDIR)/libsugarext_la-sugar-fatattr.Plo
1263 -rm -f ./$(DEPDIR)/libsugarext_la-sugar-gesture-grabber.Plo
1264 -rm -f ./$(DEPDIR)/libsugarext_la-sugar-grid.Plo
1265 -rm -f ./$(DEPDIR)/libsugarext_la-sugar-key-grabber.Plo
1266 -rm -f ./$(DEPDIR)/libsugarext_la-sugar-marshal.Plo
1267 -rm -f ./$(DEPDIR)/libsugarext_la-sugar-wm.Plo
12121268 -rm -f Makefile
12131269 maintainer-clean-am: distclean-am maintainer-clean-generic
12141270
12321288 .MAKE: $(am__recursive_targets) all check install install-am \
12331289 install-strip
12341290
1235 .PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \
1236 check-am clean clean-generic clean-libLTLIBRARIES \
1237 clean-libtool cscopelist-am ctags ctags-am distclean \
1238 distclean-compile distclean-generic distclean-libtool \
1239 distclean-tags distdir dvi dvi-am html html-am info info-am \
1240 install install-am install-data install-data-am install-dvi \
1241 install-dvi-am install-exec install-exec-am install-girDATA \
1242 install-html install-html-am install-info install-info-am \
1243 install-libLTLIBRARIES install-man install-nodist_sugarPYTHON \
1244 install-pdf install-pdf-am install-ps install-ps-am \
1245 install-strip install-sugarPYTHON install-typelibDATA \
1246 installcheck installcheck-am installdirs installdirs-am \
1247 maintainer-clean maintainer-clean-generic mostlyclean \
1248 mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
1249 pdf pdf-am ps ps-am tags tags-am uninstall uninstall-am \
1250 uninstall-girDATA uninstall-libLTLIBRARIES \
1251 uninstall-nodist_sugarPYTHON uninstall-sugarPYTHON \
1252 uninstall-typelibDATA
1291 .PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am \
1292 am--depfiles check check-am clean clean-generic \
1293 clean-libLTLIBRARIES clean-libtool cscopelist-am ctags \
1294 ctags-am distclean distclean-compile distclean-generic \
1295 distclean-libtool distclean-tags distdir dvi dvi-am html \
1296 html-am info info-am install install-am install-data \
1297 install-data-am install-dvi install-dvi-am install-exec \
1298 install-exec-am install-girDATA install-html install-html-am \
1299 install-info install-info-am install-libLTLIBRARIES \
1300 install-man install-nodist_sugarPYTHON install-pdf \
1301 install-pdf-am install-ps install-ps-am install-strip \
1302 install-sugarPYTHON install-typelibDATA installcheck \
1303 installcheck-am installdirs installdirs-am maintainer-clean \
1304 maintainer-clean-generic mostlyclean mostlyclean-compile \
1305 mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
1306 tags tags-am uninstall uninstall-am uninstall-girDATA \
1307 uninstall-libLTLIBRARIES uninstall-nodist_sugarPYTHON \
1308 uninstall-sugarPYTHON uninstall-typelibDATA
12531309
12541310 .PRECIOUS: Makefile
12551311
0 # Makefile.in generated by automake 1.15.1 from Makefile.am.
0 # Makefile.in generated by automake 1.16.1 from Makefile.am.
11 # @configure_input@
22
3 # Copyright (C) 1994-2017 Free Software Foundation, Inc.
3 # Copyright (C) 1994-2018 Free Software Foundation, Inc.
44
55 # This Makefile.in is free software; the Free Software Foundation
66 # gives unlimited permission to copy and/or distribute it,
148148 am__py_compile = PYTHON=$(PYTHON) $(SHELL) $(py_compile)
149149 am__installdirs = "$(DESTDIR)$(sugardir)"
150150 am__pep3147_tweak = \
151 sed -e 's|\.py$$||' -e 's|[^/]*$$|__pycache__/&.*.py|'
151 sed -e 's|\.py$$||' -e 's|[^/]*$$|&.*.pyc\n&.*.pyo|'
152152 py_compile = $(top_srcdir)/py-compile
153153 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
154154 am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/py-compile
266266 VERSION = @VERSION@
267267 WARN_CFLAGS = @WARN_CFLAGS@
268268 XGETTEXT = @XGETTEXT@
269 _GI_EXP_DATADIR = @_GI_EXP_DATADIR@
270 _GI_EXP_LIBDIR = @_GI_EXP_LIBDIR@
269271 abs_builddir = @abs_builddir@
270272 abs_srcdir = @abs_srcdir@
271273 abs_top_builddir = @abs_top_builddir@
358360 *config.status*) \
359361 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
360362 *) \
361 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
362 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
363 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \
364 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \
363365 esac;
364366
365367 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
409411 dir='$(DESTDIR)$(sugardir)'; \
410412 pyc_files=`echo "$$py_files" | sed 's|$$|c|'`; \
411413 pyo_files=`echo "$$py_files" | sed 's|$$|o|'`; \
412 py_files_pep3147=`echo "$$py_files" | $(am__pep3147_tweak)`; \
413 echo "$$py_files_pep3147";\
414 pyc_files_pep3147=`echo "$$py_files_pep3147" | sed 's|$$|c|'`; \
415 pyo_files_pep3147=`echo "$$py_files_pep3147" | sed 's|$$|o|'`; \
416414 st=0; \
417 for files in \
418 "$$py_files" \
419 "$$pyc_files" \
420 "$$pyo_files" \
421 "$$pyc_files_pep3147" \
422 "$$pyo_files_pep3147" \
423 ; do \
415 for files in "$$py_files" "$$pyc_files" "$$pyo_files"; do \
424416 $(am__uninstall_files_from_dir) || st=$$?; \
425417 done; \
418 dir='$(DESTDIR)$(sugardir)/__pycache__'; \
419 echo "$$py_files" | $(am__pep3147_tweak) | $(am__base_list) | \
420 while read files; do \
421 $(am__uninstall_files_from_dir) || st=$$?; \
422 done || exit $$?; \
426423 exit $$st
427424 tags TAGS:
428425
431428 cscope cscopelist:
432429
433430
434 distdir: $(DISTFILES)
431 distdir: $(BUILT_SOURCES)
432 $(MAKE) $(AM_MAKEFLAGS) distdir-am
433
434 distdir-am: $(DISTFILES)
435435 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
436436 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
437437 list='$(DISTFILES)'; \
190190
191191 git_ls = None
192192 try:
193 git_ls = subprocess.Popen(['git', 'ls-files'],
193 git_ls = subprocess.Popen(['git', 'ls-files', '-z'],
194194 stdout=subprocess.PIPE,
195195 cwd=root)
196196 except OSError:
206206 elif stdout:
207207 # pylint: disable=E1103
208208 git_output = [path.strip() for path in
209 stdout.decode().strip('\n').split('\n')]
209 stdout.decode().strip('\n').split('\x00')]
210210 files = []
211211 for line in git_output:
212 if line == '':
213 continue
212214 ignore = False
213215 for directory in IGNORE_DIRS:
214216 if line.startswith(directory + '/'):
279281 Packager.__init__(self, builder.config)
280282 self.builder = builder
281283
282 def install(self, prefix, install_mime=True, install_desktop_file=True):
284 def install(self, destdir, prefix,
285 install_mime=True, install_desktop_file=True):
283286 self.builder.build()
284287
285288 activity_path = os.path.join(prefix, 'share', 'sugar', 'activities',
289292
290293 for f in self.get_files_in_git():
291294 source_path = os.path.join(self.config.source_dir, f)
292 dest_path = os.path.join(activity_path, f)
295 dest_path = os.path.join(destdir,
296 os.path.relpath(activity_path, '/'), f)
293297 source_to_dest[source_path] = dest_path
294298
295299 for f in self.builder.get_locale_files():
296300 source_path = os.path.join(self.builder.locale_dir, f)
297301
298302 if source_path.endswith(".mo"):
299 dest_path = os.path.join(prefix, 'share', 'locale', f)
303 dest_path = os.path.join(destdir,
304 os.path.relpath(prefix, '/'),
305 'share', 'locale', f)
300306 else:
301 dest_path = os.path.join(activity_path, 'locale', f)
307 dest_path = os.path.join(destdir,
308 os.path.relpath(activity_path, '/'),
309 'locale', f)
302310
303311 source_to_dest[source_path] = dest_path
304312
305313 for source, dest in list(source_to_dest.items()):
306 print('Install %s to %s.' % (source, dest))
314 print('Install %s' % (dest))
307315
308316 path = os.path.dirname(dest)
309317 if not os.path.exists(path):
315323 self.config.bundle.install_mime_type(self.config.source_dir)
316324
317325 if install_desktop_file:
318 self._install_desktop_file(prefix, activity_path)
319 self._generate_appdata(prefix, activity_path)
320
321 def _install_desktop_file(self, prefix, activity_path):
326 self._install_desktop_file(destdir, prefix, activity_path)
327 self._generate_appdata(destdir, prefix, activity_path)
328
329 def _install_desktop_file(self, destdir, prefix, activity_path):
322330 cp = ConfigParser()
323331 section = 'Desktop Entry'
324332 cp.add_section(section)
326334
327335 # Get it from the activity.info for the non-translated version
328336 info = ConfigParser()
329 info.read(os.path.join(activity_path, 'activity', 'activity.info'))
337 info_path = os.path.join(destdir, os.path.relpath(activity_path, '/'),
338 'activity', 'activity.info')
339 info.read(info_path)
330340 cp.set(section, 'Name', info.get('Activity', 'name'))
331341 if info.has_option('Activity', 'summary'):
332342 cp.set(section, 'Comment', info.get('Activity', 'summary'))
352362 cp.set(section, 'Path', activity_path) # Path == CWD for running
353363
354364 name = '{}.activity.desktop'.format(self.config.bundle_id)
355 path = os.path.join(prefix, 'share', 'applications', name)
365 path = os.path.join(destdir, os.path.relpath(prefix, '/'),
366 'share', 'applications', name)
356367 if not os.path.isdir(os.path.dirname(path)):
357368 os.makedirs(os.path.dirname(path))
358369 with open(path, 'w') as f:
359370 cp.write(f)
360
361 def _generate_appdata(self, prefix, activity_path):
371 print('Install %s' % (path))
372
373 def _generate_appdata(self, destdir, prefix, activity_path):
362374 info = ConfigParser()
363 info.read(os.path.join(activity_path, 'activity', 'activity.info'))
375 info_path = os.path.join(destdir, os.path.relpath(activity_path, '/'),
376 'activity', 'activity.info')
377 info.read(info_path)
364378
365379 required_fields = ['metadata_license', 'license', 'name', 'icon',
366380 'description']
407421 ET.SubElement(root, 'url', type='bugtracker').text = \
408422 info.get('Activity', 'repository')
409423
410 path = os.path.join(prefix, 'share', 'metainfo',
424 path = os.path.join(destdir, os.path.relpath(prefix, '/'),
425 'share', 'metainfo',
411426 self.config.bundle_id + '.appdata.xml')
412427 if not os.path.isdir(os.path.dirname(path)):
413428 os.makedirs(os.path.dirname(path))
414429 tree = ET.ElementTree(root)
415430 tree.write(path, encoding='UTF-8')
431 print('Install %s' % (path))
416432
417433
418434 def cmd_check(config, options):
504520
505521 installer = Installer(Builder(config))
506522 installer.install(
523 options.destdir,
507524 options.prefix,
508525 options.install_mime,
509526 options.install_desktop_file)
592609 "--prefix", dest="prefix", default=sys.prefix,
593610 help="Path for installing")
594611 install_parser.add_argument(
612 "--destdir", dest="destdir", default="/",
613 help="Path for staged install")
614 install_parser.add_argument(
595615 "--skip-install-mime", dest="install_mime",
596616 action="store_false", default=True,
597617 help="Skip the installation of custom mime types in the system")
0 # Makefile.in generated by automake 1.15.1 from Makefile.am.
0 # Makefile.in generated by automake 1.16.1 from Makefile.am.
11 # @configure_input@
22
3 # Copyright (C) 1994-2017 Free Software Foundation, Inc.
3 # Copyright (C) 1994-2018 Free Software Foundation, Inc.
44
55 # This Makefile.in is free software; the Free Software Foundation
66 # gives unlimited permission to copy and/or distribute it,
148148 am__py_compile = PYTHON=$(PYTHON) $(SHELL) $(py_compile)
149149 am__installdirs = "$(DESTDIR)$(sugardir)"
150150 am__pep3147_tweak = \
151 sed -e 's|\.py$$||' -e 's|[^/]*$$|__pycache__/&.*.py|'
151 sed -e 's|\.py$$||' -e 's|[^/]*$$|&.*.pyc\n&.*.pyo|'
152152 py_compile = $(top_srcdir)/py-compile
153153 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
154154 am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/py-compile
266266 VERSION = @VERSION@
267267 WARN_CFLAGS = @WARN_CFLAGS@
268268 XGETTEXT = @XGETTEXT@
269 _GI_EXP_DATADIR = @_GI_EXP_DATADIR@
270 _GI_EXP_LIBDIR = @_GI_EXP_LIBDIR@
269271 abs_builddir = @abs_builddir@
270272 abs_srcdir = @abs_srcdir@
271273 abs_top_builddir = @abs_top_builddir@
354356 *config.status*) \
355357 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
356358 *) \
357 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
358 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
359 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \
360 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \
359361 esac;
360362
361363 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
405407 dir='$(DESTDIR)$(sugardir)'; \
406408 pyc_files=`echo "$$py_files" | sed 's|$$|c|'`; \
407409 pyo_files=`echo "$$py_files" | sed 's|$$|o|'`; \
408 py_files_pep3147=`echo "$$py_files" | $(am__pep3147_tweak)`; \
409 echo "$$py_files_pep3147";\
410 pyc_files_pep3147=`echo "$$py_files_pep3147" | sed 's|$$|c|'`; \
411 pyo_files_pep3147=`echo "$$py_files_pep3147" | sed 's|$$|o|'`; \
412410 st=0; \
413 for files in \
414 "$$py_files" \
415 "$$pyc_files" \
416 "$$pyo_files" \
417 "$$pyc_files_pep3147" \
418 "$$pyo_files_pep3147" \
419 ; do \
411 for files in "$$py_files" "$$pyc_files" "$$pyo_files"; do \
420412 $(am__uninstall_files_from_dir) || st=$$?; \
421413 done; \
414 dir='$(DESTDIR)$(sugardir)/__pycache__'; \
415 echo "$$py_files" | $(am__pep3147_tweak) | $(am__base_list) | \
416 while read files; do \
417 $(am__uninstall_files_from_dir) || st=$$?; \
418 done || exit $$?; \
422419 exit $$st
423420 tags TAGS:
424421
427424 cscope cscopelist:
428425
429426
430 distdir: $(DISTFILES)
427 distdir: $(BUILT_SOURCES)
428 $(MAKE) $(AM_MAKEFLAGS) distdir-am
429
430 distdir-am: $(DISTFILES)
431431 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
432432 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
433433 list='$(DISTFILES)'; \
0 # Makefile.in generated by automake 1.15.1 from Makefile.am.
0 # Makefile.in generated by automake 1.16.1 from Makefile.am.
11 # @configure_input@
22
3 # Copyright (C) 1994-2017 Free Software Foundation, Inc.
3 # Copyright (C) 1994-2018 Free Software Foundation, Inc.
44
55 # This Makefile.in is free software; the Free Software Foundation
66 # gives unlimited permission to copy and/or distribute it,
148148 am__py_compile = PYTHON=$(PYTHON) $(SHELL) $(py_compile)
149149 am__installdirs = "$(DESTDIR)$(sugardir)"
150150 am__pep3147_tweak = \
151 sed -e 's|\.py$$||' -e 's|[^/]*$$|__pycache__/&.*.py|'
151 sed -e 's|\.py$$||' -e 's|[^/]*$$|&.*.pyc\n&.*.pyo|'
152152 py_compile = $(top_srcdir)/py-compile
153153 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
154154 am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/py-compile
266266 VERSION = @VERSION@
267267 WARN_CFLAGS = @WARN_CFLAGS@
268268 XGETTEXT = @XGETTEXT@
269 _GI_EXP_DATADIR = @_GI_EXP_DATADIR@
270 _GI_EXP_LIBDIR = @_GI_EXP_LIBDIR@
269271 abs_builddir = @abs_builddir@
270272 abs_srcdir = @abs_srcdir@
271273 abs_top_builddir = @abs_top_builddir@
350352 *config.status*) \
351353 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
352354 *) \
353 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
354 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
355 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \
356 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \
355357 esac;
356358
357359 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
401403 dir='$(DESTDIR)$(sugardir)'; \
402404 pyc_files=`echo "$$py_files" | sed 's|$$|c|'`; \
403405 pyo_files=`echo "$$py_files" | sed 's|$$|o|'`; \
404 py_files_pep3147=`echo "$$py_files" | $(am__pep3147_tweak)`; \
405 echo "$$py_files_pep3147";\
406 pyc_files_pep3147=`echo "$$py_files_pep3147" | sed 's|$$|c|'`; \
407 pyo_files_pep3147=`echo "$$py_files_pep3147" | sed 's|$$|o|'`; \
408406 st=0; \
409 for files in \
410 "$$py_files" \
411 "$$pyc_files" \
412 "$$pyo_files" \
413 "$$pyc_files_pep3147" \
414 "$$pyo_files_pep3147" \
415 ; do \
407 for files in "$$py_files" "$$pyc_files" "$$pyo_files"; do \
416408 $(am__uninstall_files_from_dir) || st=$$?; \
417409 done; \
410 dir='$(DESTDIR)$(sugardir)/__pycache__'; \
411 echo "$$py_files" | $(am__pep3147_tweak) | $(am__base_list) | \
412 while read files; do \
413 $(am__uninstall_files_from_dir) || st=$$?; \
414 done || exit $$?; \
418415 exit $$st
419416 tags TAGS:
420417
423420 cscope cscopelist:
424421
425422
426 distdir: $(DISTFILES)
423 distdir: $(BUILT_SOURCES)
424 $(MAKE) $(AM_MAKEFLAGS) distdir-am
425
426 distdir-am: $(DISTFILES)
427427 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
428428 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
429429 list='$(DISTFILES)'; \
0 # Makefile.in generated by automake 1.15.1 from Makefile.am.
0 # Makefile.in generated by automake 1.16.1 from Makefile.am.
11 # @configure_input@
22
3 # Copyright (C) 1994-2017 Free Software Foundation, Inc.
3 # Copyright (C) 1994-2018 Free Software Foundation, Inc.
44
55 # This Makefile.in is free software; the Free Software Foundation
66 # gives unlimited permission to copy and/or distribute it,
148148 am__py_compile = PYTHON=$(PYTHON) $(SHELL) $(py_compile)
149149 am__installdirs = "$(DESTDIR)$(sugardir)"
150150 am__pep3147_tweak = \
151 sed -e 's|\.py$$||' -e 's|[^/]*$$|__pycache__/&.*.py|'
151 sed -e 's|\.py$$||' -e 's|[^/]*$$|&.*.pyc\n&.*.pyo|'
152152 py_compile = $(top_srcdir)/py-compile
153153 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
154154 am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/py-compile
266266 VERSION = @VERSION@
267267 WARN_CFLAGS = @WARN_CFLAGS@
268268 XGETTEXT = @XGETTEXT@
269 _GI_EXP_DATADIR = @_GI_EXP_DATADIR@
270 _GI_EXP_LIBDIR = @_GI_EXP_LIBDIR@
269271 abs_builddir = @abs_builddir@
270272 abs_srcdir = @abs_srcdir@
271273 abs_top_builddir = @abs_top_builddir@
354356 *config.status*) \
355357 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
356358 *) \
357 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
358 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
359 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \
360 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \
359361 esac;
360362
361363 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
405407 dir='$(DESTDIR)$(sugardir)'; \
406408 pyc_files=`echo "$$py_files" | sed 's|$$|c|'`; \
407409 pyo_files=`echo "$$py_files" | sed 's|$$|o|'`; \
408 py_files_pep3147=`echo "$$py_files" | $(am__pep3147_tweak)`; \
409 echo "$$py_files_pep3147";\
410 pyc_files_pep3147=`echo "$$py_files_pep3147" | sed 's|$$|c|'`; \
411 pyo_files_pep3147=`echo "$$py_files_pep3147" | sed 's|$$|o|'`; \
412410 st=0; \
413 for files in \
414 "$$py_files" \
415 "$$pyc_files" \
416 "$$pyo_files" \
417 "$$pyc_files_pep3147" \
418 "$$pyo_files_pep3147" \
419 ; do \
411 for files in "$$py_files" "$$pyc_files" "$$pyo_files"; do \
420412 $(am__uninstall_files_from_dir) || st=$$?; \
421413 done; \
414 dir='$(DESTDIR)$(sugardir)/__pycache__'; \
415 echo "$$py_files" | $(am__pep3147_tweak) | $(am__base_list) | \
416 while read files; do \
417 $(am__uninstall_files_from_dir) || st=$$?; \
418 done || exit $$?; \
422419 exit $$st
423420 tags TAGS:
424421
427424 cscope cscopelist:
428425
429426
430 distdir: $(DISTFILES)
427 distdir: $(BUILT_SOURCES)
428 $(MAKE) $(AM_MAKEFLAGS) distdir-am
429
430 distdir-am: $(DISTFILES)
431431 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
432432 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
433433 list='$(DISTFILES)'; \
0 # Makefile.in generated by automake 1.15.1 from Makefile.am.
0 # Makefile.in generated by automake 1.16.1 from Makefile.am.
11 # @configure_input@
22
3 # Copyright (C) 1994-2017 Free Software Foundation, Inc.
3 # Copyright (C) 1994-2018 Free Software Foundation, Inc.
44
55 # This Makefile.in is free software; the Free Software Foundation
66 # gives unlimited permission to copy and/or distribute it,
167167 am__v_at_1 =
168168 DEFAULT_INCLUDES = -I.@am__isrc@
169169 depcomp = $(SHELL) $(top_srcdir)/depcomp
170 am__depfiles_maybe = depfiles
170 am__maybe_remake_depfiles = depfiles
171 am__depfiles_remade = \
172 ./$(DEPDIR)/libsugar_eventcontroller_la-sugar-enum-types.Plo \
173 ./$(DEPDIR)/libsugar_eventcontroller_la-sugar-event-controller.Plo \
174 ./$(DEPDIR)/libsugar_eventcontroller_la-sugar-long-press-controller.Plo \
175 ./$(DEPDIR)/libsugar_eventcontroller_la-sugar-rotate-controller.Plo \
176 ./$(DEPDIR)/libsugar_eventcontroller_la-sugar-swipe-controller.Plo \
177 ./$(DEPDIR)/libsugar_eventcontroller_la-sugar-touch-controller.Plo \
178 ./$(DEPDIR)/libsugar_eventcontroller_la-sugar-zoom-controller.Plo
171179 am__mv = mv -f
172180 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
173181 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
329337 VERSION = @VERSION@
330338 WARN_CFLAGS = @WARN_CFLAGS@
331339 XGETTEXT = @XGETTEXT@
340 _GI_EXP_DATADIR = @_GI_EXP_DATADIR@
341 _GI_EXP_LIBDIR = @_GI_EXP_LIBDIR@
332342 abs_builddir = @abs_builddir@
333343 abs_srcdir = @abs_srcdir@
334344 abs_top_builddir = @abs_top_builddir@
468478 *config.status*) \
469479 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
470480 *) \
471 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
472 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
481 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \
482 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \
473483 esac;
474484
475485 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
525535 distclean-compile:
526536 -rm -f *.tab.c
527537
528 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libsugar_eventcontroller_la-sugar-enum-types.Plo@am__quote@
529 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libsugar_eventcontroller_la-sugar-event-controller.Plo@am__quote@
530 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libsugar_eventcontroller_la-sugar-long-press-controller.Plo@am__quote@
531 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libsugar_eventcontroller_la-sugar-rotate-controller.Plo@am__quote@
532 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libsugar_eventcontroller_la-sugar-swipe-controller.Plo@am__quote@
533 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libsugar_eventcontroller_la-sugar-touch-controller.Plo@am__quote@
534 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libsugar_eventcontroller_la-sugar-zoom-controller.Plo@am__quote@
538 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libsugar_eventcontroller_la-sugar-enum-types.Plo@am__quote@ # am--include-marker
539 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libsugar_eventcontroller_la-sugar-event-controller.Plo@am__quote@ # am--include-marker
540 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libsugar_eventcontroller_la-sugar-long-press-controller.Plo@am__quote@ # am--include-marker
541 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libsugar_eventcontroller_la-sugar-rotate-controller.Plo@am__quote@ # am--include-marker
542 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libsugar_eventcontroller_la-sugar-swipe-controller.Plo@am__quote@ # am--include-marker
543 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libsugar_eventcontroller_la-sugar-touch-controller.Plo@am__quote@ # am--include-marker
544 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libsugar_eventcontroller_la-sugar-zoom-controller.Plo@am__quote@ # am--include-marker
545
546 $(am__depfiles_remade):
547 @$(MKDIR_P) $(@D)
548 @echo '# dummy' >$@-t && $(am__mv) $@-t $@
549
550 am--depfiles: $(am__depfiles_remade)
535551
536552 .c.o:
537553 @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
703719 distclean-tags:
704720 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
705721
706 distdir: $(DISTFILES)
722 distdir: $(BUILT_SOURCES)
723 $(MAKE) $(AM_MAKEFLAGS) distdir-am
724
725 distdir-am: $(DISTFILES)
707726 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
708727 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
709728 list='$(DISTFILES)'; \
780799 mostlyclean-am
781800
782801 distclean: distclean-am
783 -rm -rf ./$(DEPDIR)
802 -rm -f ./$(DEPDIR)/libsugar_eventcontroller_la-sugar-enum-types.Plo
803 -rm -f ./$(DEPDIR)/libsugar_eventcontroller_la-sugar-event-controller.Plo
804 -rm -f ./$(DEPDIR)/libsugar_eventcontroller_la-sugar-long-press-controller.Plo
805 -rm -f ./$(DEPDIR)/libsugar_eventcontroller_la-sugar-rotate-controller.Plo
806 -rm -f ./$(DEPDIR)/libsugar_eventcontroller_la-sugar-swipe-controller.Plo
807 -rm -f ./$(DEPDIR)/libsugar_eventcontroller_la-sugar-touch-controller.Plo
808 -rm -f ./$(DEPDIR)/libsugar_eventcontroller_la-sugar-zoom-controller.Plo
784809 -rm -f Makefile
785810 distclean-am: clean-am distclean-compile distclean-generic \
786811 distclean-tags
826851 installcheck-am:
827852
828853 maintainer-clean: maintainer-clean-am
829 -rm -rf ./$(DEPDIR)
854 -rm -f ./$(DEPDIR)/libsugar_eventcontroller_la-sugar-enum-types.Plo
855 -rm -f ./$(DEPDIR)/libsugar_eventcontroller_la-sugar-event-controller.Plo
856 -rm -f ./$(DEPDIR)/libsugar_eventcontroller_la-sugar-long-press-controller.Plo
857 -rm -f ./$(DEPDIR)/libsugar_eventcontroller_la-sugar-rotate-controller.Plo
858 -rm -f ./$(DEPDIR)/libsugar_eventcontroller_la-sugar-swipe-controller.Plo
859 -rm -f ./$(DEPDIR)/libsugar_eventcontroller_la-sugar-touch-controller.Plo
860 -rm -f ./$(DEPDIR)/libsugar_eventcontroller_la-sugar-zoom-controller.Plo
830861 -rm -f Makefile
831862 maintainer-clean-am: distclean-am maintainer-clean-generic
832863
848879
849880 .MAKE: all check install install-am install-strip
850881
851 .PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \
852 clean-libLTLIBRARIES clean-libtool cscopelist-am ctags \
853 ctags-am distclean distclean-compile distclean-generic \
882 .PHONY: CTAGS GTAGS TAGS all all-am am--depfiles check check-am clean \
883 clean-generic clean-libLTLIBRARIES clean-libtool cscopelist-am \
884 ctags ctags-am distclean distclean-compile distclean-generic \
854885 distclean-libtool distclean-tags distdir dvi dvi-am html \
855886 html-am info info-am install install-am install-data \
856887 install-data-am install-dvi install-dvi-am install-exec \
0 # Makefile.in generated by automake 1.15.1 from Makefile.am.
0 # Makefile.in generated by automake 1.16.1 from Makefile.am.
11 # @configure_input@
22
3 # Copyright (C) 1994-2017 Free Software Foundation, Inc.
3 # Copyright (C) 1994-2018 Free Software Foundation, Inc.
44
55 # This Makefile.in is free software; the Free Software Foundation
66 # gives unlimited permission to copy and/or distribute it,
148148 am__py_compile = PYTHON=$(PYTHON) $(SHELL) $(py_compile)
149149 am__installdirs = "$(DESTDIR)$(sugardir)"
150150 am__pep3147_tweak = \
151 sed -e 's|\.py$$||' -e 's|[^/]*$$|__pycache__/&.*.py|'
151 sed -e 's|\.py$$||' -e 's|[^/]*$$|&.*.pyc\n&.*.pyo|'
152152 py_compile = $(top_srcdir)/py-compile
153153 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
154154 am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/py-compile
266266 VERSION = @VERSION@
267267 WARN_CFLAGS = @WARN_CFLAGS@
268268 XGETTEXT = @XGETTEXT@
269 _GI_EXP_DATADIR = @_GI_EXP_DATADIR@
270 _GI_EXP_LIBDIR = @_GI_EXP_LIBDIR@
269271 abs_builddir = @abs_builddir@
270272 abs_srcdir = @abs_srcdir@
271273 abs_top_builddir = @abs_top_builddir@
376378 *config.status*) \
377379 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
378380 *) \
379 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
380 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
381 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \
382 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \
381383 esac;
382384
383385 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
427429 dir='$(DESTDIR)$(sugardir)'; \
428430 pyc_files=`echo "$$py_files" | sed 's|$$|c|'`; \
429431 pyo_files=`echo "$$py_files" | sed 's|$$|o|'`; \
430 py_files_pep3147=`echo "$$py_files" | $(am__pep3147_tweak)`; \
431 echo "$$py_files_pep3147";\
432 pyc_files_pep3147=`echo "$$py_files_pep3147" | sed 's|$$|c|'`; \
433 pyo_files_pep3147=`echo "$$py_files_pep3147" | sed 's|$$|o|'`; \
434432 st=0; \
435 for files in \
436 "$$py_files" \
437 "$$pyc_files" \
438 "$$pyo_files" \
439 "$$pyc_files_pep3147" \
440 "$$pyo_files_pep3147" \
441 ; do \
433 for files in "$$py_files" "$$pyc_files" "$$pyo_files"; do \
442434 $(am__uninstall_files_from_dir) || st=$$?; \
443435 done; \
436 dir='$(DESTDIR)$(sugardir)/__pycache__'; \
437 echo "$$py_files" | $(am__pep3147_tweak) | $(am__base_list) | \
438 while read files; do \
439 $(am__uninstall_files_from_dir) || st=$$?; \
440 done || exit $$?; \
444441 exit $$st
445442 tags TAGS:
446443
449446 cscope cscopelist:
450447
451448
452 distdir: $(DISTFILES)
449 distdir: $(BUILT_SOURCES)
450 $(MAKE) $(AM_MAKEFLAGS) distdir-am
451
452 distdir-am: $(DISTFILES)
453453 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
454454 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
455455 list='$(DISTFILES)'; \
0 # Makefile.in generated by automake 1.15.1 from Makefile.am.
0 # Makefile.in generated by automake 1.16.1 from Makefile.am.
11 # @configure_input@
22
3 # Copyright (C) 1994-2017 Free Software Foundation, Inc.
3 # Copyright (C) 1994-2018 Free Software Foundation, Inc.
44
55 # This Makefile.in is free software; the Free Software Foundation
66 # gives unlimited permission to copy and/or distribute it,
148148 am__py_compile = PYTHON=$(PYTHON) $(SHELL) $(py_compile)
149149 am__installdirs = "$(DESTDIR)$(sugardir)"
150150 am__pep3147_tweak = \
151 sed -e 's|\.py$$||' -e 's|[^/]*$$|__pycache__/&.*.py|'
151 sed -e 's|\.py$$||' -e 's|[^/]*$$|&.*.pyc\n&.*.pyo|'
152152 py_compile = $(top_srcdir)/py-compile
153153 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
154154 am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/py-compile
266266 VERSION = @VERSION@
267267 WARN_CFLAGS = @WARN_CFLAGS@
268268 XGETTEXT = @XGETTEXT@
269 _GI_EXP_DATADIR = @_GI_EXP_DATADIR@
270 _GI_EXP_LIBDIR = @_GI_EXP_LIBDIR@
269271 abs_builddir = @abs_builddir@
270272 abs_srcdir = @abs_srcdir@
271273 abs_top_builddir = @abs_top_builddir@
355357 *config.status*) \
356358 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
357359 *) \
358 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
359 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
360 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \
361 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \
360362 esac;
361363
362364 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
406408 dir='$(DESTDIR)$(sugardir)'; \
407409 pyc_files=`echo "$$py_files" | sed 's|$$|c|'`; \
408410 pyo_files=`echo "$$py_files" | sed 's|$$|o|'`; \
409 py_files_pep3147=`echo "$$py_files" | $(am__pep3147_tweak)`; \
410 echo "$$py_files_pep3147";\
411 pyc_files_pep3147=`echo "$$py_files_pep3147" | sed 's|$$|c|'`; \
412 pyo_files_pep3147=`echo "$$py_files_pep3147" | sed 's|$$|o|'`; \
413411 st=0; \
414 for files in \
415 "$$py_files" \
416 "$$pyc_files" \
417 "$$pyo_files" \
418 "$$pyc_files_pep3147" \
419 "$$pyo_files_pep3147" \
420 ; do \
412 for files in "$$py_files" "$$pyc_files" "$$pyo_files"; do \
421413 $(am__uninstall_files_from_dir) || st=$$?; \
422414 done; \
415 dir='$(DESTDIR)$(sugardir)/__pycache__'; \
416 echo "$$py_files" | $(am__pep3147_tweak) | $(am__base_list) | \
417 while read files; do \
418 $(am__uninstall_files_from_dir) || st=$$?; \
419 done || exit $$?; \
423420 exit $$st
424421 tags TAGS:
425422
428425 cscope cscopelist:
429426
430427
431 distdir: $(DISTFILES)
428 distdir: $(BUILT_SOURCES)
429 $(MAKE) $(AM_MAKEFLAGS) distdir-am
430
431 distdir-am: $(DISTFILES)
432432 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
433433 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
434434 list='$(DISTFILES)'; \
0 # Makefile.in generated by automake 1.15.1 from Makefile.am.
0 # Makefile.in generated by automake 1.16.1 from Makefile.am.
11 # @configure_input@
22
3 # Copyright (C) 1994-2017 Free Software Foundation, Inc.
3 # Copyright (C) 1994-2018 Free Software Foundation, Inc.
44
55 # This Makefile.in is free software; the Free Software Foundation
66 # gives unlimited permission to copy and/or distribute it,
148148 am__py_compile = PYTHON=$(PYTHON) $(SHELL) $(py_compile)
149149 am__installdirs = "$(DESTDIR)$(sugardir)"
150150 am__pep3147_tweak = \
151 sed -e 's|\.py$$||' -e 's|[^/]*$$|__pycache__/&.*.py|'
151 sed -e 's|\.py$$||' -e 's|[^/]*$$|&.*.pyc\n&.*.pyo|'
152152 py_compile = $(top_srcdir)/py-compile
153153 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
154154 am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/py-compile
266266 VERSION = @VERSION@
267267 WARN_CFLAGS = @WARN_CFLAGS@
268268 XGETTEXT = @XGETTEXT@
269 _GI_EXP_DATADIR = @_GI_EXP_DATADIR@
270 _GI_EXP_LIBDIR = @_GI_EXP_LIBDIR@
269271 abs_builddir = @abs_builddir@
270272 abs_srcdir = @abs_srcdir@
271273 abs_top_builddir = @abs_top_builddir@
352354 *config.status*) \
353355 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
354356 *) \
355 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
356 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
357 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \
358 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \
357359 esac;
358360
359361 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
403405 dir='$(DESTDIR)$(sugardir)'; \
404406 pyc_files=`echo "$$py_files" | sed 's|$$|c|'`; \
405407 pyo_files=`echo "$$py_files" | sed 's|$$|o|'`; \
406 py_files_pep3147=`echo "$$py_files" | $(am__pep3147_tweak)`; \
407 echo "$$py_files_pep3147";\
408 pyc_files_pep3147=`echo "$$py_files_pep3147" | sed 's|$$|c|'`; \
409 pyo_files_pep3147=`echo "$$py_files_pep3147" | sed 's|$$|o|'`; \
410408 st=0; \
411 for files in \
412 "$$py_files" \
413 "$$pyc_files" \
414 "$$pyo_files" \
415 "$$pyc_files_pep3147" \
416 "$$pyo_files_pep3147" \
417 ; do \
409 for files in "$$py_files" "$$pyc_files" "$$pyo_files"; do \
418410 $(am__uninstall_files_from_dir) || st=$$?; \
419411 done; \
412 dir='$(DESTDIR)$(sugardir)/__pycache__'; \
413 echo "$$py_files" | $(am__pep3147_tweak) | $(am__base_list) | \
414 while read files; do \
415 $(am__uninstall_files_from_dir) || st=$$?; \
416 done || exit $$?; \
420417 exit $$st
421418 tags TAGS:
422419
425422 cscope cscopelist:
426423
427424
428 distdir: $(DISTFILES)
425 distdir: $(BUILT_SOURCES)
426 $(MAKE) $(AM_MAKEFLAGS) distdir-am
427
428 distdir-am: $(DISTFILES)
429429 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
430430 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
431431 list='$(DISTFILES)'; \