===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
lxdm-0.5.3/ltmain.sh-167-{
lxdm-0.5.3/ltmain.sh:168:    func_dirname_result=`$ECHO "${1}" | $SED "$dirname"`
lxdm-0.5.3/ltmain.sh-169-    if test "X$func_dirname_result" = "X${1}"; then
##############################################
lxdm-0.5.3/ltmain.sh-179-{
lxdm-0.5.3/ltmain.sh:180:    func_basename_result=`$ECHO "${1}" | $SED "$basename"`
lxdm-0.5.3/ltmain.sh-181-} # func_basename may be replaced by extended shell implementation
##############################################
lxdm-0.5.3/ltmain.sh-198-    # Extract subdirectory from the argument.
lxdm-0.5.3/ltmain.sh:199:    func_dirname_result=`$ECHO "${1}" | $SED -e "$dirname"`
lxdm-0.5.3/ltmain.sh-200-    if test "X$func_dirname_result" = "X${1}"; then
##############################################
lxdm-0.5.3/ltmain.sh-204-    fi
lxdm-0.5.3/ltmain.sh:205:    func_basename_result=`$ECHO "${1}" | $SED -e "$basename"`
lxdm-0.5.3/ltmain.sh-206-} # func_dirname_and_basename may be replaced by extended shell implementation
##############################################
lxdm-0.5.3/ltmain.sh-217-    case ${2} in
lxdm-0.5.3/ltmain.sh:218:      .*) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%\\\\${2}\$%%"`;;
lxdm-0.5.3/ltmain.sh:219:      *)  func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%${2}\$%%"`;;
lxdm-0.5.3/ltmain.sh-220-    esac
##############################################
lxdm-0.5.3/ltmain.sh-380-     progdir=$func_dirname_result
lxdm-0.5.3/ltmain.sh:381:     progdir=`cd "$progdir" && pwd`
lxdm-0.5.3/ltmain.sh-382-     progpath="$progdir/$progname"
##############################################
lxdm-0.5.3/ltmain.sh-417-# Since each input `\' is now two `\'s, look for any number of runs of
lxdm-0.5.3/ltmain.sh:418:# four `\'s followed by two `\'s and then a '$'.  `\' that '$'.
lxdm-0.5.3/ltmain.sh-419-bs='\\'
##############################################
lxdm-0.5.3/ltmain.sh-531-        # ...otherwise throw away the child directory and loop
lxdm-0.5.3/ltmain.sh:532:        my_directory_path=`$ECHO "$my_directory_path" | $SED -e "$dirname"`
lxdm-0.5.3/ltmain.sh-533-      done
lxdm-0.5.3/ltmain.sh:534:      my_dir_list=`$ECHO "$my_dir_list" | $SED 's,:*$,,'`
lxdm-0.5.3/ltmain.sh-535-
##############################################
lxdm-0.5.3/ltmain.sh-566-      # If mktemp works, use that first and foremost
lxdm-0.5.3/ltmain.sh:567:      my_tmpdir=`mktemp -d "${my_template}-XXXXXXXX" 2>/dev/null`
lxdm-0.5.3/ltmain.sh-568-
##############################################
lxdm-0.5.3/ltmain.sh-597-      *[\\\`\"\$]*)
lxdm-0.5.3/ltmain.sh:598:	func_quote_for_eval_unquoted_result=`$ECHO "$1" | $SED "$sed_quote_subst"` ;;
lxdm-0.5.3/ltmain.sh-599-      *)
##############################################
lxdm-0.5.3/ltmain.sh-702-  [0-9]* | *[!a-zA-Z0-9_]*)
lxdm-0.5.3/ltmain.sh:703:    func_tr_sh_result=`$ECHO "$1" | $SED 's/^\([0-9]\)/_\1/; s/[^a-zA-Z0-9_]/_/g'`
lxdm-0.5.3/ltmain.sh-704-    ;;
##############################################
lxdm-0.5.3/ltmain.sh-769-	s/\$with_gnu_ld/'"$with_gnu_ld"'/
lxdm-0.5.3/ltmain.sh:770:	s/\$automake_version/'"`(${AUTOMAKE-automake} --version) 2>/dev/null |$SED 1q`"'/
lxdm-0.5.3/ltmain.sh:771:	s/\$autoconf_version/'"`(${AUTOCONF-autoconf} --version) 2>/dev/null |$SED 1q`"'/
lxdm-0.5.3/ltmain.sh-772-	p
##############################################
lxdm-0.5.3/ltmain.sh-803-
lxdm-0.5.3/ltmain.sh:804:    func_split_short_opt_name=`$ECHO "$1" | $SED "$my_sed_short_opt"`
lxdm-0.5.3/ltmain.sh:805:    func_split_short_opt_arg=`$ECHO "$1" | $SED "$my_sed_short_rest"`
lxdm-0.5.3/ltmain.sh-806-} # func_split_short_opt may be replaced by extended shell implementation
##############################################
lxdm-0.5.3/ltmain.sh-816-
lxdm-0.5.3/ltmain.sh:817:    func_split_long_opt_name=`$ECHO "$1" | $SED "$my_sed_long_opt"`
lxdm-0.5.3/ltmain.sh:818:    func_split_long_opt_arg=`$ECHO "$1" | $SED "$my_sed_long_arg"`
lxdm-0.5.3/ltmain.sh-819-} # func_split_long_opt may be replaced by extended shell implementation
##############################################
lxdm-0.5.3/ltmain.sh-862-{
lxdm-0.5.3/ltmain.sh:863:    func_arith_result=`expr "${@}"`
lxdm-0.5.3/ltmain.sh-864-} # func_arith may be replaced by extended shell implementation
##############################################
lxdm-0.5.3/ltmain.sh-870-{
lxdm-0.5.3/ltmain.sh:871:    func_len_result=`expr "${1}" : ".*" 2>/dev/null || echo $max_cmd_len`
lxdm-0.5.3/ltmain.sh-872-} # func_len may be replaced by extended shell implementation
##############################################
lxdm-0.5.3/ltmain.sh-877-{
lxdm-0.5.3/ltmain.sh:878:    func_lo2o_result=`$ECHO "${1}" | $SED "$lo2o"`
lxdm-0.5.3/ltmain.sh-879-} # func_lo2o may be replaced by extended shell implementation
##############################################
lxdm-0.5.3/ltmain.sh-884-{
lxdm-0.5.3/ltmain.sh:885:    func_xform_result=`$ECHO "${1}" | $SED 's/\.[^.]*$/.lo/'`
lxdm-0.5.3/ltmain.sh-886-} # func_xform may be replaced by extended shell implementation
##############################################
lxdm-0.5.3/ltmain.sh-968-	# quotes we have to do it in 2 steps:
lxdm-0.5.3/ltmain.sh:969:	extractedcf=`$SED -n -e "$sed_extractcf" < "$progpath"`
lxdm-0.5.3/ltmain.sh-970-	eval "$extractedcf"
##############################################
lxdm-0.5.3/ltmain.sh-1382-      done
lxdm-0.5.3/ltmain.sh:1383:      CC_expanded=`func_echo_all $CC`
lxdm-0.5.3/ltmain.sh:1384:      CC_quoted_expanded=`func_echo_all $CC_quoted`
lxdm-0.5.3/ltmain.sh-1385-      case $@ in
##############################################
lxdm-0.5.3/ltmain.sh-1395-	    # Evaluate the configuration.
lxdm-0.5.3/ltmain.sh:1396:	    eval "`${SED} -n -e '/^# ### BEGIN LIBTOOL TAG CONFIG: '$z'$/,/^# ### END LIBTOOL TAG CONFIG: '$z'$/p' < $progpath`"
lxdm-0.5.3/ltmain.sh-1397-	    CC_quoted=
##############################################
lxdm-0.5.3/ltmain.sh-1401-	    done
lxdm-0.5.3/ltmain.sh:1402:	    CC_expanded=`func_echo_all $CC`
lxdm-0.5.3/ltmain.sh:1403:	    CC_quoted_expanded=`func_echo_all $CC_quoted`
lxdm-0.5.3/ltmain.sh-1404-	    case "$@ " in
##############################################
lxdm-0.5.3/ltmain.sh-1492-    # zero AND non-empty stdout, which explains the odd construction:
lxdm-0.5.3/ltmain.sh:1493:    func_convert_core_file_wine_to_w32_tmp=`winepath -w "$1" 2>/dev/null`
lxdm-0.5.3/ltmain.sh-1494-    if test "$?" -eq 0 && test -n "${func_convert_core_file_wine_to_w32_tmp}"; then
##############################################
lxdm-0.5.3/ltmain.sh-1558-  if test -n "$LT_CYGPATH" && test -f "$LT_CYGPATH"; then
lxdm-0.5.3/ltmain.sh:1559:    func_cygpath_result=`$LT_CYGPATH "$@" 2>/dev/null`
lxdm-0.5.3/ltmain.sh-1560-    if test "$?" -ne 0; then
##############################################
lxdm-0.5.3/ltmain.sh-1721-    # LT_CYGPATH in this case.
lxdm-0.5.3/ltmain.sh:1722:    func_to_host_file_result=`cygpath -m "$1"`
lxdm-0.5.3/ltmain.sh-1723-  fi
##############################################
lxdm-0.5.3/ltmain.sh-1871-    func_to_host_path_tmp1=$func_stripname_result
lxdm-0.5.3/ltmain.sh:1872:    func_to_host_path_result=`cygpath -m -p "$func_to_host_path_tmp1"`
lxdm-0.5.3/ltmain.sh-1873-    func_convert_path_check : ";" \
##############################################
lxdm-0.5.3/ltmain.sh-2060-    *.[cCFSifmso] | \
lxdm-0.5.3/ltmain.sh:2061:    *.ada | *.adb | *.ads | *.asm | \
lxdm-0.5.3/ltmain.sh-2062-    *.c++ | *.cc | *.ii | *.class | *.cpp | *.cxx | \
##############################################
lxdm-0.5.3/ltmain.sh-2137-    if test "$compiler_c_o" = no; then
lxdm-0.5.3/ltmain.sh:2138:      output_obj=`$ECHO "$srcfile" | $SED 's%^.*/%%; s%\.[^.]*$%%'`.${objext}
lxdm-0.5.3/ltmain.sh-2139-      lockfile="$output_obj.lock"
##############################################
lxdm-0.5.3/ltmain.sh-2156-*** ERROR, $lockfile exists and contains:
lxdm-0.5.3/ltmain.sh:2157:`cat $lockfile 2>/dev/null`
lxdm-0.5.3/ltmain.sh-2158-
##############################################
lxdm-0.5.3/ltmain.sh-2204-      if test "$need_locks" = warn &&
lxdm-0.5.3/ltmain.sh:2205:	 test "X`cat $lockfile 2>/dev/null`" != "X$srcfile"; then
lxdm-0.5.3/ltmain.sh-2206-	$ECHO "\
lxdm-0.5.3/ltmain.sh-2207-*** ERROR, $lockfile contains:
lxdm-0.5.3/ltmain.sh:2208:`cat $lockfile 2>/dev/null`
lxdm-0.5.3/ltmain.sh-2209-
##############################################
lxdm-0.5.3/ltmain.sh-2253-      if test "$need_locks" = warn &&
lxdm-0.5.3/ltmain.sh:2254:	 test "X`cat $lockfile 2>/dev/null`" != "X$srcfile"; then
lxdm-0.5.3/ltmain.sh-2255-	$ECHO "\
lxdm-0.5.3/ltmain.sh-2256-*** ERROR, $lockfile contains:
lxdm-0.5.3/ltmain.sh:2257:`cat $lockfile 2>/dev/null`
lxdm-0.5.3/ltmain.sh-2258-
##############################################
lxdm-0.5.3/ltmain.sh-2548-	  test -n "$library_names" && \
lxdm-0.5.3/ltmain.sh:2549:	    func_warning "\`$file' was not linked with \`-export-dynamic'"
lxdm-0.5.3/ltmain.sh-2550-	  continue
##############################################
lxdm-0.5.3/ltmain.sh-2559-	  if test ! -f "$dir/$dlname"; then
lxdm-0.5.3/ltmain.sh:2560:	    func_fatal_error "cannot find \`$dlname' in \`$dir' or \`$dir/$objdir'"
lxdm-0.5.3/ltmain.sh-2561-	  fi
##############################################
lxdm-0.5.3/ltmain.sh-2577-      # Get the absolute pathname.
lxdm-0.5.3/ltmain.sh:2578:      absdir=`cd "$dir" && pwd`
lxdm-0.5.3/ltmain.sh-2579-      test -n "$absdir" && dir="$absdir"
##############################################
lxdm-0.5.3/ltmain.sh-2675-      if test -n "$lt_sysroot"; then
lxdm-0.5.3/ltmain.sh:2676:        sysroot_regex=`$ECHO "$lt_sysroot" | $SED "$sed_make_literal_regex"`
lxdm-0.5.3/ltmain.sh-2677-        sysroot_cmd="s/\([ ']\)$sysroot_regex/\1/g;"
##############################################
lxdm-0.5.3/ltmain.sh-2957-	  # Determine the prefix the user has applied to our future dir.
lxdm-0.5.3/ltmain.sh:2958:	  inst_prefix_dir=`$ECHO "$destdir" | $SED -e "s%$libdir\$%%"`
lxdm-0.5.3/ltmain.sh-2959-
##############################################
lxdm-0.5.3/ltmain.sh-2970-	    # Stick the inst_prefix_dir data into the link command.
lxdm-0.5.3/ltmain.sh:2971:	    relink_command=`$ECHO "$relink_command" | $SED "s%@inst_prefix_dir@%-inst-prefix-dir $inst_prefix_dir%"`
lxdm-0.5.3/ltmain.sh-2972-	  else
lxdm-0.5.3/ltmain.sh:2973:	    relink_command=`$ECHO "$relink_command" | $SED "s%@inst_prefix_dir@%%"`
lxdm-0.5.3/ltmain.sh-2974-	  fi
##############################################
lxdm-0.5.3/ltmain.sh-3130-	    fi
lxdm-0.5.3/ltmain.sh:3131:	    libfile="$libdir/"`$ECHO "$lib" | $SED 's%^.*/%%g'` ### testsuite: skip nested quoting test
lxdm-0.5.3/ltmain.sh-3132-	    if test -n "$libdir" && test ! -f "$libfile"; then
lxdm-0.5.3/ltmain.sh:3133:	      func_warning "\`$lib' has not been installed in \`$libdir'"
lxdm-0.5.3/ltmain.sh-3134-	      finalize=no
##############################################
lxdm-0.5.3/ltmain.sh-3149-	        # Replace the output file specification.
lxdm-0.5.3/ltmain.sh:3150:	        relink_command=`$ECHO "$relink_command" | $SED 's%@OUTPUT@%'"$outputname"'%g'`
lxdm-0.5.3/ltmain.sh-3151-
##############################################
lxdm-0.5.3/ltmain.sh-3168-	    # Install the binary that we compiled earlier.
lxdm-0.5.3/ltmain.sh:3169:	    file=`$ECHO "$file$stripped_ext" | $SED "s%\([^/]*\)$%$objdir/\1%"`
lxdm-0.5.3/ltmain.sh-3170-	  fi
##############################################
lxdm-0.5.3/ltmain.sh-3241-    my_pic_p="${3-no}"
lxdm-0.5.3/ltmain.sh:3242:    my_prefix=`$ECHO "$my_originator" | sed 's%[^a-zA-Z0-9]%_%g'`
lxdm-0.5.3/ltmain.sh-3243-    my_dlsyms=
##############################################
lxdm-0.5.3/ltmain.sh-3297-	  # Add our own program objects to the symbol list.
lxdm-0.5.3/ltmain.sh:3298:	  progfiles=`$ECHO "$objs$old_deplibs" | $SP2NL | $SED "$lo2o" | $NL2SP`
lxdm-0.5.3/ltmain.sh-3299-	  for progfile in $progfiles; do
##############################################
lxdm-0.5.3/ltmain.sh-3359-	          # Use subshell, to avoid clobbering current variable values
lxdm-0.5.3/ltmain.sh:3360:	          dlprefile_dlname=`source "$curr_lafile" && echo "$dlname"`
lxdm-0.5.3/ltmain.sh-3361-	          if test -n "$dlprefile_dlname" ; then
##############################################
lxdm-0.5.3/ltmain.sh-3506-	  if test -f "$output_objdir/$my_outputname.def"; then
lxdm-0.5.3/ltmain.sh:3507:	    compile_command=`$ECHO "$compile_command" | $SED "s%@SYMFILE@%$output_objdir/$my_outputname.def $symfileobj%"`
lxdm-0.5.3/ltmain.sh:3508:	    finalize_command=`$ECHO "$finalize_command" | $SED "s%@SYMFILE@%$output_objdir/$my_outputname.def $symfileobj%"`
lxdm-0.5.3/ltmain.sh-3509-	  else
lxdm-0.5.3/ltmain.sh:3510:	    compile_command=`$ECHO "$compile_command" | $SED "s%@SYMFILE@%$symfileobj%"`
lxdm-0.5.3/ltmain.sh:3511:	    finalize_command=`$ECHO "$finalize_command" | $SED "s%@SYMFILE@%$symfileobj%"`
lxdm-0.5.3/ltmain.sh-3512-	  fi
##############################################
lxdm-0.5.3/ltmain.sh-3514-	*)
lxdm-0.5.3/ltmain.sh:3515:	  compile_command=`$ECHO "$compile_command" | $SED "s%@SYMFILE@%$symfileobj%"`
lxdm-0.5.3/ltmain.sh:3516:	  finalize_command=`$ECHO "$finalize_command" | $SED "s%@SYMFILE@%$symfileobj%"`
lxdm-0.5.3/ltmain.sh-3517-	  ;;
##############################################
lxdm-0.5.3/ltmain.sh-3529-      # Nullify the symbol file.
lxdm-0.5.3/ltmain.sh:3530:      compile_command=`$ECHO "$compile_command" | $SED "s% @SYMFILE@%%"`
lxdm-0.5.3/ltmain.sh:3531:      finalize_command=`$ECHO "$finalize_command" | $SED "s% @SYMFILE@%%"`
lxdm-0.5.3/ltmain.sh-3532-    fi
##############################################
lxdm-0.5.3/ltmain.sh-3545-  win32_libid_type="unknown"
lxdm-0.5.3/ltmain.sh:3546:  win32_fileres=`file -L $1 2>/dev/null`
lxdm-0.5.3/ltmain.sh-3547-  case $win32_fileres in
##############################################
lxdm-0.5.3/ltmain.sh-3596-  $opt_debug
lxdm-0.5.3/ltmain.sh:3597:  sharedlib_from_linklib_result=`$DLLTOOL --identify-strict --identify "$1"`
lxdm-0.5.3/ltmain.sh-3598-}
##############################################
lxdm-0.5.3/ltmain.sh-3613-  $opt_debug
lxdm-0.5.3/ltmain.sh:3614:  match_literal=`$ECHO "$1" | $SED "$sed_make_literal_regex"`
lxdm-0.5.3/ltmain.sh-3615-  $OBJDUMP -s --section "$1" "$2" 2>/dev/null |
##############################################
lxdm-0.5.3/ltmain.sh-3668-  func_to_tool_file "$1" func_convert_file_msys_to_w32
lxdm-0.5.3/ltmain.sh:3669:  func_cygming_gnu_implib_tmp=`$NM "$func_to_tool_file_result" | eval "$global_symbol_pipe" | $EGREP ' (_head_[A-Za-z0-9_]+_[ad]l*|[A-Za-z0-9_]+_[ad]l*_iname)$'`
lxdm-0.5.3/ltmain.sh-3670-  test -n "$func_cygming_gnu_implib_tmp"
##############################################
lxdm-0.5.3/ltmain.sh-3680-  func_to_tool_file "$1" func_convert_file_msys_to_w32
lxdm-0.5.3/ltmain.sh:3681:  func_cygming_ms_implib_tmp=`$NM "$func_to_tool_file_result" | eval "$global_symbol_pipe" | $GREP '_NULL_IMPORT_DESCRIPTOR'`
lxdm-0.5.3/ltmain.sh-3682-  test -n "$func_cygming_ms_implib_tmp"
##############################################
lxdm-0.5.3/ltmain.sh-3700-    # binutils import library
lxdm-0.5.3/ltmain.sh:3701:    sharedlib_from_linklib_result=`func_cygming_dll_for_implib_fallback_core '.idata$7' "$1"`
lxdm-0.5.3/ltmain.sh-3702-  elif func_cygming_ms_implib_p "$1" ; then
lxdm-0.5.3/ltmain.sh-3703-    # ms-generated import library
lxdm-0.5.3/ltmain.sh:3704:    sharedlib_from_linklib_result=`func_cygming_dll_for_implib_fallback_core '.idata$6' "$1"`
lxdm-0.5.3/ltmain.sh-3705-  else
##############################################
lxdm-0.5.3/ltmain.sh-3780-	  darwin_curdir=`pwd`
lxdm-0.5.3/ltmain.sh:3781:	  darwin_base_archive=`basename "$darwin_archive"`
lxdm-0.5.3/ltmain.sh:3782:	  darwin_arches=`$LIPO -info "$darwin_archive" 2>/dev/null | $GREP Architectures 2>/dev/null || true`
lxdm-0.5.3/ltmain.sh-3783-	  if test -n "$darwin_arches"; then
lxdm-0.5.3/ltmain.sh:3784:	    darwin_arches=`$ECHO "$darwin_arches" | $SED -e 's/.*are://'`
lxdm-0.5.3/ltmain.sh-3785-	    darwin_arch=
##############################################
lxdm-0.5.3/ltmain.sh-3795-            ## Okay now we've a bunch of thin objects, gotta fatten them up :)
lxdm-0.5.3/ltmain.sh:3796:	    darwin_filelist=`find unfat-$$ -type f -name \*.o -print -o -name \*.lo -print | $SED -e "$basename" | sort -u`
lxdm-0.5.3/ltmain.sh-3797-	    darwin_file=
##############################################
lxdm-0.5.3/ltmain.sh-3799-	    for darwin_file in $darwin_filelist; do
lxdm-0.5.3/ltmain.sh:3800:	      darwin_files=`find unfat-$$ -name $darwin_file -print | sort | $NL2SP`
lxdm-0.5.3/ltmain.sh-3801-	      $LIPO -create -output "$darwin_file" $darwin_files
##############################################
lxdm-0.5.3/ltmain.sh-3814-      esac
lxdm-0.5.3/ltmain.sh:3815:      my_oldobjs="$my_oldobjs "`find $my_xdir -name \*.$objext -print -o -name \*.lo -print | sort | $NL2SP`
lxdm-0.5.3/ltmain.sh-3816-    done
##############################################
lxdm-0.5.3/ltmain.sh-3885-
lxdm-0.5.3/ltmain.sh:3886:    qECHO=`$ECHO "$ECHO" | $SED "$sed_quote_subst"`
lxdm-0.5.3/ltmain.sh-3887-    $ECHO "\
##############################################
lxdm-0.5.3/ltmain.sh-3920-    --lt-dump-script)
lxdm-0.5.3/ltmain.sh:3921:        lt_dump_D=\`\$ECHO \"X\$lt_script_arg0\" | $SED -e 's/^X//' -e 's%/[^/]*$%%'\`
lxdm-0.5.3/ltmain.sh-3922-        test \"X\$lt_dump_D\" = \"X\$lt_script_arg0\" && lt_dump_D=.
lxdm-0.5.3/ltmain.sh:3923:        lt_dump_F=\`\$ECHO \"X\$lt_script_arg0\" | $SED -e 's/^X//' -e 's%^.*/%%'\`
lxdm-0.5.3/ltmain.sh-3924-        cat \"\$lt_dump_D/\$lt_dump_F\"
##############################################
lxdm-0.5.3/ltmain.sh-3947-    \$ECHO \"${outputname}:${output}:\${LINENO}: newargv[\$lt_dump_args_N]: \$lt_arg\"
lxdm-0.5.3/ltmain.sh:3948:    lt_dump_args_N=\`expr \$lt_dump_args_N + 1\`
lxdm-0.5.3/ltmain.sh-3949-  done
##############################################
lxdm-0.5.3/ltmain.sh-4005-  # Find the directory that this script lives in.
lxdm-0.5.3/ltmain.sh:4006:  thisdir=\`\$ECHO \"\$file\" | $SED 's%/[^/]*$%%'\`
lxdm-0.5.3/ltmain.sh-4007-  test \"x\$thisdir\" = \"x\$file\" && thisdir=.
##############################################
lxdm-0.5.3/ltmain.sh-4009-  # Follow symbolic links until we get to the real thisdir.
lxdm-0.5.3/ltmain.sh:4010:  file=\`ls -ld \"\$file\" | $SED -n 's/.*-> //p'\`
lxdm-0.5.3/ltmain.sh-4011-  while test -n \"\$file\"; do
lxdm-0.5.3/ltmain.sh:4012:    destdir=\`\$ECHO \"\$file\" | $SED 's%/[^/]*\$%%'\`
lxdm-0.5.3/ltmain.sh-4013-
##############################################
lxdm-0.5.3/ltmain.sh-4021-
lxdm-0.5.3/ltmain.sh:4022:    file=\`\$ECHO \"\$file\" | $SED 's%^.*/%%'\`
lxdm-0.5.3/ltmain.sh:4023:    file=\`ls -ld \"\$thisdir/\$file\" | $SED -n 's/.*-> //p'\`
lxdm-0.5.3/ltmain.sh-4024-  done
##############################################
lxdm-0.5.3/ltmain.sh-4035-    case \"\$thisdir\" in
lxdm-0.5.3/ltmain.sh:4036:    *[\\\\/]$objdir ) thisdir=\`\$ECHO \"\$thisdir\" | $SED 's%[\\\\/][^\\\\/]*$%%'\` ;;
lxdm-0.5.3/ltmain.sh-4037-    $objdir )   thisdir=. ;;
##############################################
lxdm-0.5.3/ltmain.sh-4041-  # Try to get the absolute directory name.
lxdm-0.5.3/ltmain.sh:4042:  absdir=\`cd \"\$thisdir\" && pwd\`
lxdm-0.5.3/ltmain.sh-4043-  test -n \"\$absdir\" && thisdir=\"\$absdir\"
##############################################
lxdm-0.5.3/ltmain.sh-4051-  if test ! -f \"\$progdir/\$program\" ||
lxdm-0.5.3/ltmain.sh:4052:     { file=\`ls -1dt \"\$progdir/\$program\" \"\$progdir/../\$program\" 2>/dev/null | ${SED} 1q\`; \\
lxdm-0.5.3/ltmain.sh-4053-       test \"X\$file\" != \"X\$progdir/\$program\"; }; then
##############################################
lxdm-0.5.3/ltmain.sh-4066-    if test -n \"\$relink_command\"; then
lxdm-0.5.3/ltmain.sh:4067:      if relink_command_output=\`eval \$relink_command 2>&1\`; then :
lxdm-0.5.3/ltmain.sh-4068-      else
##############################################
lxdm-0.5.3/ltmain.sh-4110-    # The second colon is a workaround for a bug in BeOS R4 sed
lxdm-0.5.3/ltmain.sh:4111:    $shlibpath_var=\`\$ECHO \"\$$shlibpath_var\" | $SED 's/::*\$//'\`
lxdm-0.5.3/ltmain.sh-4112-
##############################################
lxdm-0.5.3/ltmain.sh-5085-    $opt_debug
lxdm-0.5.3/ltmain.sh:5086:    case `eval $file_magic_cmd \"\$1\" 2>/dev/null | $SED -e 10q` in
lxdm-0.5.3/ltmain.sh-5087-    *import*) : ;;
##############################################
lxdm-0.5.3/ltmain.sh-5307-	    moreargs=
lxdm-0.5.3/ltmain.sh:5308:	    for fil in `cat "$save_arg"`
lxdm-0.5.3/ltmain.sh-5309-	    do
##############################################
lxdm-0.5.3/ltmain.sh-5563-	*)
lxdm-0.5.3/ltmain.sh:5564:	  absdir=`cd "$dir" && pwd`
lxdm-0.5.3/ltmain.sh-5565-	  test -z "$absdir" && \
##############################################
lxdm-0.5.3/ltmain.sh-5584-	*-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-cegcc*)
lxdm-0.5.3/ltmain.sh:5585:	  testbindir=`$ECHO "$dir" | $SED 's*/lib$*/bin*'`
lxdm-0.5.3/ltmain.sh-5586-	  case :$dllsearchpath: in
##############################################
lxdm-0.5.3/ltmain.sh-6016-      # get the directories listed in $shlibpath_var
lxdm-0.5.3/ltmain.sh:6017:      eval shlib_search_path=\`\$ECHO \"\${$shlibpath_var}\" \| \$SED \'s/:/ /g\'\`
lxdm-0.5.3/ltmain.sh-6018-    else
##############################################
lxdm-0.5.3/ltmain.sh-6328-		  set dummy $deplibs_check_method; shift
lxdm-0.5.3/ltmain.sh:6329:		  match_pattern_regex=`expr "$deplibs_check_method" : "$1 \(.*\)"`
lxdm-0.5.3/ltmain.sh-6330-		  if eval "\$ECHO \"$deplib\"" 2>/dev/null | $SED 10q \
##############################################
lxdm-0.5.3/ltmain.sh-6391-	else
lxdm-0.5.3/ltmain.sh:6392:	  func_fatal_error "cannot find the library \`$lib' or unhandled argument \`$deplib'"
lxdm-0.5.3/ltmain.sh-6393-	fi
##############################################
lxdm-0.5.3/ltmain.sh-6420-	if test -n "$inherited_linker_flags"; then
lxdm-0.5.3/ltmain.sh:6421:	  tmp_inherited_linker_flags=`$ECHO "$inherited_linker_flags" | $SED 's/-framework \([^ $]*\)/\1.ltframework/g'`
lxdm-0.5.3/ltmain.sh-6422-	  for tmp_inherited_linker_flag in $tmp_inherited_linker_flags; do
##############################################
lxdm-0.5.3/ltmain.sh-6428-	fi
lxdm-0.5.3/ltmain.sh:6429:	dependency_libs=`$ECHO " $dependency_libs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
lxdm-0.5.3/ltmain.sh-6430-	if test "$linkmode,$pass" = "lib,link" ||
##############################################
lxdm-0.5.3/ltmain.sh-6501-	*)
lxdm-0.5.3/ltmain.sh:6502:	  abs_ladir=`cd "$ladir" && pwd`
lxdm-0.5.3/ltmain.sh-6503-	  if test -z "$abs_ladir"; then
##############################################
lxdm-0.5.3/ltmain.sh-6754-	    shift
lxdm-0.5.3/ltmain.sh:6755:	    libname=`eval "\\$ECHO \"$libname_spec\""`
lxdm-0.5.3/ltmain.sh-6756-	    # use dlname if we got it. it's perfectly good, no?
##############################################
lxdm-0.5.3/ltmain.sh-7046-		*)
lxdm-0.5.3/ltmain.sh:7047:		  absdir=`cd "$dir" && pwd`
lxdm-0.5.3/ltmain.sh-7048-		  if test -z "$absdir"; then
##############################################
lxdm-0.5.3/ltmain.sh-7057-		  depdepl=
lxdm-0.5.3/ltmain.sh:7058:		  eval deplibrary_names=`${SED} -n -e 's/^library_names=\(.*\)$/\1/p' $deplib`
lxdm-0.5.3/ltmain.sh-7059-		  if test -n "$deplibrary_names" ; then
##############################################
lxdm-0.5.3/ltmain.sh-7064-		      depdepl="$absdir/$objdir/$depdepl"
lxdm-0.5.3/ltmain.sh:7065:		      darwin_install_name=`${OTOOL} -L $depdepl | awk '{if (NR == 2) {print $1;exit}}'`
lxdm-0.5.3/ltmain.sh-7066-                      if test -z "$darwin_install_name"; then
lxdm-0.5.3/ltmain.sh:7067:                          darwin_install_name=`${OTOOL64} -L $depdepl  | awk '{if (NR == 2) {print $1;exit}}'`
lxdm-0.5.3/ltmain.sh-7068-                      fi
##############################################
lxdm-0.5.3/ltmain.sh-7079-		else
lxdm-0.5.3/ltmain.sh:7080:		  eval libdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $deplib`
lxdm-0.5.3/ltmain.sh-7081-		  test -z "$libdir" && \
##############################################
lxdm-0.5.3/ltmain.sh-7102-	else
lxdm-0.5.3/ltmain.sh:7103:	  compiler_flags="$compiler_flags "`$ECHO " $new_inherited_linker_flags" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
lxdm-0.5.3/ltmain.sh-7104-	fi
##############################################
lxdm-0.5.3/ltmain.sh-7251-	test "$module" = no && \
lxdm-0.5.3/ltmain.sh:7252:	  func_fatal_help "libtool library \`$output' must begin with \`lib'"
lxdm-0.5.3/ltmain.sh-7253-
##############################################
lxdm-0.5.3/ltmain.sh-7386-	if test "$age" -gt "$current"; then
lxdm-0.5.3/ltmain.sh:7387:	  func_error "AGE \`$age' is greater than the current interface number \`$current'"
lxdm-0.5.3/ltmain.sh-7388-	  func_fatal_error "\`$vinfo' is not valid version information"
##############################################
lxdm-0.5.3/ltmain.sh-7547-	removelist=
lxdm-0.5.3/ltmain.sh:7548:	tempremovelist=`$ECHO "$output_objdir/*"`
lxdm-0.5.3/ltmain.sh-7549-	for p in $tempremovelist; do
##############################################
lxdm-0.5.3/ltmain.sh-7573-	# Transform .lo files to .o files.
lxdm-0.5.3/ltmain.sh:7574:	oldobjs="$objs "`$ECHO "$libobjs" | $SP2NL | $SED "/\.${libext}$/d; $lo2o" | $NL2SP`
lxdm-0.5.3/ltmain.sh-7575-      fi
##############################################
lxdm-0.5.3/ltmain.sh-7578-      #for path in $notinst_path; do
lxdm-0.5.3/ltmain.sh:7579:      #	lib_search_path=`$ECHO "$lib_search_path " | $SED "s% $path % %g"`
lxdm-0.5.3/ltmain.sh:7580:      #	deplibs=`$ECHO "$deplibs " | $SED "s% -L$path % %g"`
lxdm-0.5.3/ltmain.sh:7581:      #	dependency_libs=`$ECHO "$dependency_libs " | $SED "s% -L$path % %g"`
lxdm-0.5.3/ltmain.sh-7582-      #done
##############################################
lxdm-0.5.3/ltmain.sh-7699-		if test -n "$i" ; then
lxdm-0.5.3/ltmain.sh:7700:		  libname=`eval "\\$ECHO \"$libname_spec\""`
lxdm-0.5.3/ltmain.sh:7701:		  deplib_matches=`eval "\\$ECHO \"$library_names_spec\""`
lxdm-0.5.3/ltmain.sh-7702-		  set dummy $deplib_matches; shift
lxdm-0.5.3/ltmain.sh-7703-		  deplib_match=$1
lxdm-0.5.3/ltmain.sh:7704:		  if test `expr "$ldd_output" : ".*$deplib_match"` -ne 0 ; then
lxdm-0.5.3/ltmain.sh-7705-		    func_append newdeplibs " $i"
##############################################
lxdm-0.5.3/ltmain.sh-7742-		  if test -n "$i" ; then
lxdm-0.5.3/ltmain.sh:7743:		    libname=`eval "\\$ECHO \"$libname_spec\""`
lxdm-0.5.3/ltmain.sh:7744:		    deplib_matches=`eval "\\$ECHO \"$library_names_spec\""`
lxdm-0.5.3/ltmain.sh-7745-		    set dummy $deplib_matches; shift
lxdm-0.5.3/ltmain.sh-7746-		    deplib_match=$1
lxdm-0.5.3/ltmain.sh:7747:		    if test `expr "$ldd_output" : ".*$deplib_match"` -ne 0 ; then
lxdm-0.5.3/ltmain.sh-7748-		      func_append newdeplibs " $i"
##############################################
lxdm-0.5.3/ltmain.sh-7777-	  set dummy $deplibs_check_method; shift
lxdm-0.5.3/ltmain.sh:7778:	  file_magic_regex=`expr "$deplibs_check_method" : "$1 \(.*\)"`
lxdm-0.5.3/ltmain.sh-7779-	  for a_deplib in $deplibs; do
##############################################
lxdm-0.5.3/ltmain.sh-7792-	      if test -n "$a_deplib" ; then
lxdm-0.5.3/ltmain.sh:7793:		libname=`eval "\\$ECHO \"$libname_spec\""`
lxdm-0.5.3/ltmain.sh-7794-		if test -n "$file_magic_glob"; then
lxdm-0.5.3/ltmain.sh:7795:		  libnameglob=`func_echo_all "$libname" | $SED -e $file_magic_glob`
lxdm-0.5.3/ltmain.sh-7796-		else
##############################################
lxdm-0.5.3/ltmain.sh-7802-		    shopt -s nocaseglob
lxdm-0.5.3/ltmain.sh:7803:		    potential_libs=`ls $i/$libnameglob[.-]* 2>/dev/null`
lxdm-0.5.3/ltmain.sh-7804-		    $nocaseglob
lxdm-0.5.3/ltmain.sh-7805-		  else
lxdm-0.5.3/ltmain.sh:7806:		    potential_libs=`ls $i/$libnameglob[.-]* 2>/dev/null`
lxdm-0.5.3/ltmain.sh-7807-		  fi
##############################################
lxdm-0.5.3/ltmain.sh-7820-		      while test -h "$potlib" 2>/dev/null; do
lxdm-0.5.3/ltmain.sh:7821:			potliblink=`ls -ld $potlib | ${SED} 's/.* -> //'`
lxdm-0.5.3/ltmain.sh-7822-			case $potliblink in
lxdm-0.5.3/ltmain.sh-7823-			[\\/]* | [A-Za-z]:[\\/]*) potlib="$potliblink";;
lxdm-0.5.3/ltmain.sh:7824:			*) potlib=`$ECHO "$potlib" | $SED 's,[^/]*$,,'`"$potliblink";;
lxdm-0.5.3/ltmain.sh-7825-			esac
##############################################
lxdm-0.5.3/ltmain.sh-7861-	  set dummy $deplibs_check_method; shift
lxdm-0.5.3/ltmain.sh:7862:	  match_pattern_regex=`expr "$deplibs_check_method" : "$1 \(.*\)"`
lxdm-0.5.3/ltmain.sh-7863-	  for a_deplib in $deplibs; do
##############################################
lxdm-0.5.3/ltmain.sh-7876-	      if test -n "$a_deplib" ; then
lxdm-0.5.3/ltmain.sh:7877:		libname=`eval "\\$ECHO \"$libname_spec\""`
lxdm-0.5.3/ltmain.sh-7878-		for i in $lib_search_path $sys_lib_search_path $shlib_search_path; do
lxdm-0.5.3/ltmain.sh:7879:		  potential_libs=`ls $i/$libname[.-]* 2>/dev/null`
lxdm-0.5.3/ltmain.sh-7880-		  for potent_lib in $potential_libs; do
##############################################
lxdm-0.5.3/ltmain.sh-7915-	  newdeplibs=""
lxdm-0.5.3/ltmain.sh:7916:	  tmp_deplibs=`$ECHO " $deplibs" | $SED 's/ -lc$//; s/ -[LR][^ ]*//g'`
lxdm-0.5.3/ltmain.sh-7917-	  if test "X$allow_libtool_libs_with_static_runtimes" = "Xyes" ; then
##############################################
lxdm-0.5.3/ltmain.sh-7919-	      # can't use Xsed below, because $i might contain '/'
lxdm-0.5.3/ltmain.sh:7920:	      tmp_deplibs=`$ECHO " $tmp_deplibs" | $SED "s,$i,,"`
lxdm-0.5.3/ltmain.sh-7921-	    done
##############################################
lxdm-0.5.3/ltmain.sh-7945-	  # On Rhapsody replace the C library with the System framework
lxdm-0.5.3/ltmain.sh:7946:	  newdeplibs=`$ECHO " $newdeplibs" | $SED 's/ -lc / System.ltframework /'`
lxdm-0.5.3/ltmain.sh-7947-	  ;;
##############################################
lxdm-0.5.3/ltmain.sh-7997-	*-*-darwin*)
lxdm-0.5.3/ltmain.sh:7998:	  newdeplibs=`$ECHO " $newdeplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
lxdm-0.5.3/ltmain.sh:7999:	  new_inherited_linker_flags=`$ECHO " $new_inherited_linker_flags" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
lxdm-0.5.3/ltmain.sh:8000:	  deplibs=`$ECHO " $deplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
lxdm-0.5.3/ltmain.sh-8001-	  ;;
##############################################
lxdm-0.5.3/ltmain.sh-8124-	# Use standard objects if they are pic
lxdm-0.5.3/ltmain.sh:8125:	test -z "$pic_flag" && libobjs=`$ECHO "$libobjs" | $SP2NL | $SED "$lo2o" | $NL2SP`
lxdm-0.5.3/ltmain.sh-8126-	test "X$libobjs" = "X " && libobjs=
##############################################
lxdm-0.5.3/ltmain.sh-8139-	    # exporting using user supplied symfile
lxdm-0.5.3/ltmain.sh:8140:	    if test "x`$SED 1q $export_symbols`" != xEXPORTS; then
lxdm-0.5.3/ltmain.sh-8141-	      # and it's NOT already a .def file. Must figure out
##############################################
lxdm-0.5.3/ltmain.sh-8636-	  eval tmp_whole_archive_flags=\"$whole_archive_flag_spec\"
lxdm-0.5.3/ltmain.sh:8637:	  reload_conv_objs=$reload_objs\ `$ECHO "$tmp_whole_archive_flags" | $SED 's|,| |g'`
lxdm-0.5.3/ltmain.sh-8638-	else
##############################################
lxdm-0.5.3/ltmain.sh-8650-      # Create the old-style object.
lxdm-0.5.3/ltmain.sh:8651:      reload_objs="$objs$old_deplibs "`$ECHO "$libobjs" | $SP2NL | $SED "/\.${libext}$/d; /\.lib$/d; $lo2o" | $NL2SP`" $reload_conv_objs" ### testsuite: skip nested quoting test
lxdm-0.5.3/ltmain.sh-8652-
##############################################
lxdm-0.5.3/ltmain.sh-8710-	# On Rhapsody replace the C library is the System framework
lxdm-0.5.3/ltmain.sh:8711:	compile_deplibs=`$ECHO " $compile_deplibs" | $SED 's/ -lc / System.ltframework /'`
lxdm-0.5.3/ltmain.sh:8712:	finalize_deplibs=`$ECHO " $finalize_deplibs" | $SED 's/ -lc / System.ltframework /'`
lxdm-0.5.3/ltmain.sh-8713-	;;
##############################################
lxdm-0.5.3/ltmain.sh-8728-	# Time to change all our "foo.ltframework" stuff back to "-framework foo"
lxdm-0.5.3/ltmain.sh:8729:	compile_deplibs=`$ECHO " $compile_deplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
lxdm-0.5.3/ltmain.sh:8730:	finalize_deplibs=`$ECHO " $finalize_deplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
lxdm-0.5.3/ltmain.sh-8731-	;;
##############################################
lxdm-0.5.3/ltmain.sh-8806-	*-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-cegcc*)
lxdm-0.5.3/ltmain.sh:8807:	  testbindir=`${ECHO} "$libdir" | ${SED} -e 's*/lib$*/bin*'`
lxdm-0.5.3/ltmain.sh-8808-	  case :$dllsearchpath: in
##############################################
lxdm-0.5.3/ltmain.sh-8866-	# Transform all the library objects into standard objects.
lxdm-0.5.3/ltmain.sh:8867:	compile_command=`$ECHO "$compile_command" | $SP2NL | $SED "$lo2o" | $NL2SP`
lxdm-0.5.3/ltmain.sh:8868:	finalize_command=`$ECHO "$finalize_command" | $SP2NL | $SED "$lo2o" | $NL2SP`
lxdm-0.5.3/ltmain.sh-8869-      fi
##############################################
lxdm-0.5.3/ltmain.sh-8896-	# Replace the output file specification.
lxdm-0.5.3/ltmain.sh:8897:	compile_command=`$ECHO "$compile_command" | $SED 's%@OUTPUT@%'"$output"'%g'`
lxdm-0.5.3/ltmain.sh-8898-	link_command="$compile_command$compile_rpath"
##############################################
lxdm-0.5.3/ltmain.sh-8905-	  func_to_tool_file "$output"
lxdm-0.5.3/ltmain.sh:8906:	  postlink_cmds=`func_echo_all "$postlink_cmds" | $SED -e 's%@OUTPUT@%'"$output"'%g' -e 's%@TOOL_OUTPUT@%'"$func_to_tool_file_result"'%g'`
lxdm-0.5.3/ltmain.sh-8907-	  func_execute_cmds "$postlink_cmds" 'exit $?'
##############################################
lxdm-0.5.3/ltmain.sh-8949-	# Replace the output file specification.
lxdm-0.5.3/ltmain.sh:8950:	link_command=`$ECHO "$link_command" | $SED 's%@OUTPUT@%'"$output"'%g'`
lxdm-0.5.3/ltmain.sh-8951-	# Delete the old output file.
##############################################
lxdm-0.5.3/ltmain.sh-8957-	  func_to_tool_file "$output"
lxdm-0.5.3/ltmain.sh:8958:	  postlink_cmds=`func_echo_all "$postlink_cmds" | $SED -e 's%@OUTPUT@%'"$output"'%g' -e 's%@TOOL_OUTPUT@%'"$func_to_tool_file_result"'%g'`
lxdm-0.5.3/ltmain.sh-8959-	  func_execute_cmds "$postlink_cmds" 'exit $?'
##############################################
lxdm-0.5.3/ltmain.sh-8975-	  if test "$fast_install" = yes; then
lxdm-0.5.3/ltmain.sh:8976:	    relink_command=`$ECHO "$compile_var$compile_command$compile_rpath" | $SED 's%@OUTPUT@%\$progdir/\$file%g'`
lxdm-0.5.3/ltmain.sh-8977-	  else
##############################################
lxdm-0.5.3/ltmain.sh-8987-      # Replace the output file specification.
lxdm-0.5.3/ltmain.sh:8988:      link_command=`$ECHO "$link_command" | $SED 's%@OUTPUT@%'"$output_objdir/$outputname"'%g'`
lxdm-0.5.3/ltmain.sh-8989-
##############################################
lxdm-0.5.3/ltmain.sh-8996-	func_to_tool_file "$output_objdir/$outputname"
lxdm-0.5.3/ltmain.sh:8997:	postlink_cmds=`func_echo_all "$postlink_cmds" | $SED -e 's%@OUTPUT@%'"$output_objdir/$outputname"'%g' -e 's%@TOOL_OUTPUT@%'"$func_to_tool_file_result"'%g'`
lxdm-0.5.3/ltmain.sh-8998-	func_execute_cmds "$postlink_cmds" 'exit $?'
##############################################
lxdm-0.5.3/ltmain.sh-9017-	relink_command="(cd `pwd`; $relink_command)"
lxdm-0.5.3/ltmain.sh:9018:	relink_command=`$ECHO "$relink_command" | $SED "$sed_quote_subst"`
lxdm-0.5.3/ltmain.sh-9019-      fi
##############################################
lxdm-0.5.3/ltmain.sh-9261-      relink_command="(cd `pwd`; $SHELL $progpath $preserve_args --mode=relink $libtool_args @inst_prefix_dir@)"
lxdm-0.5.3/ltmain.sh:9262:      relink_command=`$ECHO "$relink_command" | $SED "$sed_quote_subst"`
lxdm-0.5.3/ltmain.sh-9263-      if test "$hardcode_automatic" = yes ; then
##############################################
lxdm-0.5.3/ltmain.sh-9282-		func_resolve_sysroot "$deplib"
lxdm-0.5.3/ltmain.sh:9283:		eval libdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $func_resolve_sysroot_result`
lxdm-0.5.3/ltmain.sh-9284-		test -z "$libdir" && \
##############################################
lxdm-0.5.3/ltmain.sh-9308-		name="$func_basename_result"
lxdm-0.5.3/ltmain.sh:9309:		eval libdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $lib`
lxdm-0.5.3/ltmain.sh-9310-		test -z "$libdir" && \
##############################################
lxdm-0.5.3/ltmain.sh-9327-		name="$func_basename_result"
lxdm-0.5.3/ltmain.sh:9328:		eval libdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $lib`
lxdm-0.5.3/ltmain.sh-9329-		test -z "$libdir" && \
##############################################
lxdm-0.5.3/ltmain.sh-9646-# ### BEGIN LIBTOOL TAG CONFIG: disable-static
lxdm-0.5.3/ltmain.sh:9647:build_old_libs=`case $build_libtool_libs in yes) echo no;; *) echo yes;; esac`
lxdm-0.5.3/ltmain.sh-9648-# ### END LIBTOOL TAG CONFIG: disable-static
##############################################
lxdm-0.5.3/configure.ac-51-fi
lxdm-0.5.3/configure.ac:52:AC_DEFINE_UNQUOTED([ISO_CODES_PREFIX],["`$PKG_CONFIG --variable=prefix iso-codes`"],[ISO codes prefix])
lxdm-0.5.3/configure.ac-53-ISO_CODES=iso-codes
##############################################
lxdm-0.5.3/configure.ac-189-	while true; do
lxdm-0.5.3/configure.ac:190:	new_full_var="`eval echo $full_var`"
lxdm-0.5.3/configure.ac-191-	if test "x$new_full_var" = "x$full_var"; then break; fi
##############################################
lxdm-0.5.3/data/Makefile.in-51-  { \
lxdm-0.5.3/data/Makefile.in:52:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
lxdm-0.5.3/data/Makefile.in-53-  }; \
##############################################
lxdm-0.5.3/data/Makefile.in-100-CONFIG_CLEAN_VPATH_FILES =
lxdm-0.5.3/data/Makefile.in:101:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
lxdm-0.5.3/data/Makefile.in-102-am__vpath_adj = case $$p in \
lxdm-0.5.3/data/Makefile.in:103:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
lxdm-0.5.3/data/Makefile.in-104-    *) f=$$p;; \
lxdm-0.5.3/data/Makefile.in-105-  esac;
lxdm-0.5.3/data/Makefile.in:106:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
lxdm-0.5.3/data/Makefile.in-107-am__install_max = 40
lxdm-0.5.3/data/Makefile.in-108-am__nobase_strip_setup = \
lxdm-0.5.3/data/Makefile.in:109:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
lxdm-0.5.3/data/Makefile.in-110-am__nobase_strip = \
##############################################
lxdm-0.5.3/data/Makefile.in-424-	@list='$(lxdm_DATA)'; test -n "$(lxdmdir)" || list=; \
lxdm-0.5.3/data/Makefile.in:425:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
lxdm-0.5.3/data/Makefile.in-426-	dir='$(DESTDIR)$(lxdmdir)'; $(am__uninstall_files_from_dir)
##############################################
lxdm-0.5.3/data/Makefile.in-445-	@list='$(lxdm_conf_DATA)'; test -n "$(lxdm_confdir)" || list=; \
lxdm-0.5.3/data/Makefile.in:446:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
lxdm-0.5.3/data/Makefile.in-447-	dir='$(DESTDIR)$(lxdm_confdir)'; $(am__uninstall_files_from_dir)
##############################################
lxdm-0.5.3/data/Makefile.in-466-	@list='$(theme_DATA)'; test -n "$(themedir)" || list=; \
lxdm-0.5.3/data/Makefile.in:467:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
lxdm-0.5.3/data/Makefile.in-468-	dir='$(DESTDIR)$(themedir)'; $(am__uninstall_files_from_dir)
##############################################
lxdm-0.5.3/data/Makefile.in-476-distdir: $(DISTFILES)
lxdm-0.5.3/data/Makefile.in:477:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
lxdm-0.5.3/data/Makefile.in:478:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
lxdm-0.5.3/data/Makefile.in-479-	list='$(DISTFILES)'; \
##############################################
lxdm-0.5.3/data/Makefile.in-490-	  if test -d $$d/$$file; then \
lxdm-0.5.3/data/Makefile.in:491:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
lxdm-0.5.3/data/Makefile.in-492-	    if test -d "$(distdir)/$$file"; then \
##############################################
lxdm-0.5.3/Makefile.in-49-  { \
lxdm-0.5.3/Makefile.in:50:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
lxdm-0.5.3/Makefile.in-51-  }; \
##############################################
lxdm-0.5.3/Makefile.in-179-  while test -n "$$dir1"; do \
lxdm-0.5.3/Makefile.in:180:    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
lxdm-0.5.3/Makefile.in-181-    if test "$$first" != "."; then \
lxdm-0.5.3/Makefile.in-182-      if test "$$first" = ".."; then \
lxdm-0.5.3/Makefile.in:183:        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
lxdm-0.5.3/Makefile.in:184:        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
lxdm-0.5.3/Makefile.in-185-      else \
lxdm-0.5.3/Makefile.in:186:        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
lxdm-0.5.3/Makefile.in-187-        if test "$$first2" = "$$first"; then \
lxdm-0.5.3/Makefile.in:188:          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
lxdm-0.5.3/Makefile.in-189-        else \
##############################################
lxdm-0.5.3/Makefile.in-194-    fi; \
lxdm-0.5.3/Makefile.in:195:    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
lxdm-0.5.3/Makefile.in-196-  done; \
##############################################
lxdm-0.5.3/Makefile.in-408-	dot_seen=no; \
lxdm-0.5.3/Makefile.in:409:	target=`echo $@ | sed s/-recursive//`; \
lxdm-0.5.3/Makefile.in-410-	case "$@" in \
##############################################
lxdm-0.5.3/Makefile.in-471-GTAGS:
lxdm-0.5.3/Makefile.in:472:	here=`$(am__cd) $(top_builddir) && pwd` \
lxdm-0.5.3/Makefile.in-473-	  && $(am__cd) $(top_srcdir) \
##############################################
lxdm-0.5.3/Makefile.in-503-	test -d "$(distdir)" || mkdir "$(distdir)"
lxdm-0.5.3/Makefile.in:504:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
lxdm-0.5.3/Makefile.in:505:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
lxdm-0.5.3/Makefile.in-506-	list='$(DISTFILES)'; \
##############################################
lxdm-0.5.3/Makefile.in-517-	  if test -d $$d/$$file; then \
lxdm-0.5.3/Makefile.in:518:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
lxdm-0.5.3/Makefile.in-519-	    if test -d "$(distdir)/$$file"; then \
##############################################
lxdm-0.5.3/Makefile.in-627-	test -d $(distdir)/_build || exit 0; \
lxdm-0.5.3/Makefile.in:628:	dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
lxdm-0.5.3/Makefile.in-629-	  && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
##############################################
lxdm-0.5.3/Makefile.in-671-	}; \
lxdm-0.5.3/Makefile.in:672:	test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
lxdm-0.5.3/Makefile.in-673-	   || { echo "ERROR: files left after uninstall:" ; \
##############################################
lxdm-0.5.3/Makefile.in-683-	fi
lxdm-0.5.3/Makefile.in:684:	@test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
lxdm-0.5.3/Makefile.in-685-	  || { echo "ERROR: files left in build directory after distclean:" ; \
##############################################
lxdm-0.5.3/po/Makefile.in.in-57-
lxdm-0.5.3/po/Makefile.in.in:58:USER_LINGUAS=$(shell if test -n "$(LINGUAS)"; then LLINGUAS="$(LINGUAS)"; ALINGUAS="$(ALL_LINGUAS)"; for lang in $$LLINGUAS; do if test -n "`grep \^$$lang$$ $(srcdir)/LINGUAS 2>/dev/null`" -o -n "`echo $$ALINGUAS|tr ' ' '\n'|grep \^$$lang$$`"; then printf "$$lang "; fi; done; fi)
lxdm-0.5.3/po/Makefile.in.in-59-
##############################################
lxdm-0.5.3/po/Makefile.in.in-87-.po.gmo:
lxdm-0.5.3/po/Makefile.in.in:88:	$(INTLTOOL_V_MSGFMT)file=`echo $* | sed 's,.*/,,'`.gmo \
lxdm-0.5.3/po/Makefile.in.in-89-	  && rm -f $$file && $(GMSGFMT) -o $$file $<
##############################################
lxdm-0.5.3/po/Makefile.in.in-188-	  echo "$$lang:"; \
lxdm-0.5.3/po/Makefile.in.in:189:	  result="`$(MSGMERGE) -o $$tmpdir/$$lang.new.po $$lang`"; \
lxdm-0.5.3/po/Makefile.in.in-190-	  if $$result; then \
##############################################
lxdm-0.5.3/install-sh-217-      fi
lxdm-0.5.3/install-sh:218:      cp_umask=`expr '(' 777 - $mode % 1000 ')' $u_plus_rw`;;
lxdm-0.5.3/install-sh-219-    *)
##############################################
lxdm-0.5.3/install-sh-269-      dstdir=$dst
lxdm-0.5.3/install-sh:270:      dst=$dstdir/`basename "$src"`
lxdm-0.5.3/install-sh-271-      dstdir_status=0
##############################################
lxdm-0.5.3/install-sh-351-		   # FreeBSD 6.1 mkdir -m -p sets mode of existing directory.
lxdm-0.5.3/install-sh:352:		   ls_ld_tmpdir=`ls -ld "$tmpdir"`
lxdm-0.5.3/install-sh-353-		   case $ls_ld_tmpdir in
##############################################
lxdm-0.5.3/install-sh-358-		   $mkdirprog -m$different_mode -p -- "$tmpdir" && {
lxdm-0.5.3/install-sh:359:		     ls_ld_tmpdir_1=`ls -ld "$tmpdir"`
lxdm-0.5.3/install-sh-360-		     test "$ls_ld_tmpdir" = "$ls_ld_tmpdir_1"
##############################################
lxdm-0.5.3/install-sh-418-	    case $prefix in
lxdm-0.5.3/install-sh:419:	      *\'*) qprefix=`echo "$prefix" | sed "s/'/'\\\\\\\\''/g"`;;
lxdm-0.5.3/install-sh-420-	      *) qprefix=$prefix;;
##############################################
lxdm-0.5.3/install-sh-467-    if $copy_on_change &&
lxdm-0.5.3/install-sh:468:       old=`LC_ALL=C ls -dlL "$dst"	2>/dev/null` &&
lxdm-0.5.3/install-sh:469:       new=`LC_ALL=C ls -dlL "$dsttmp"	2>/dev/null` &&
lxdm-0.5.3/install-sh-470-
##############################################
lxdm-0.5.3/compile-105-# Name of file we expect compiler to create.
lxdm-0.5.3/compile:106:cofile=`echo "$cfile" | sed 's|^.*[\\/]||; s|^[a-zA-Z]:||; s/\.c$/.o/'`
lxdm-0.5.3/compile-107-
##############################################
lxdm-0.5.3/compile-111-# object file name, since that is what matters with a parallel build.
lxdm-0.5.3/compile:112:lockdir=`echo "$cofile" | sed -e 's|[/\\:.-]|_|g'`.d
lxdm-0.5.3/compile-113-while true; do
##############################################
lxdm-0.5.3/depcomp-67-  sed 's|[^\\/]*$|'${DEPDIR-.deps}'/&|;s|\.\([^.]*\)$|.P\1|;s|Pobj$|Po|'`}
lxdm-0.5.3/depcomp:68:tmpdepfile=${tmpdepfile-`echo "$depfile" | sed 's/\.\([^.]*\)$/.T\1/'`}
lxdm-0.5.3/depcomp-69-
##############################################
lxdm-0.5.3/depcomp-224-  # Version 6 uses the directory in both cases.
lxdm-0.5.3/depcomp:225:  dir=`echo "$object" | sed -e 's|/[^/]*$|/|'`
lxdm-0.5.3/depcomp-226-  test "x$dir" = "x$object" && dir=
lxdm-0.5.3/depcomp:227:  base=`echo "$object" | sed -e 's|^.*/||' -e 's/\.o$//' -e 's/\.lo$//'`
lxdm-0.5.3/depcomp-228-  if test "$libtool" = yes; then
##############################################
lxdm-0.5.3/depcomp-253-    # Do two passes, one to just change these to
lxdm-0.5.3/depcomp:254:    # `$object: dependent.h' and one to simply `dependent.h:'.
lxdm-0.5.3/depcomp-255-    sed -e "s,^.*\.[a-z]*:,$object:," < "$tmpdepfile" > "$depfile"
##############################################
lxdm-0.5.3/depcomp-295-  # Do two passes, one to just change these to
lxdm-0.5.3/depcomp:296:  # `$object: dependent.h' and one to simply `dependent.h:'.
lxdm-0.5.3/depcomp-297-  sed "s,^[^:]*:,$object :," < "$tmpdepfile" > "$depfile"
##############################################
lxdm-0.5.3/depcomp-311-  # Much of this is similar to the tru64 case; see comments there.
lxdm-0.5.3/depcomp:312:  dir=`echo "$object" | sed -e 's|/[^/]*$|/|'`
lxdm-0.5.3/depcomp-313-  test "x$dir" = "x$object" && dir=
lxdm-0.5.3/depcomp:314:  base=`echo "$object" | sed -e 's|^.*/||' -e 's/\.o$//' -e 's/\.lo$//'`
lxdm-0.5.3/depcomp-315-  if test "$libtool" = yes; then
##############################################
lxdm-0.5.3/depcomp-355-   # Subdirectories are respected.
lxdm-0.5.3/depcomp:356:   dir=`echo "$object" | sed -e 's|/[^/]*$|/|'`
lxdm-0.5.3/depcomp-357-   test "x$dir" = "x$object" && dir=
lxdm-0.5.3/depcomp:358:   base=`echo "$object" | sed -e 's|^.*/||' -e 's/\.o$//' -e 's/\.lo$//'`
lxdm-0.5.3/depcomp-359-
##############################################
lxdm-0.5.3/depcomp-501-  done
lxdm-0.5.3/depcomp:502:  obj_suffix=`echo "$object" | sed 's/^.*\././'`
lxdm-0.5.3/depcomp-503-  touch "$tmpdepfile"
##############################################
lxdm-0.5.3/aclocal.m4-37-
lxdm-0.5.3/aclocal.m4:38:INTLTOOL_REQUIRED_VERSION_AS_INT=`echo $1 | awk -F. '{ print $ 1 * 1000 + $ 2 * 100 + $ 3; }'`
lxdm-0.5.3/aclocal.m4-39-INTLTOOL_APPLIED_VERSION=`intltool-update --version | head -1 | cut -d" " -f3`
lxdm-0.5.3/aclocal.m4:40:INTLTOOL_APPLIED_VERSION_AS_INT=`echo $INTLTOOL_APPLIED_VERSION | awk -F. '{ print $ 1 * 1000 + $ 2 * 100 + $ 3; }'`
lxdm-0.5.3/aclocal.m4-41-if test -n "$1"; then
##############################################
lxdm-0.5.3/aclocal.m4-125-fi
lxdm-0.5.3/aclocal.m4:126:xgversion="`$XGETTEXT --version|grep '(GNU ' 2> /dev/null`"
lxdm-0.5.3/aclocal.m4:127:mmversion="`$MSGMERGE --version|grep '(GNU ' 2> /dev/null`"
lxdm-0.5.3/aclocal.m4:128:mfversion="`$MSGFMT --version|grep '(GNU ' 2> /dev/null`"
lxdm-0.5.3/aclocal.m4-129-if test -z "$xgversion" -o -z "$mmversion" -o -z "$mfversion"; then
##############################################
lxdm-0.5.3/aclocal.m4-141-else
lxdm-0.5.3/aclocal.m4:142:   IT_PERL_VERSION=`$INTLTOOL_PERL -e "printf '%vd', $^V"`
lxdm-0.5.3/aclocal.m4-143-   AC_MSG_RESULT([$IT_PERL_VERSION])
##############################################
lxdm-0.5.3/aclocal.m4-146-   AC_MSG_CHECKING([for XML::Parser])
lxdm-0.5.3/aclocal.m4:147:   if `$INTLTOOL_PERL -e "require XML::Parser" 2>/dev/null`; then
lxdm-0.5.3/aclocal.m4-148-       AC_MSG_RESULT([ok])
##############################################
lxdm-0.5.3/aclocal.m4-320-    PKG_CHECK_EXISTS([$3],
lxdm-0.5.3/aclocal.m4:321:                     [pkg_cv_[]$1=`$PKG_CONFIG --[]$2 "$3" 2>/dev/null`
lxdm-0.5.3/aclocal.m4-322-		      test "x$?" != "x0" && pkg_failed=yes ],
##############################################
lxdm-0.5.3/aclocal.m4-369-        if test $_pkg_short_errors_supported = yes; then
lxdm-0.5.3/aclocal.m4:370:	        $1[]_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "$2" 2>&1`
lxdm-0.5.3/aclocal.m4-371-        else 
lxdm-0.5.3/aclocal.m4:372:	        $1[]_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "$2" 2>&1`
lxdm-0.5.3/aclocal.m4-373-        fi
##############################################
lxdm-0.5.3/aclocal.m4-530-# iff we strip the leading $srcdir from $ac_aux_dir.  That would be:
lxdm-0.5.3/aclocal.m4:531:#   am_aux_dir='\$(top_srcdir)/'`expr "$ac_aux_dir" : "$srcdir//*\(.*\)"`
lxdm-0.5.3/aclocal.m4-532-# and then we would define $MISSING as
##############################################
lxdm-0.5.3/aclocal.m4-545-# Expand $ac_aux_dir to an absolute path.
lxdm-0.5.3/aclocal.m4:546:am_aux_dir=`cd "$ac_aux_dir" && pwd`
lxdm-0.5.3/aclocal.m4-547-])
##############################################
lxdm-0.5.3/aclocal.m4-643-  if test "$am_compiler_list" = ""; then
lxdm-0.5.3/aclocal.m4:644:     am_compiler_list=`sed -n ['s/^#*\([a-zA-Z0-9]*\))$/\1/p'] < ./depcomp`
lxdm-0.5.3/aclocal.m4-645-  fi
##############################################
lxdm-0.5.3/aclocal.m4-794-    # Strip MF so we end up with the name of the file.
lxdm-0.5.3/aclocal.m4:795:    mf=`echo "$mf" | sed -e 's/:.*$//'`
lxdm-0.5.3/aclocal.m4-796-    # Check whether this is an Automake generated Makefile or not.
##############################################
lxdm-0.5.3/aclocal.m4-803-    if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
lxdm-0.5.3/aclocal.m4:804:      dirpart=`AS_DIRNAME("$mf")`
lxdm-0.5.3/aclocal.m4-805-    else
##############################################
lxdm-0.5.3/aclocal.m4-809-    # from the Makefile without running 'make'.
lxdm-0.5.3/aclocal.m4:810:    DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
lxdm-0.5.3/aclocal.m4-811-    test -z "$DEPDIR" && continue
lxdm-0.5.3/aclocal.m4:812:    am__include=`sed -n 's/^am__include = //p' < "$mf"`
lxdm-0.5.3/aclocal.m4-813-    test -z "$am__include" && continue
lxdm-0.5.3/aclocal.m4:814:    am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
lxdm-0.5.3/aclocal.m4-815-    # Find all dependency output files, they are included files with
##############################################
lxdm-0.5.3/aclocal.m4-823-      test -f "$dirpart/$file" && continue
lxdm-0.5.3/aclocal.m4:824:      fdir=`AS_DIRNAME(["$file"])`
lxdm-0.5.3/aclocal.m4-825-      AS_MKDIR_P([$dirpart/$fdir])
##############################################
lxdm-0.5.3/aclocal.m4-881-AC_REQUIRE([AC_PROG_INSTALL])dnl
lxdm-0.5.3/aclocal.m4:882:if test "`cd $srcdir && pwd`" != "`pwd`"; then
lxdm-0.5.3/aclocal.m4-883-  # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
##############################################
lxdm-0.5.3/aclocal.m4-1040-    * )
lxdm-0.5.3/aclocal.m4:1041:      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
lxdm-0.5.3/aclocal.m4-1042-  esac
lxdm-0.5.3/aclocal.m4-1043-done
lxdm-0.5.3/aclocal.m4:1044:echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count])
lxdm-0.5.3/aclocal.m4-1045-
##############################################
lxdm-0.5.3/aclocal.m4-1111-# Ignore all kinds of additional output from 'make'.
lxdm-0.5.3/aclocal.m4:1112:case `$am_make -s -f confmf 2> /dev/null` in #(
lxdm-0.5.3/aclocal.m4-1113-*the\ am__doit\ target*)
##############################################
lxdm-0.5.3/aclocal.m4-1121-   echo '.include "confinc"' > confmf
lxdm-0.5.3/aclocal.m4:1122:   case `$am_make -s -f confmf 2> /dev/null` in #(
lxdm-0.5.3/aclocal.m4-1123-   *the\ am__doit\ target*)
##############################################
lxdm-0.5.3/aclocal.m4-1303-     echo "timestamp, slept: $am_has_slept" > conftest.file
lxdm-0.5.3/aclocal.m4:1304:     set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
lxdm-0.5.3/aclocal.m4-1305-     if test "$[*]" = "X"; then
lxdm-0.5.3/aclocal.m4-1306-	# -L didn't work.
lxdm-0.5.3/aclocal.m4:1307:	set X `ls -t "$srcdir/configure" conftest.file`
lxdm-0.5.3/aclocal.m4-1308-     fi
##############################################
lxdm-0.5.3/src/Makefile.in-50-  { \
lxdm-0.5.3/src/Makefile.in:51:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
lxdm-0.5.3/src/Makefile.in-52-  }; \
##############################################
lxdm-0.5.3/src/Makefile.in-664-.c.o:
lxdm-0.5.3/src/Makefile.in:665:@am__fastdepCC_TRUE@	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
lxdm-0.5.3/src/Makefile.in-666-@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
##############################################
lxdm-0.5.3/src/Makefile.in-672-.c.obj:
lxdm-0.5.3/src/Makefile.in:673:@am__fastdepCC_TRUE@	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
lxdm-0.5.3/src/Makefile.in:674:@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
lxdm-0.5.3/src/Makefile.in-675-@am__fastdepCC_TRUE@	$(am__mv) $$depbase.Tpo $$depbase.Po
##############################################
lxdm-0.5.3/src/Makefile.in-677-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lxdm-0.5.3/src/Makefile.in:678:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
lxdm-0.5.3/src/Makefile.in-679-
lxdm-0.5.3/src/Makefile.in-680-lxdm_binary-lxdm.o: lxdm.c
lxdm-0.5.3/src/Makefile.in:681:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lxdm_binary_CFLAGS) $(CFLAGS) -MT lxdm_binary-lxdm.o -MD -MP -MF $(DEPDIR)/lxdm_binary-lxdm.Tpo -c -o lxdm_binary-lxdm.o `test -f 'lxdm.c' || echo '$(srcdir)/'`lxdm.c
lxdm-0.5.3/src/Makefile.in-682-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/lxdm_binary-lxdm.Tpo $(DEPDIR)/lxdm_binary-lxdm.Po
##############################################
lxdm-0.5.3/src/Makefile.in-684-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lxdm-0.5.3/src/Makefile.in:685:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lxdm_binary_CFLAGS) $(CFLAGS) -c -o lxdm_binary-lxdm.o `test -f 'lxdm.c' || echo '$(srcdir)/'`lxdm.c
lxdm-0.5.3/src/Makefile.in-686-
lxdm-0.5.3/src/Makefile.in-687-lxdm_binary-lxdm.obj: lxdm.c
lxdm-0.5.3/src/Makefile.in:688:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lxdm_binary_CFLAGS) $(CFLAGS) -MT lxdm_binary-lxdm.obj -MD -MP -MF $(DEPDIR)/lxdm_binary-lxdm.Tpo -c -o lxdm_binary-lxdm.obj `if test -f 'lxdm.c'; then $(CYGPATH_W) 'lxdm.c'; else $(CYGPATH_W) '$(srcdir)/lxdm.c'; fi`
lxdm-0.5.3/src/Makefile.in-689-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/lxdm_binary-lxdm.Tpo $(DEPDIR)/lxdm_binary-lxdm.Po
##############################################
lxdm-0.5.3/src/Makefile.in-691-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lxdm-0.5.3/src/Makefile.in:692:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lxdm_binary_CFLAGS) $(CFLAGS) -c -o lxdm_binary-lxdm.obj `if test -f 'lxdm.c'; then $(CYGPATH_W) 'lxdm.c'; else $(CYGPATH_W) '$(srcdir)/lxdm.c'; fi`
lxdm-0.5.3/src/Makefile.in-693-
lxdm-0.5.3/src/Makefile.in-694-lxdm_binary-ui.o: ui.c
lxdm-0.5.3/src/Makefile.in:695:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lxdm_binary_CFLAGS) $(CFLAGS) -MT lxdm_binary-ui.o -MD -MP -MF $(DEPDIR)/lxdm_binary-ui.Tpo -c -o lxdm_binary-ui.o `test -f 'ui.c' || echo '$(srcdir)/'`ui.c
lxdm-0.5.3/src/Makefile.in-696-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/lxdm_binary-ui.Tpo $(DEPDIR)/lxdm_binary-ui.Po
##############################################
lxdm-0.5.3/src/Makefile.in-698-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lxdm-0.5.3/src/Makefile.in:699:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lxdm_binary_CFLAGS) $(CFLAGS) -c -o lxdm_binary-ui.o `test -f 'ui.c' || echo '$(srcdir)/'`ui.c
lxdm-0.5.3/src/Makefile.in-700-
lxdm-0.5.3/src/Makefile.in-701-lxdm_binary-ui.obj: ui.c
lxdm-0.5.3/src/Makefile.in:702:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lxdm_binary_CFLAGS) $(CFLAGS) -MT lxdm_binary-ui.obj -MD -MP -MF $(DEPDIR)/lxdm_binary-ui.Tpo -c -o lxdm_binary-ui.obj `if test -f 'ui.c'; then $(CYGPATH_W) 'ui.c'; else $(CYGPATH_W) '$(srcdir)/ui.c'; fi`
lxdm-0.5.3/src/Makefile.in-703-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/lxdm_binary-ui.Tpo $(DEPDIR)/lxdm_binary-ui.Po
##############################################
lxdm-0.5.3/src/Makefile.in-705-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lxdm-0.5.3/src/Makefile.in:706:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lxdm_binary_CFLAGS) $(CFLAGS) -c -o lxdm_binary-ui.obj `if test -f 'ui.c'; then $(CYGPATH_W) 'ui.c'; else $(CYGPATH_W) '$(srcdir)/ui.c'; fi`
lxdm-0.5.3/src/Makefile.in-707-
lxdm-0.5.3/src/Makefile.in-708-lxdm_binary-lxcom.o: lxcom.c
lxdm-0.5.3/src/Makefile.in:709:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lxdm_binary_CFLAGS) $(CFLAGS) -MT lxdm_binary-lxcom.o -MD -MP -MF $(DEPDIR)/lxdm_binary-lxcom.Tpo -c -o lxdm_binary-lxcom.o `test -f 'lxcom.c' || echo '$(srcdir)/'`lxcom.c
lxdm-0.5.3/src/Makefile.in-710-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/lxdm_binary-lxcom.Tpo $(DEPDIR)/lxdm_binary-lxcom.Po
##############################################
lxdm-0.5.3/src/Makefile.in-712-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lxdm-0.5.3/src/Makefile.in:713:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lxdm_binary_CFLAGS) $(CFLAGS) -c -o lxdm_binary-lxcom.o `test -f 'lxcom.c' || echo '$(srcdir)/'`lxcom.c
lxdm-0.5.3/src/Makefile.in-714-
lxdm-0.5.3/src/Makefile.in-715-lxdm_binary-lxcom.obj: lxcom.c
lxdm-0.5.3/src/Makefile.in:716:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lxdm_binary_CFLAGS) $(CFLAGS) -MT lxdm_binary-lxcom.obj -MD -MP -MF $(DEPDIR)/lxdm_binary-lxcom.Tpo -c -o lxdm_binary-lxcom.obj `if test -f 'lxcom.c'; then $(CYGPATH_W) 'lxcom.c'; else $(CYGPATH_W) '$(srcdir)/lxcom.c'; fi`
lxdm-0.5.3/src/Makefile.in-717-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/lxdm_binary-lxcom.Tpo $(DEPDIR)/lxdm_binary-lxcom.Po
##############################################
lxdm-0.5.3/src/Makefile.in-719-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lxdm-0.5.3/src/Makefile.in:720:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lxdm_binary_CFLAGS) $(CFLAGS) -c -o lxdm_binary-lxcom.obj `if test -f 'lxcom.c'; then $(CYGPATH_W) 'lxcom.c'; else $(CYGPATH_W) '$(srcdir)/lxcom.c'; fi`
lxdm-0.5.3/src/Makefile.in-721-
lxdm-0.5.3/src/Makefile.in-722-lxdm_binary-xconn.o: xconn.c
lxdm-0.5.3/src/Makefile.in:723:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lxdm_binary_CFLAGS) $(CFLAGS) -MT lxdm_binary-xconn.o -MD -MP -MF $(DEPDIR)/lxdm_binary-xconn.Tpo -c -o lxdm_binary-xconn.o `test -f 'xconn.c' || echo '$(srcdir)/'`xconn.c
lxdm-0.5.3/src/Makefile.in-724-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/lxdm_binary-xconn.Tpo $(DEPDIR)/lxdm_binary-xconn.Po
##############################################
lxdm-0.5.3/src/Makefile.in-726-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lxdm-0.5.3/src/Makefile.in:727:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lxdm_binary_CFLAGS) $(CFLAGS) -c -o lxdm_binary-xconn.o `test -f 'xconn.c' || echo '$(srcdir)/'`xconn.c
lxdm-0.5.3/src/Makefile.in-728-
lxdm-0.5.3/src/Makefile.in-729-lxdm_binary-xconn.obj: xconn.c
lxdm-0.5.3/src/Makefile.in:730:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lxdm_binary_CFLAGS) $(CFLAGS) -MT lxdm_binary-xconn.obj -MD -MP -MF $(DEPDIR)/lxdm_binary-xconn.Tpo -c -o lxdm_binary-xconn.obj `if test -f 'xconn.c'; then $(CYGPATH_W) 'xconn.c'; else $(CYGPATH_W) '$(srcdir)/xconn.c'; fi`
lxdm-0.5.3/src/Makefile.in-731-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/lxdm_binary-xconn.Tpo $(DEPDIR)/lxdm_binary-xconn.Po
##############################################
lxdm-0.5.3/src/Makefile.in-733-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lxdm-0.5.3/src/Makefile.in:734:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lxdm_binary_CFLAGS) $(CFLAGS) -c -o lxdm_binary-xconn.obj `if test -f 'xconn.c'; then $(CYGPATH_W) 'xconn.c'; else $(CYGPATH_W) '$(srcdir)/xconn.c'; fi`
lxdm-0.5.3/src/Makefile.in-735-
lxdm-0.5.3/src/Makefile.in-736-lxdm_binary-auth.o: auth.c
lxdm-0.5.3/src/Makefile.in:737:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lxdm_binary_CFLAGS) $(CFLAGS) -MT lxdm_binary-auth.o -MD -MP -MF $(DEPDIR)/lxdm_binary-auth.Tpo -c -o lxdm_binary-auth.o `test -f 'auth.c' || echo '$(srcdir)/'`auth.c
lxdm-0.5.3/src/Makefile.in-738-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/lxdm_binary-auth.Tpo $(DEPDIR)/lxdm_binary-auth.Po
##############################################
lxdm-0.5.3/src/Makefile.in-740-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lxdm-0.5.3/src/Makefile.in:741:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lxdm_binary_CFLAGS) $(CFLAGS) -c -o lxdm_binary-auth.o `test -f 'auth.c' || echo '$(srcdir)/'`auth.c
lxdm-0.5.3/src/Makefile.in-742-
lxdm-0.5.3/src/Makefile.in-743-lxdm_binary-auth.obj: auth.c
lxdm-0.5.3/src/Makefile.in:744:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lxdm_binary_CFLAGS) $(CFLAGS) -MT lxdm_binary-auth.obj -MD -MP -MF $(DEPDIR)/lxdm_binary-auth.Tpo -c -o lxdm_binary-auth.obj `if test -f 'auth.c'; then $(CYGPATH_W) 'auth.c'; else $(CYGPATH_W) '$(srcdir)/auth.c'; fi`
lxdm-0.5.3/src/Makefile.in-745-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/lxdm_binary-auth.Tpo $(DEPDIR)/lxdm_binary-auth.Po
##############################################
lxdm-0.5.3/src/Makefile.in-747-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lxdm-0.5.3/src/Makefile.in:748:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lxdm_binary_CFLAGS) $(CFLAGS) -c -o lxdm_binary-auth.obj `if test -f 'auth.c'; then $(CYGPATH_W) 'auth.c'; else $(CYGPATH_W) '$(srcdir)/auth.c'; fi`
lxdm-0.5.3/src/Makefile.in-749-
lxdm-0.5.3/src/Makefile.in-750-lxdm_config-config.o: config.c
lxdm-0.5.3/src/Makefile.in:751:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lxdm_config_CFLAGS) $(CFLAGS) -MT lxdm_config-config.o -MD -MP -MF $(DEPDIR)/lxdm_config-config.Tpo -c -o lxdm_config-config.o `test -f 'config.c' || echo '$(srcdir)/'`config.c
lxdm-0.5.3/src/Makefile.in-752-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/lxdm_config-config.Tpo $(DEPDIR)/lxdm_config-config.Po
##############################################
lxdm-0.5.3/src/Makefile.in-754-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lxdm-0.5.3/src/Makefile.in:755:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lxdm_config_CFLAGS) $(CFLAGS) -c -o lxdm_config-config.o `test -f 'config.c' || echo '$(srcdir)/'`config.c
lxdm-0.5.3/src/Makefile.in-756-
lxdm-0.5.3/src/Makefile.in-757-lxdm_config-config.obj: config.c
lxdm-0.5.3/src/Makefile.in:758:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lxdm_config_CFLAGS) $(CFLAGS) -MT lxdm_config-config.obj -MD -MP -MF $(DEPDIR)/lxdm_config-config.Tpo -c -o lxdm_config-config.obj `if test -f 'config.c'; then $(CYGPATH_W) 'config.c'; else $(CYGPATH_W) '$(srcdir)/config.c'; fi`
lxdm-0.5.3/src/Makefile.in-759-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/lxdm_config-config.Tpo $(DEPDIR)/lxdm_config-config.Po
##############################################
lxdm-0.5.3/src/Makefile.in-761-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lxdm-0.5.3/src/Makefile.in:762:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lxdm_config_CFLAGS) $(CFLAGS) -c -o lxdm_config-config.obj `if test -f 'config.c'; then $(CYGPATH_W) 'config.c'; else $(CYGPATH_W) '$(srcdir)/config.c'; fi`
lxdm-0.5.3/src/Makefile.in-763-
lxdm-0.5.3/src/Makefile.in-764-lxdm_greeter_gdk-greeter-gdk.o: greeter-gdk.c
lxdm-0.5.3/src/Makefile.in:765:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lxdm_greeter_gdk_CFLAGS) $(CFLAGS) -MT lxdm_greeter_gdk-greeter-gdk.o -MD -MP -MF $(DEPDIR)/lxdm_greeter_gdk-greeter-gdk.Tpo -c -o lxdm_greeter_gdk-greeter-gdk.o `test -f 'greeter-gdk.c' || echo '$(srcdir)/'`greeter-gdk.c
lxdm-0.5.3/src/Makefile.in-766-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/lxdm_greeter_gdk-greeter-gdk.Tpo $(DEPDIR)/lxdm_greeter_gdk-greeter-gdk.Po
##############################################
lxdm-0.5.3/src/Makefile.in-768-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lxdm-0.5.3/src/Makefile.in:769:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lxdm_greeter_gdk_CFLAGS) $(CFLAGS) -c -o lxdm_greeter_gdk-greeter-gdk.o `test -f 'greeter-gdk.c' || echo '$(srcdir)/'`greeter-gdk.c
lxdm-0.5.3/src/Makefile.in-770-
lxdm-0.5.3/src/Makefile.in-771-lxdm_greeter_gdk-greeter-gdk.obj: greeter-gdk.c
lxdm-0.5.3/src/Makefile.in:772:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lxdm_greeter_gdk_CFLAGS) $(CFLAGS) -MT lxdm_greeter_gdk-greeter-gdk.obj -MD -MP -MF $(DEPDIR)/lxdm_greeter_gdk-greeter-gdk.Tpo -c -o lxdm_greeter_gdk-greeter-gdk.obj `if test -f 'greeter-gdk.c'; then $(CYGPATH_W) 'greeter-gdk.c'; else $(CYGPATH_W) '$(srcdir)/greeter-gdk.c'; fi`
lxdm-0.5.3/src/Makefile.in-773-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/lxdm_greeter_gdk-greeter-gdk.Tpo $(DEPDIR)/lxdm_greeter_gdk-greeter-gdk.Po
##############################################
lxdm-0.5.3/src/Makefile.in-775-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lxdm-0.5.3/src/Makefile.in:776:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lxdm_greeter_gdk_CFLAGS) $(CFLAGS) -c -o lxdm_greeter_gdk-greeter-gdk.obj `if test -f 'greeter-gdk.c'; then $(CYGPATH_W) 'greeter-gdk.c'; else $(CYGPATH_W) '$(srcdir)/greeter-gdk.c'; fi`
lxdm-0.5.3/src/Makefile.in-777-
lxdm-0.5.3/src/Makefile.in-778-lxdm_greeter_gdk-greeter-utils.o: greeter-utils.c
lxdm-0.5.3/src/Makefile.in:779:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lxdm_greeter_gdk_CFLAGS) $(CFLAGS) -MT lxdm_greeter_gdk-greeter-utils.o -MD -MP -MF $(DEPDIR)/lxdm_greeter_gdk-greeter-utils.Tpo -c -o lxdm_greeter_gdk-greeter-utils.o `test -f 'greeter-utils.c' || echo '$(srcdir)/'`greeter-utils.c
lxdm-0.5.3/src/Makefile.in-780-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/lxdm_greeter_gdk-greeter-utils.Tpo $(DEPDIR)/lxdm_greeter_gdk-greeter-utils.Po
##############################################
lxdm-0.5.3/src/Makefile.in-782-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lxdm-0.5.3/src/Makefile.in:783:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lxdm_greeter_gdk_CFLAGS) $(CFLAGS) -c -o lxdm_greeter_gdk-greeter-utils.o `test -f 'greeter-utils.c' || echo '$(srcdir)/'`greeter-utils.c
lxdm-0.5.3/src/Makefile.in-784-
lxdm-0.5.3/src/Makefile.in-785-lxdm_greeter_gdk-greeter-utils.obj: greeter-utils.c
lxdm-0.5.3/src/Makefile.in:786:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lxdm_greeter_gdk_CFLAGS) $(CFLAGS) -MT lxdm_greeter_gdk-greeter-utils.obj -MD -MP -MF $(DEPDIR)/lxdm_greeter_gdk-greeter-utils.Tpo -c -o lxdm_greeter_gdk-greeter-utils.obj `if test -f 'greeter-utils.c'; then $(CYGPATH_W) 'greeter-utils.c'; else $(CYGPATH_W) '$(srcdir)/greeter-utils.c'; fi`
lxdm-0.5.3/src/Makefile.in-787-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/lxdm_greeter_gdk-greeter-utils.Tpo $(DEPDIR)/lxdm_greeter_gdk-greeter-utils.Po
##############################################
lxdm-0.5.3/src/Makefile.in-789-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lxdm-0.5.3/src/Makefile.in:790:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lxdm_greeter_gdk_CFLAGS) $(CFLAGS) -c -o lxdm_greeter_gdk-greeter-utils.obj `if test -f 'greeter-utils.c'; then $(CYGPATH_W) 'greeter-utils.c'; else $(CYGPATH_W) '$(srcdir)/greeter-utils.c'; fi`
lxdm-0.5.3/src/Makefile.in-791-
lxdm-0.5.3/src/Makefile.in-792-lxdm_greeter_gtk-greeter.o: greeter.c
lxdm-0.5.3/src/Makefile.in:793:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lxdm_greeter_gtk_CFLAGS) $(CFLAGS) -MT lxdm_greeter_gtk-greeter.o -MD -MP -MF $(DEPDIR)/lxdm_greeter_gtk-greeter.Tpo -c -o lxdm_greeter_gtk-greeter.o `test -f 'greeter.c' || echo '$(srcdir)/'`greeter.c
lxdm-0.5.3/src/Makefile.in-794-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/lxdm_greeter_gtk-greeter.Tpo $(DEPDIR)/lxdm_greeter_gtk-greeter.Po
##############################################
lxdm-0.5.3/src/Makefile.in-796-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lxdm-0.5.3/src/Makefile.in:797:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lxdm_greeter_gtk_CFLAGS) $(CFLAGS) -c -o lxdm_greeter_gtk-greeter.o `test -f 'greeter.c' || echo '$(srcdir)/'`greeter.c
lxdm-0.5.3/src/Makefile.in-798-
lxdm-0.5.3/src/Makefile.in-799-lxdm_greeter_gtk-greeter.obj: greeter.c
lxdm-0.5.3/src/Makefile.in:800:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lxdm_greeter_gtk_CFLAGS) $(CFLAGS) -MT lxdm_greeter_gtk-greeter.obj -MD -MP -MF $(DEPDIR)/lxdm_greeter_gtk-greeter.Tpo -c -o lxdm_greeter_gtk-greeter.obj `if test -f 'greeter.c'; then $(CYGPATH_W) 'greeter.c'; else $(CYGPATH_W) '$(srcdir)/greeter.c'; fi`
lxdm-0.5.3/src/Makefile.in-801-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/lxdm_greeter_gtk-greeter.Tpo $(DEPDIR)/lxdm_greeter_gtk-greeter.Po
##############################################
lxdm-0.5.3/src/Makefile.in-803-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lxdm-0.5.3/src/Makefile.in:804:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lxdm_greeter_gtk_CFLAGS) $(CFLAGS) -c -o lxdm_greeter_gtk-greeter.obj `if test -f 'greeter.c'; then $(CYGPATH_W) 'greeter.c'; else $(CYGPATH_W) '$(srcdir)/greeter.c'; fi`
lxdm-0.5.3/src/Makefile.in-805-
lxdm-0.5.3/src/Makefile.in-806-lxdm_greeter_gtk-lang.o: lang.c
lxdm-0.5.3/src/Makefile.in:807:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lxdm_greeter_gtk_CFLAGS) $(CFLAGS) -MT lxdm_greeter_gtk-lang.o -MD -MP -MF $(DEPDIR)/lxdm_greeter_gtk-lang.Tpo -c -o lxdm_greeter_gtk-lang.o `test -f 'lang.c' || echo '$(srcdir)/'`lang.c
lxdm-0.5.3/src/Makefile.in-808-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/lxdm_greeter_gtk-lang.Tpo $(DEPDIR)/lxdm_greeter_gtk-lang.Po
##############################################
lxdm-0.5.3/src/Makefile.in-810-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lxdm-0.5.3/src/Makefile.in:811:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lxdm_greeter_gtk_CFLAGS) $(CFLAGS) -c -o lxdm_greeter_gtk-lang.o `test -f 'lang.c' || echo '$(srcdir)/'`lang.c
lxdm-0.5.3/src/Makefile.in-812-
lxdm-0.5.3/src/Makefile.in-813-lxdm_greeter_gtk-lang.obj: lang.c
lxdm-0.5.3/src/Makefile.in:814:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lxdm_greeter_gtk_CFLAGS) $(CFLAGS) -MT lxdm_greeter_gtk-lang.obj -MD -MP -MF $(DEPDIR)/lxdm_greeter_gtk-lang.Tpo -c -o lxdm_greeter_gtk-lang.obj `if test -f 'lang.c'; then $(CYGPATH_W) 'lang.c'; else $(CYGPATH_W) '$(srcdir)/lang.c'; fi`
lxdm-0.5.3/src/Makefile.in-815-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/lxdm_greeter_gtk-lang.Tpo $(DEPDIR)/lxdm_greeter_gtk-lang.Po
##############################################
lxdm-0.5.3/src/Makefile.in-817-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lxdm-0.5.3/src/Makefile.in:818:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lxdm_greeter_gtk_CFLAGS) $(CFLAGS) -c -o lxdm_greeter_gtk-lang.obj `if test -f 'lang.c'; then $(CYGPATH_W) 'lang.c'; else $(CYGPATH_W) '$(srcdir)/lang.c'; fi`
lxdm-0.5.3/src/Makefile.in-819-
lxdm-0.5.3/src/Makefile.in-820-gdm/lxdm_greeter_gtk-gdm-languages.o: gdm/gdm-languages.c
lxdm-0.5.3/src/Makefile.in:821:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lxdm_greeter_gtk_CFLAGS) $(CFLAGS) -MT gdm/lxdm_greeter_gtk-gdm-languages.o -MD -MP -MF gdm/$(DEPDIR)/lxdm_greeter_gtk-gdm-languages.Tpo -c -o gdm/lxdm_greeter_gtk-gdm-languages.o `test -f 'gdm/gdm-languages.c' || echo '$(srcdir)/'`gdm/gdm-languages.c
lxdm-0.5.3/src/Makefile.in-822-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) gdm/$(DEPDIR)/lxdm_greeter_gtk-gdm-languages.Tpo gdm/$(DEPDIR)/lxdm_greeter_gtk-gdm-languages.Po
##############################################
lxdm-0.5.3/src/Makefile.in-824-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lxdm-0.5.3/src/Makefile.in:825:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lxdm_greeter_gtk_CFLAGS) $(CFLAGS) -c -o gdm/lxdm_greeter_gtk-gdm-languages.o `test -f 'gdm/gdm-languages.c' || echo '$(srcdir)/'`gdm/gdm-languages.c
lxdm-0.5.3/src/Makefile.in-826-
lxdm-0.5.3/src/Makefile.in-827-gdm/lxdm_greeter_gtk-gdm-languages.obj: gdm/gdm-languages.c
lxdm-0.5.3/src/Makefile.in:828:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lxdm_greeter_gtk_CFLAGS) $(CFLAGS) -MT gdm/lxdm_greeter_gtk-gdm-languages.obj -MD -MP -MF gdm/$(DEPDIR)/lxdm_greeter_gtk-gdm-languages.Tpo -c -o gdm/lxdm_greeter_gtk-gdm-languages.obj `if test -f 'gdm/gdm-languages.c'; then $(CYGPATH_W) 'gdm/gdm-languages.c'; else $(CYGPATH_W) '$(srcdir)/gdm/gdm-languages.c'; fi`
lxdm-0.5.3/src/Makefile.in-829-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) gdm/$(DEPDIR)/lxdm_greeter_gtk-gdm-languages.Tpo gdm/$(DEPDIR)/lxdm_greeter_gtk-gdm-languages.Po
##############################################
lxdm-0.5.3/src/Makefile.in-831-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lxdm-0.5.3/src/Makefile.in:832:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lxdm_greeter_gtk_CFLAGS) $(CFLAGS) -c -o gdm/lxdm_greeter_gtk-gdm-languages.obj `if test -f 'gdm/gdm-languages.c'; then $(CYGPATH_W) 'gdm/gdm-languages.c'; else $(CYGPATH_W) '$(srcdir)/gdm/gdm-languages.c'; fi`
lxdm-0.5.3/src/Makefile.in-833-
lxdm-0.5.3/src/Makefile.in-834-lxdm_greeter_gtk-lxcom.o: lxcom.c
lxdm-0.5.3/src/Makefile.in:835:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lxdm_greeter_gtk_CFLAGS) $(CFLAGS) -MT lxdm_greeter_gtk-lxcom.o -MD -MP -MF $(DEPDIR)/lxdm_greeter_gtk-lxcom.Tpo -c -o lxdm_greeter_gtk-lxcom.o `test -f 'lxcom.c' || echo '$(srcdir)/'`lxcom.c
lxdm-0.5.3/src/Makefile.in-836-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/lxdm_greeter_gtk-lxcom.Tpo $(DEPDIR)/lxdm_greeter_gtk-lxcom.Po
##############################################
lxdm-0.5.3/src/Makefile.in-838-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lxdm-0.5.3/src/Makefile.in:839:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lxdm_greeter_gtk_CFLAGS) $(CFLAGS) -c -o lxdm_greeter_gtk-lxcom.o `test -f 'lxcom.c' || echo '$(srcdir)/'`lxcom.c
lxdm-0.5.3/src/Makefile.in-840-
lxdm-0.5.3/src/Makefile.in-841-lxdm_greeter_gtk-lxcom.obj: lxcom.c
lxdm-0.5.3/src/Makefile.in:842:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lxdm_greeter_gtk_CFLAGS) $(CFLAGS) -MT lxdm_greeter_gtk-lxcom.obj -MD -MP -MF $(DEPDIR)/lxdm_greeter_gtk-lxcom.Tpo -c -o lxdm_greeter_gtk-lxcom.obj `if test -f 'lxcom.c'; then $(CYGPATH_W) 'lxcom.c'; else $(CYGPATH_W) '$(srcdir)/lxcom.c'; fi`
lxdm-0.5.3/src/Makefile.in-843-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/lxdm_greeter_gtk-lxcom.Tpo $(DEPDIR)/lxdm_greeter_gtk-lxcom.Po
##############################################
lxdm-0.5.3/src/Makefile.in-845-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lxdm-0.5.3/src/Makefile.in:846:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lxdm_greeter_gtk_CFLAGS) $(CFLAGS) -c -o lxdm_greeter_gtk-lxcom.obj `if test -f 'lxcom.c'; then $(CYGPATH_W) 'lxcom.c'; else $(CYGPATH_W) '$(srcdir)/lxcom.c'; fi`
lxdm-0.5.3/src/Makefile.in-847-
lxdm-0.5.3/src/Makefile.in-848-lxdm_greeter_gtk-greeter-utils.o: greeter-utils.c
lxdm-0.5.3/src/Makefile.in:849:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lxdm_greeter_gtk_CFLAGS) $(CFLAGS) -MT lxdm_greeter_gtk-greeter-utils.o -MD -MP -MF $(DEPDIR)/lxdm_greeter_gtk-greeter-utils.Tpo -c -o lxdm_greeter_gtk-greeter-utils.o `test -f 'greeter-utils.c' || echo '$(srcdir)/'`greeter-utils.c
lxdm-0.5.3/src/Makefile.in-850-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/lxdm_greeter_gtk-greeter-utils.Tpo $(DEPDIR)/lxdm_greeter_gtk-greeter-utils.Po
##############################################
lxdm-0.5.3/src/Makefile.in-852-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lxdm-0.5.3/src/Makefile.in:853:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lxdm_greeter_gtk_CFLAGS) $(CFLAGS) -c -o lxdm_greeter_gtk-greeter-utils.o `test -f 'greeter-utils.c' || echo '$(srcdir)/'`greeter-utils.c
lxdm-0.5.3/src/Makefile.in-854-
lxdm-0.5.3/src/Makefile.in-855-lxdm_greeter_gtk-greeter-utils.obj: greeter-utils.c
lxdm-0.5.3/src/Makefile.in:856:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lxdm_greeter_gtk_CFLAGS) $(CFLAGS) -MT lxdm_greeter_gtk-greeter-utils.obj -MD -MP -MF $(DEPDIR)/lxdm_greeter_gtk-greeter-utils.Tpo -c -o lxdm_greeter_gtk-greeter-utils.obj `if test -f 'greeter-utils.c'; then $(CYGPATH_W) 'greeter-utils.c'; else $(CYGPATH_W) '$(srcdir)/greeter-utils.c'; fi`
lxdm-0.5.3/src/Makefile.in-857-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/lxdm_greeter_gtk-greeter-utils.Tpo $(DEPDIR)/lxdm_greeter_gtk-greeter-utils.Po
##############################################
lxdm-0.5.3/src/Makefile.in-859-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lxdm-0.5.3/src/Makefile.in:860:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lxdm_greeter_gtk_CFLAGS) $(CFLAGS) -c -o lxdm_greeter_gtk-greeter-utils.obj `if test -f 'greeter-utils.c'; then $(CYGPATH_W) 'greeter-utils.c'; else $(CYGPATH_W) '$(srcdir)/greeter-utils.c'; fi`
lxdm-0.5.3/src/Makefile.in-861-
lxdm-0.5.3/src/Makefile.in-862-lxdm_numlock-numlock.o: numlock.c
lxdm-0.5.3/src/Makefile.in:863:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lxdm_numlock_CFLAGS) $(CFLAGS) -MT lxdm_numlock-numlock.o -MD -MP -MF $(DEPDIR)/lxdm_numlock-numlock.Tpo -c -o lxdm_numlock-numlock.o `test -f 'numlock.c' || echo '$(srcdir)/'`numlock.c
lxdm-0.5.3/src/Makefile.in-864-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/lxdm_numlock-numlock.Tpo $(DEPDIR)/lxdm_numlock-numlock.Po
##############################################
lxdm-0.5.3/src/Makefile.in-866-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lxdm-0.5.3/src/Makefile.in:867:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lxdm_numlock_CFLAGS) $(CFLAGS) -c -o lxdm_numlock-numlock.o `test -f 'numlock.c' || echo '$(srcdir)/'`numlock.c
lxdm-0.5.3/src/Makefile.in-868-
lxdm-0.5.3/src/Makefile.in-869-lxdm_numlock-numlock.obj: numlock.c
lxdm-0.5.3/src/Makefile.in:870:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lxdm_numlock_CFLAGS) $(CFLAGS) -MT lxdm_numlock-numlock.obj -MD -MP -MF $(DEPDIR)/lxdm_numlock-numlock.Tpo -c -o lxdm_numlock-numlock.obj `if test -f 'numlock.c'; then $(CYGPATH_W) 'numlock.c'; else $(CYGPATH_W) '$(srcdir)/numlock.c'; fi`
lxdm-0.5.3/src/Makefile.in-871-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/lxdm_numlock-numlock.Tpo $(DEPDIR)/lxdm_numlock-numlock.Po
##############################################
lxdm-0.5.3/src/Makefile.in-873-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lxdm-0.5.3/src/Makefile.in:874:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lxdm_numlock_CFLAGS) $(CFLAGS) -c -o lxdm_numlock-numlock.obj `if test -f 'numlock.c'; then $(CYGPATH_W) 'numlock.c'; else $(CYGPATH_W) '$(srcdir)/numlock.c'; fi`
lxdm-0.5.3/src/Makefile.in-875-
lxdm-0.5.3/src/Makefile.in-876-lxdm_session-pam.o: pam.c
lxdm-0.5.3/src/Makefile.in:877:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lxdm_session_CFLAGS) $(CFLAGS) -MT lxdm_session-pam.o -MD -MP -MF $(DEPDIR)/lxdm_session-pam.Tpo -c -o lxdm_session-pam.o `test -f 'pam.c' || echo '$(srcdir)/'`pam.c
lxdm-0.5.3/src/Makefile.in-878-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/lxdm_session-pam.Tpo $(DEPDIR)/lxdm_session-pam.Po
##############################################
lxdm-0.5.3/src/Makefile.in-880-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lxdm-0.5.3/src/Makefile.in:881:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lxdm_session_CFLAGS) $(CFLAGS) -c -o lxdm_session-pam.o `test -f 'pam.c' || echo '$(srcdir)/'`pam.c
lxdm-0.5.3/src/Makefile.in-882-
lxdm-0.5.3/src/Makefile.in-883-lxdm_session-pam.obj: pam.c
lxdm-0.5.3/src/Makefile.in:884:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lxdm_session_CFLAGS) $(CFLAGS) -MT lxdm_session-pam.obj -MD -MP -MF $(DEPDIR)/lxdm_session-pam.Tpo -c -o lxdm_session-pam.obj `if test -f 'pam.c'; then $(CYGPATH_W) 'pam.c'; else $(CYGPATH_W) '$(srcdir)/pam.c'; fi`
lxdm-0.5.3/src/Makefile.in-885-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/lxdm_session-pam.Tpo $(DEPDIR)/lxdm_session-pam.Po
##############################################
lxdm-0.5.3/src/Makefile.in-887-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lxdm-0.5.3/src/Makefile.in:888:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lxdm_session_CFLAGS) $(CFLAGS) -c -o lxdm_session-pam.obj `if test -f 'pam.c'; then $(CYGPATH_W) 'pam.c'; else $(CYGPATH_W) '$(srcdir)/pam.c'; fi`
lxdm-0.5.3/src/Makefile.in-889-
##############################################
lxdm-0.5.3/src/Makefile.in-919-GTAGS:
lxdm-0.5.3/src/Makefile.in:920:	here=`$(am__cd) $(top_builddir) && pwd` \
lxdm-0.5.3/src/Makefile.in-921-	  && $(am__cd) $(top_srcdir) \
##############################################
lxdm-0.5.3/src/Makefile.in-942-distdir: $(DISTFILES)
lxdm-0.5.3/src/Makefile.in:943:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
lxdm-0.5.3/src/Makefile.in:944:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
lxdm-0.5.3/src/Makefile.in-945-	list='$(DISTFILES)'; \
##############################################
lxdm-0.5.3/src/Makefile.in-956-	  if test -d $$d/$$file; then \
lxdm-0.5.3/src/Makefile.in:957:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
lxdm-0.5.3/src/Makefile.in-958-	    if test -d "$(distdir)/$$file"; then \
##############################################
lxdm-0.5.3/systemd/Makefile.in-50-  { \
lxdm-0.5.3/systemd/Makefile.in:51:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
lxdm-0.5.3/systemd/Makefile.in-52-  }; \
##############################################
lxdm-0.5.3/systemd/Makefile.in-117-  esac
lxdm-0.5.3/systemd/Makefile.in:118:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
lxdm-0.5.3/systemd/Makefile.in-119-am__vpath_adj = case $$p in \
lxdm-0.5.3/systemd/Makefile.in:120:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
lxdm-0.5.3/systemd/Makefile.in-121-    *) f=$$p;; \
lxdm-0.5.3/systemd/Makefile.in-122-  esac;
lxdm-0.5.3/systemd/Makefile.in:123:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
lxdm-0.5.3/systemd/Makefile.in-124-am__install_max = 40
lxdm-0.5.3/systemd/Makefile.in-125-am__nobase_strip_setup = \
lxdm-0.5.3/systemd/Makefile.in:126:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
lxdm-0.5.3/systemd/Makefile.in-127-am__nobase_strip = \
##############################################
lxdm-0.5.3/systemd/Makefile.in-332-	@list='$(lxdm_systemd_DATA)'; test -n "$(lxdm_systemddir)" || list=; \
lxdm-0.5.3/systemd/Makefile.in:333:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
lxdm-0.5.3/systemd/Makefile.in-334-	dir='$(DESTDIR)$(lxdm_systemddir)'; $(am__uninstall_files_from_dir)
##############################################
lxdm-0.5.3/systemd/Makefile.in-342-distdir: $(DISTFILES)
lxdm-0.5.3/systemd/Makefile.in:343:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
lxdm-0.5.3/systemd/Makefile.in:344:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
lxdm-0.5.3/systemd/Makefile.in-345-	list='$(DISTFILES)'; \
##############################################
lxdm-0.5.3/systemd/Makefile.in-356-	  if test -d $$d/$$file; then \
lxdm-0.5.3/systemd/Makefile.in:357:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
lxdm-0.5.3/systemd/Makefile.in-358-	    if test -d "$(distdir)/$$file"; then \
##############################################
lxdm-0.5.3/configure-45-if test -z "$BASH_VERSION$ZSH_VERSION" \
lxdm-0.5.3/configure:46:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
lxdm-0.5.3/configure-47-  as_echo='print -r --'
lxdm-0.5.3/configure-48-  as_echo_n='print -rn --'
lxdm-0.5.3/configure:49:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
lxdm-0.5.3/configure-50-  as_echo='printf %s\n'
##############################################
lxdm-0.5.3/configure-52-else
lxdm-0.5.3/configure:53:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
lxdm-0.5.3/configure-54-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
lxdm-0.5.3/configure-62-	expr "X$arg" : "X\\(.*\\)$as_nl";
lxdm-0.5.3/configure:63:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
lxdm-0.5.3/configure-64-      esac;
##############################################
lxdm-0.5.3/configure-199-  eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
lxdm-0.5.3/configure:200:  test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
lxdm-0.5.3/configure-201-test \$(( 1 + 1 )) = 2 || exit 1"
##############################################
lxdm-0.5.3/configure-327-      case $as_dir in #(
lxdm-0.5.3/configure:328:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
lxdm-0.5.3/configure-329-      *) as_qdir=$as_dir;;
##############################################
lxdm-0.5.3/configure-400-  {
lxdm-0.5.3/configure:401:    as_val=`expr "$@" || test $? -eq 1`
lxdm-0.5.3/configure-402-  }
##############################################
lxdm-0.5.3/configure-407-# ----------------------------------------
lxdm-0.5.3/configure:408:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
lxdm-0.5.3/configure-409-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
lxdm-0.5.3/configure-470-  eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
lxdm-0.5.3/configure:471:  test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
lxdm-0.5.3/configure-472-  # Blame Lee E. McMahon (1931-1989) for sed's syntax.  :-)
##############################################
lxdm-0.5.3/configure-874-  case $ac_option in
lxdm-0.5.3/configure:875:  *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
lxdm-0.5.3/configure-876-  *=)   ac_optarg= ;;
##############################################
lxdm-0.5.3/configure-918-  -disable-* | --disable-*)
lxdm-0.5.3/configure:919:    ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
lxdm-0.5.3/configure-920-    # Reject names that are not valid shell variable names.
##############################################
lxdm-0.5.3/configure-923-    ac_useropt_orig=$ac_useropt
lxdm-0.5.3/configure:924:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
lxdm-0.5.3/configure-925-    case $ac_user_opts in
##############################################
lxdm-0.5.3/configure-944-  -enable-* | --enable-*)
lxdm-0.5.3/configure:945:    ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
lxdm-0.5.3/configure-946-    # Reject names that are not valid shell variable names.
##############################################
lxdm-0.5.3/configure-949-    ac_useropt_orig=$ac_useropt
lxdm-0.5.3/configure:950:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
lxdm-0.5.3/configure-951-    case $ac_user_opts in
##############################################
lxdm-0.5.3/configure-1148-  -with-* | --with-*)
lxdm-0.5.3/configure:1149:    ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
lxdm-0.5.3/configure-1150-    # Reject names that are not valid shell variable names.
##############################################
lxdm-0.5.3/configure-1153-    ac_useropt_orig=$ac_useropt
lxdm-0.5.3/configure:1154:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
lxdm-0.5.3/configure-1155-    case $ac_user_opts in
##############################################
lxdm-0.5.3/configure-1164-  -without-* | --without-*)
lxdm-0.5.3/configure:1165:    ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
lxdm-0.5.3/configure-1166-    # Reject names that are not valid shell variable names.
##############################################
lxdm-0.5.3/configure-1169-    ac_useropt_orig=$ac_useropt
lxdm-0.5.3/configure:1170:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
lxdm-0.5.3/configure-1171-    case $ac_user_opts in
##############################################
lxdm-0.5.3/configure-1202-  *=*)
lxdm-0.5.3/configure:1203:    ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
lxdm-0.5.3/configure-1204-    # Reject names that are not valid shell variable names.
##############################################
lxdm-0.5.3/configure-1223-if test -n "$ac_prev"; then
lxdm-0.5.3/configure:1224:  ac_option=--`echo $ac_prev | sed 's/_/-/g'`
lxdm-0.5.3/configure-1225-  as_fn_error $? "missing argument to $ac_option"
##############################################
lxdm-0.5.3/configure-1245-    */ )
lxdm-0.5.3/configure:1246:      ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
lxdm-0.5.3/configure-1247-      eval $ac_var=\$ac_val;;
##############################################
lxdm-0.5.3/configure-1280-ac_ls_di=`ls -di .` &&
lxdm-0.5.3/configure:1281:ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
lxdm-0.5.3/configure-1282-  as_fn_error $? "working directory cannot be determined"
##############################################
lxdm-0.5.3/configure-1336-case $srcdir in
lxdm-0.5.3/configure:1337:*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
lxdm-0.5.3/configure-1338-esac
##############################################
lxdm-0.5.3/configure-1379-By default, \`make install' will install all the files in
lxdm-0.5.3/configure:1380:\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
lxdm-0.5.3/configure:1381:an installation prefix other than \`$ac_default_prefix' using \`--prefix',
lxdm-0.5.3/configure-1382-for instance \`--prefix=\$HOME'.
##############################################
lxdm-0.5.3/configure-1503-*)
lxdm-0.5.3/configure:1504:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
lxdm-0.5.3/configure-1505-  # A ".." for each directory in $ac_dir_suffix.
lxdm-0.5.3/configure:1506:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
lxdm-0.5.3/configure-1507-  case $ac_top_builddir_sub in
##############################################
lxdm-0.5.3/configure-2045-    *\'*)
lxdm-0.5.3/configure:2046:      ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
lxdm-0.5.3/configure-2047-    esac
##############################################
lxdm-0.5.3/configure-2128-      case $ac_val in
lxdm-0.5.3/configure:2129:      *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
lxdm-0.5.3/configure-2130-      esac
##############################################
lxdm-0.5.3/configure-2143-	case $ac_val in
lxdm-0.5.3/configure:2144:	*\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
lxdm-0.5.3/configure-2145-	esac
##############################################
lxdm-0.5.3/configure-2263-    set,)
lxdm-0.5.3/configure:2264:      { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
lxdm-0.5.3/configure:2265:$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
lxdm-0.5.3/configure-2266-      ac_cache_corrupted=: ;;
##############################################
lxdm-0.5.3/configure-2274-	# differences in whitespace do not lead to failure.
lxdm-0.5.3/configure:2275:	ac_old_val_w=`echo x $ac_old_val`
lxdm-0.5.3/configure:2276:	ac_new_val_w=`echo x $ac_new_val`
lxdm-0.5.3/configure-2277-	if test "$ac_old_val_w" != "$ac_new_val_w"; then
##############################################
lxdm-0.5.3/configure-2294-    case $ac_new_val in
lxdm-0.5.3/configure:2295:    *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
lxdm-0.5.3/configure-2296-    *) ac_arg=$ac_var=$ac_new_val ;;
##############################################
lxdm-0.5.3/configure-2469-     echo "timestamp, slept: $am_has_slept" > conftest.file
lxdm-0.5.3/configure:2470:     set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
lxdm-0.5.3/configure-2471-     if test "$*" = "X"; then
lxdm-0.5.3/configure-2472-	# -L didn't work.
lxdm-0.5.3/configure:2473:	set X `ls -t "$srcdir/configure" conftest.file`
lxdm-0.5.3/configure-2474-     fi
##############################################
lxdm-0.5.3/configure-2520-ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
lxdm-0.5.3/configure:2521:program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
lxdm-0.5.3/configure-2522-
lxdm-0.5.3/configure-2523-# Expand $ac_aux_dir to an absolute path.
lxdm-0.5.3/configure:2524:am_aux_dir=`cd "$ac_aux_dir" && pwd`
lxdm-0.5.3/configure-2525-
##############################################
lxdm-0.5.3/configure-2665-	   as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext" || continue
lxdm-0.5.3/configure:2666:	   case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
lxdm-0.5.3/configure-2667-	     'mkdir (GNU coreutils) '* | \
##############################################
lxdm-0.5.3/configure-2738-set x ${MAKE-make}
lxdm-0.5.3/configure:2739:ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
lxdm-0.5.3/configure-2740-if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then :
##############################################
lxdm-0.5.3/configure-2748-# GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
lxdm-0.5.3/configure:2749:case `${MAKE-make} -f conftest.make 2>/dev/null` in
lxdm-0.5.3/configure-2750-  *@@@%%%=?*=@@@%%%*)
##############################################
lxdm-0.5.3/configure-2814-
lxdm-0.5.3/configure:2815:if test "`cd $srcdir && pwd`" != "`pwd`"; then
lxdm-0.5.3/configure-2816-  # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
##############################################
lxdm-0.5.3/configure-3281-$as_echo_n "checking whether the C compiler works... " >&6; }
lxdm-0.5.3/configure:3282:ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
lxdm-0.5.3/configure-3283-
##############################################
lxdm-0.5.3/configure-3325-	then :; else
lxdm-0.5.3/configure:3326:	   ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
lxdm-0.5.3/configure-3327-	fi
##############################################
lxdm-0.5.3/configure-3385-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
lxdm-0.5.3/configure:3386:    *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
lxdm-0.5.3/configure-3387-	  break;;
##############################################
lxdm-0.5.3/configure-3494-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
lxdm-0.5.3/configure:3495:    *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
lxdm-0.5.3/configure-3496-       break;;
##############################################
lxdm-0.5.3/configure-3802-# Ignore all kinds of additional output from 'make'.
lxdm-0.5.3/configure:3803:case `$am_make -s -f confmf 2> /dev/null` in #(
lxdm-0.5.3/configure-3804-*the\ am__doit\ target*)
##############################################
lxdm-0.5.3/configure-3812-   echo '.include "confinc"' > confmf
lxdm-0.5.3/configure:3813:   case `$am_make -s -f confmf 2> /dev/null` in #(
lxdm-0.5.3/configure-3814-   *the\ am__doit\ target*)
##############################################
lxdm-0.5.3/configure-3875-  if test "$am_compiler_list" = ""; then
lxdm-0.5.3/configure:3876:     am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
lxdm-0.5.3/configure-3877-  fi
##############################################
lxdm-0.5.3/configure-4287-    for ac_var in incroot usrlibdir libdir; do
lxdm-0.5.3/configure:4288:      eval "ac_im_$ac_var=\`\${MAKE-make} $ac_var 2>/dev/null | sed -n 's/^$ac_var=//p'\`"
lxdm-0.5.3/configure-4289-    done
##############################################
lxdm-0.5.3/configure-4397-  LIBS=$ac_save_LIBS
lxdm-0.5.3/configure:4398:for ac_dir in `$as_echo "$ac_x_includes $ac_x_header_dirs" | sed s/include/lib/g`
lxdm-0.5.3/configure-4399-do
##############################################
lxdm-0.5.3/configure-4464-  # Check for GNU $ac_path_GREP
lxdm-0.5.3/configure:4465:case `"$ac_path_GREP" --version 2>&1` in
lxdm-0.5.3/configure-4466-*GNU*)
##############################################
lxdm-0.5.3/configure-4530-  # Check for GNU $ac_path_EGREP
lxdm-0.5.3/configure:4531:case `"$ac_path_EGREP" --version 2>&1` in
lxdm-0.5.3/configure-4532-*GNU*)
##############################################
lxdm-0.5.3/configure-4691-do :
lxdm-0.5.3/configure:4692:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
lxdm-0.5.3/configure-4693-ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
##############################################
lxdm-0.5.3/configure-4696-  cat >>confdefs.h <<_ACEOF
lxdm-0.5.3/configure:4697:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
lxdm-0.5.3/configure-4698-_ACEOF
##############################################
lxdm-0.5.3/configure-4706-do :
lxdm-0.5.3/configure:4707:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
lxdm-0.5.3/configure-4708-ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
##############################################
lxdm-0.5.3/configure-4710-  cat >>confdefs.h <<_ACEOF
lxdm-0.5.3/configure:4711:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
lxdm-0.5.3/configure-4712-_ACEOF
##############################################
lxdm-0.5.3/configure-4746-do :
lxdm-0.5.3/configure:4747:  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
lxdm-0.5.3/configure-4748-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
##############################################
lxdm-0.5.3/configure-4750-  cat >>confdefs.h <<_ACEOF
lxdm-0.5.3/configure:4751:#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
lxdm-0.5.3/configure-4752-_ACEOF
##############################################
lxdm-0.5.3/configure-4947-do :
lxdm-0.5.3/configure:4948:  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
lxdm-0.5.3/configure-4949-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
##############################################
lxdm-0.5.3/configure-4951-  cat >>confdefs.h <<_ACEOF
lxdm-0.5.3/configure:4952:#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
lxdm-0.5.3/configure-4953-_ACEOF
##############################################
lxdm-0.5.3/configure-4971-cat >>confdefs.h <<_ACEOF
lxdm-0.5.3/configure:4972:#define ISO_CODES_PREFIX "`$PKG_CONFIG --variable=prefix iso-codes`"
lxdm-0.5.3/configure-4973-_ACEOF
##############################################
lxdm-0.5.3/configure-5000-
lxdm-0.5.3/configure:5001:INTLTOOL_REQUIRED_VERSION_AS_INT=`echo 0.40.0 | awk -F. '{ print $ 1 * 1000 + $ 2 * 100 + $ 3; }'`
lxdm-0.5.3/configure-5002-INTLTOOL_APPLIED_VERSION=`intltool-update --version | head -1 | cut -d" " -f3`
lxdm-0.5.3/configure:5003:INTLTOOL_APPLIED_VERSION_AS_INT=`echo $INTLTOOL_APPLIED_VERSION | awk -F. '{ print $ 1 * 1000 + $ 2 * 100 + $ 3; }'`
lxdm-0.5.3/configure-5004-if test -n "0.40.0"; then
##############################################
lxdm-0.5.3/configure-5440-fi
lxdm-0.5.3/configure:5441:xgversion="`$XGETTEXT --version|grep '(GNU ' 2> /dev/null`"
lxdm-0.5.3/configure:5442:mmversion="`$MSGMERGE --version|grep '(GNU ' 2> /dev/null`"
lxdm-0.5.3/configure:5443:mfversion="`$MSGFMT --version|grep '(GNU ' 2> /dev/null`"
lxdm-0.5.3/configure-5444-if test -z "$xgversion" -o -z "$mmversion" -o -z "$mfversion"; then
##############################################
lxdm-0.5.3/configure-5496-else
lxdm-0.5.3/configure:5497:   IT_PERL_VERSION=`$INTLTOOL_PERL -e "printf '%vd', $^V"`
lxdm-0.5.3/configure-5498-   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $IT_PERL_VERSION" >&5
##############################################
lxdm-0.5.3/configure-5503-$as_echo_n "checking for XML::Parser... " >&6; }
lxdm-0.5.3/configure:5504:   if `$INTLTOOL_PERL -e "require XML::Parser" 2>/dev/null`; then
lxdm-0.5.3/configure-5505-       { $as_echo "$as_me:${as_lineno-$LINENO}: result: ok" >&5
##############################################
lxdm-0.5.3/configure-5652-  test $ac_status = 0; }; then
lxdm-0.5.3/configure:5653:  pkg_cv_XLIB_CFLAGS=`$PKG_CONFIG --cflags "x11" 2>/dev/null`
lxdm-0.5.3/configure-5654-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
lxdm-0.5.3/configure-5669-  test $ac_status = 0; }; then
lxdm-0.5.3/configure:5670:  pkg_cv_XLIB_LIBS=`$PKG_CONFIG --libs "x11" 2>/dev/null`
lxdm-0.5.3/configure-5671-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
lxdm-0.5.3/configure-5690-        if test $_pkg_short_errors_supported = yes; then
lxdm-0.5.3/configure:5691:	        XLIB_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "x11" 2>&1`
lxdm-0.5.3/configure-5692-        else
lxdm-0.5.3/configure:5693:	        XLIB_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "x11" 2>&1`
lxdm-0.5.3/configure-5694-        fi
##############################################
lxdm-0.5.3/configure-5746-  test $ac_status = 0; }; then
lxdm-0.5.3/configure:5747:  pkg_cv_GLIB_CFLAGS=`$PKG_CONFIG --cflags "glib-2.0" 2>/dev/null`
lxdm-0.5.3/configure-5748-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
lxdm-0.5.3/configure-5763-  test $ac_status = 0; }; then
lxdm-0.5.3/configure:5764:  pkg_cv_GLIB_LIBS=`$PKG_CONFIG --libs "glib-2.0" 2>/dev/null`
lxdm-0.5.3/configure-5765-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
lxdm-0.5.3/configure-5784-        if test $_pkg_short_errors_supported = yes; then
lxdm-0.5.3/configure:5785:	        GLIB_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "glib-2.0" 2>&1`
lxdm-0.5.3/configure-5786-        else
lxdm-0.5.3/configure:5787:	        GLIB_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "glib-2.0" 2>&1`
lxdm-0.5.3/configure-5788-        fi
##############################################
lxdm-0.5.3/configure-5855-  test $ac_status = 0; }; then
lxdm-0.5.3/configure:5856:  pkg_cv_GDK_CFLAGS=`$PKG_CONFIG --cflags "$pkg_modules" 2>/dev/null`
lxdm-0.5.3/configure-5857-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
lxdm-0.5.3/configure-5872-  test $ac_status = 0; }; then
lxdm-0.5.3/configure:5873:  pkg_cv_GDK_LIBS=`$PKG_CONFIG --libs "$pkg_modules" 2>/dev/null`
lxdm-0.5.3/configure-5874-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
lxdm-0.5.3/configure-5893-        if test $_pkg_short_errors_supported = yes; then
lxdm-0.5.3/configure:5894:	        GDK_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "$pkg_modules" 2>&1`
lxdm-0.5.3/configure-5895-        else
lxdm-0.5.3/configure:5896:	        GDK_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "$pkg_modules" 2>&1`
lxdm-0.5.3/configure-5897-        fi
##############################################
lxdm-0.5.3/configure-5955-  test $ac_status = 0; }; then
lxdm-0.5.3/configure:5956:  pkg_cv_GTK_CFLAGS=`$PKG_CONFIG --cflags "$pkg_modules" 2>/dev/null`
lxdm-0.5.3/configure-5957-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
lxdm-0.5.3/configure-5972-  test $ac_status = 0; }; then
lxdm-0.5.3/configure:5973:  pkg_cv_GTK_LIBS=`$PKG_CONFIG --libs "$pkg_modules" 2>/dev/null`
lxdm-0.5.3/configure-5974-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
lxdm-0.5.3/configure-5993-        if test $_pkg_short_errors_supported = yes; then
lxdm-0.5.3/configure:5994:	        GTK_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "$pkg_modules" 2>&1`
lxdm-0.5.3/configure-5995-        else
lxdm-0.5.3/configure:5996:	        GTK_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "$pkg_modules" 2>&1`
lxdm-0.5.3/configure-5997-        fi
##############################################
lxdm-0.5.3/configure-6060-  test $ac_status = 0; }; then
lxdm-0.5.3/configure:6061:  pkg_cv_CONSOLEKIT_CFLAGS=`$PKG_CONFIG --cflags ""ck-connector"" 2>/dev/null`
lxdm-0.5.3/configure-6062-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
lxdm-0.5.3/configure-6077-  test $ac_status = 0; }; then
lxdm-0.5.3/configure:6078:  pkg_cv_CONSOLEKIT_LIBS=`$PKG_CONFIG --libs ""ck-connector"" 2>/dev/null`
lxdm-0.5.3/configure-6079-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
lxdm-0.5.3/configure-6098-        if test $_pkg_short_errors_supported = yes; then
lxdm-0.5.3/configure:6099:	        CONSOLEKIT_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs ""ck-connector"" 2>&1`
lxdm-0.5.3/configure-6100-        else
lxdm-0.5.3/configure:6101:	        CONSOLEKIT_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs ""ck-connector"" 2>&1`
lxdm-0.5.3/configure-6102-        fi
##############################################
lxdm-0.5.3/configure-6228-  test $ac_status = 0; }; then
lxdm-0.5.3/configure:6229:  pkg_cv_XCONN_CFLAGS=`$PKG_CONFIG --cflags ""x11"" 2>/dev/null`
lxdm-0.5.3/configure-6230-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
lxdm-0.5.3/configure-6245-  test $ac_status = 0; }; then
lxdm-0.5.3/configure:6246:  pkg_cv_XCONN_LIBS=`$PKG_CONFIG --libs ""x11"" 2>/dev/null`
lxdm-0.5.3/configure-6247-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
lxdm-0.5.3/configure-6266-        if test $_pkg_short_errors_supported = yes; then
lxdm-0.5.3/configure:6267:	        XCONN_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs ""x11"" 2>&1`
lxdm-0.5.3/configure-6268-        else
lxdm-0.5.3/configure:6269:	        XCONN_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs ""x11"" 2>&1`
lxdm-0.5.3/configure-6270-        fi
##############################################
lxdm-0.5.3/configure-6324-  test $ac_status = 0; }; then
lxdm-0.5.3/configure:6325:  pkg_cv_XCONN_CFLAGS=`$PKG_CONFIG --cflags ""xcb"" 2>/dev/null`
lxdm-0.5.3/configure-6326-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
lxdm-0.5.3/configure-6341-  test $ac_status = 0; }; then
lxdm-0.5.3/configure:6342:  pkg_cv_XCONN_LIBS=`$PKG_CONFIG --libs ""xcb"" 2>/dev/null`
lxdm-0.5.3/configure-6343-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
lxdm-0.5.3/configure-6362-        if test $_pkg_short_errors_supported = yes; then
lxdm-0.5.3/configure:6363:	        XCONN_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs ""xcb"" 2>&1`
lxdm-0.5.3/configure-6364-        else
lxdm-0.5.3/configure:6365:	        XCONN_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs ""xcb"" 2>&1`
lxdm-0.5.3/configure-6366-        fi
##############################################
lxdm-0.5.3/configure-6420-  test $ac_status = 0; }; then
lxdm-0.5.3/configure:6421:  pkg_cv_XCONN_CFLAGS=`$PKG_CONFIG --cflags ""xcb"" 2>/dev/null`
lxdm-0.5.3/configure-6422-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
lxdm-0.5.3/configure-6437-  test $ac_status = 0; }; then
lxdm-0.5.3/configure:6438:  pkg_cv_XCONN_LIBS=`$PKG_CONFIG --libs ""xcb"" 2>/dev/null`
lxdm-0.5.3/configure-6439-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
lxdm-0.5.3/configure-6458-        if test $_pkg_short_errors_supported = yes; then
lxdm-0.5.3/configure:6459:	        XCONN_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs ""xcb"" 2>&1`
lxdm-0.5.3/configure-6460-        else
lxdm-0.5.3/configure:6461:	        XCONN_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs ""xcb"" 2>&1`
lxdm-0.5.3/configure-6462-        fi
##############################################
lxdm-0.5.3/configure-6548-		while true; do
lxdm-0.5.3/configure:6549:	new_full_var="`eval echo $full_var`"
lxdm-0.5.3/configure-6550-	if test "x$new_full_var" = "x$full_var"; then break; fi
##############################################
lxdm-0.5.3/configure-6661-  ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
lxdm-0.5.3/configure:6662:  ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
lxdm-0.5.3/configure-6663-  # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
##############################################
lxdm-0.5.3/configure-6764-if test -z "$BASH_VERSION$ZSH_VERSION" \
lxdm-0.5.3/configure:6765:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
lxdm-0.5.3/configure-6766-  as_echo='print -r --'
lxdm-0.5.3/configure-6767-  as_echo_n='print -rn --'
lxdm-0.5.3/configure:6768:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
lxdm-0.5.3/configure-6769-  as_echo='printf %s\n'
##############################################
lxdm-0.5.3/configure-6771-else
lxdm-0.5.3/configure:6772:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
lxdm-0.5.3/configure-6773-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
lxdm-0.5.3/configure-6781-	expr "X$arg" : "X\\(.*\\)$as_nl";
lxdm-0.5.3/configure:6782:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
lxdm-0.5.3/configure-6783-      esac;
##############################################
lxdm-0.5.3/configure-6858-# ----------------------------------------
lxdm-0.5.3/configure:6859:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
lxdm-0.5.3/configure-6860-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
lxdm-0.5.3/configure-6930-  {
lxdm-0.5.3/configure:6931:    as_val=`expr "$@" || test $? -eq 1`
lxdm-0.5.3/configure-6932-  }
##############################################
lxdm-0.5.3/configure-7034-      case $as_dir in #(
lxdm-0.5.3/configure:7035:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
lxdm-0.5.3/configure-7036-      *) as_qdir=$as_dir;;
##############################################
lxdm-0.5.3/configure-7169-cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
lxdm-0.5.3/configure:7170:ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
lxdm-0.5.3/configure-7171-ac_cs_version="\\
##############################################
lxdm-0.5.3/configure-7194-  --*=?*)
lxdm-0.5.3/configure:7195:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
lxdm-0.5.3/configure:7196:    ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
lxdm-0.5.3/configure-7197-    ac_shift=:
##############################################
lxdm-0.5.3/configure-7199-  --*=)
lxdm-0.5.3/configure:7200:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
lxdm-0.5.3/configure-7201-    ac_optarg=
##############################################
lxdm-0.5.3/configure-7223-    case $ac_optarg in
lxdm-0.5.3/configure:7224:    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
lxdm-0.5.3/configure-7225-    '') as_fn_error $? "missing file argument" ;;
##############################################
lxdm-0.5.3/configure-7231-    case $ac_optarg in
lxdm-0.5.3/configure:7232:    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
lxdm-0.5.3/configure-7233-    esac
##############################################
lxdm-0.5.3/configure-7374-fi
lxdm-0.5.3/configure:7375:ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
lxdm-0.5.3/configure-7376-if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
##############################################
lxdm-0.5.3/configure-7391-  as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
lxdm-0.5.3/configure:7392:ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
lxdm-0.5.3/configure-7393-ac_delim='%!_!# '
##############################################
lxdm-0.5.3/configure-7397-
lxdm-0.5.3/configure:7398:  ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
lxdm-0.5.3/configure-7399-  if test $ac_delim_n = $ac_delim_num; then
##############################################
lxdm-0.5.3/configure-7535-for ac_last_try in false false :; do
lxdm-0.5.3/configure:7536:  ac_tt=`sed -n "/$ac_delim/p" confdefs.h`
lxdm-0.5.3/configure-7537-  if test -z "$ac_tt"; then
##############################################
lxdm-0.5.3/configure-7667-      esac
lxdm-0.5.3/configure:7668:      case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
lxdm-0.5.3/configure-7669-      as_fn_append ac_file_inputs " '$ac_f'"
##############################################
lxdm-0.5.3/configure-7726-*)
lxdm-0.5.3/configure:7727:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
lxdm-0.5.3/configure-7728-  # A ".." for each directory in $ac_dir_suffix.
lxdm-0.5.3/configure:7729:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
lxdm-0.5.3/configure-7730-  case $ac_top_builddir_sub in
##############################################
lxdm-0.5.3/configure-7787-/@mandir@/p'
lxdm-0.5.3/configure:7788:case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
lxdm-0.5.3/configure-7789-*datarootdir*) ac_datarootdir_seen=yes;;
##############################################
lxdm-0.5.3/configure-7804-
lxdm-0.5.3/configure:7805:# Neutralize VPATH when `$srcdir' = `.'.
lxdm-0.5.3/configure-7806-# Shell code in configure.ac might set extrasub.
##############################################
lxdm-0.5.3/configure-7832-test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
lxdm-0.5.3/configure:7833:  { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
lxdm-0.5.3/configure-7834-  { ac_out=`sed -n '/^[	 ]*datarootdir[	 ]*:*=/p' \
##############################################
lxdm-0.5.3/configure-7878-    * )
lxdm-0.5.3/configure:7879:      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
lxdm-0.5.3/configure-7880-  esac
##############################################
lxdm-0.5.3/configure-7925-    # Strip MF so we end up with the name of the file.
lxdm-0.5.3/configure:7926:    mf=`echo "$mf" | sed -e 's/:.*$//'`
lxdm-0.5.3/configure-7927-    # Check whether this is an Automake generated Makefile or not.
##############################################
lxdm-0.5.3/configure-7962-    # from the Makefile without running 'make'.
lxdm-0.5.3/configure:7963:    DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
lxdm-0.5.3/configure-7964-    test -z "$DEPDIR" && continue
lxdm-0.5.3/configure:7965:    am__include=`sed -n 's/^am__include = //p' < "$mf"`
lxdm-0.5.3/configure-7966-    test -z "$am__include" && continue
lxdm-0.5.3/configure:7967:    am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
lxdm-0.5.3/configure-7968-    # Find all dependency output files, they are included files with
##############################################
lxdm-0.5.3/missing-139-       # Could not run --version or --help.  This is probably someone
lxdm-0.5.3/missing:140:       # running `$TOOL --version' or `$TOOL --help' to check whether
lxdm-0.5.3/missing-141-       # $TOOL exists and not knowing $TOOL uses missing.
##############################################
lxdm-0.5.3/missing-173-         from any GNU archive site."
lxdm-0.5.3/missing:174:    files=`sed -n 's/^[ ]*A[CM]_CONFIG_HEADER(\([^)]*\)).*/\1/p' ${configure_ac}`
lxdm-0.5.3/missing-175-    test -z "$files" && files="config.h"
##############################################
lxdm-0.5.3/missing-202-         proper tools for further handling them.
lxdm-0.5.3/missing:203:         You can get \`$1' as part of \`Autoconf' from any GNU
lxdm-0.5.3/missing-204-         archive site."
lxdm-0.5.3/missing-205-
lxdm-0.5.3/missing:206:    file=`echo "$*" | sed -n "$sed_output"`
lxdm-0.5.3/missing:207:    test -z "$file" && file=`echo "$*" | sed -n "$sed_minuso"`
lxdm-0.5.3/missing-208-    if test -f "$file"; then
##############################################
lxdm-0.5.3/missing-231-	*.y)
lxdm-0.5.3/missing:232:	    SRCFILE=`echo "$LASTARG" | sed 's/y$/c/'`
lxdm-0.5.3/missing-233-	    if test -f "$SRCFILE"; then
##############################################
lxdm-0.5.3/missing-235-	    fi
lxdm-0.5.3/missing:236:	    SRCFILE=`echo "$LASTARG" | sed 's/y$/h/'`
lxdm-0.5.3/missing-237-	    if test -f "$SRCFILE"; then
##############################################
lxdm-0.5.3/missing-261-	*.l)
lxdm-0.5.3/missing:262:	    SRCFILE=`echo "$LASTARG" | sed 's/l$/c/'`
lxdm-0.5.3/missing-263-	    if test -f "$SRCFILE"; then
##############################################
lxdm-0.5.3/missing-280-
lxdm-0.5.3/missing:281:    file=`echo "$*" | sed -n "$sed_output"`
lxdm-0.5.3/missing:282:    test -z "$file" && file=`echo "$*" | sed -n "$sed_minuso"`
lxdm-0.5.3/missing-283-    if test -f "$file"; then
##############################################
lxdm-0.5.3/missing-300-    # The file to touch is that specified with -o ...
lxdm-0.5.3/missing:301:    file=`echo "$*" | sed -n "$sed_output"`
lxdm-0.5.3/missing:302:    test -z "$file" && file=`echo "$*" | sed -n "$sed_minuso"`
lxdm-0.5.3/missing-303-    if test -z "$file"; then
lxdm-0.5.3/missing-304-      # ... or it is the one specified with @setfilename ...
lxdm-0.5.3/missing:305:      infile=`echo "$*" | sed 's/.* \([^ ]*\) *$/\1/'`
lxdm-0.5.3/missing-306-      file=`sed -n '
##############################################
lxdm-0.5.3/missing-312-      # ... or it is derived from the source name (dir/f.texi becomes f.info)
lxdm-0.5.3/missing:313:      test -z "$file" && file=`echo "$infile" | sed 's,.*/,,;s,.[^.]*$,,'`.info
lxdm-0.5.3/missing-314-    fi
##############################################
lxdm-0.5.3/missing-336-	*o*)
lxdm-0.5.3/missing:337:	    firstarg=`echo "$firstarg" | sed s/o//`
lxdm-0.5.3/missing-338-	    tar "$firstarg" "$@" && exit 0
##############################################
lxdm-0.5.3/missing-342-	*h*)
lxdm-0.5.3/missing:343:	    firstarg=`echo "$firstarg" | sed s/h//`
lxdm-0.5.3/missing-344-	    tar "$firstarg" "$@" && exit 0
##############################################
lxdm-0.5.3/pam/Makefile.in-50-  { \
lxdm-0.5.3/pam/Makefile.in:51:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
lxdm-0.5.3/pam/Makefile.in-52-  }; \
##############################################
lxdm-0.5.3/pam/Makefile.in-117-  esac
lxdm-0.5.3/pam/Makefile.in:118:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
lxdm-0.5.3/pam/Makefile.in-119-am__vpath_adj = case $$p in \
lxdm-0.5.3/pam/Makefile.in:120:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
lxdm-0.5.3/pam/Makefile.in-121-    *) f=$$p;; \
lxdm-0.5.3/pam/Makefile.in-122-  esac;
lxdm-0.5.3/pam/Makefile.in:123:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
lxdm-0.5.3/pam/Makefile.in-124-am__install_max = 40
lxdm-0.5.3/pam/Makefile.in-125-am__nobase_strip_setup = \
lxdm-0.5.3/pam/Makefile.in:126:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
lxdm-0.5.3/pam/Makefile.in-127-am__nobase_strip = \
##############################################
lxdm-0.5.3/pam/Makefile.in-332-	@list='$(lxdm_pam_DATA)'; test -n "$(lxdm_pamdir)" || list=; \
lxdm-0.5.3/pam/Makefile.in:333:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
lxdm-0.5.3/pam/Makefile.in-334-	dir='$(DESTDIR)$(lxdm_pamdir)'; $(am__uninstall_files_from_dir)
##############################################
lxdm-0.5.3/pam/Makefile.in-342-distdir: $(DISTFILES)
lxdm-0.5.3/pam/Makefile.in:343:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
lxdm-0.5.3/pam/Makefile.in:344:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
lxdm-0.5.3/pam/Makefile.in-345-	list='$(DISTFILES)'; \
##############################################
lxdm-0.5.3/pam/Makefile.in-356-	  if test -d $$d/$$file; then \
lxdm-0.5.3/pam/Makefile.in:357:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
lxdm-0.5.3/pam/Makefile.in-358-	    if test -d "$(distdir)/$$file"; then \