===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
3depict-0.0.22/config.sub-52-
3depict-0.0.22/config.sub:53:me=`echo "$0" | sed -e 's,.*/,,'`
3depict-0.0.22/config.sub-54-
##############################################
3depict-0.0.22/config.sub-115-# Here we must recognize all the valid KERNEL-OS combinations.
3depict-0.0.22/config.sub:116:maybe_os=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\2/'`
3depict-0.0.22/config.sub-117-case $maybe_os in
##############################################
3depict-0.0.22/config.sub-123-    os=-$maybe_os
3depict-0.0.22/config.sub:124:    basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'`
3depict-0.0.22/config.sub-125-    ;;
##############################################
3depict-0.0.22/config.sub-127-    os=-linux-android
3depict-0.0.22/config.sub:128:    basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'`-unknown
3depict-0.0.22/config.sub-129-    ;;
3depict-0.0.22/config.sub-130-  *)
3depict-0.0.22/config.sub:131:    basic_machine=`echo $1 | sed 's/-[^-]*$//'`
3depict-0.0.22/config.sub-132-    if [ $basic_machine != $1 ]
3depict-0.0.22/config.sub:133:    then os=`echo $1 | sed 's/.*-/-/'`
3depict-0.0.22/config.sub-134-    else os=; fi
##############################################
3depict-0.0.22/config.sub-181-		os=-sco5v6
3depict-0.0.22/config.sub:182:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
3depict-0.0.22/config.sub-183-		;;
##############################################
3depict-0.0.22/config.sub-185-		os=-sco3.2v5
3depict-0.0.22/config.sub:186:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
3depict-0.0.22/config.sub-187-		;;
##############################################
3depict-0.0.22/config.sub-189-		os=-sco3.2v4
3depict-0.0.22/config.sub:190:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
3depict-0.0.22/config.sub-191-		;;
3depict-0.0.22/config.sub-192-	-sco3.2.[4-9]*)
3depict-0.0.22/config.sub:193:		os=`echo $os | sed -e 's/sco3.2./sco3.2v/'`
3depict-0.0.22/config.sub:194:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
3depict-0.0.22/config.sub-195-		;;
##############################################
3depict-0.0.22/config.sub-197-		# Don't forget version if it is 3.2v4 or newer.
3depict-0.0.22/config.sub:198:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
3depict-0.0.22/config.sub-199-		;;
##############################################
3depict-0.0.22/config.sub-201-		# Don't forget version if it is 3.2v4 or newer.
3depict-0.0.22/config.sub:202:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
3depict-0.0.22/config.sub-203-		;;
##############################################
3depict-0.0.22/config.sub-205-		os=-sco3.2v2
3depict-0.0.22/config.sub:206:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
3depict-0.0.22/config.sub-207-		;;
3depict-0.0.22/config.sub-208-	-udk*)
3depict-0.0.22/config.sub:209:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
3depict-0.0.22/config.sub-210-		;;
##############################################
3depict-0.0.22/config.sub-212-		os=-isc2.2
3depict-0.0.22/config.sub:213:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
3depict-0.0.22/config.sub-214-		;;
##############################################
3depict-0.0.22/config.sub-218-	-isc*)
3depict-0.0.22/config.sub:219:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
3depict-0.0.22/config.sub-220-		;;
##############################################
3depict-0.0.22/config.sub-230-	-ptx*)
3depict-0.0.22/config.sub:231:		basic_machine=`echo $1 | sed -e 's/86-.*/86-sequent/'`
3depict-0.0.22/config.sub-232-		;;
3depict-0.0.22/config.sub-233-	-windowsnt*)
3depict-0.0.22/config.sub:234:		os=`echo $os | sed -e 's/windowsnt/winnt/'`
3depict-0.0.22/config.sub-235-		;;
##############################################
3depict-0.0.22/config.sub-367-	*-*-*)
3depict-0.0.22/config.sub:368:		echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2
3depict-0.0.22/config.sub-369-		exit 1
##############################################
3depict-0.0.22/config.sub-494-	amd64-*)
3depict-0.0.22/config.sub:495:		basic_machine=x86_64-`echo $basic_machine | sed 's/^[^-]*-//'`
3depict-0.0.22/config.sub-496-		;;
##############################################
3depict-0.0.22/config.sub-539-	blackfin-*)
3depict-0.0.22/config.sub:540:		basic_machine=bfin-`echo $basic_machine | sed 's/^[^-]*-//'`
3depict-0.0.22/config.sub-541-		os=-linux
##############################################
3depict-0.0.22/config.sub-547-	c54x-*)
3depict-0.0.22/config.sub:548:		basic_machine=tic54x-`echo $basic_machine | sed 's/^[^-]*-//'`
3depict-0.0.22/config.sub-549-		;;
3depict-0.0.22/config.sub-550-	c55x-*)
3depict-0.0.22/config.sub:551:		basic_machine=tic55x-`echo $basic_machine | sed 's/^[^-]*-//'`
3depict-0.0.22/config.sub-552-		;;
3depict-0.0.22/config.sub-553-	c6x-*)
3depict-0.0.22/config.sub:554:		basic_machine=tic6x-`echo $basic_machine | sed 's/^[^-]*-//'`
3depict-0.0.22/config.sub-555-		;;
##############################################
3depict-0.0.22/config.sub-750-	i*86v32)
3depict-0.0.22/config.sub:751:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
3depict-0.0.22/config.sub-752-		os=-sysv32
##############################################
3depict-0.0.22/config.sub-754-	i*86v4*)
3depict-0.0.22/config.sub:755:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
3depict-0.0.22/config.sub-756-		os=-sysv4
##############################################
3depict-0.0.22/config.sub-758-	i*86v)
3depict-0.0.22/config.sub:759:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
3depict-0.0.22/config.sub-760-		os=-sysv
##############################################
3depict-0.0.22/config.sub-762-	i*86sol2)
3depict-0.0.22/config.sub:763:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
3depict-0.0.22/config.sub-764-		os=-solaris2
##############################################
3depict-0.0.22/config.sub-788-	leon-*|leon[3-9]-*)
3depict-0.0.22/config.sub:789:		basic_machine=sparc-`echo $basic_machine | sed 's/-.*//'`
3depict-0.0.22/config.sub-790-		;;
##############################################
3depict-0.0.22/config.sub-795-	m68knommu-*)
3depict-0.0.22/config.sub:796:		basic_machine=m68k-`echo $basic_machine | sed 's/^[^-]*-//'`
3depict-0.0.22/config.sub-797-		os=-linux
##############################################
3depict-0.0.22/config.sub-832-	mips3*-*)
3depict-0.0.22/config.sub:833:		basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'`
3depict-0.0.22/config.sub-834-		;;
3depict-0.0.22/config.sub-835-	mips3*)
3depict-0.0.22/config.sub:836:		basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'`-unknown
3depict-0.0.22/config.sub-837-		;;
##############################################
3depict-0.0.22/config.sub-854-	ms1-*)
3depict-0.0.22/config.sub:855:		basic_machine=`echo $basic_machine | sed -e 's/ms1-/mt-/'`
3depict-0.0.22/config.sub-856-		;;
##############################################
3depict-0.0.22/config.sub-973-	parisc-*)
3depict-0.0.22/config.sub:974:		basic_machine=hppa-`echo $basic_machine | sed 's/^[^-]*-//'`
3depict-0.0.22/config.sub-975-		os=-linux
##############################################
3depict-0.0.22/config.sub-989-	pc98-*)
3depict-0.0.22/config.sub:990:		basic_machine=i386-`echo $basic_machine | sed 's/^[^-]*-//'`
3depict-0.0.22/config.sub-991-		;;
##############################################
3depict-0.0.22/config.sub-1004-	pentium-* | p5-* | k5-* | k6-* | nexgen-* | viac3-*)
3depict-0.0.22/config.sub:1005:		basic_machine=i586-`echo $basic_machine | sed 's/^[^-]*-//'`
3depict-0.0.22/config.sub-1006-		;;
3depict-0.0.22/config.sub-1007-	pentiumpro-* | p6-* | 6x86-* | athlon-*)
3depict-0.0.22/config.sub:1008:		basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'`
3depict-0.0.22/config.sub-1009-		;;
3depict-0.0.22/config.sub-1010-	pentiumii-* | pentium2-* | pentiumiii-* | pentium3-*)
3depict-0.0.22/config.sub:1011:		basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'`
3depict-0.0.22/config.sub-1012-		;;
3depict-0.0.22/config.sub-1013-	pentium4-*)
3depict-0.0.22/config.sub:1014:		basic_machine=i786-`echo $basic_machine | sed 's/^[^-]*-//'`
3depict-0.0.22/config.sub-1015-		;;
##############################################
3depict-0.0.22/config.sub-1023-	ppc-* | ppcbe-*)
3depict-0.0.22/config.sub:1024:		basic_machine=powerpc-`echo $basic_machine | sed 's/^[^-]*-//'`
3depict-0.0.22/config.sub-1025-		;;
##############################################
3depict-0.0.22/config.sub-1029-	ppcle-* | powerpclittle-*)
3depict-0.0.22/config.sub:1030:		basic_machine=powerpcle-`echo $basic_machine | sed 's/^[^-]*-//'`
3depict-0.0.22/config.sub-1031-		;;
##############################################
3depict-0.0.22/config.sub-1033-		;;
3depict-0.0.22/config.sub:1034:	ppc64-*) basic_machine=powerpc64-`echo $basic_machine | sed 's/^[^-]*-//'`
3depict-0.0.22/config.sub-1035-		;;
##############################################
3depict-0.0.22/config.sub-1039-	ppc64le-* | powerpc64little-*)
3depict-0.0.22/config.sub:1040:		basic_machine=powerpc64le-`echo $basic_machine | sed 's/^[^-]*-//'`
3depict-0.0.22/config.sub-1041-		;;
##############################################
3depict-0.0.22/config.sub-1122-	strongarm-* | thumb-*)
3depict-0.0.22/config.sub:1123:		basic_machine=arm-`echo $basic_machine | sed 's/^[^-]*-//'`
3depict-0.0.22/config.sub-1124-		;;
##############################################
3depict-0.0.22/config.sub-1252-	xscale-* | xscalee[bl]-*)
3depict-0.0.22/config.sub:1253:		basic_machine=`echo $basic_machine | sed 's/^xscale/arm/'`
3depict-0.0.22/config.sub-1254-		;;
##############################################
3depict-0.0.22/config.sub-1329-	*)
3depict-0.0.22/config.sub:1330:		echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2
3depict-0.0.22/config.sub-1331-		exit 1
##############################################
3depict-0.0.22/config.sub-1337-	*-digital*)
3depict-0.0.22/config.sub:1338:		basic_machine=`echo $basic_machine | sed 's/digital.*/dec/'`
3depict-0.0.22/config.sub-1339-		;;
3depict-0.0.22/config.sub-1340-	*-commodore*)
3depict-0.0.22/config.sub:1341:		basic_machine=`echo $basic_machine | sed 's/commodore.*/cbm/'`
3depict-0.0.22/config.sub-1342-		;;
##############################################
3depict-0.0.22/config.sub-1358-	-solaris1 | -solaris1.*)
3depict-0.0.22/config.sub:1359:		os=`echo $os | sed -e 's|solaris1|sunos4|'`
3depict-0.0.22/config.sub-1360-		;;
##############################################
3depict-0.0.22/config.sub-1370-	-gnu/linux*)
3depict-0.0.22/config.sub:1371:		os=`echo $os | sed -e 's|gnu/linux|linux-gnu|'`
3depict-0.0.22/config.sub-1372-		;;
##############################################
3depict-0.0.22/config.sub-1416-	-nto*)
3depict-0.0.22/config.sub:1417:		os=`echo $os | sed -e 's|nto|nto-qnx|'`
3depict-0.0.22/config.sub-1418-		;;
##############################################
3depict-0.0.22/config.sub-1423-	-mac*)
3depict-0.0.22/config.sub:1424:		os=`echo $os | sed -e 's|mac|macos|'`
3depict-0.0.22/config.sub-1425-		;;
##############################################
3depict-0.0.22/config.sub-1429-	-linux*)
3depict-0.0.22/config.sub:1430:		os=`echo $os | sed -e 's|linux|linux-gnu|'`
3depict-0.0.22/config.sub-1431-		;;
3depict-0.0.22/config.sub-1432-	-sunos5*)
3depict-0.0.22/config.sub:1433:		os=`echo $os | sed -e 's|sunos5|solaris2|'`
3depict-0.0.22/config.sub-1434-		;;
3depict-0.0.22/config.sub-1435-	-sunos6*)
3depict-0.0.22/config.sub:1436:		os=`echo $os | sed -e 's|sunos6|solaris3|'`
3depict-0.0.22/config.sub-1437-		;;
##############################################
3depict-0.0.22/config.sub-1484-	-sinix5.*)
3depict-0.0.22/config.sub:1485:		os=`echo $os | sed -e 's|sinix|sysv|'`
3depict-0.0.22/config.sub-1486-		;;
##############################################
3depict-0.0.22/config.sub-1537-		# Get rid of the `-' at the beginning of $os.
3depict-0.0.22/config.sub:1538:		os=`echo $os | sed 's/[^-]*-//'`
3depict-0.0.22/config.sub:1539:		echo Invalid configuration \`$1\': system \`$os\' not recognized 1>&2
3depict-0.0.22/config.sub-1540-		exit 1
##############################################
3depict-0.0.22/config.sub-1800-		esac
3depict-0.0.22/config.sub:1801:		basic_machine=`echo $basic_machine | sed "s/unknown/$vendor/"`
3depict-0.0.22/config.sub-1802-		;;
##############################################
3depict-0.0.22/compile-67-	mingw/*)
3depict-0.0.22/compile:68:	  file=`cmd //C echo "$file " | sed -e 's/"\(.*\) " *$/\1/'`
3depict-0.0.22/compile-69-	  ;;
3depict-0.0.22/compile-70-	cygwin/*)
3depict-0.0.22/compile:71:	  file=`cygpath -m "$file" || echo "$file"`
3depict-0.0.22/compile-72-	  ;;
3depict-0.0.22/compile-73-	wine/*)
3depict-0.0.22/compile:74:	  file=`winepath -w "$file" || echo "$file"`
3depict-0.0.22/compile-75-	  ;;
##############################################
3depict-0.0.22/compile-309-# Name of file we expect compiler to create.
3depict-0.0.22/compile:310:cofile=`echo "$cfile" | sed 's|^.*[\\/]||; s|^[a-zA-Z]:||; s/\.c$/.o/'`
3depict-0.0.22/compile-311-
##############################################
3depict-0.0.22/compile-315-# object file name, since that is what matters with a parallel build.
3depict-0.0.22/compile:316:lockdir=`echo "$cofile" | sed -e 's|[/\\:.-]|_|g'`.d
3depict-0.0.22/compile-317-while true; do
##############################################
3depict-0.0.22/depcomp-64-  case $1 in
3depict-0.0.22/depcomp:65:    */*) dir=`echo "$1" | sed -e 's|/[^/]*$|/|'`;;
3depict-0.0.22/depcomp-66-      *) dir=;;
##############################################
3depict-0.0.22/depcomp-73-{
3depict-0.0.22/depcomp:74:  base=`echo "$1" | sed -e 's|^.*/||' -e 's/\.[^.]*$//'`
3depict-0.0.22/depcomp-75-}
##############################################
3depict-0.0.22/depcomp-126-  sed 's|[^\\/]*$|'${DEPDIR-.deps}'/&|;s|\.\([^.]*\)$|.P\1|;s|Pobj$|Po|'`}
3depict-0.0.22/depcomp:127:tmpdepfile=${tmpdepfile-`echo "$depfile" | sed 's/\.\([^.]*\)$/.T\1/'`}
3depict-0.0.22/depcomp-128-
##############################################
3depict-0.0.22/depcomp-405-        sleep 1
3depict-0.0.22/depcomp:406:        i=`expr $i - 1`
3depict-0.0.22/depcomp-407-      done
3depict-0.0.22/depcomp-408-    fi
3depict-0.0.22/depcomp:409:    i=`expr $i - 1`
3depict-0.0.22/depcomp-410-  done
##############################################
3depict-0.0.22/depcomp-425-  # Do two passes, one to just change these to
3depict-0.0.22/depcomp:426:  # `$object: dependent.h' and one to simply `dependent.h:'.
3depict-0.0.22/depcomp-427-  sed "s,^[^:]*:,$object :," < "$tmpdepfile" > "$depfile"
##############################################
3depict-0.0.22/depcomp-659-  done
3depict-0.0.22/depcomp:660:  obj_suffix=`echo "$object" | sed 's/^.*\././'`
3depict-0.0.22/depcomp-661-  touch "$tmpdepfile"
##############################################
3depict-0.0.22/translations/makeTranslations-10-#extract program name from sources -- Now with added case sensitivity hack!
3depict-0.0.22/translations/makeTranslations:11:PROGRAM_NAME=`cat ../src/common/constants.cpp | grep PROGRAM_NAME | awk -F= '{print $2}' | sed 's/;//g' | sed 's/\"//g' | sed 's/;//' | sed 's/^\s*//'`
3depict-0.0.22/translations/makeTranslations-12-#Where do we want to install the translations? (if using this script).
##############################################
3depict-0.0.22/translations/makeTranslations-32-		#Quick check to see if we have any "<span>" elements in the files
3depict-0.0.22/translations/makeTranslations:33:		if  [ x"`grep '<span' $i `" != x"" ] ; then
3depict-0.0.22/translations/makeTranslations-34-			echo "WARNING: Detected \"span\" element in translation file. This is probably an error, due to encoding of special characters by transifex"
3depict-0.0.22/translations/makeTranslations-35-		fi
3depict-0.0.22/translations/makeTranslations:36:		msgfmt -c -v -o `echo $i | sed 's/po$/mo/'` $i
3depict-0.0.22/translations/makeTranslations-37-	done
##############################################
3depict-0.0.22/translations/makeTranslations-74-			#replace the default headers from msgmerge
3depict-0.0.22/translations/makeTranslations:75:			THISYEAR=`date | awk '{print $6}'`
3depict-0.0.22/translations/makeTranslations-76-			sed -i "s/YEAR THE PACKAGE.*/$THISYEAR/"  tmp.pot
##############################################
3depict-0.0.22/src/Makefile.in-50-  { \
3depict-0.0.22/src/Makefile.in:51:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
3depict-0.0.22/src/Makefile.in-52-  }; \
##############################################
3depict-0.0.22/src/Makefile.in-1151-.c.o:
3depict-0.0.22/src/Makefile.in:1152:@am__fastdepCC_TRUE@	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
3depict-0.0.22/src/Makefile.in-1153-@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
##############################################
3depict-0.0.22/src/Makefile.in-1159-.c.obj:
3depict-0.0.22/src/Makefile.in:1160:@am__fastdepCC_TRUE@	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
3depict-0.0.22/src/Makefile.in:1161:@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
3depict-0.0.22/src/Makefile.in-1162-@am__fastdepCC_TRUE@	$(am__mv) $$depbase.Tpo $$depbase.Po
##############################################
3depict-0.0.22/src/Makefile.in-1164-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3depict-0.0.22/src/Makefile.in:1165:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
3depict-0.0.22/src/Makefile.in-1166-
3depict-0.0.22/src/Makefile.in-1167-common/3Depict-pngread.o: common/pngread.c
3depict-0.0.22/src/Makefile.in:1168:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CFLAGS) $(CFLAGS) -MT common/3Depict-pngread.o -MD -MP -MF common/$(DEPDIR)/3Depict-pngread.Tpo -c -o common/3Depict-pngread.o `test -f 'common/pngread.c' || echo '$(srcdir)/'`common/pngread.c
3depict-0.0.22/src/Makefile.in-1169-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) common/$(DEPDIR)/3Depict-pngread.Tpo common/$(DEPDIR)/3Depict-pngread.Po
##############################################
3depict-0.0.22/src/Makefile.in-1171-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3depict-0.0.22/src/Makefile.in:1172:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CFLAGS) $(CFLAGS) -c -o common/3Depict-pngread.o `test -f 'common/pngread.c' || echo '$(srcdir)/'`common/pngread.c
3depict-0.0.22/src/Makefile.in-1173-
3depict-0.0.22/src/Makefile.in-1174-common/3Depict-pngread.obj: common/pngread.c
3depict-0.0.22/src/Makefile.in:1175:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CFLAGS) $(CFLAGS) -MT common/3Depict-pngread.obj -MD -MP -MF common/$(DEPDIR)/3Depict-pngread.Tpo -c -o common/3Depict-pngread.obj `if test -f 'common/pngread.c'; then $(CYGPATH_W) 'common/pngread.c'; else $(CYGPATH_W) '$(srcdir)/common/pngread.c'; fi`
3depict-0.0.22/src/Makefile.in-1176-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) common/$(DEPDIR)/3Depict-pngread.Tpo common/$(DEPDIR)/3Depict-pngread.Po
##############################################
3depict-0.0.22/src/Makefile.in-1178-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3depict-0.0.22/src/Makefile.in:1179:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CFLAGS) $(CFLAGS) -c -o common/3Depict-pngread.obj `if test -f 'common/pngread.c'; then $(CYGPATH_W) 'common/pngread.c'; else $(CYGPATH_W) '$(srcdir)/common/pngread.c'; fi`
3depict-0.0.22/src/Makefile.in-1180-
3depict-0.0.22/src/Makefile.in-1181-.cpp.o:
3depict-0.0.22/src/Makefile.in:1182:@am__fastdepCXX_TRUE@	$(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
3depict-0.0.22/src/Makefile.in-1183-@am__fastdepCXX_TRUE@	$(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
##############################################
3depict-0.0.22/src/Makefile.in-1189-.cpp.obj:
3depict-0.0.22/src/Makefile.in:1190:@am__fastdepCXX_TRUE@	$(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
3depict-0.0.22/src/Makefile.in:1191:@am__fastdepCXX_TRUE@	$(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
3depict-0.0.22/src/Makefile.in-1192-@am__fastdepCXX_TRUE@	$(am__mv) $$depbase.Tpo $$depbase.Po
##############################################
3depict-0.0.22/src/Makefile.in-1194-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3depict-0.0.22/src/Makefile.in:1195:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
3depict-0.0.22/src/Makefile.in-1196-
3depict-0.0.22/src/Makefile.in-1197-3Depict-3Depict.o: 3Depict.cpp
3depict-0.0.22/src/Makefile.in:1198:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -MT 3Depict-3Depict.o -MD -MP -MF $(DEPDIR)/3Depict-3Depict.Tpo -c -o 3Depict-3Depict.o `test -f '3Depict.cpp' || echo '$(srcdir)/'`3Depict.cpp
3depict-0.0.22/src/Makefile.in-1199-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/3Depict-3Depict.Tpo $(DEPDIR)/3Depict-3Depict.Po
##############################################
3depict-0.0.22/src/Makefile.in-1201-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3depict-0.0.22/src/Makefile.in:1202:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -c -o 3Depict-3Depict.o `test -f '3Depict.cpp' || echo '$(srcdir)/'`3Depict.cpp
3depict-0.0.22/src/Makefile.in-1203-
3depict-0.0.22/src/Makefile.in-1204-3Depict-3Depict.obj: 3Depict.cpp
3depict-0.0.22/src/Makefile.in:1205:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -MT 3Depict-3Depict.obj -MD -MP -MF $(DEPDIR)/3Depict-3Depict.Tpo -c -o 3Depict-3Depict.obj `if test -f '3Depict.cpp'; then $(CYGPATH_W) '3Depict.cpp'; else $(CYGPATH_W) '$(srcdir)/3Depict.cpp'; fi`
3depict-0.0.22/src/Makefile.in-1206-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/3Depict-3Depict.Tpo $(DEPDIR)/3Depict-3Depict.Po
##############################################
3depict-0.0.22/src/Makefile.in-1208-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3depict-0.0.22/src/Makefile.in:1209:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -c -o 3Depict-3Depict.obj `if test -f '3Depict.cpp'; then $(CYGPATH_W) '3Depict.cpp'; else $(CYGPATH_W) '$(srcdir)/3Depict.cpp'; fi`
3depict-0.0.22/src/Makefile.in-1210-
3depict-0.0.22/src/Makefile.in-1211-testing/3Depict-testing.o: testing/testing.cpp
3depict-0.0.22/src/Makefile.in:1212:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -MT testing/3Depict-testing.o -MD -MP -MF testing/$(DEPDIR)/3Depict-testing.Tpo -c -o testing/3Depict-testing.o `test -f 'testing/testing.cpp' || echo '$(srcdir)/'`testing/testing.cpp
3depict-0.0.22/src/Makefile.in-1213-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) testing/$(DEPDIR)/3Depict-testing.Tpo testing/$(DEPDIR)/3Depict-testing.Po
##############################################
3depict-0.0.22/src/Makefile.in-1215-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3depict-0.0.22/src/Makefile.in:1216:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -c -o testing/3Depict-testing.o `test -f 'testing/testing.cpp' || echo '$(srcdir)/'`testing/testing.cpp
3depict-0.0.22/src/Makefile.in-1217-
3depict-0.0.22/src/Makefile.in-1218-testing/3Depict-testing.obj: testing/testing.cpp
3depict-0.0.22/src/Makefile.in:1219:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -MT testing/3Depict-testing.obj -MD -MP -MF testing/$(DEPDIR)/3Depict-testing.Tpo -c -o testing/3Depict-testing.obj `if test -f 'testing/testing.cpp'; then $(CYGPATH_W) 'testing/testing.cpp'; else $(CYGPATH_W) '$(srcdir)/testing/testing.cpp'; fi`
3depict-0.0.22/src/Makefile.in-1220-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) testing/$(DEPDIR)/3Depict-testing.Tpo testing/$(DEPDIR)/3Depict-testing.Po
##############################################
3depict-0.0.22/src/Makefile.in-1222-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3depict-0.0.22/src/Makefile.in:1223:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -c -o testing/3Depict-testing.obj `if test -f 'testing/testing.cpp'; then $(CYGPATH_W) 'testing/testing.cpp'; else $(CYGPATH_W) '$(srcdir)/testing/testing.cpp'; fi`
3depict-0.0.22/src/Makefile.in-1224-
3depict-0.0.22/src/Makefile.in-1225-wx/3Depict-wxcommon.o: wx/wxcommon.cpp
3depict-0.0.22/src/Makefile.in:1226:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -MT wx/3Depict-wxcommon.o -MD -MP -MF wx/$(DEPDIR)/3Depict-wxcommon.Tpo -c -o wx/3Depict-wxcommon.o `test -f 'wx/wxcommon.cpp' || echo '$(srcdir)/'`wx/wxcommon.cpp
3depict-0.0.22/src/Makefile.in-1227-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) wx/$(DEPDIR)/3Depict-wxcommon.Tpo wx/$(DEPDIR)/3Depict-wxcommon.Po
##############################################
3depict-0.0.22/src/Makefile.in-1229-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3depict-0.0.22/src/Makefile.in:1230:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -c -o wx/3Depict-wxcommon.o `test -f 'wx/wxcommon.cpp' || echo '$(srcdir)/'`wx/wxcommon.cpp
3depict-0.0.22/src/Makefile.in-1231-
3depict-0.0.22/src/Makefile.in-1232-wx/3Depict-wxcommon.obj: wx/wxcommon.cpp
3depict-0.0.22/src/Makefile.in:1233:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -MT wx/3Depict-wxcommon.obj -MD -MP -MF wx/$(DEPDIR)/3Depict-wxcommon.Tpo -c -o wx/3Depict-wxcommon.obj `if test -f 'wx/wxcommon.cpp'; then $(CYGPATH_W) 'wx/wxcommon.cpp'; else $(CYGPATH_W) '$(srcdir)/wx/wxcommon.cpp'; fi`
3depict-0.0.22/src/Makefile.in-1234-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) wx/$(DEPDIR)/3Depict-wxcommon.Tpo wx/$(DEPDIR)/3Depict-wxcommon.Po
##############################################
3depict-0.0.22/src/Makefile.in-1236-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3depict-0.0.22/src/Makefile.in:1237:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -c -o wx/3Depict-wxcommon.obj `if test -f 'wx/wxcommon.cpp'; then $(CYGPATH_W) 'wx/wxcommon.cpp'; else $(CYGPATH_W) '$(srcdir)/wx/wxcommon.cpp'; fi`
3depict-0.0.22/src/Makefile.in-1238-
3depict-0.0.22/src/Makefile.in-1239-wx/3Depict-wxcomponents.o: wx/wxcomponents.cpp
3depict-0.0.22/src/Makefile.in:1240:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -MT wx/3Depict-wxcomponents.o -MD -MP -MF wx/$(DEPDIR)/3Depict-wxcomponents.Tpo -c -o wx/3Depict-wxcomponents.o `test -f 'wx/wxcomponents.cpp' || echo '$(srcdir)/'`wx/wxcomponents.cpp
3depict-0.0.22/src/Makefile.in-1241-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) wx/$(DEPDIR)/3Depict-wxcomponents.Tpo wx/$(DEPDIR)/3Depict-wxcomponents.Po
##############################################
3depict-0.0.22/src/Makefile.in-1243-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3depict-0.0.22/src/Makefile.in:1244:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -c -o wx/3Depict-wxcomponents.o `test -f 'wx/wxcomponents.cpp' || echo '$(srcdir)/'`wx/wxcomponents.cpp
3depict-0.0.22/src/Makefile.in-1245-
3depict-0.0.22/src/Makefile.in-1246-wx/3Depict-wxcomponents.obj: wx/wxcomponents.cpp
3depict-0.0.22/src/Makefile.in:1247:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -MT wx/3Depict-wxcomponents.obj -MD -MP -MF wx/$(DEPDIR)/3Depict-wxcomponents.Tpo -c -o wx/3Depict-wxcomponents.obj `if test -f 'wx/wxcomponents.cpp'; then $(CYGPATH_W) 'wx/wxcomponents.cpp'; else $(CYGPATH_W) '$(srcdir)/wx/wxcomponents.cpp'; fi`
3depict-0.0.22/src/Makefile.in-1248-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) wx/$(DEPDIR)/3Depict-wxcomponents.Tpo wx/$(DEPDIR)/3Depict-wxcomponents.Po
##############################################
3depict-0.0.22/src/Makefile.in-1250-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3depict-0.0.22/src/Makefile.in:1251:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -c -o wx/3Depict-wxcomponents.obj `if test -f 'wx/wxcomponents.cpp'; then $(CYGPATH_W) 'wx/wxcomponents.cpp'; else $(CYGPATH_W) '$(srcdir)/wx/wxcomponents.cpp'; fi`
3depict-0.0.22/src/Makefile.in-1252-
3depict-0.0.22/src/Makefile.in-1253-3Depict-winconsole.o: winconsole.cpp
3depict-0.0.22/src/Makefile.in:1254:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -MT 3Depict-winconsole.o -MD -MP -MF $(DEPDIR)/3Depict-winconsole.Tpo -c -o 3Depict-winconsole.o `test -f 'winconsole.cpp' || echo '$(srcdir)/'`winconsole.cpp
3depict-0.0.22/src/Makefile.in-1255-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/3Depict-winconsole.Tpo $(DEPDIR)/3Depict-winconsole.Po
##############################################
3depict-0.0.22/src/Makefile.in-1257-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3depict-0.0.22/src/Makefile.in:1258:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -c -o 3Depict-winconsole.o `test -f 'winconsole.cpp' || echo '$(srcdir)/'`winconsole.cpp
3depict-0.0.22/src/Makefile.in-1259-
3depict-0.0.22/src/Makefile.in-1260-3Depict-winconsole.obj: winconsole.cpp
3depict-0.0.22/src/Makefile.in:1261:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -MT 3Depict-winconsole.obj -MD -MP -MF $(DEPDIR)/3Depict-winconsole.Tpo -c -o 3Depict-winconsole.obj `if test -f 'winconsole.cpp'; then $(CYGPATH_W) 'winconsole.cpp'; else $(CYGPATH_W) '$(srcdir)/winconsole.cpp'; fi`
3depict-0.0.22/src/Makefile.in-1262-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/3Depict-winconsole.Tpo $(DEPDIR)/3Depict-winconsole.Po
##############################################
3depict-0.0.22/src/Makefile.in-1264-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3depict-0.0.22/src/Makefile.in:1265:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -c -o 3Depict-winconsole.obj `if test -f 'winconsole.cpp'; then $(CYGPATH_W) 'winconsole.cpp'; else $(CYGPATH_W) '$(srcdir)/winconsole.cpp'; fi`
3depict-0.0.22/src/Makefile.in-1266-
3depict-0.0.22/src/Makefile.in-1267-wx/3Depict-propertyGridUpdater.o: wx/propertyGridUpdater.cpp
3depict-0.0.22/src/Makefile.in:1268:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -MT wx/3Depict-propertyGridUpdater.o -MD -MP -MF wx/$(DEPDIR)/3Depict-propertyGridUpdater.Tpo -c -o wx/3Depict-propertyGridUpdater.o `test -f 'wx/propertyGridUpdater.cpp' || echo '$(srcdir)/'`wx/propertyGridUpdater.cpp
3depict-0.0.22/src/Makefile.in-1269-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) wx/$(DEPDIR)/3Depict-propertyGridUpdater.Tpo wx/$(DEPDIR)/3Depict-propertyGridUpdater.Po
##############################################
3depict-0.0.22/src/Makefile.in-1271-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3depict-0.0.22/src/Makefile.in:1272:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -c -o wx/3Depict-propertyGridUpdater.o `test -f 'wx/propertyGridUpdater.cpp' || echo '$(srcdir)/'`wx/propertyGridUpdater.cpp
3depict-0.0.22/src/Makefile.in-1273-
3depict-0.0.22/src/Makefile.in-1274-wx/3Depict-propertyGridUpdater.obj: wx/propertyGridUpdater.cpp
3depict-0.0.22/src/Makefile.in:1275:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -MT wx/3Depict-propertyGridUpdater.obj -MD -MP -MF wx/$(DEPDIR)/3Depict-propertyGridUpdater.Tpo -c -o wx/3Depict-propertyGridUpdater.obj `if test -f 'wx/propertyGridUpdater.cpp'; then $(CYGPATH_W) 'wx/propertyGridUpdater.cpp'; else $(CYGPATH_W) '$(srcdir)/wx/propertyGridUpdater.cpp'; fi`
3depict-0.0.22/src/Makefile.in-1276-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) wx/$(DEPDIR)/3Depict-propertyGridUpdater.Tpo wx/$(DEPDIR)/3Depict-propertyGridUpdater.Po
##############################################
3depict-0.0.22/src/Makefile.in-1278-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3depict-0.0.22/src/Makefile.in:1279:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -c -o wx/3Depict-propertyGridUpdater.obj `if test -f 'wx/propertyGridUpdater.cpp'; then $(CYGPATH_W) 'wx/propertyGridUpdater.cpp'; else $(CYGPATH_W) '$(srcdir)/wx/propertyGridUpdater.cpp'; fi`
3depict-0.0.22/src/Makefile.in-1280-
3depict-0.0.22/src/Makefile.in-1281-gui/3Depict-mainFrame.o: gui/mainFrame.cpp
3depict-0.0.22/src/Makefile.in:1282:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -MT gui/3Depict-mainFrame.o -MD -MP -MF gui/$(DEPDIR)/3Depict-mainFrame.Tpo -c -o gui/3Depict-mainFrame.o `test -f 'gui/mainFrame.cpp' || echo '$(srcdir)/'`gui/mainFrame.cpp
3depict-0.0.22/src/Makefile.in-1283-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) gui/$(DEPDIR)/3Depict-mainFrame.Tpo gui/$(DEPDIR)/3Depict-mainFrame.Po
##############################################
3depict-0.0.22/src/Makefile.in-1285-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3depict-0.0.22/src/Makefile.in:1286:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -c -o gui/3Depict-mainFrame.o `test -f 'gui/mainFrame.cpp' || echo '$(srcdir)/'`gui/mainFrame.cpp
3depict-0.0.22/src/Makefile.in-1287-
3depict-0.0.22/src/Makefile.in-1288-gui/3Depict-mainFrame.obj: gui/mainFrame.cpp
3depict-0.0.22/src/Makefile.in:1289:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -MT gui/3Depict-mainFrame.obj -MD -MP -MF gui/$(DEPDIR)/3Depict-mainFrame.Tpo -c -o gui/3Depict-mainFrame.obj `if test -f 'gui/mainFrame.cpp'; then $(CYGPATH_W) 'gui/mainFrame.cpp'; else $(CYGPATH_W) '$(srcdir)/gui/mainFrame.cpp'; fi`
3depict-0.0.22/src/Makefile.in-1290-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) gui/$(DEPDIR)/3Depict-mainFrame.Tpo gui/$(DEPDIR)/3Depict-mainFrame.Po
##############################################
3depict-0.0.22/src/Makefile.in-1292-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3depict-0.0.22/src/Makefile.in:1293:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -c -o gui/3Depict-mainFrame.obj `if test -f 'gui/mainFrame.cpp'; then $(CYGPATH_W) 'gui/mainFrame.cpp'; else $(CYGPATH_W) '$(srcdir)/gui/mainFrame.cpp'; fi`
3depict-0.0.22/src/Makefile.in-1294-
3depict-0.0.22/src/Makefile.in-1295-gui/3Depict-mathglPane.o: gui/mathglPane.cpp
3depict-0.0.22/src/Makefile.in:1296:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -MT gui/3Depict-mathglPane.o -MD -MP -MF gui/$(DEPDIR)/3Depict-mathglPane.Tpo -c -o gui/3Depict-mathglPane.o `test -f 'gui/mathglPane.cpp' || echo '$(srcdir)/'`gui/mathglPane.cpp
3depict-0.0.22/src/Makefile.in-1297-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) gui/$(DEPDIR)/3Depict-mathglPane.Tpo gui/$(DEPDIR)/3Depict-mathglPane.Po
##############################################
3depict-0.0.22/src/Makefile.in-1299-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3depict-0.0.22/src/Makefile.in:1300:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -c -o gui/3Depict-mathglPane.o `test -f 'gui/mathglPane.cpp' || echo '$(srcdir)/'`gui/mathglPane.cpp
3depict-0.0.22/src/Makefile.in-1301-
3depict-0.0.22/src/Makefile.in-1302-gui/3Depict-mathglPane.obj: gui/mathglPane.cpp
3depict-0.0.22/src/Makefile.in:1303:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -MT gui/3Depict-mathglPane.obj -MD -MP -MF gui/$(DEPDIR)/3Depict-mathglPane.Tpo -c -o gui/3Depict-mathglPane.obj `if test -f 'gui/mathglPane.cpp'; then $(CYGPATH_W) 'gui/mathglPane.cpp'; else $(CYGPATH_W) '$(srcdir)/gui/mathglPane.cpp'; fi`
3depict-0.0.22/src/Makefile.in-1304-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) gui/$(DEPDIR)/3Depict-mathglPane.Tpo gui/$(DEPDIR)/3Depict-mathglPane.Po
##############################################
3depict-0.0.22/src/Makefile.in-1306-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3depict-0.0.22/src/Makefile.in:1307:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -c -o gui/3Depict-mathglPane.obj `if test -f 'gui/mathglPane.cpp'; then $(CYGPATH_W) 'gui/mathglPane.cpp'; else $(CYGPATH_W) '$(srcdir)/gui/mathglPane.cpp'; fi`
3depict-0.0.22/src/Makefile.in-1308-
3depict-0.0.22/src/Makefile.in-1309-gui/3Depict-cropPanel.o: gui/cropPanel.cpp
3depict-0.0.22/src/Makefile.in:1310:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -MT gui/3Depict-cropPanel.o -MD -MP -MF gui/$(DEPDIR)/3Depict-cropPanel.Tpo -c -o gui/3Depict-cropPanel.o `test -f 'gui/cropPanel.cpp' || echo '$(srcdir)/'`gui/cropPanel.cpp
3depict-0.0.22/src/Makefile.in-1311-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) gui/$(DEPDIR)/3Depict-cropPanel.Tpo gui/$(DEPDIR)/3Depict-cropPanel.Po
##############################################
3depict-0.0.22/src/Makefile.in-1313-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3depict-0.0.22/src/Makefile.in:1314:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -c -o gui/3Depict-cropPanel.o `test -f 'gui/cropPanel.cpp' || echo '$(srcdir)/'`gui/cropPanel.cpp
3depict-0.0.22/src/Makefile.in-1315-
3depict-0.0.22/src/Makefile.in-1316-gui/3Depict-cropPanel.obj: gui/cropPanel.cpp
3depict-0.0.22/src/Makefile.in:1317:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -MT gui/3Depict-cropPanel.obj -MD -MP -MF gui/$(DEPDIR)/3Depict-cropPanel.Tpo -c -o gui/3Depict-cropPanel.obj `if test -f 'gui/cropPanel.cpp'; then $(CYGPATH_W) 'gui/cropPanel.cpp'; else $(CYGPATH_W) '$(srcdir)/gui/cropPanel.cpp'; fi`
3depict-0.0.22/src/Makefile.in-1318-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) gui/$(DEPDIR)/3Depict-cropPanel.Tpo gui/$(DEPDIR)/3Depict-cropPanel.Po
##############################################
3depict-0.0.22/src/Makefile.in-1320-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3depict-0.0.22/src/Makefile.in:1321:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -c -o gui/3Depict-cropPanel.obj `if test -f 'gui/cropPanel.cpp'; then $(CYGPATH_W) 'gui/cropPanel.cpp'; else $(CYGPATH_W) '$(srcdir)/gui/cropPanel.cpp'; fi`
3depict-0.0.22/src/Makefile.in-1322-
3depict-0.0.22/src/Makefile.in-1323-gui/3Depict-glPane.o: gui/glPane.cpp
3depict-0.0.22/src/Makefile.in:1324:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -MT gui/3Depict-glPane.o -MD -MP -MF gui/$(DEPDIR)/3Depict-glPane.Tpo -c -o gui/3Depict-glPane.o `test -f 'gui/glPane.cpp' || echo '$(srcdir)/'`gui/glPane.cpp
3depict-0.0.22/src/Makefile.in-1325-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) gui/$(DEPDIR)/3Depict-glPane.Tpo gui/$(DEPDIR)/3Depict-glPane.Po
##############################################
3depict-0.0.22/src/Makefile.in-1327-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3depict-0.0.22/src/Makefile.in:1328:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -c -o gui/3Depict-glPane.o `test -f 'gui/glPane.cpp' || echo '$(srcdir)/'`gui/glPane.cpp
3depict-0.0.22/src/Makefile.in-1329-
3depict-0.0.22/src/Makefile.in-1330-gui/3Depict-glPane.obj: gui/glPane.cpp
3depict-0.0.22/src/Makefile.in:1331:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -MT gui/3Depict-glPane.obj -MD -MP -MF gui/$(DEPDIR)/3Depict-glPane.Tpo -c -o gui/3Depict-glPane.obj `if test -f 'gui/glPane.cpp'; then $(CYGPATH_W) 'gui/glPane.cpp'; else $(CYGPATH_W) '$(srcdir)/gui/glPane.cpp'; fi`
3depict-0.0.22/src/Makefile.in-1332-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) gui/$(DEPDIR)/3Depict-glPane.Tpo gui/$(DEPDIR)/3Depict-glPane.Po
##############################################
3depict-0.0.22/src/Makefile.in-1334-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3depict-0.0.22/src/Makefile.in:1335:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -c -o gui/3Depict-glPane.obj `if test -f 'gui/glPane.cpp'; then $(CYGPATH_W) 'gui/glPane.cpp'; else $(CYGPATH_W) '$(srcdir)/gui/glPane.cpp'; fi`
3depict-0.0.22/src/Makefile.in-1336-
3depict-0.0.22/src/Makefile.in-1337-gui/dialogs/3Depict-ExportPos.o: gui/dialogs/ExportPos.cpp
3depict-0.0.22/src/Makefile.in:1338:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -MT gui/dialogs/3Depict-ExportPos.o -MD -MP -MF gui/dialogs/$(DEPDIR)/3Depict-ExportPos.Tpo -c -o gui/dialogs/3Depict-ExportPos.o `test -f 'gui/dialogs/ExportPos.cpp' || echo '$(srcdir)/'`gui/dialogs/ExportPos.cpp
3depict-0.0.22/src/Makefile.in-1339-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) gui/dialogs/$(DEPDIR)/3Depict-ExportPos.Tpo gui/dialogs/$(DEPDIR)/3Depict-ExportPos.Po
##############################################
3depict-0.0.22/src/Makefile.in-1341-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3depict-0.0.22/src/Makefile.in:1342:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -c -o gui/dialogs/3Depict-ExportPos.o `test -f 'gui/dialogs/ExportPos.cpp' || echo '$(srcdir)/'`gui/dialogs/ExportPos.cpp
3depict-0.0.22/src/Makefile.in-1343-
3depict-0.0.22/src/Makefile.in-1344-gui/dialogs/3Depict-ExportPos.obj: gui/dialogs/ExportPos.cpp
3depict-0.0.22/src/Makefile.in:1345:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -MT gui/dialogs/3Depict-ExportPos.obj -MD -MP -MF gui/dialogs/$(DEPDIR)/3Depict-ExportPos.Tpo -c -o gui/dialogs/3Depict-ExportPos.obj `if test -f 'gui/dialogs/ExportPos.cpp'; then $(CYGPATH_W) 'gui/dialogs/ExportPos.cpp'; else $(CYGPATH_W) '$(srcdir)/gui/dialogs/ExportPos.cpp'; fi`
3depict-0.0.22/src/Makefile.in-1346-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) gui/dialogs/$(DEPDIR)/3Depict-ExportPos.Tpo gui/dialogs/$(DEPDIR)/3Depict-ExportPos.Po
##############################################
3depict-0.0.22/src/Makefile.in-1348-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3depict-0.0.22/src/Makefile.in:1349:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -c -o gui/dialogs/3Depict-ExportPos.obj `if test -f 'gui/dialogs/ExportPos.cpp'; then $(CYGPATH_W) 'gui/dialogs/ExportPos.cpp'; else $(CYGPATH_W) '$(srcdir)/gui/dialogs/ExportPos.cpp'; fi`
3depict-0.0.22/src/Makefile.in-1350-
3depict-0.0.22/src/Makefile.in-1351-gui/dialogs/3Depict-ExportRngDialog.o: gui/dialogs/ExportRngDialog.cpp
3depict-0.0.22/src/Makefile.in:1352:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -MT gui/dialogs/3Depict-ExportRngDialog.o -MD -MP -MF gui/dialogs/$(DEPDIR)/3Depict-ExportRngDialog.Tpo -c -o gui/dialogs/3Depict-ExportRngDialog.o `test -f 'gui/dialogs/ExportRngDialog.cpp' || echo '$(srcdir)/'`gui/dialogs/ExportRngDialog.cpp
3depict-0.0.22/src/Makefile.in-1353-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) gui/dialogs/$(DEPDIR)/3Depict-ExportRngDialog.Tpo gui/dialogs/$(DEPDIR)/3Depict-ExportRngDialog.Po
##############################################
3depict-0.0.22/src/Makefile.in-1355-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3depict-0.0.22/src/Makefile.in:1356:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -c -o gui/dialogs/3Depict-ExportRngDialog.o `test -f 'gui/dialogs/ExportRngDialog.cpp' || echo '$(srcdir)/'`gui/dialogs/ExportRngDialog.cpp
3depict-0.0.22/src/Makefile.in-1357-
3depict-0.0.22/src/Makefile.in-1358-gui/dialogs/3Depict-ExportRngDialog.obj: gui/dialogs/ExportRngDialog.cpp
3depict-0.0.22/src/Makefile.in:1359:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -MT gui/dialogs/3Depict-ExportRngDialog.obj -MD -MP -MF gui/dialogs/$(DEPDIR)/3Depict-ExportRngDialog.Tpo -c -o gui/dialogs/3Depict-ExportRngDialog.obj `if test -f 'gui/dialogs/ExportRngDialog.cpp'; then $(CYGPATH_W) 'gui/dialogs/ExportRngDialog.cpp'; else $(CYGPATH_W) '$(srcdir)/gui/dialogs/ExportRngDialog.cpp'; fi`
3depict-0.0.22/src/Makefile.in-1360-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) gui/dialogs/$(DEPDIR)/3Depict-ExportRngDialog.Tpo gui/dialogs/$(DEPDIR)/3Depict-ExportRngDialog.Po
##############################################
3depict-0.0.22/src/Makefile.in-1362-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3depict-0.0.22/src/Makefile.in:1363:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -c -o gui/dialogs/3Depict-ExportRngDialog.obj `if test -f 'gui/dialogs/ExportRngDialog.cpp'; then $(CYGPATH_W) 'gui/dialogs/ExportRngDialog.cpp'; else $(CYGPATH_W) '$(srcdir)/gui/dialogs/ExportRngDialog.cpp'; fi`
3depict-0.0.22/src/Makefile.in-1364-
3depict-0.0.22/src/Makefile.in-1365-gui/dialogs/3Depict-prefDialog.o: gui/dialogs/prefDialog.cpp
3depict-0.0.22/src/Makefile.in:1366:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -MT gui/dialogs/3Depict-prefDialog.o -MD -MP -MF gui/dialogs/$(DEPDIR)/3Depict-prefDialog.Tpo -c -o gui/dialogs/3Depict-prefDialog.o `test -f 'gui/dialogs/prefDialog.cpp' || echo '$(srcdir)/'`gui/dialogs/prefDialog.cpp
3depict-0.0.22/src/Makefile.in-1367-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) gui/dialogs/$(DEPDIR)/3Depict-prefDialog.Tpo gui/dialogs/$(DEPDIR)/3Depict-prefDialog.Po
##############################################
3depict-0.0.22/src/Makefile.in-1369-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3depict-0.0.22/src/Makefile.in:1370:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -c -o gui/dialogs/3Depict-prefDialog.o `test -f 'gui/dialogs/prefDialog.cpp' || echo '$(srcdir)/'`gui/dialogs/prefDialog.cpp
3depict-0.0.22/src/Makefile.in-1371-
3depict-0.0.22/src/Makefile.in-1372-gui/dialogs/3Depict-prefDialog.obj: gui/dialogs/prefDialog.cpp
3depict-0.0.22/src/Makefile.in:1373:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -MT gui/dialogs/3Depict-prefDialog.obj -MD -MP -MF gui/dialogs/$(DEPDIR)/3Depict-prefDialog.Tpo -c -o gui/dialogs/3Depict-prefDialog.obj `if test -f 'gui/dialogs/prefDialog.cpp'; then $(CYGPATH_W) 'gui/dialogs/prefDialog.cpp'; else $(CYGPATH_W) '$(srcdir)/gui/dialogs/prefDialog.cpp'; fi`
3depict-0.0.22/src/Makefile.in-1374-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) gui/dialogs/$(DEPDIR)/3Depict-prefDialog.Tpo gui/dialogs/$(DEPDIR)/3Depict-prefDialog.Po
##############################################
3depict-0.0.22/src/Makefile.in-1376-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3depict-0.0.22/src/Makefile.in:1377:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -c -o gui/dialogs/3Depict-prefDialog.obj `if test -f 'gui/dialogs/prefDialog.cpp'; then $(CYGPATH_W) 'gui/dialogs/prefDialog.cpp'; else $(CYGPATH_W) '$(srcdir)/gui/dialogs/prefDialog.cpp'; fi`
3depict-0.0.22/src/Makefile.in-1378-
3depict-0.0.22/src/Makefile.in-1379-gui/dialogs/3Depict-resolutionDialog.o: gui/dialogs/resolutionDialog.cpp
3depict-0.0.22/src/Makefile.in:1380:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -MT gui/dialogs/3Depict-resolutionDialog.o -MD -MP -MF gui/dialogs/$(DEPDIR)/3Depict-resolutionDialog.Tpo -c -o gui/dialogs/3Depict-resolutionDialog.o `test -f 'gui/dialogs/resolutionDialog.cpp' || echo '$(srcdir)/'`gui/dialogs/resolutionDialog.cpp
3depict-0.0.22/src/Makefile.in-1381-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) gui/dialogs/$(DEPDIR)/3Depict-resolutionDialog.Tpo gui/dialogs/$(DEPDIR)/3Depict-resolutionDialog.Po
##############################################
3depict-0.0.22/src/Makefile.in-1383-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3depict-0.0.22/src/Makefile.in:1384:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -c -o gui/dialogs/3Depict-resolutionDialog.o `test -f 'gui/dialogs/resolutionDialog.cpp' || echo '$(srcdir)/'`gui/dialogs/resolutionDialog.cpp
3depict-0.0.22/src/Makefile.in-1385-
3depict-0.0.22/src/Makefile.in-1386-gui/dialogs/3Depict-resolutionDialog.obj: gui/dialogs/resolutionDialog.cpp
3depict-0.0.22/src/Makefile.in:1387:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -MT gui/dialogs/3Depict-resolutionDialog.obj -MD -MP -MF gui/dialogs/$(DEPDIR)/3Depict-resolutionDialog.Tpo -c -o gui/dialogs/3Depict-resolutionDialog.obj `if test -f 'gui/dialogs/resolutionDialog.cpp'; then $(CYGPATH_W) 'gui/dialogs/resolutionDialog.cpp'; else $(CYGPATH_W) '$(srcdir)/gui/dialogs/resolutionDialog.cpp'; fi`
3depict-0.0.22/src/Makefile.in-1388-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) gui/dialogs/$(DEPDIR)/3Depict-resolutionDialog.Tpo gui/dialogs/$(DEPDIR)/3Depict-resolutionDialog.Po
##############################################
3depict-0.0.22/src/Makefile.in-1390-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3depict-0.0.22/src/Makefile.in:1391:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -c -o gui/dialogs/3Depict-resolutionDialog.obj `if test -f 'gui/dialogs/resolutionDialog.cpp'; then $(CYGPATH_W) 'gui/dialogs/resolutionDialog.cpp'; else $(CYGPATH_W) '$(srcdir)/gui/dialogs/resolutionDialog.cpp'; fi`
3depict-0.0.22/src/Makefile.in-1392-
3depict-0.0.22/src/Makefile.in-1393-gui/dialogs/3Depict-StashDialog.o: gui/dialogs/StashDialog.cpp
3depict-0.0.22/src/Makefile.in:1394:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -MT gui/dialogs/3Depict-StashDialog.o -MD -MP -MF gui/dialogs/$(DEPDIR)/3Depict-StashDialog.Tpo -c -o gui/dialogs/3Depict-StashDialog.o `test -f 'gui/dialogs/StashDialog.cpp' || echo '$(srcdir)/'`gui/dialogs/StashDialog.cpp
3depict-0.0.22/src/Makefile.in-1395-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) gui/dialogs/$(DEPDIR)/3Depict-StashDialog.Tpo gui/dialogs/$(DEPDIR)/3Depict-StashDialog.Po
##############################################
3depict-0.0.22/src/Makefile.in-1397-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3depict-0.0.22/src/Makefile.in:1398:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -c -o gui/dialogs/3Depict-StashDialog.o `test -f 'gui/dialogs/StashDialog.cpp' || echo '$(srcdir)/'`gui/dialogs/StashDialog.cpp
3depict-0.0.22/src/Makefile.in-1399-
3depict-0.0.22/src/Makefile.in-1400-gui/dialogs/3Depict-StashDialog.obj: gui/dialogs/StashDialog.cpp
3depict-0.0.22/src/Makefile.in:1401:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -MT gui/dialogs/3Depict-StashDialog.obj -MD -MP -MF gui/dialogs/$(DEPDIR)/3Depict-StashDialog.Tpo -c -o gui/dialogs/3Depict-StashDialog.obj `if test -f 'gui/dialogs/StashDialog.cpp'; then $(CYGPATH_W) 'gui/dialogs/StashDialog.cpp'; else $(CYGPATH_W) '$(srcdir)/gui/dialogs/StashDialog.cpp'; fi`
3depict-0.0.22/src/Makefile.in-1402-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) gui/dialogs/$(DEPDIR)/3Depict-StashDialog.Tpo gui/dialogs/$(DEPDIR)/3Depict-StashDialog.Po
##############################################
3depict-0.0.22/src/Makefile.in-1404-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3depict-0.0.22/src/Makefile.in:1405:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -c -o gui/dialogs/3Depict-StashDialog.obj `if test -f 'gui/dialogs/StashDialog.cpp'; then $(CYGPATH_W) 'gui/dialogs/StashDialog.cpp'; else $(CYGPATH_W) '$(srcdir)/gui/dialogs/StashDialog.cpp'; fi`
3depict-0.0.22/src/Makefile.in-1406-
3depict-0.0.22/src/Makefile.in-1407-gui/dialogs/3Depict-autosaveDialog.o: gui/dialogs/autosaveDialog.cpp
3depict-0.0.22/src/Makefile.in:1408:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -MT gui/dialogs/3Depict-autosaveDialog.o -MD -MP -MF gui/dialogs/$(DEPDIR)/3Depict-autosaveDialog.Tpo -c -o gui/dialogs/3Depict-autosaveDialog.o `test -f 'gui/dialogs/autosaveDialog.cpp' || echo '$(srcdir)/'`gui/dialogs/autosaveDialog.cpp
3depict-0.0.22/src/Makefile.in-1409-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) gui/dialogs/$(DEPDIR)/3Depict-autosaveDialog.Tpo gui/dialogs/$(DEPDIR)/3Depict-autosaveDialog.Po
##############################################
3depict-0.0.22/src/Makefile.in-1411-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3depict-0.0.22/src/Makefile.in:1412:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -c -o gui/dialogs/3Depict-autosaveDialog.o `test -f 'gui/dialogs/autosaveDialog.cpp' || echo '$(srcdir)/'`gui/dialogs/autosaveDialog.cpp
3depict-0.0.22/src/Makefile.in-1413-
3depict-0.0.22/src/Makefile.in-1414-gui/dialogs/3Depict-autosaveDialog.obj: gui/dialogs/autosaveDialog.cpp
3depict-0.0.22/src/Makefile.in:1415:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -MT gui/dialogs/3Depict-autosaveDialog.obj -MD -MP -MF gui/dialogs/$(DEPDIR)/3Depict-autosaveDialog.Tpo -c -o gui/dialogs/3Depict-autosaveDialog.obj `if test -f 'gui/dialogs/autosaveDialog.cpp'; then $(CYGPATH_W) 'gui/dialogs/autosaveDialog.cpp'; else $(CYGPATH_W) '$(srcdir)/gui/dialogs/autosaveDialog.cpp'; fi`
3depict-0.0.22/src/Makefile.in-1416-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) gui/dialogs/$(DEPDIR)/3Depict-autosaveDialog.Tpo gui/dialogs/$(DEPDIR)/3Depict-autosaveDialog.Po
##############################################
3depict-0.0.22/src/Makefile.in-1418-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3depict-0.0.22/src/Makefile.in:1419:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -c -o gui/dialogs/3Depict-autosaveDialog.obj `if test -f 'gui/dialogs/autosaveDialog.cpp'; then $(CYGPATH_W) 'gui/dialogs/autosaveDialog.cpp'; else $(CYGPATH_W) '$(srcdir)/gui/dialogs/autosaveDialog.cpp'; fi`
3depict-0.0.22/src/Makefile.in-1420-
3depict-0.0.22/src/Makefile.in-1421-gui/dialogs/3Depict-filterErrorDialog.o: gui/dialogs/filterErrorDialog.cpp
3depict-0.0.22/src/Makefile.in:1422:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -MT gui/dialogs/3Depict-filterErrorDialog.o -MD -MP -MF gui/dialogs/$(DEPDIR)/3Depict-filterErrorDialog.Tpo -c -o gui/dialogs/3Depict-filterErrorDialog.o `test -f 'gui/dialogs/filterErrorDialog.cpp' || echo '$(srcdir)/'`gui/dialogs/filterErrorDialog.cpp
3depict-0.0.22/src/Makefile.in-1423-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) gui/dialogs/$(DEPDIR)/3Depict-filterErrorDialog.Tpo gui/dialogs/$(DEPDIR)/3Depict-filterErrorDialog.Po
##############################################
3depict-0.0.22/src/Makefile.in-1425-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3depict-0.0.22/src/Makefile.in:1426:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -c -o gui/dialogs/3Depict-filterErrorDialog.o `test -f 'gui/dialogs/filterErrorDialog.cpp' || echo '$(srcdir)/'`gui/dialogs/filterErrorDialog.cpp
3depict-0.0.22/src/Makefile.in-1427-
3depict-0.0.22/src/Makefile.in-1428-gui/dialogs/3Depict-filterErrorDialog.obj: gui/dialogs/filterErrorDialog.cpp
3depict-0.0.22/src/Makefile.in:1429:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -MT gui/dialogs/3Depict-filterErrorDialog.obj -MD -MP -MF gui/dialogs/$(DEPDIR)/3Depict-filterErrorDialog.Tpo -c -o gui/dialogs/3Depict-filterErrorDialog.obj `if test -f 'gui/dialogs/filterErrorDialog.cpp'; then $(CYGPATH_W) 'gui/dialogs/filterErrorDialog.cpp'; else $(CYGPATH_W) '$(srcdir)/gui/dialogs/filterErrorDialog.cpp'; fi`
3depict-0.0.22/src/Makefile.in-1430-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) gui/dialogs/$(DEPDIR)/3Depict-filterErrorDialog.Tpo gui/dialogs/$(DEPDIR)/3Depict-filterErrorDialog.Po
##############################################
3depict-0.0.22/src/Makefile.in-1432-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3depict-0.0.22/src/Makefile.in:1433:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -c -o gui/dialogs/3Depict-filterErrorDialog.obj `if test -f 'gui/dialogs/filterErrorDialog.cpp'; then $(CYGPATH_W) 'gui/dialogs/filterErrorDialog.cpp'; else $(CYGPATH_W) '$(srcdir)/gui/dialogs/filterErrorDialog.cpp'; fi`
3depict-0.0.22/src/Makefile.in-1434-
3depict-0.0.22/src/Makefile.in-1435-gui/dialogs/3Depict-animateFilterDialog.o: gui/dialogs/animateFilterDialog.cpp
3depict-0.0.22/src/Makefile.in:1436:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -MT gui/dialogs/3Depict-animateFilterDialog.o -MD -MP -MF gui/dialogs/$(DEPDIR)/3Depict-animateFilterDialog.Tpo -c -o gui/dialogs/3Depict-animateFilterDialog.o `test -f 'gui/dialogs/animateFilterDialog.cpp' || echo '$(srcdir)/'`gui/dialogs/animateFilterDialog.cpp
3depict-0.0.22/src/Makefile.in-1437-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) gui/dialogs/$(DEPDIR)/3Depict-animateFilterDialog.Tpo gui/dialogs/$(DEPDIR)/3Depict-animateFilterDialog.Po
##############################################
3depict-0.0.22/src/Makefile.in-1439-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3depict-0.0.22/src/Makefile.in:1440:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -c -o gui/dialogs/3Depict-animateFilterDialog.o `test -f 'gui/dialogs/animateFilterDialog.cpp' || echo '$(srcdir)/'`gui/dialogs/animateFilterDialog.cpp
3depict-0.0.22/src/Makefile.in-1441-
3depict-0.0.22/src/Makefile.in-1442-gui/dialogs/3Depict-animateFilterDialog.obj: gui/dialogs/animateFilterDialog.cpp
3depict-0.0.22/src/Makefile.in:1443:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -MT gui/dialogs/3Depict-animateFilterDialog.obj -MD -MP -MF gui/dialogs/$(DEPDIR)/3Depict-animateFilterDialog.Tpo -c -o gui/dialogs/3Depict-animateFilterDialog.obj `if test -f 'gui/dialogs/animateFilterDialog.cpp'; then $(CYGPATH_W) 'gui/dialogs/animateFilterDialog.cpp'; else $(CYGPATH_W) '$(srcdir)/gui/dialogs/animateFilterDialog.cpp'; fi`
3depict-0.0.22/src/Makefile.in-1444-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) gui/dialogs/$(DEPDIR)/3Depict-animateFilterDialog.Tpo gui/dialogs/$(DEPDIR)/3Depict-animateFilterDialog.Po
##############################################
3depict-0.0.22/src/Makefile.in-1446-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3depict-0.0.22/src/Makefile.in:1447:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -c -o gui/dialogs/3Depict-animateFilterDialog.obj `if test -f 'gui/dialogs/animateFilterDialog.cpp'; then $(CYGPATH_W) 'gui/dialogs/animateFilterDialog.cpp'; else $(CYGPATH_W) '$(srcdir)/gui/dialogs/animateFilterDialog.cpp'; fi`
3depict-0.0.22/src/Makefile.in-1448-
3depict-0.0.22/src/Makefile.in-1449-gui/dialogs/animateSubDialogs/3Depict-colourKeyFrameDialog.o: gui/dialogs/animateSubDialogs/colourKeyFrameDialog.cpp
3depict-0.0.22/src/Makefile.in:1450:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -MT gui/dialogs/animateSubDialogs/3Depict-colourKeyFrameDialog.o -MD -MP -MF gui/dialogs/animateSubDialogs/$(DEPDIR)/3Depict-colourKeyFrameDialog.Tpo -c -o gui/dialogs/animateSubDialogs/3Depict-colourKeyFrameDialog.o `test -f 'gui/dialogs/animateSubDialogs/colourKeyFrameDialog.cpp' || echo '$(srcdir)/'`gui/dialogs/animateSubDialogs/colourKeyFrameDialog.cpp
3depict-0.0.22/src/Makefile.in-1451-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) gui/dialogs/animateSubDialogs/$(DEPDIR)/3Depict-colourKeyFrameDialog.Tpo gui/dialogs/animateSubDialogs/$(DEPDIR)/3Depict-colourKeyFrameDialog.Po
##############################################
3depict-0.0.22/src/Makefile.in-1453-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3depict-0.0.22/src/Makefile.in:1454:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -c -o gui/dialogs/animateSubDialogs/3Depict-colourKeyFrameDialog.o `test -f 'gui/dialogs/animateSubDialogs/colourKeyFrameDialog.cpp' || echo '$(srcdir)/'`gui/dialogs/animateSubDialogs/colourKeyFrameDialog.cpp
3depict-0.0.22/src/Makefile.in-1455-
3depict-0.0.22/src/Makefile.in-1456-gui/dialogs/animateSubDialogs/3Depict-colourKeyFrameDialog.obj: gui/dialogs/animateSubDialogs/colourKeyFrameDialog.cpp
3depict-0.0.22/src/Makefile.in:1457:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -MT gui/dialogs/animateSubDialogs/3Depict-colourKeyFrameDialog.obj -MD -MP -MF gui/dialogs/animateSubDialogs/$(DEPDIR)/3Depict-colourKeyFrameDialog.Tpo -c -o gui/dialogs/animateSubDialogs/3Depict-colourKeyFrameDialog.obj `if test -f 'gui/dialogs/animateSubDialogs/colourKeyFrameDialog.cpp'; then $(CYGPATH_W) 'gui/dialogs/animateSubDialogs/colourKeyFrameDialog.cpp'; else $(CYGPATH_W) '$(srcdir)/gui/dialogs/animateSubDialogs/colourKeyFrameDialog.cpp'; fi`
3depict-0.0.22/src/Makefile.in-1458-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) gui/dialogs/animateSubDialogs/$(DEPDIR)/3Depict-colourKeyFrameDialog.Tpo gui/dialogs/animateSubDialogs/$(DEPDIR)/3Depict-colourKeyFrameDialog.Po
##############################################
3depict-0.0.22/src/Makefile.in-1460-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3depict-0.0.22/src/Makefile.in:1461:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -c -o gui/dialogs/animateSubDialogs/3Depict-colourKeyFrameDialog.obj `if test -f 'gui/dialogs/animateSubDialogs/colourKeyFrameDialog.cpp'; then $(CYGPATH_W) 'gui/dialogs/animateSubDialogs/colourKeyFrameDialog.cpp'; else $(CYGPATH_W) '$(srcdir)/gui/dialogs/animateSubDialogs/colourKeyFrameDialog.cpp'; fi`
3depict-0.0.22/src/Makefile.in-1462-
3depict-0.0.22/src/Makefile.in-1463-gui/dialogs/animateSubDialogs/3Depict-stringKeyFrameDialog.o: gui/dialogs/animateSubDialogs/stringKeyFrameDialog.cpp
3depict-0.0.22/src/Makefile.in:1464:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -MT gui/dialogs/animateSubDialogs/3Depict-stringKeyFrameDialog.o -MD -MP -MF gui/dialogs/animateSubDialogs/$(DEPDIR)/3Depict-stringKeyFrameDialog.Tpo -c -o gui/dialogs/animateSubDialogs/3Depict-stringKeyFrameDialog.o `test -f 'gui/dialogs/animateSubDialogs/stringKeyFrameDialog.cpp' || echo '$(srcdir)/'`gui/dialogs/animateSubDialogs/stringKeyFrameDialog.cpp
3depict-0.0.22/src/Makefile.in-1465-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) gui/dialogs/animateSubDialogs/$(DEPDIR)/3Depict-stringKeyFrameDialog.Tpo gui/dialogs/animateSubDialogs/$(DEPDIR)/3Depict-stringKeyFrameDialog.Po
##############################################
3depict-0.0.22/src/Makefile.in-1467-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3depict-0.0.22/src/Makefile.in:1468:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -c -o gui/dialogs/animateSubDialogs/3Depict-stringKeyFrameDialog.o `test -f 'gui/dialogs/animateSubDialogs/stringKeyFrameDialog.cpp' || echo '$(srcdir)/'`gui/dialogs/animateSubDialogs/stringKeyFrameDialog.cpp
3depict-0.0.22/src/Makefile.in-1469-
3depict-0.0.22/src/Makefile.in-1470-gui/dialogs/animateSubDialogs/3Depict-stringKeyFrameDialog.obj: gui/dialogs/animateSubDialogs/stringKeyFrameDialog.cpp
3depict-0.0.22/src/Makefile.in:1471:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -MT gui/dialogs/animateSubDialogs/3Depict-stringKeyFrameDialog.obj -MD -MP -MF gui/dialogs/animateSubDialogs/$(DEPDIR)/3Depict-stringKeyFrameDialog.Tpo -c -o gui/dialogs/animateSubDialogs/3Depict-stringKeyFrameDialog.obj `if test -f 'gui/dialogs/animateSubDialogs/stringKeyFrameDialog.cpp'; then $(CYGPATH_W) 'gui/dialogs/animateSubDialogs/stringKeyFrameDialog.cpp'; else $(CYGPATH_W) '$(srcdir)/gui/dialogs/animateSubDialogs/stringKeyFrameDialog.cpp'; fi`
3depict-0.0.22/src/Makefile.in-1472-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) gui/dialogs/animateSubDialogs/$(DEPDIR)/3Depict-stringKeyFrameDialog.Tpo gui/dialogs/animateSubDialogs/$(DEPDIR)/3Depict-stringKeyFrameDialog.Po
##############################################
3depict-0.0.22/src/Makefile.in-1474-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3depict-0.0.22/src/Makefile.in:1475:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -c -o gui/dialogs/animateSubDialogs/3Depict-stringKeyFrameDialog.obj `if test -f 'gui/dialogs/animateSubDialogs/stringKeyFrameDialog.cpp'; then $(CYGPATH_W) 'gui/dialogs/animateSubDialogs/stringKeyFrameDialog.cpp'; else $(CYGPATH_W) '$(srcdir)/gui/dialogs/animateSubDialogs/stringKeyFrameDialog.cpp'; fi`
3depict-0.0.22/src/Makefile.in-1476-
3depict-0.0.22/src/Makefile.in-1477-gui/dialogs/animateSubDialogs/3Depict-choiceKeyFrameDialog.o: gui/dialogs/animateSubDialogs/choiceKeyFrameDialog.cpp
3depict-0.0.22/src/Makefile.in:1478:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -MT gui/dialogs/animateSubDialogs/3Depict-choiceKeyFrameDialog.o -MD -MP -MF gui/dialogs/animateSubDialogs/$(DEPDIR)/3Depict-choiceKeyFrameDialog.Tpo -c -o gui/dialogs/animateSubDialogs/3Depict-choiceKeyFrameDialog.o `test -f 'gui/dialogs/animateSubDialogs/choiceKeyFrameDialog.cpp' || echo '$(srcdir)/'`gui/dialogs/animateSubDialogs/choiceKeyFrameDialog.cpp
3depict-0.0.22/src/Makefile.in-1479-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) gui/dialogs/animateSubDialogs/$(DEPDIR)/3Depict-choiceKeyFrameDialog.Tpo gui/dialogs/animateSubDialogs/$(DEPDIR)/3Depict-choiceKeyFrameDialog.Po
##############################################
3depict-0.0.22/src/Makefile.in-1481-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3depict-0.0.22/src/Makefile.in:1482:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -c -o gui/dialogs/animateSubDialogs/3Depict-choiceKeyFrameDialog.o `test -f 'gui/dialogs/animateSubDialogs/choiceKeyFrameDialog.cpp' || echo '$(srcdir)/'`gui/dialogs/animateSubDialogs/choiceKeyFrameDialog.cpp
3depict-0.0.22/src/Makefile.in-1483-
3depict-0.0.22/src/Makefile.in-1484-gui/dialogs/animateSubDialogs/3Depict-choiceKeyFrameDialog.obj: gui/dialogs/animateSubDialogs/choiceKeyFrameDialog.cpp
3depict-0.0.22/src/Makefile.in:1485:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -MT gui/dialogs/animateSubDialogs/3Depict-choiceKeyFrameDialog.obj -MD -MP -MF gui/dialogs/animateSubDialogs/$(DEPDIR)/3Depict-choiceKeyFrameDialog.Tpo -c -o gui/dialogs/animateSubDialogs/3Depict-choiceKeyFrameDialog.obj `if test -f 'gui/dialogs/animateSubDialogs/choiceKeyFrameDialog.cpp'; then $(CYGPATH_W) 'gui/dialogs/animateSubDialogs/choiceKeyFrameDialog.cpp'; else $(CYGPATH_W) '$(srcdir)/gui/dialogs/animateSubDialogs/choiceKeyFrameDialog.cpp'; fi`
3depict-0.0.22/src/Makefile.in-1486-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) gui/dialogs/animateSubDialogs/$(DEPDIR)/3Depict-choiceKeyFrameDialog.Tpo gui/dialogs/animateSubDialogs/$(DEPDIR)/3Depict-choiceKeyFrameDialog.Po
##############################################
3depict-0.0.22/src/Makefile.in-1488-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3depict-0.0.22/src/Makefile.in:1489:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -c -o gui/dialogs/animateSubDialogs/3Depict-choiceKeyFrameDialog.obj `if test -f 'gui/dialogs/animateSubDialogs/choiceKeyFrameDialog.cpp'; then $(CYGPATH_W) 'gui/dialogs/animateSubDialogs/choiceKeyFrameDialog.cpp'; else $(CYGPATH_W) '$(srcdir)/gui/dialogs/animateSubDialogs/choiceKeyFrameDialog.cpp'; fi`
3depict-0.0.22/src/Makefile.in-1490-
3depict-0.0.22/src/Makefile.in-1491-gui/dialogs/3Depict-rangeEditDialog.o: gui/dialogs/rangeEditDialog.cpp
3depict-0.0.22/src/Makefile.in:1492:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -MT gui/dialogs/3Depict-rangeEditDialog.o -MD -MP -MF gui/dialogs/$(DEPDIR)/3Depict-rangeEditDialog.Tpo -c -o gui/dialogs/3Depict-rangeEditDialog.o `test -f 'gui/dialogs/rangeEditDialog.cpp' || echo '$(srcdir)/'`gui/dialogs/rangeEditDialog.cpp
3depict-0.0.22/src/Makefile.in-1493-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) gui/dialogs/$(DEPDIR)/3Depict-rangeEditDialog.Tpo gui/dialogs/$(DEPDIR)/3Depict-rangeEditDialog.Po
##############################################
3depict-0.0.22/src/Makefile.in-1495-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3depict-0.0.22/src/Makefile.in:1496:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -c -o gui/dialogs/3Depict-rangeEditDialog.o `test -f 'gui/dialogs/rangeEditDialog.cpp' || echo '$(srcdir)/'`gui/dialogs/rangeEditDialog.cpp
3depict-0.0.22/src/Makefile.in-1497-
3depict-0.0.22/src/Makefile.in-1498-gui/dialogs/3Depict-rangeEditDialog.obj: gui/dialogs/rangeEditDialog.cpp
3depict-0.0.22/src/Makefile.in:1499:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -MT gui/dialogs/3Depict-rangeEditDialog.obj -MD -MP -MF gui/dialogs/$(DEPDIR)/3Depict-rangeEditDialog.Tpo -c -o gui/dialogs/3Depict-rangeEditDialog.obj `if test -f 'gui/dialogs/rangeEditDialog.cpp'; then $(CYGPATH_W) 'gui/dialogs/rangeEditDialog.cpp'; else $(CYGPATH_W) '$(srcdir)/gui/dialogs/rangeEditDialog.cpp'; fi`
3depict-0.0.22/src/Makefile.in-1500-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) gui/dialogs/$(DEPDIR)/3Depict-rangeEditDialog.Tpo gui/dialogs/$(DEPDIR)/3Depict-rangeEditDialog.Po
##############################################
3depict-0.0.22/src/Makefile.in-1502-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3depict-0.0.22/src/Makefile.in:1503:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -c -o gui/dialogs/3Depict-rangeEditDialog.obj `if test -f 'gui/dialogs/rangeEditDialog.cpp'; then $(CYGPATH_W) 'gui/dialogs/rangeEditDialog.cpp'; else $(CYGPATH_W) '$(srcdir)/gui/dialogs/rangeEditDialog.cpp'; fi`
3depict-0.0.22/src/Makefile.in-1504-
3depict-0.0.22/src/Makefile.in-1505-gui/dialogs/3Depict-transferFuncDialog.o: gui/dialogs/transferFuncDialog.cpp
3depict-0.0.22/src/Makefile.in:1506:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -MT gui/dialogs/3Depict-transferFuncDialog.o -MD -MP -MF gui/dialogs/$(DEPDIR)/3Depict-transferFuncDialog.Tpo -c -o gui/dialogs/3Depict-transferFuncDialog.o `test -f 'gui/dialogs/transferFuncDialog.cpp' || echo '$(srcdir)/'`gui/dialogs/transferFuncDialog.cpp
3depict-0.0.22/src/Makefile.in-1507-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) gui/dialogs/$(DEPDIR)/3Depict-transferFuncDialog.Tpo gui/dialogs/$(DEPDIR)/3Depict-transferFuncDialog.Po
##############################################
3depict-0.0.22/src/Makefile.in-1509-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3depict-0.0.22/src/Makefile.in:1510:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -c -o gui/dialogs/3Depict-transferFuncDialog.o `test -f 'gui/dialogs/transferFuncDialog.cpp' || echo '$(srcdir)/'`gui/dialogs/transferFuncDialog.cpp
3depict-0.0.22/src/Makefile.in-1511-
3depict-0.0.22/src/Makefile.in-1512-gui/dialogs/3Depict-transferFuncDialog.obj: gui/dialogs/transferFuncDialog.cpp
3depict-0.0.22/src/Makefile.in:1513:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -MT gui/dialogs/3Depict-transferFuncDialog.obj -MD -MP -MF gui/dialogs/$(DEPDIR)/3Depict-transferFuncDialog.Tpo -c -o gui/dialogs/3Depict-transferFuncDialog.obj `if test -f 'gui/dialogs/transferFuncDialog.cpp'; then $(CYGPATH_W) 'gui/dialogs/transferFuncDialog.cpp'; else $(CYGPATH_W) '$(srcdir)/gui/dialogs/transferFuncDialog.cpp'; fi`
3depict-0.0.22/src/Makefile.in-1514-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) gui/dialogs/$(DEPDIR)/3Depict-transferFuncDialog.Tpo gui/dialogs/$(DEPDIR)/3Depict-transferFuncDialog.Po
##############################################
3depict-0.0.22/src/Makefile.in-1516-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3depict-0.0.22/src/Makefile.in:1517:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -c -o gui/dialogs/3Depict-transferFuncDialog.obj `if test -f 'gui/dialogs/transferFuncDialog.cpp'; then $(CYGPATH_W) 'gui/dialogs/transferFuncDialog.cpp'; else $(CYGPATH_W) '$(srcdir)/gui/dialogs/transferFuncDialog.cpp'; fi`
3depict-0.0.22/src/Makefile.in-1518-
3depict-0.0.22/src/Makefile.in-1519-backend/filters/3Depict-allFilter.o: backend/filters/allFilter.cpp
3depict-0.0.22/src/Makefile.in:1520:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -MT backend/filters/3Depict-allFilter.o -MD -MP -MF backend/filters/$(DEPDIR)/3Depict-allFilter.Tpo -c -o backend/filters/3Depict-allFilter.o `test -f 'backend/filters/allFilter.cpp' || echo '$(srcdir)/'`backend/filters/allFilter.cpp
3depict-0.0.22/src/Makefile.in-1521-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) backend/filters/$(DEPDIR)/3Depict-allFilter.Tpo backend/filters/$(DEPDIR)/3Depict-allFilter.Po
##############################################
3depict-0.0.22/src/Makefile.in-1523-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3depict-0.0.22/src/Makefile.in:1524:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -c -o backend/filters/3Depict-allFilter.o `test -f 'backend/filters/allFilter.cpp' || echo '$(srcdir)/'`backend/filters/allFilter.cpp
3depict-0.0.22/src/Makefile.in-1525-
3depict-0.0.22/src/Makefile.in-1526-backend/filters/3Depict-allFilter.obj: backend/filters/allFilter.cpp
3depict-0.0.22/src/Makefile.in:1527:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -MT backend/filters/3Depict-allFilter.obj -MD -MP -MF backend/filters/$(DEPDIR)/3Depict-allFilter.Tpo -c -o backend/filters/3Depict-allFilter.obj `if test -f 'backend/filters/allFilter.cpp'; then $(CYGPATH_W) 'backend/filters/allFilter.cpp'; else $(CYGPATH_W) '$(srcdir)/backend/filters/allFilter.cpp'; fi`
3depict-0.0.22/src/Makefile.in-1528-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) backend/filters/$(DEPDIR)/3Depict-allFilter.Tpo backend/filters/$(DEPDIR)/3Depict-allFilter.Po
##############################################
3depict-0.0.22/src/Makefile.in-1530-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3depict-0.0.22/src/Makefile.in:1531:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -c -o backend/filters/3Depict-allFilter.obj `if test -f 'backend/filters/allFilter.cpp'; then $(CYGPATH_W) 'backend/filters/allFilter.cpp'; else $(CYGPATH_W) '$(srcdir)/backend/filters/allFilter.cpp'; fi`
3depict-0.0.22/src/Makefile.in-1532-
3depict-0.0.22/src/Makefile.in-1533-backend/filters/3Depict-filterCommon.o: backend/filters/filterCommon.cpp
3depict-0.0.22/src/Makefile.in:1534:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -MT backend/filters/3Depict-filterCommon.o -MD -MP -MF backend/filters/$(DEPDIR)/3Depict-filterCommon.Tpo -c -o backend/filters/3Depict-filterCommon.o `test -f 'backend/filters/filterCommon.cpp' || echo '$(srcdir)/'`backend/filters/filterCommon.cpp
3depict-0.0.22/src/Makefile.in-1535-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) backend/filters/$(DEPDIR)/3Depict-filterCommon.Tpo backend/filters/$(DEPDIR)/3Depict-filterCommon.Po
##############################################
3depict-0.0.22/src/Makefile.in-1537-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3depict-0.0.22/src/Makefile.in:1538:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -c -o backend/filters/3Depict-filterCommon.o `test -f 'backend/filters/filterCommon.cpp' || echo '$(srcdir)/'`backend/filters/filterCommon.cpp
3depict-0.0.22/src/Makefile.in-1539-
3depict-0.0.22/src/Makefile.in-1540-backend/filters/3Depict-filterCommon.obj: backend/filters/filterCommon.cpp
3depict-0.0.22/src/Makefile.in:1541:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -MT backend/filters/3Depict-filterCommon.obj -MD -MP -MF backend/filters/$(DEPDIR)/3Depict-filterCommon.Tpo -c -o backend/filters/3Depict-filterCommon.obj `if test -f 'backend/filters/filterCommon.cpp'; then $(CYGPATH_W) 'backend/filters/filterCommon.cpp'; else $(CYGPATH_W) '$(srcdir)/backend/filters/filterCommon.cpp'; fi`
3depict-0.0.22/src/Makefile.in-1542-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) backend/filters/$(DEPDIR)/3Depict-filterCommon.Tpo backend/filters/$(DEPDIR)/3Depict-filterCommon.Po
##############################################
3depict-0.0.22/src/Makefile.in-1544-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3depict-0.0.22/src/Makefile.in:1545:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -c -o backend/filters/3Depict-filterCommon.obj `if test -f 'backend/filters/filterCommon.cpp'; then $(CYGPATH_W) 'backend/filters/filterCommon.cpp'; else $(CYGPATH_W) '$(srcdir)/backend/filters/filterCommon.cpp'; fi`
3depict-0.0.22/src/Makefile.in-1546-
3depict-0.0.22/src/Makefile.in-1547-backend/filters/3Depict-dataLoad.o: backend/filters/dataLoad.cpp
3depict-0.0.22/src/Makefile.in:1548:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -MT backend/filters/3Depict-dataLoad.o -MD -MP -MF backend/filters/$(DEPDIR)/3Depict-dataLoad.Tpo -c -o backend/filters/3Depict-dataLoad.o `test -f 'backend/filters/dataLoad.cpp' || echo '$(srcdir)/'`backend/filters/dataLoad.cpp
3depict-0.0.22/src/Makefile.in-1549-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) backend/filters/$(DEPDIR)/3Depict-dataLoad.Tpo backend/filters/$(DEPDIR)/3Depict-dataLoad.Po
##############################################
3depict-0.0.22/src/Makefile.in-1551-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3depict-0.0.22/src/Makefile.in:1552:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -c -o backend/filters/3Depict-dataLoad.o `test -f 'backend/filters/dataLoad.cpp' || echo '$(srcdir)/'`backend/filters/dataLoad.cpp
3depict-0.0.22/src/Makefile.in-1553-
3depict-0.0.22/src/Makefile.in-1554-backend/filters/3Depict-dataLoad.obj: backend/filters/dataLoad.cpp
3depict-0.0.22/src/Makefile.in:1555:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -MT backend/filters/3Depict-dataLoad.obj -MD -MP -MF backend/filters/$(DEPDIR)/3Depict-dataLoad.Tpo -c -o backend/filters/3Depict-dataLoad.obj `if test -f 'backend/filters/dataLoad.cpp'; then $(CYGPATH_W) 'backend/filters/dataLoad.cpp'; else $(CYGPATH_W) '$(srcdir)/backend/filters/dataLoad.cpp'; fi`
3depict-0.0.22/src/Makefile.in-1556-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) backend/filters/$(DEPDIR)/3Depict-dataLoad.Tpo backend/filters/$(DEPDIR)/3Depict-dataLoad.Po
##############################################
3depict-0.0.22/src/Makefile.in-1558-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3depict-0.0.22/src/Makefile.in:1559:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -c -o backend/filters/3Depict-dataLoad.obj `if test -f 'backend/filters/dataLoad.cpp'; then $(CYGPATH_W) 'backend/filters/dataLoad.cpp'; else $(CYGPATH_W) '$(srcdir)/backend/filters/dataLoad.cpp'; fi`
3depict-0.0.22/src/Makefile.in-1560-
3depict-0.0.22/src/Makefile.in-1561-backend/filters/3Depict-ionDownsample.o: backend/filters/ionDownsample.cpp
3depict-0.0.22/src/Makefile.in:1562:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -MT backend/filters/3Depict-ionDownsample.o -MD -MP -MF backend/filters/$(DEPDIR)/3Depict-ionDownsample.Tpo -c -o backend/filters/3Depict-ionDownsample.o `test -f 'backend/filters/ionDownsample.cpp' || echo '$(srcdir)/'`backend/filters/ionDownsample.cpp
3depict-0.0.22/src/Makefile.in-1563-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) backend/filters/$(DEPDIR)/3Depict-ionDownsample.Tpo backend/filters/$(DEPDIR)/3Depict-ionDownsample.Po
##############################################
3depict-0.0.22/src/Makefile.in-1565-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3depict-0.0.22/src/Makefile.in:1566:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -c -o backend/filters/3Depict-ionDownsample.o `test -f 'backend/filters/ionDownsample.cpp' || echo '$(srcdir)/'`backend/filters/ionDownsample.cpp
3depict-0.0.22/src/Makefile.in-1567-
3depict-0.0.22/src/Makefile.in-1568-backend/filters/3Depict-ionDownsample.obj: backend/filters/ionDownsample.cpp
3depict-0.0.22/src/Makefile.in:1569:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -MT backend/filters/3Depict-ionDownsample.obj -MD -MP -MF backend/filters/$(DEPDIR)/3Depict-ionDownsample.Tpo -c -o backend/filters/3Depict-ionDownsample.obj `if test -f 'backend/filters/ionDownsample.cpp'; then $(CYGPATH_W) 'backend/filters/ionDownsample.cpp'; else $(CYGPATH_W) '$(srcdir)/backend/filters/ionDownsample.cpp'; fi`
3depict-0.0.22/src/Makefile.in-1570-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) backend/filters/$(DEPDIR)/3Depict-ionDownsample.Tpo backend/filters/$(DEPDIR)/3Depict-ionDownsample.Po
##############################################
3depict-0.0.22/src/Makefile.in-1572-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3depict-0.0.22/src/Makefile.in:1573:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -c -o backend/filters/3Depict-ionDownsample.obj `if test -f 'backend/filters/ionDownsample.cpp'; then $(CYGPATH_W) 'backend/filters/ionDownsample.cpp'; else $(CYGPATH_W) '$(srcdir)/backend/filters/ionDownsample.cpp'; fi`
3depict-0.0.22/src/Makefile.in-1574-
3depict-0.0.22/src/Makefile.in-1575-backend/filters/3Depict-rangeFile.o: backend/filters/rangeFile.cpp
3depict-0.0.22/src/Makefile.in:1576:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -MT backend/filters/3Depict-rangeFile.o -MD -MP -MF backend/filters/$(DEPDIR)/3Depict-rangeFile.Tpo -c -o backend/filters/3Depict-rangeFile.o `test -f 'backend/filters/rangeFile.cpp' || echo '$(srcdir)/'`backend/filters/rangeFile.cpp
3depict-0.0.22/src/Makefile.in-1577-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) backend/filters/$(DEPDIR)/3Depict-rangeFile.Tpo backend/filters/$(DEPDIR)/3Depict-rangeFile.Po
##############################################
3depict-0.0.22/src/Makefile.in-1579-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3depict-0.0.22/src/Makefile.in:1580:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -c -o backend/filters/3Depict-rangeFile.o `test -f 'backend/filters/rangeFile.cpp' || echo '$(srcdir)/'`backend/filters/rangeFile.cpp
3depict-0.0.22/src/Makefile.in-1581-
3depict-0.0.22/src/Makefile.in-1582-backend/filters/3Depict-rangeFile.obj: backend/filters/rangeFile.cpp
3depict-0.0.22/src/Makefile.in:1583:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -MT backend/filters/3Depict-rangeFile.obj -MD -MP -MF backend/filters/$(DEPDIR)/3Depict-rangeFile.Tpo -c -o backend/filters/3Depict-rangeFile.obj `if test -f 'backend/filters/rangeFile.cpp'; then $(CYGPATH_W) 'backend/filters/rangeFile.cpp'; else $(CYGPATH_W) '$(srcdir)/backend/filters/rangeFile.cpp'; fi`
3depict-0.0.22/src/Makefile.in-1584-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) backend/filters/$(DEPDIR)/3Depict-rangeFile.Tpo backend/filters/$(DEPDIR)/3Depict-rangeFile.Po
##############################################
3depict-0.0.22/src/Makefile.in-1586-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3depict-0.0.22/src/Makefile.in:1587:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -c -o backend/filters/3Depict-rangeFile.obj `if test -f 'backend/filters/rangeFile.cpp'; then $(CYGPATH_W) 'backend/filters/rangeFile.cpp'; else $(CYGPATH_W) '$(srcdir)/backend/filters/rangeFile.cpp'; fi`
3depict-0.0.22/src/Makefile.in-1588-
3depict-0.0.22/src/Makefile.in-1589-backend/filters/3Depict-voxelise.o: backend/filters/voxelise.cpp
3depict-0.0.22/src/Makefile.in:1590:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -MT backend/filters/3Depict-voxelise.o -MD -MP -MF backend/filters/$(DEPDIR)/3Depict-voxelise.Tpo -c -o backend/filters/3Depict-voxelise.o `test -f 'backend/filters/voxelise.cpp' || echo '$(srcdir)/'`backend/filters/voxelise.cpp
3depict-0.0.22/src/Makefile.in-1591-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) backend/filters/$(DEPDIR)/3Depict-voxelise.Tpo backend/filters/$(DEPDIR)/3Depict-voxelise.Po
##############################################
3depict-0.0.22/src/Makefile.in-1593-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3depict-0.0.22/src/Makefile.in:1594:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -c -o backend/filters/3Depict-voxelise.o `test -f 'backend/filters/voxelise.cpp' || echo '$(srcdir)/'`backend/filters/voxelise.cpp
3depict-0.0.22/src/Makefile.in-1595-
3depict-0.0.22/src/Makefile.in-1596-backend/filters/3Depict-voxelise.obj: backend/filters/voxelise.cpp
3depict-0.0.22/src/Makefile.in:1597:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -MT backend/filters/3Depict-voxelise.obj -MD -MP -MF backend/filters/$(DEPDIR)/3Depict-voxelise.Tpo -c -o backend/filters/3Depict-voxelise.obj `if test -f 'backend/filters/voxelise.cpp'; then $(CYGPATH_W) 'backend/filters/voxelise.cpp'; else $(CYGPATH_W) '$(srcdir)/backend/filters/voxelise.cpp'; fi`
3depict-0.0.22/src/Makefile.in-1598-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) backend/filters/$(DEPDIR)/3Depict-voxelise.Tpo backend/filters/$(DEPDIR)/3Depict-voxelise.Po
##############################################
3depict-0.0.22/src/Makefile.in-1600-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3depict-0.0.22/src/Makefile.in:1601:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -c -o backend/filters/3Depict-voxelise.obj `if test -f 'backend/filters/voxelise.cpp'; then $(CYGPATH_W) 'backend/filters/voxelise.cpp'; else $(CYGPATH_W) '$(srcdir)/backend/filters/voxelise.cpp'; fi`
3depict-0.0.22/src/Makefile.in-1602-
3depict-0.0.22/src/Makefile.in-1603-backend/filters/3Depict-spectrumPlot.o: backend/filters/spectrumPlot.cpp
3depict-0.0.22/src/Makefile.in:1604:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -MT backend/filters/3Depict-spectrumPlot.o -MD -MP -MF backend/filters/$(DEPDIR)/3Depict-spectrumPlot.Tpo -c -o backend/filters/3Depict-spectrumPlot.o `test -f 'backend/filters/spectrumPlot.cpp' || echo '$(srcdir)/'`backend/filters/spectrumPlot.cpp
3depict-0.0.22/src/Makefile.in-1605-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) backend/filters/$(DEPDIR)/3Depict-spectrumPlot.Tpo backend/filters/$(DEPDIR)/3Depict-spectrumPlot.Po
##############################################
3depict-0.0.22/src/Makefile.in-1607-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3depict-0.0.22/src/Makefile.in:1608:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -c -o backend/filters/3Depict-spectrumPlot.o `test -f 'backend/filters/spectrumPlot.cpp' || echo '$(srcdir)/'`backend/filters/spectrumPlot.cpp
3depict-0.0.22/src/Makefile.in-1609-
3depict-0.0.22/src/Makefile.in-1610-backend/filters/3Depict-spectrumPlot.obj: backend/filters/spectrumPlot.cpp
3depict-0.0.22/src/Makefile.in:1611:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -MT backend/filters/3Depict-spectrumPlot.obj -MD -MP -MF backend/filters/$(DEPDIR)/3Depict-spectrumPlot.Tpo -c -o backend/filters/3Depict-spectrumPlot.obj `if test -f 'backend/filters/spectrumPlot.cpp'; then $(CYGPATH_W) 'backend/filters/spectrumPlot.cpp'; else $(CYGPATH_W) '$(srcdir)/backend/filters/spectrumPlot.cpp'; fi`
3depict-0.0.22/src/Makefile.in-1612-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) backend/filters/$(DEPDIR)/3Depict-spectrumPlot.Tpo backend/filters/$(DEPDIR)/3Depict-spectrumPlot.Po
##############################################
3depict-0.0.22/src/Makefile.in-1614-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3depict-0.0.22/src/Makefile.in:1615:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -c -o backend/filters/3Depict-spectrumPlot.obj `if test -f 'backend/filters/spectrumPlot.cpp'; then $(CYGPATH_W) 'backend/filters/spectrumPlot.cpp'; else $(CYGPATH_W) '$(srcdir)/backend/filters/spectrumPlot.cpp'; fi`
3depict-0.0.22/src/Makefile.in-1616-
3depict-0.0.22/src/Makefile.in-1617-backend/filters/3Depict-transform.o: backend/filters/transform.cpp
3depict-0.0.22/src/Makefile.in:1618:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -MT backend/filters/3Depict-transform.o -MD -MP -MF backend/filters/$(DEPDIR)/3Depict-transform.Tpo -c -o backend/filters/3Depict-transform.o `test -f 'backend/filters/transform.cpp' || echo '$(srcdir)/'`backend/filters/transform.cpp
3depict-0.0.22/src/Makefile.in-1619-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) backend/filters/$(DEPDIR)/3Depict-transform.Tpo backend/filters/$(DEPDIR)/3Depict-transform.Po
##############################################
3depict-0.0.22/src/Makefile.in-1621-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3depict-0.0.22/src/Makefile.in:1622:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -c -o backend/filters/3Depict-transform.o `test -f 'backend/filters/transform.cpp' || echo '$(srcdir)/'`backend/filters/transform.cpp
3depict-0.0.22/src/Makefile.in-1623-
3depict-0.0.22/src/Makefile.in-1624-backend/filters/3Depict-transform.obj: backend/filters/transform.cpp
3depict-0.0.22/src/Makefile.in:1625:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -MT backend/filters/3Depict-transform.obj -MD -MP -MF backend/filters/$(DEPDIR)/3Depict-transform.Tpo -c -o backend/filters/3Depict-transform.obj `if test -f 'backend/filters/transform.cpp'; then $(CYGPATH_W) 'backend/filters/transform.cpp'; else $(CYGPATH_W) '$(srcdir)/backend/filters/transform.cpp'; fi`
3depict-0.0.22/src/Makefile.in-1626-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) backend/filters/$(DEPDIR)/3Depict-transform.Tpo backend/filters/$(DEPDIR)/3Depict-transform.Po
##############################################
3depict-0.0.22/src/Makefile.in-1628-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3depict-0.0.22/src/Makefile.in:1629:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -c -o backend/filters/3Depict-transform.obj `if test -f 'backend/filters/transform.cpp'; then $(CYGPATH_W) 'backend/filters/transform.cpp'; else $(CYGPATH_W) '$(srcdir)/backend/filters/transform.cpp'; fi`
3depict-0.0.22/src/Makefile.in-1630-
3depict-0.0.22/src/Makefile.in-1631-backend/filters/3Depict-externalProgram.o: backend/filters/externalProgram.cpp
3depict-0.0.22/src/Makefile.in:1632:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -MT backend/filters/3Depict-externalProgram.o -MD -MP -MF backend/filters/$(DEPDIR)/3Depict-externalProgram.Tpo -c -o backend/filters/3Depict-externalProgram.o `test -f 'backend/filters/externalProgram.cpp' || echo '$(srcdir)/'`backend/filters/externalProgram.cpp
3depict-0.0.22/src/Makefile.in-1633-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) backend/filters/$(DEPDIR)/3Depict-externalProgram.Tpo backend/filters/$(DEPDIR)/3Depict-externalProgram.Po
##############################################
3depict-0.0.22/src/Makefile.in-1635-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3depict-0.0.22/src/Makefile.in:1636:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -c -o backend/filters/3Depict-externalProgram.o `test -f 'backend/filters/externalProgram.cpp' || echo '$(srcdir)/'`backend/filters/externalProgram.cpp
3depict-0.0.22/src/Makefile.in-1637-
3depict-0.0.22/src/Makefile.in-1638-backend/filters/3Depict-externalProgram.obj: backend/filters/externalProgram.cpp
3depict-0.0.22/src/Makefile.in:1639:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -MT backend/filters/3Depict-externalProgram.obj -MD -MP -MF backend/filters/$(DEPDIR)/3Depict-externalProgram.Tpo -c -o backend/filters/3Depict-externalProgram.obj `if test -f 'backend/filters/externalProgram.cpp'; then $(CYGPATH_W) 'backend/filters/externalProgram.cpp'; else $(CYGPATH_W) '$(srcdir)/backend/filters/externalProgram.cpp'; fi`
3depict-0.0.22/src/Makefile.in-1640-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) backend/filters/$(DEPDIR)/3Depict-externalProgram.Tpo backend/filters/$(DEPDIR)/3Depict-externalProgram.Po
##############################################
3depict-0.0.22/src/Makefile.in-1642-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3depict-0.0.22/src/Makefile.in:1643:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -c -o backend/filters/3Depict-externalProgram.obj `if test -f 'backend/filters/externalProgram.cpp'; then $(CYGPATH_W) 'backend/filters/externalProgram.cpp'; else $(CYGPATH_W) '$(srcdir)/backend/filters/externalProgram.cpp'; fi`
3depict-0.0.22/src/Makefile.in-1644-
3depict-0.0.22/src/Makefile.in-1645-backend/filters/3Depict-ionClip.o: backend/filters/ionClip.cpp
3depict-0.0.22/src/Makefile.in:1646:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -MT backend/filters/3Depict-ionClip.o -MD -MP -MF backend/filters/$(DEPDIR)/3Depict-ionClip.Tpo -c -o backend/filters/3Depict-ionClip.o `test -f 'backend/filters/ionClip.cpp' || echo '$(srcdir)/'`backend/filters/ionClip.cpp
3depict-0.0.22/src/Makefile.in-1647-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) backend/filters/$(DEPDIR)/3Depict-ionClip.Tpo backend/filters/$(DEPDIR)/3Depict-ionClip.Po
##############################################
3depict-0.0.22/src/Makefile.in-1649-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3depict-0.0.22/src/Makefile.in:1650:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -c -o backend/filters/3Depict-ionClip.o `test -f 'backend/filters/ionClip.cpp' || echo '$(srcdir)/'`backend/filters/ionClip.cpp
3depict-0.0.22/src/Makefile.in-1651-
3depict-0.0.22/src/Makefile.in-1652-backend/filters/3Depict-ionClip.obj: backend/filters/ionClip.cpp
3depict-0.0.22/src/Makefile.in:1653:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -MT backend/filters/3Depict-ionClip.obj -MD -MP -MF backend/filters/$(DEPDIR)/3Depict-ionClip.Tpo -c -o backend/filters/3Depict-ionClip.obj `if test -f 'backend/filters/ionClip.cpp'; then $(CYGPATH_W) 'backend/filters/ionClip.cpp'; else $(CYGPATH_W) '$(srcdir)/backend/filters/ionClip.cpp'; fi`
3depict-0.0.22/src/Makefile.in-1654-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) backend/filters/$(DEPDIR)/3Depict-ionClip.Tpo backend/filters/$(DEPDIR)/3Depict-ionClip.Po
##############################################
3depict-0.0.22/src/Makefile.in-1656-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3depict-0.0.22/src/Makefile.in:1657:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -c -o backend/filters/3Depict-ionClip.obj `if test -f 'backend/filters/ionClip.cpp'; then $(CYGPATH_W) 'backend/filters/ionClip.cpp'; else $(CYGPATH_W) '$(srcdir)/backend/filters/ionClip.cpp'; fi`
3depict-0.0.22/src/Makefile.in-1658-
3depict-0.0.22/src/Makefile.in-1659-backend/filters/3Depict-ionColour.o: backend/filters/ionColour.cpp
3depict-0.0.22/src/Makefile.in:1660:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -MT backend/filters/3Depict-ionColour.o -MD -MP -MF backend/filters/$(DEPDIR)/3Depict-ionColour.Tpo -c -o backend/filters/3Depict-ionColour.o `test -f 'backend/filters/ionColour.cpp' || echo '$(srcdir)/'`backend/filters/ionColour.cpp
3depict-0.0.22/src/Makefile.in-1661-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) backend/filters/$(DEPDIR)/3Depict-ionColour.Tpo backend/filters/$(DEPDIR)/3Depict-ionColour.Po
##############################################
3depict-0.0.22/src/Makefile.in-1663-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3depict-0.0.22/src/Makefile.in:1664:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -c -o backend/filters/3Depict-ionColour.o `test -f 'backend/filters/ionColour.cpp' || echo '$(srcdir)/'`backend/filters/ionColour.cpp
3depict-0.0.22/src/Makefile.in-1665-
3depict-0.0.22/src/Makefile.in-1666-backend/filters/3Depict-ionColour.obj: backend/filters/ionColour.cpp
3depict-0.0.22/src/Makefile.in:1667:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -MT backend/filters/3Depict-ionColour.obj -MD -MP -MF backend/filters/$(DEPDIR)/3Depict-ionColour.Tpo -c -o backend/filters/3Depict-ionColour.obj `if test -f 'backend/filters/ionColour.cpp'; then $(CYGPATH_W) 'backend/filters/ionColour.cpp'; else $(CYGPATH_W) '$(srcdir)/backend/filters/ionColour.cpp'; fi`
3depict-0.0.22/src/Makefile.in-1668-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) backend/filters/$(DEPDIR)/3Depict-ionColour.Tpo backend/filters/$(DEPDIR)/3Depict-ionColour.Po
##############################################
3depict-0.0.22/src/Makefile.in-1670-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3depict-0.0.22/src/Makefile.in:1671:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -c -o backend/filters/3Depict-ionColour.obj `if test -f 'backend/filters/ionColour.cpp'; then $(CYGPATH_W) 'backend/filters/ionColour.cpp'; else $(CYGPATH_W) '$(srcdir)/backend/filters/ionColour.cpp'; fi`
3depict-0.0.22/src/Makefile.in-1672-
3depict-0.0.22/src/Makefile.in-1673-backend/filters/3Depict-boundingBox.o: backend/filters/boundingBox.cpp
3depict-0.0.22/src/Makefile.in:1674:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -MT backend/filters/3Depict-boundingBox.o -MD -MP -MF backend/filters/$(DEPDIR)/3Depict-boundingBox.Tpo -c -o backend/filters/3Depict-boundingBox.o `test -f 'backend/filters/boundingBox.cpp' || echo '$(srcdir)/'`backend/filters/boundingBox.cpp
3depict-0.0.22/src/Makefile.in-1675-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) backend/filters/$(DEPDIR)/3Depict-boundingBox.Tpo backend/filters/$(DEPDIR)/3Depict-boundingBox.Po
##############################################
3depict-0.0.22/src/Makefile.in-1677-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3depict-0.0.22/src/Makefile.in:1678:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -c -o backend/filters/3Depict-boundingBox.o `test -f 'backend/filters/boundingBox.cpp' || echo '$(srcdir)/'`backend/filters/boundingBox.cpp
3depict-0.0.22/src/Makefile.in-1679-
3depict-0.0.22/src/Makefile.in-1680-backend/filters/3Depict-boundingBox.obj: backend/filters/boundingBox.cpp
3depict-0.0.22/src/Makefile.in:1681:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -MT backend/filters/3Depict-boundingBox.obj -MD -MP -MF backend/filters/$(DEPDIR)/3Depict-boundingBox.Tpo -c -o backend/filters/3Depict-boundingBox.obj `if test -f 'backend/filters/boundingBox.cpp'; then $(CYGPATH_W) 'backend/filters/boundingBox.cpp'; else $(CYGPATH_W) '$(srcdir)/backend/filters/boundingBox.cpp'; fi`
3depict-0.0.22/src/Makefile.in-1682-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) backend/filters/$(DEPDIR)/3Depict-boundingBox.Tpo backend/filters/$(DEPDIR)/3Depict-boundingBox.Po
##############################################
3depict-0.0.22/src/Makefile.in-1684-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3depict-0.0.22/src/Makefile.in:1685:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -c -o backend/filters/3Depict-boundingBox.obj `if test -f 'backend/filters/boundingBox.cpp'; then $(CYGPATH_W) 'backend/filters/boundingBox.cpp'; else $(CYGPATH_W) '$(srcdir)/backend/filters/boundingBox.cpp'; fi`
3depict-0.0.22/src/Makefile.in-1686-
3depict-0.0.22/src/Makefile.in-1687-backend/filters/3Depict-profile.o: backend/filters/profile.cpp
3depict-0.0.22/src/Makefile.in:1688:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -MT backend/filters/3Depict-profile.o -MD -MP -MF backend/filters/$(DEPDIR)/3Depict-profile.Tpo -c -o backend/filters/3Depict-profile.o `test -f 'backend/filters/profile.cpp' || echo '$(srcdir)/'`backend/filters/profile.cpp
3depict-0.0.22/src/Makefile.in-1689-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) backend/filters/$(DEPDIR)/3Depict-profile.Tpo backend/filters/$(DEPDIR)/3Depict-profile.Po
##############################################
3depict-0.0.22/src/Makefile.in-1691-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3depict-0.0.22/src/Makefile.in:1692:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -c -o backend/filters/3Depict-profile.o `test -f 'backend/filters/profile.cpp' || echo '$(srcdir)/'`backend/filters/profile.cpp
3depict-0.0.22/src/Makefile.in-1693-
3depict-0.0.22/src/Makefile.in-1694-backend/filters/3Depict-profile.obj: backend/filters/profile.cpp
3depict-0.0.22/src/Makefile.in:1695:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -MT backend/filters/3Depict-profile.obj -MD -MP -MF backend/filters/$(DEPDIR)/3Depict-profile.Tpo -c -o backend/filters/3Depict-profile.obj `if test -f 'backend/filters/profile.cpp'; then $(CYGPATH_W) 'backend/filters/profile.cpp'; else $(CYGPATH_W) '$(srcdir)/backend/filters/profile.cpp'; fi`
3depict-0.0.22/src/Makefile.in-1696-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) backend/filters/$(DEPDIR)/3Depict-profile.Tpo backend/filters/$(DEPDIR)/3Depict-profile.Po
##############################################
3depict-0.0.22/src/Makefile.in-1698-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3depict-0.0.22/src/Makefile.in:1699:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -c -o backend/filters/3Depict-profile.obj `if test -f 'backend/filters/profile.cpp'; then $(CYGPATH_W) 'backend/filters/profile.cpp'; else $(CYGPATH_W) '$(srcdir)/backend/filters/profile.cpp'; fi`
3depict-0.0.22/src/Makefile.in-1700-
3depict-0.0.22/src/Makefile.in-1701-backend/filters/3Depict-spatialAnalysis.o: backend/filters/spatialAnalysis.cpp
3depict-0.0.22/src/Makefile.in:1702:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -MT backend/filters/3Depict-spatialAnalysis.o -MD -MP -MF backend/filters/$(DEPDIR)/3Depict-spatialAnalysis.Tpo -c -o backend/filters/3Depict-spatialAnalysis.o `test -f 'backend/filters/spatialAnalysis.cpp' || echo '$(srcdir)/'`backend/filters/spatialAnalysis.cpp
3depict-0.0.22/src/Makefile.in-1703-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) backend/filters/$(DEPDIR)/3Depict-spatialAnalysis.Tpo backend/filters/$(DEPDIR)/3Depict-spatialAnalysis.Po
##############################################
3depict-0.0.22/src/Makefile.in-1705-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3depict-0.0.22/src/Makefile.in:1706:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -c -o backend/filters/3Depict-spatialAnalysis.o `test -f 'backend/filters/spatialAnalysis.cpp' || echo '$(srcdir)/'`backend/filters/spatialAnalysis.cpp
3depict-0.0.22/src/Makefile.in-1707-
3depict-0.0.22/src/Makefile.in-1708-backend/filters/3Depict-spatialAnalysis.obj: backend/filters/spatialAnalysis.cpp
3depict-0.0.22/src/Makefile.in:1709:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -MT backend/filters/3Depict-spatialAnalysis.obj -MD -MP -MF backend/filters/$(DEPDIR)/3Depict-spatialAnalysis.Tpo -c -o backend/filters/3Depict-spatialAnalysis.obj `if test -f 'backend/filters/spatialAnalysis.cpp'; then $(CYGPATH_W) 'backend/filters/spatialAnalysis.cpp'; else $(CYGPATH_W) '$(srcdir)/backend/filters/spatialAnalysis.cpp'; fi`
3depict-0.0.22/src/Makefile.in-1710-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) backend/filters/$(DEPDIR)/3Depict-spatialAnalysis.Tpo backend/filters/$(DEPDIR)/3Depict-spatialAnalysis.Po
##############################################
3depict-0.0.22/src/Makefile.in-1712-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3depict-0.0.22/src/Makefile.in:1713:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -c -o backend/filters/3Depict-spatialAnalysis.obj `if test -f 'backend/filters/spatialAnalysis.cpp'; then $(CYGPATH_W) 'backend/filters/spatialAnalysis.cpp'; else $(CYGPATH_W) '$(srcdir)/backend/filters/spatialAnalysis.cpp'; fi`
3depict-0.0.22/src/Makefile.in-1714-
3depict-0.0.22/src/Makefile.in-1715-backend/filters/3Depict-clusterAnalysis.o: backend/filters/clusterAnalysis.cpp
3depict-0.0.22/src/Makefile.in:1716:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -MT backend/filters/3Depict-clusterAnalysis.o -MD -MP -MF backend/filters/$(DEPDIR)/3Depict-clusterAnalysis.Tpo -c -o backend/filters/3Depict-clusterAnalysis.o `test -f 'backend/filters/clusterAnalysis.cpp' || echo '$(srcdir)/'`backend/filters/clusterAnalysis.cpp
3depict-0.0.22/src/Makefile.in-1717-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) backend/filters/$(DEPDIR)/3Depict-clusterAnalysis.Tpo backend/filters/$(DEPDIR)/3Depict-clusterAnalysis.Po
##############################################
3depict-0.0.22/src/Makefile.in-1719-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3depict-0.0.22/src/Makefile.in:1720:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -c -o backend/filters/3Depict-clusterAnalysis.o `test -f 'backend/filters/clusterAnalysis.cpp' || echo '$(srcdir)/'`backend/filters/clusterAnalysis.cpp
3depict-0.0.22/src/Makefile.in-1721-
3depict-0.0.22/src/Makefile.in-1722-backend/filters/3Depict-clusterAnalysis.obj: backend/filters/clusterAnalysis.cpp
3depict-0.0.22/src/Makefile.in:1723:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -MT backend/filters/3Depict-clusterAnalysis.obj -MD -MP -MF backend/filters/$(DEPDIR)/3Depict-clusterAnalysis.Tpo -c -o backend/filters/3Depict-clusterAnalysis.obj `if test -f 'backend/filters/clusterAnalysis.cpp'; then $(CYGPATH_W) 'backend/filters/clusterAnalysis.cpp'; else $(CYGPATH_W) '$(srcdir)/backend/filters/clusterAnalysis.cpp'; fi`
3depict-0.0.22/src/Makefile.in-1724-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) backend/filters/$(DEPDIR)/3Depict-clusterAnalysis.Tpo backend/filters/$(DEPDIR)/3Depict-clusterAnalysis.Po
##############################################
3depict-0.0.22/src/Makefile.in-1726-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3depict-0.0.22/src/Makefile.in:1727:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -c -o backend/filters/3Depict-clusterAnalysis.obj `if test -f 'backend/filters/clusterAnalysis.cpp'; then $(CYGPATH_W) 'backend/filters/clusterAnalysis.cpp'; else $(CYGPATH_W) '$(srcdir)/backend/filters/clusterAnalysis.cpp'; fi`
3depict-0.0.22/src/Makefile.in-1728-
3depict-0.0.22/src/Makefile.in-1729-backend/filters/3Depict-ionInfo.o: backend/filters/ionInfo.cpp
3depict-0.0.22/src/Makefile.in:1730:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -MT backend/filters/3Depict-ionInfo.o -MD -MP -MF backend/filters/$(DEPDIR)/3Depict-ionInfo.Tpo -c -o backend/filters/3Depict-ionInfo.o `test -f 'backend/filters/ionInfo.cpp' || echo '$(srcdir)/'`backend/filters/ionInfo.cpp
3depict-0.0.22/src/Makefile.in-1731-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) backend/filters/$(DEPDIR)/3Depict-ionInfo.Tpo backend/filters/$(DEPDIR)/3Depict-ionInfo.Po
##############################################
3depict-0.0.22/src/Makefile.in-1733-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3depict-0.0.22/src/Makefile.in:1734:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -c -o backend/filters/3Depict-ionInfo.o `test -f 'backend/filters/ionInfo.cpp' || echo '$(srcdir)/'`backend/filters/ionInfo.cpp
3depict-0.0.22/src/Makefile.in-1735-
3depict-0.0.22/src/Makefile.in-1736-backend/filters/3Depict-ionInfo.obj: backend/filters/ionInfo.cpp
3depict-0.0.22/src/Makefile.in:1737:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -MT backend/filters/3Depict-ionInfo.obj -MD -MP -MF backend/filters/$(DEPDIR)/3Depict-ionInfo.Tpo -c -o backend/filters/3Depict-ionInfo.obj `if test -f 'backend/filters/ionInfo.cpp'; then $(CYGPATH_W) 'backend/filters/ionInfo.cpp'; else $(CYGPATH_W) '$(srcdir)/backend/filters/ionInfo.cpp'; fi`
3depict-0.0.22/src/Makefile.in-1738-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) backend/filters/$(DEPDIR)/3Depict-ionInfo.Tpo backend/filters/$(DEPDIR)/3Depict-ionInfo.Po
##############################################
3depict-0.0.22/src/Makefile.in-1740-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3depict-0.0.22/src/Makefile.in:1741:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -c -o backend/filters/3Depict-ionInfo.obj `if test -f 'backend/filters/ionInfo.cpp'; then $(CYGPATH_W) 'backend/filters/ionInfo.cpp'; else $(CYGPATH_W) '$(srcdir)/backend/filters/ionInfo.cpp'; fi`
3depict-0.0.22/src/Makefile.in-1742-
3depict-0.0.22/src/Makefile.in-1743-backend/filters/3Depict-annotation.o: backend/filters/annotation.cpp
3depict-0.0.22/src/Makefile.in:1744:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -MT backend/filters/3Depict-annotation.o -MD -MP -MF backend/filters/$(DEPDIR)/3Depict-annotation.Tpo -c -o backend/filters/3Depict-annotation.o `test -f 'backend/filters/annotation.cpp' || echo '$(srcdir)/'`backend/filters/annotation.cpp
3depict-0.0.22/src/Makefile.in-1745-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) backend/filters/$(DEPDIR)/3Depict-annotation.Tpo backend/filters/$(DEPDIR)/3Depict-annotation.Po
##############################################
3depict-0.0.22/src/Makefile.in-1747-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3depict-0.0.22/src/Makefile.in:1748:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -c -o backend/filters/3Depict-annotation.o `test -f 'backend/filters/annotation.cpp' || echo '$(srcdir)/'`backend/filters/annotation.cpp
3depict-0.0.22/src/Makefile.in-1749-
3depict-0.0.22/src/Makefile.in-1750-backend/filters/3Depict-annotation.obj: backend/filters/annotation.cpp
3depict-0.0.22/src/Makefile.in:1751:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -MT backend/filters/3Depict-annotation.obj -MD -MP -MF backend/filters/$(DEPDIR)/3Depict-annotation.Tpo -c -o backend/filters/3Depict-annotation.obj `if test -f 'backend/filters/annotation.cpp'; then $(CYGPATH_W) 'backend/filters/annotation.cpp'; else $(CYGPATH_W) '$(srcdir)/backend/filters/annotation.cpp'; fi`
3depict-0.0.22/src/Makefile.in-1752-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) backend/filters/$(DEPDIR)/3Depict-annotation.Tpo backend/filters/$(DEPDIR)/3Depict-annotation.Po
##############################################
3depict-0.0.22/src/Makefile.in-1754-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3depict-0.0.22/src/Makefile.in:1755:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -c -o backend/filters/3Depict-annotation.obj `if test -f 'backend/filters/annotation.cpp'; then $(CYGPATH_W) 'backend/filters/annotation.cpp'; else $(CYGPATH_W) '$(srcdir)/backend/filters/annotation.cpp'; fi`
3depict-0.0.22/src/Makefile.in-1756-
3depict-0.0.22/src/Makefile.in-1757-backend/filters/3Depict-geometryHelpers.o: backend/filters/geometryHelpers.cpp
3depict-0.0.22/src/Makefile.in:1758:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -MT backend/filters/3Depict-geometryHelpers.o -MD -MP -MF backend/filters/$(DEPDIR)/3Depict-geometryHelpers.Tpo -c -o backend/filters/3Depict-geometryHelpers.o `test -f 'backend/filters/geometryHelpers.cpp' || echo '$(srcdir)/'`backend/filters/geometryHelpers.cpp
3depict-0.0.22/src/Makefile.in-1759-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) backend/filters/$(DEPDIR)/3Depict-geometryHelpers.Tpo backend/filters/$(DEPDIR)/3Depict-geometryHelpers.Po
##############################################
3depict-0.0.22/src/Makefile.in-1761-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3depict-0.0.22/src/Makefile.in:1762:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -c -o backend/filters/3Depict-geometryHelpers.o `test -f 'backend/filters/geometryHelpers.cpp' || echo '$(srcdir)/'`backend/filters/geometryHelpers.cpp
3depict-0.0.22/src/Makefile.in-1763-
3depict-0.0.22/src/Makefile.in-1764-backend/filters/3Depict-geometryHelpers.obj: backend/filters/geometryHelpers.cpp
3depict-0.0.22/src/Makefile.in:1765:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -MT backend/filters/3Depict-geometryHelpers.obj -MD -MP -MF backend/filters/$(DEPDIR)/3Depict-geometryHelpers.Tpo -c -o backend/filters/3Depict-geometryHelpers.obj `if test -f 'backend/filters/geometryHelpers.cpp'; then $(CYGPATH_W) 'backend/filters/geometryHelpers.cpp'; else $(CYGPATH_W) '$(srcdir)/backend/filters/geometryHelpers.cpp'; fi`
3depict-0.0.22/src/Makefile.in-1766-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) backend/filters/$(DEPDIR)/3Depict-geometryHelpers.Tpo backend/filters/$(DEPDIR)/3Depict-geometryHelpers.Po
##############################################
3depict-0.0.22/src/Makefile.in-1768-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3depict-0.0.22/src/Makefile.in:1769:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -c -o backend/filters/3Depict-geometryHelpers.obj `if test -f 'backend/filters/geometryHelpers.cpp'; then $(CYGPATH_W) 'backend/filters/geometryHelpers.cpp'; else $(CYGPATH_W) '$(srcdir)/backend/filters/geometryHelpers.cpp'; fi`
3depict-0.0.22/src/Makefile.in-1770-
3depict-0.0.22/src/Makefile.in-1771-backend/filters/algorithms/3Depict-binomial.o: backend/filters/algorithms/binomial.cpp
3depict-0.0.22/src/Makefile.in:1772:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -MT backend/filters/algorithms/3Depict-binomial.o -MD -MP -MF backend/filters/algorithms/$(DEPDIR)/3Depict-binomial.Tpo -c -o backend/filters/algorithms/3Depict-binomial.o `test -f 'backend/filters/algorithms/binomial.cpp' || echo '$(srcdir)/'`backend/filters/algorithms/binomial.cpp
3depict-0.0.22/src/Makefile.in-1773-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) backend/filters/algorithms/$(DEPDIR)/3Depict-binomial.Tpo backend/filters/algorithms/$(DEPDIR)/3Depict-binomial.Po
##############################################
3depict-0.0.22/src/Makefile.in-1775-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3depict-0.0.22/src/Makefile.in:1776:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -c -o backend/filters/algorithms/3Depict-binomial.o `test -f 'backend/filters/algorithms/binomial.cpp' || echo '$(srcdir)/'`backend/filters/algorithms/binomial.cpp
3depict-0.0.22/src/Makefile.in-1777-
3depict-0.0.22/src/Makefile.in-1778-backend/filters/algorithms/3Depict-binomial.obj: backend/filters/algorithms/binomial.cpp
3depict-0.0.22/src/Makefile.in:1779:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -MT backend/filters/algorithms/3Depict-binomial.obj -MD -MP -MF backend/filters/algorithms/$(DEPDIR)/3Depict-binomial.Tpo -c -o backend/filters/algorithms/3Depict-binomial.obj `if test -f 'backend/filters/algorithms/binomial.cpp'; then $(CYGPATH_W) 'backend/filters/algorithms/binomial.cpp'; else $(CYGPATH_W) '$(srcdir)/backend/filters/algorithms/binomial.cpp'; fi`
3depict-0.0.22/src/Makefile.in-1780-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) backend/filters/algorithms/$(DEPDIR)/3Depict-binomial.Tpo backend/filters/algorithms/$(DEPDIR)/3Depict-binomial.Po
##############################################
3depict-0.0.22/src/Makefile.in-1782-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3depict-0.0.22/src/Makefile.in:1783:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -c -o backend/filters/algorithms/3Depict-binomial.obj `if test -f 'backend/filters/algorithms/binomial.cpp'; then $(CYGPATH_W) 'backend/filters/algorithms/binomial.cpp'; else $(CYGPATH_W) '$(srcdir)/backend/filters/algorithms/binomial.cpp'; fi`
3depict-0.0.22/src/Makefile.in-1784-
3depict-0.0.22/src/Makefile.in-1785-backend/filters/algorithms/3Depict-mass.o: backend/filters/algorithms/mass.cpp
3depict-0.0.22/src/Makefile.in:1786:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -MT backend/filters/algorithms/3Depict-mass.o -MD -MP -MF backend/filters/algorithms/$(DEPDIR)/3Depict-mass.Tpo -c -o backend/filters/algorithms/3Depict-mass.o `test -f 'backend/filters/algorithms/mass.cpp' || echo '$(srcdir)/'`backend/filters/algorithms/mass.cpp
3depict-0.0.22/src/Makefile.in-1787-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) backend/filters/algorithms/$(DEPDIR)/3Depict-mass.Tpo backend/filters/algorithms/$(DEPDIR)/3Depict-mass.Po
##############################################
3depict-0.0.22/src/Makefile.in-1789-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3depict-0.0.22/src/Makefile.in:1790:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -c -o backend/filters/algorithms/3Depict-mass.o `test -f 'backend/filters/algorithms/mass.cpp' || echo '$(srcdir)/'`backend/filters/algorithms/mass.cpp
3depict-0.0.22/src/Makefile.in-1791-
3depict-0.0.22/src/Makefile.in-1792-backend/filters/algorithms/3Depict-mass.obj: backend/filters/algorithms/mass.cpp
3depict-0.0.22/src/Makefile.in:1793:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -MT backend/filters/algorithms/3Depict-mass.obj -MD -MP -MF backend/filters/algorithms/$(DEPDIR)/3Depict-mass.Tpo -c -o backend/filters/algorithms/3Depict-mass.obj `if test -f 'backend/filters/algorithms/mass.cpp'; then $(CYGPATH_W) 'backend/filters/algorithms/mass.cpp'; else $(CYGPATH_W) '$(srcdir)/backend/filters/algorithms/mass.cpp'; fi`
3depict-0.0.22/src/Makefile.in-1794-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) backend/filters/algorithms/$(DEPDIR)/3Depict-mass.Tpo backend/filters/algorithms/$(DEPDIR)/3Depict-mass.Po
##############################################
3depict-0.0.22/src/Makefile.in-1796-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3depict-0.0.22/src/Makefile.in:1797:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -c -o backend/filters/algorithms/3Depict-mass.obj `if test -f 'backend/filters/algorithms/mass.cpp'; then $(CYGPATH_W) 'backend/filters/algorithms/mass.cpp'; else $(CYGPATH_W) '$(srcdir)/backend/filters/algorithms/mass.cpp'; fi`
3depict-0.0.22/src/Makefile.in-1798-
3depict-0.0.22/src/Makefile.in-1799-backend/filters/algorithms/3Depict-convexHull.o: backend/filters/algorithms/convexHull.cpp
3depict-0.0.22/src/Makefile.in:1800:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -MT backend/filters/algorithms/3Depict-convexHull.o -MD -MP -MF backend/filters/algorithms/$(DEPDIR)/3Depict-convexHull.Tpo -c -o backend/filters/algorithms/3Depict-convexHull.o `test -f 'backend/filters/algorithms/convexHull.cpp' || echo '$(srcdir)/'`backend/filters/algorithms/convexHull.cpp
3depict-0.0.22/src/Makefile.in-1801-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) backend/filters/algorithms/$(DEPDIR)/3Depict-convexHull.Tpo backend/filters/algorithms/$(DEPDIR)/3Depict-convexHull.Po
##############################################
3depict-0.0.22/src/Makefile.in-1803-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3depict-0.0.22/src/Makefile.in:1804:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -c -o backend/filters/algorithms/3Depict-convexHull.o `test -f 'backend/filters/algorithms/convexHull.cpp' || echo '$(srcdir)/'`backend/filters/algorithms/convexHull.cpp
3depict-0.0.22/src/Makefile.in-1805-
3depict-0.0.22/src/Makefile.in-1806-backend/filters/algorithms/3Depict-convexHull.obj: backend/filters/algorithms/convexHull.cpp
3depict-0.0.22/src/Makefile.in:1807:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -MT backend/filters/algorithms/3Depict-convexHull.obj -MD -MP -MF backend/filters/algorithms/$(DEPDIR)/3Depict-convexHull.Tpo -c -o backend/filters/algorithms/3Depict-convexHull.obj `if test -f 'backend/filters/algorithms/convexHull.cpp'; then $(CYGPATH_W) 'backend/filters/algorithms/convexHull.cpp'; else $(CYGPATH_W) '$(srcdir)/backend/filters/algorithms/convexHull.cpp'; fi`
3depict-0.0.22/src/Makefile.in-1808-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) backend/filters/algorithms/$(DEPDIR)/3Depict-convexHull.Tpo backend/filters/algorithms/$(DEPDIR)/3Depict-convexHull.Po
##############################################
3depict-0.0.22/src/Makefile.in-1810-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3depict-0.0.22/src/Makefile.in:1811:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -c -o backend/filters/algorithms/3Depict-convexHull.obj `if test -f 'backend/filters/algorithms/convexHull.cpp'; then $(CYGPATH_W) 'backend/filters/algorithms/convexHull.cpp'; else $(CYGPATH_W) '$(srcdir)/backend/filters/algorithms/convexHull.cpp'; fi`
3depict-0.0.22/src/Makefile.in-1812-
3depict-0.0.22/src/Makefile.in-1813-backend/filters/3Depict-voxelLoad.o: backend/filters/voxelLoad.cpp
3depict-0.0.22/src/Makefile.in:1814:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -MT backend/filters/3Depict-voxelLoad.o -MD -MP -MF backend/filters/$(DEPDIR)/3Depict-voxelLoad.Tpo -c -o backend/filters/3Depict-voxelLoad.o `test -f 'backend/filters/voxelLoad.cpp' || echo '$(srcdir)/'`backend/filters/voxelLoad.cpp
3depict-0.0.22/src/Makefile.in-1815-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) backend/filters/$(DEPDIR)/3Depict-voxelLoad.Tpo backend/filters/$(DEPDIR)/3Depict-voxelLoad.Po
##############################################
3depict-0.0.22/src/Makefile.in-1817-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3depict-0.0.22/src/Makefile.in:1818:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -c -o backend/filters/3Depict-voxelLoad.o `test -f 'backend/filters/voxelLoad.cpp' || echo '$(srcdir)/'`backend/filters/voxelLoad.cpp
3depict-0.0.22/src/Makefile.in-1819-
3depict-0.0.22/src/Makefile.in-1820-backend/filters/3Depict-voxelLoad.obj: backend/filters/voxelLoad.cpp
3depict-0.0.22/src/Makefile.in:1821:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -MT backend/filters/3Depict-voxelLoad.obj -MD -MP -MF backend/filters/$(DEPDIR)/3Depict-voxelLoad.Tpo -c -o backend/filters/3Depict-voxelLoad.obj `if test -f 'backend/filters/voxelLoad.cpp'; then $(CYGPATH_W) 'backend/filters/voxelLoad.cpp'; else $(CYGPATH_W) '$(srcdir)/backend/filters/voxelLoad.cpp'; fi`
3depict-0.0.22/src/Makefile.in-1822-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) backend/filters/$(DEPDIR)/3Depict-voxelLoad.Tpo backend/filters/$(DEPDIR)/3Depict-voxelLoad.Po
##############################################
3depict-0.0.22/src/Makefile.in-1824-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3depict-0.0.22/src/Makefile.in:1825:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -c -o backend/filters/3Depict-voxelLoad.obj `if test -f 'backend/filters/voxelLoad.cpp'; then $(CYGPATH_W) 'backend/filters/voxelLoad.cpp'; else $(CYGPATH_W) '$(srcdir)/backend/filters/voxelLoad.cpp'; fi`
3depict-0.0.22/src/Makefile.in-1826-
3depict-0.0.22/src/Makefile.in-1827-backend/3Depict-animator.o: backend/animator.cpp
3depict-0.0.22/src/Makefile.in:1828:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -MT backend/3Depict-animator.o -MD -MP -MF backend/$(DEPDIR)/3Depict-animator.Tpo -c -o backend/3Depict-animator.o `test -f 'backend/animator.cpp' || echo '$(srcdir)/'`backend/animator.cpp
3depict-0.0.22/src/Makefile.in-1829-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) backend/$(DEPDIR)/3Depict-animator.Tpo backend/$(DEPDIR)/3Depict-animator.Po
##############################################
3depict-0.0.22/src/Makefile.in-1831-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3depict-0.0.22/src/Makefile.in:1832:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -c -o backend/3Depict-animator.o `test -f 'backend/animator.cpp' || echo '$(srcdir)/'`backend/animator.cpp
3depict-0.0.22/src/Makefile.in-1833-
3depict-0.0.22/src/Makefile.in-1834-backend/3Depict-animator.obj: backend/animator.cpp
3depict-0.0.22/src/Makefile.in:1835:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -MT backend/3Depict-animator.obj -MD -MP -MF backend/$(DEPDIR)/3Depict-animator.Tpo -c -o backend/3Depict-animator.obj `if test -f 'backend/animator.cpp'; then $(CYGPATH_W) 'backend/animator.cpp'; else $(CYGPATH_W) '$(srcdir)/backend/animator.cpp'; fi`
3depict-0.0.22/src/Makefile.in-1836-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) backend/$(DEPDIR)/3Depict-animator.Tpo backend/$(DEPDIR)/3Depict-animator.Po
##############################################
3depict-0.0.22/src/Makefile.in-1838-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3depict-0.0.22/src/Makefile.in:1839:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -c -o backend/3Depict-animator.obj `if test -f 'backend/animator.cpp'; then $(CYGPATH_W) 'backend/animator.cpp'; else $(CYGPATH_W) '$(srcdir)/backend/animator.cpp'; fi`
3depict-0.0.22/src/Makefile.in-1840-
3depict-0.0.22/src/Makefile.in-1841-backend/3Depict-filtertreeAnalyse.o: backend/filtertreeAnalyse.cpp
3depict-0.0.22/src/Makefile.in:1842:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -MT backend/3Depict-filtertreeAnalyse.o -MD -MP -MF backend/$(DEPDIR)/3Depict-filtertreeAnalyse.Tpo -c -o backend/3Depict-filtertreeAnalyse.o `test -f 'backend/filtertreeAnalyse.cpp' || echo '$(srcdir)/'`backend/filtertreeAnalyse.cpp
3depict-0.0.22/src/Makefile.in-1843-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) backend/$(DEPDIR)/3Depict-filtertreeAnalyse.Tpo backend/$(DEPDIR)/3Depict-filtertreeAnalyse.Po
##############################################
3depict-0.0.22/src/Makefile.in-1845-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3depict-0.0.22/src/Makefile.in:1846:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -c -o backend/3Depict-filtertreeAnalyse.o `test -f 'backend/filtertreeAnalyse.cpp' || echo '$(srcdir)/'`backend/filtertreeAnalyse.cpp
3depict-0.0.22/src/Makefile.in-1847-
3depict-0.0.22/src/Makefile.in-1848-backend/3Depict-filtertreeAnalyse.obj: backend/filtertreeAnalyse.cpp
3depict-0.0.22/src/Makefile.in:1849:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -MT backend/3Depict-filtertreeAnalyse.obj -MD -MP -MF backend/$(DEPDIR)/3Depict-filtertreeAnalyse.Tpo -c -o backend/3Depict-filtertreeAnalyse.obj `if test -f 'backend/filtertreeAnalyse.cpp'; then $(CYGPATH_W) 'backend/filtertreeAnalyse.cpp'; else $(CYGPATH_W) '$(srcdir)/backend/filtertreeAnalyse.cpp'; fi`
3depict-0.0.22/src/Makefile.in-1850-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) backend/$(DEPDIR)/3Depict-filtertreeAnalyse.Tpo backend/$(DEPDIR)/3Depict-filtertreeAnalyse.Po
##############################################
3depict-0.0.22/src/Makefile.in-1852-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3depict-0.0.22/src/Makefile.in:1853:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -c -o backend/3Depict-filtertreeAnalyse.obj `if test -f 'backend/filtertreeAnalyse.cpp'; then $(CYGPATH_W) 'backend/filtertreeAnalyse.cpp'; else $(CYGPATH_W) '$(srcdir)/backend/filtertreeAnalyse.cpp'; fi`
3depict-0.0.22/src/Makefile.in-1854-
3depict-0.0.22/src/Makefile.in-1855-backend/3Depict-filtertree.o: backend/filtertree.cpp
3depict-0.0.22/src/Makefile.in:1856:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -MT backend/3Depict-filtertree.o -MD -MP -MF backend/$(DEPDIR)/3Depict-filtertree.Tpo -c -o backend/3Depict-filtertree.o `test -f 'backend/filtertree.cpp' || echo '$(srcdir)/'`backend/filtertree.cpp
3depict-0.0.22/src/Makefile.in-1857-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) backend/$(DEPDIR)/3Depict-filtertree.Tpo backend/$(DEPDIR)/3Depict-filtertree.Po
##############################################
3depict-0.0.22/src/Makefile.in-1859-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3depict-0.0.22/src/Makefile.in:1860:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -c -o backend/3Depict-filtertree.o `test -f 'backend/filtertree.cpp' || echo '$(srcdir)/'`backend/filtertree.cpp
3depict-0.0.22/src/Makefile.in-1861-
3depict-0.0.22/src/Makefile.in-1862-backend/3Depict-filtertree.obj: backend/filtertree.cpp
3depict-0.0.22/src/Makefile.in:1863:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -MT backend/3Depict-filtertree.obj -MD -MP -MF backend/$(DEPDIR)/3Depict-filtertree.Tpo -c -o backend/3Depict-filtertree.obj `if test -f 'backend/filtertree.cpp'; then $(CYGPATH_W) 'backend/filtertree.cpp'; else $(CYGPATH_W) '$(srcdir)/backend/filtertree.cpp'; fi`
3depict-0.0.22/src/Makefile.in-1864-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) backend/$(DEPDIR)/3Depict-filtertree.Tpo backend/$(DEPDIR)/3Depict-filtertree.Po
##############################################
3depict-0.0.22/src/Makefile.in-1866-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3depict-0.0.22/src/Makefile.in:1867:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -c -o backend/3Depict-filtertree.obj `if test -f 'backend/filtertree.cpp'; then $(CYGPATH_W) 'backend/filtertree.cpp'; else $(CYGPATH_W) '$(srcdir)/backend/filtertree.cpp'; fi`
3depict-0.0.22/src/Makefile.in-1868-
3depict-0.0.22/src/Makefile.in-1869-backend/APT/3Depict-ionhit.o: backend/APT/ionhit.cpp
3depict-0.0.22/src/Makefile.in:1870:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -MT backend/APT/3Depict-ionhit.o -MD -MP -MF backend/APT/$(DEPDIR)/3Depict-ionhit.Tpo -c -o backend/APT/3Depict-ionhit.o `test -f 'backend/APT/ionhit.cpp' || echo '$(srcdir)/'`backend/APT/ionhit.cpp
3depict-0.0.22/src/Makefile.in-1871-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) backend/APT/$(DEPDIR)/3Depict-ionhit.Tpo backend/APT/$(DEPDIR)/3Depict-ionhit.Po
##############################################
3depict-0.0.22/src/Makefile.in-1873-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3depict-0.0.22/src/Makefile.in:1874:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -c -o backend/APT/3Depict-ionhit.o `test -f 'backend/APT/ionhit.cpp' || echo '$(srcdir)/'`backend/APT/ionhit.cpp
3depict-0.0.22/src/Makefile.in-1875-
3depict-0.0.22/src/Makefile.in-1876-backend/APT/3Depict-ionhit.obj: backend/APT/ionhit.cpp
3depict-0.0.22/src/Makefile.in:1877:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -MT backend/APT/3Depict-ionhit.obj -MD -MP -MF backend/APT/$(DEPDIR)/3Depict-ionhit.Tpo -c -o backend/APT/3Depict-ionhit.obj `if test -f 'backend/APT/ionhit.cpp'; then $(CYGPATH_W) 'backend/APT/ionhit.cpp'; else $(CYGPATH_W) '$(srcdir)/backend/APT/ionhit.cpp'; fi`
3depict-0.0.22/src/Makefile.in-1878-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) backend/APT/$(DEPDIR)/3Depict-ionhit.Tpo backend/APT/$(DEPDIR)/3Depict-ionhit.Po
##############################################
3depict-0.0.22/src/Makefile.in-1880-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3depict-0.0.22/src/Makefile.in:1881:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -c -o backend/APT/3Depict-ionhit.obj `if test -f 'backend/APT/ionhit.cpp'; then $(CYGPATH_W) 'backend/APT/ionhit.cpp'; else $(CYGPATH_W) '$(srcdir)/backend/APT/ionhit.cpp'; fi`
3depict-0.0.22/src/Makefile.in-1882-
3depict-0.0.22/src/Makefile.in-1883-backend/APT/3Depict-APTFileIO.o: backend/APT/APTFileIO.cpp
3depict-0.0.22/src/Makefile.in:1884:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -MT backend/APT/3Depict-APTFileIO.o -MD -MP -MF backend/APT/$(DEPDIR)/3Depict-APTFileIO.Tpo -c -o backend/APT/3Depict-APTFileIO.o `test -f 'backend/APT/APTFileIO.cpp' || echo '$(srcdir)/'`backend/APT/APTFileIO.cpp
3depict-0.0.22/src/Makefile.in-1885-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) backend/APT/$(DEPDIR)/3Depict-APTFileIO.Tpo backend/APT/$(DEPDIR)/3Depict-APTFileIO.Po
##############################################
3depict-0.0.22/src/Makefile.in-1887-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3depict-0.0.22/src/Makefile.in:1888:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -c -o backend/APT/3Depict-APTFileIO.o `test -f 'backend/APT/APTFileIO.cpp' || echo '$(srcdir)/'`backend/APT/APTFileIO.cpp
3depict-0.0.22/src/Makefile.in-1889-
3depict-0.0.22/src/Makefile.in-1890-backend/APT/3Depict-APTFileIO.obj: backend/APT/APTFileIO.cpp
3depict-0.0.22/src/Makefile.in:1891:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -MT backend/APT/3Depict-APTFileIO.obj -MD -MP -MF backend/APT/$(DEPDIR)/3Depict-APTFileIO.Tpo -c -o backend/APT/3Depict-APTFileIO.obj `if test -f 'backend/APT/APTFileIO.cpp'; then $(CYGPATH_W) 'backend/APT/APTFileIO.cpp'; else $(CYGPATH_W) '$(srcdir)/backend/APT/APTFileIO.cpp'; fi`
3depict-0.0.22/src/Makefile.in-1892-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) backend/APT/$(DEPDIR)/3Depict-APTFileIO.Tpo backend/APT/$(DEPDIR)/3Depict-APTFileIO.Po
##############################################
3depict-0.0.22/src/Makefile.in-1894-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3depict-0.0.22/src/Makefile.in:1895:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -c -o backend/APT/3Depict-APTFileIO.obj `if test -f 'backend/APT/APTFileIO.cpp'; then $(CYGPATH_W) 'backend/APT/APTFileIO.cpp'; else $(CYGPATH_W) '$(srcdir)/backend/APT/APTFileIO.cpp'; fi`
3depict-0.0.22/src/Makefile.in-1896-
3depict-0.0.22/src/Makefile.in-1897-backend/APT/3Depict-APTRanges.o: backend/APT/APTRanges.cpp
3depict-0.0.22/src/Makefile.in:1898:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -MT backend/APT/3Depict-APTRanges.o -MD -MP -MF backend/APT/$(DEPDIR)/3Depict-APTRanges.Tpo -c -o backend/APT/3Depict-APTRanges.o `test -f 'backend/APT/APTRanges.cpp' || echo '$(srcdir)/'`backend/APT/APTRanges.cpp
3depict-0.0.22/src/Makefile.in-1899-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) backend/APT/$(DEPDIR)/3Depict-APTRanges.Tpo backend/APT/$(DEPDIR)/3Depict-APTRanges.Po
##############################################
3depict-0.0.22/src/Makefile.in-1901-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3depict-0.0.22/src/Makefile.in:1902:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -c -o backend/APT/3Depict-APTRanges.o `test -f 'backend/APT/APTRanges.cpp' || echo '$(srcdir)/'`backend/APT/APTRanges.cpp
3depict-0.0.22/src/Makefile.in-1903-
3depict-0.0.22/src/Makefile.in-1904-backend/APT/3Depict-APTRanges.obj: backend/APT/APTRanges.cpp
3depict-0.0.22/src/Makefile.in:1905:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -MT backend/APT/3Depict-APTRanges.obj -MD -MP -MF backend/APT/$(DEPDIR)/3Depict-APTRanges.Tpo -c -o backend/APT/3Depict-APTRanges.obj `if test -f 'backend/APT/APTRanges.cpp'; then $(CYGPATH_W) 'backend/APT/APTRanges.cpp'; else $(CYGPATH_W) '$(srcdir)/backend/APT/APTRanges.cpp'; fi`
3depict-0.0.22/src/Makefile.in-1906-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) backend/APT/$(DEPDIR)/3Depict-APTRanges.Tpo backend/APT/$(DEPDIR)/3Depict-APTRanges.Po
##############################################
3depict-0.0.22/src/Makefile.in-1908-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3depict-0.0.22/src/Makefile.in:1909:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -c -o backend/APT/3Depict-APTRanges.obj `if test -f 'backend/APT/APTRanges.cpp'; then $(CYGPATH_W) 'backend/APT/APTRanges.cpp'; else $(CYGPATH_W) '$(srcdir)/backend/APT/APTRanges.cpp'; fi`
3depict-0.0.22/src/Makefile.in-1910-
3depict-0.0.22/src/Makefile.in-1911-backend/APT/3Depict-abundanceParser.o: backend/APT/abundanceParser.cpp
3depict-0.0.22/src/Makefile.in:1912:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -MT backend/APT/3Depict-abundanceParser.o -MD -MP -MF backend/APT/$(DEPDIR)/3Depict-abundanceParser.Tpo -c -o backend/APT/3Depict-abundanceParser.o `test -f 'backend/APT/abundanceParser.cpp' || echo '$(srcdir)/'`backend/APT/abundanceParser.cpp
3depict-0.0.22/src/Makefile.in-1913-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) backend/APT/$(DEPDIR)/3Depict-abundanceParser.Tpo backend/APT/$(DEPDIR)/3Depict-abundanceParser.Po
##############################################
3depict-0.0.22/src/Makefile.in-1915-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3depict-0.0.22/src/Makefile.in:1916:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -c -o backend/APT/3Depict-abundanceParser.o `test -f 'backend/APT/abundanceParser.cpp' || echo '$(srcdir)/'`backend/APT/abundanceParser.cpp
3depict-0.0.22/src/Makefile.in-1917-
3depict-0.0.22/src/Makefile.in-1918-backend/APT/3Depict-abundanceParser.obj: backend/APT/abundanceParser.cpp
3depict-0.0.22/src/Makefile.in:1919:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -MT backend/APT/3Depict-abundanceParser.obj -MD -MP -MF backend/APT/$(DEPDIR)/3Depict-abundanceParser.Tpo -c -o backend/APT/3Depict-abundanceParser.obj `if test -f 'backend/APT/abundanceParser.cpp'; then $(CYGPATH_W) 'backend/APT/abundanceParser.cpp'; else $(CYGPATH_W) '$(srcdir)/backend/APT/abundanceParser.cpp'; fi`
3depict-0.0.22/src/Makefile.in-1920-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) backend/APT/$(DEPDIR)/3Depict-abundanceParser.Tpo backend/APT/$(DEPDIR)/3Depict-abundanceParser.Po
##############################################
3depict-0.0.22/src/Makefile.in-1922-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3depict-0.0.22/src/Makefile.in:1923:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -c -o backend/APT/3Depict-abundanceParser.obj `if test -f 'backend/APT/abundanceParser.cpp'; then $(CYGPATH_W) 'backend/APT/abundanceParser.cpp'; else $(CYGPATH_W) '$(srcdir)/backend/APT/abundanceParser.cpp'; fi`
3depict-0.0.22/src/Makefile.in-1924-
3depict-0.0.22/src/Makefile.in-1925-backend/APT/3Depict-vtk.o: backend/APT/vtk.cpp
3depict-0.0.22/src/Makefile.in:1926:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -MT backend/APT/3Depict-vtk.o -MD -MP -MF backend/APT/$(DEPDIR)/3Depict-vtk.Tpo -c -o backend/APT/3Depict-vtk.o `test -f 'backend/APT/vtk.cpp' || echo '$(srcdir)/'`backend/APT/vtk.cpp
3depict-0.0.22/src/Makefile.in-1927-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) backend/APT/$(DEPDIR)/3Depict-vtk.Tpo backend/APT/$(DEPDIR)/3Depict-vtk.Po
##############################################
3depict-0.0.22/src/Makefile.in-1929-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3depict-0.0.22/src/Makefile.in:1930:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -c -o backend/APT/3Depict-vtk.o `test -f 'backend/APT/vtk.cpp' || echo '$(srcdir)/'`backend/APT/vtk.cpp
3depict-0.0.22/src/Makefile.in-1931-
3depict-0.0.22/src/Makefile.in-1932-backend/APT/3Depict-vtk.obj: backend/APT/vtk.cpp
3depict-0.0.22/src/Makefile.in:1933:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -MT backend/APT/3Depict-vtk.obj -MD -MP -MF backend/APT/$(DEPDIR)/3Depict-vtk.Tpo -c -o backend/APT/3Depict-vtk.obj `if test -f 'backend/APT/vtk.cpp'; then $(CYGPATH_W) 'backend/APT/vtk.cpp'; else $(CYGPATH_W) '$(srcdir)/backend/APT/vtk.cpp'; fi`
3depict-0.0.22/src/Makefile.in-1934-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) backend/APT/$(DEPDIR)/3Depict-vtk.Tpo backend/APT/$(DEPDIR)/3Depict-vtk.Po
##############################################
3depict-0.0.22/src/Makefile.in-1936-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3depict-0.0.22/src/Makefile.in:1937:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -c -o backend/APT/3Depict-vtk.obj `if test -f 'backend/APT/vtk.cpp'; then $(CYGPATH_W) 'backend/APT/vtk.cpp'; else $(CYGPATH_W) '$(srcdir)/backend/APT/vtk.cpp'; fi`
3depict-0.0.22/src/Makefile.in-1938-
3depict-0.0.22/src/Makefile.in-1939-backend/APT/3Depict-3DapReader.o: backend/APT/3DapReader.cpp
3depict-0.0.22/src/Makefile.in:1940:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -MT backend/APT/3Depict-3DapReader.o -MD -MP -MF backend/APT/$(DEPDIR)/3Depict-3DapReader.Tpo -c -o backend/APT/3Depict-3DapReader.o `test -f 'backend/APT/3DapReader.cpp' || echo '$(srcdir)/'`backend/APT/3DapReader.cpp
3depict-0.0.22/src/Makefile.in-1941-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) backend/APT/$(DEPDIR)/3Depict-3DapReader.Tpo backend/APT/$(DEPDIR)/3Depict-3DapReader.Po
##############################################
3depict-0.0.22/src/Makefile.in-1943-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3depict-0.0.22/src/Makefile.in:1944:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -c -o backend/APT/3Depict-3DapReader.o `test -f 'backend/APT/3DapReader.cpp' || echo '$(srcdir)/'`backend/APT/3DapReader.cpp
3depict-0.0.22/src/Makefile.in-1945-
3depict-0.0.22/src/Makefile.in-1946-backend/APT/3Depict-3DapReader.obj: backend/APT/3DapReader.cpp
3depict-0.0.22/src/Makefile.in:1947:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -MT backend/APT/3Depict-3DapReader.obj -MD -MP -MF backend/APT/$(DEPDIR)/3Depict-3DapReader.Tpo -c -o backend/APT/3Depict-3DapReader.obj `if test -f 'backend/APT/3DapReader.cpp'; then $(CYGPATH_W) 'backend/APT/3DapReader.cpp'; else $(CYGPATH_W) '$(srcdir)/backend/APT/3DapReader.cpp'; fi`
3depict-0.0.22/src/Makefile.in-1948-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) backend/APT/$(DEPDIR)/3Depict-3DapReader.Tpo backend/APT/$(DEPDIR)/3Depict-3DapReader.Po
##############################################
3depict-0.0.22/src/Makefile.in-1950-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3depict-0.0.22/src/Makefile.in:1951:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -c -o backend/APT/3Depict-3DapReader.obj `if test -f 'backend/APT/3DapReader.cpp'; then $(CYGPATH_W) 'backend/APT/3DapReader.cpp'; else $(CYGPATH_W) '$(srcdir)/backend/APT/3DapReader.cpp'; fi`
3depict-0.0.22/src/Makefile.in-1952-
3depict-0.0.22/src/Makefile.in-1953-backend/filters/algorithms/3Depict-K3DTree.o: backend/filters/algorithms/K3DTree.cpp
3depict-0.0.22/src/Makefile.in:1954:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -MT backend/filters/algorithms/3Depict-K3DTree.o -MD -MP -MF backend/filters/algorithms/$(DEPDIR)/3Depict-K3DTree.Tpo -c -o backend/filters/algorithms/3Depict-K3DTree.o `test -f 'backend/filters/algorithms/K3DTree.cpp' || echo '$(srcdir)/'`backend/filters/algorithms/K3DTree.cpp
3depict-0.0.22/src/Makefile.in-1955-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) backend/filters/algorithms/$(DEPDIR)/3Depict-K3DTree.Tpo backend/filters/algorithms/$(DEPDIR)/3Depict-K3DTree.Po
##############################################
3depict-0.0.22/src/Makefile.in-1957-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3depict-0.0.22/src/Makefile.in:1958:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -c -o backend/filters/algorithms/3Depict-K3DTree.o `test -f 'backend/filters/algorithms/K3DTree.cpp' || echo '$(srcdir)/'`backend/filters/algorithms/K3DTree.cpp
3depict-0.0.22/src/Makefile.in-1959-
3depict-0.0.22/src/Makefile.in-1960-backend/filters/algorithms/3Depict-K3DTree.obj: backend/filters/algorithms/K3DTree.cpp
3depict-0.0.22/src/Makefile.in:1961:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -MT backend/filters/algorithms/3Depict-K3DTree.obj -MD -MP -MF backend/filters/algorithms/$(DEPDIR)/3Depict-K3DTree.Tpo -c -o backend/filters/algorithms/3Depict-K3DTree.obj `if test -f 'backend/filters/algorithms/K3DTree.cpp'; then $(CYGPATH_W) 'backend/filters/algorithms/K3DTree.cpp'; else $(CYGPATH_W) '$(srcdir)/backend/filters/algorithms/K3DTree.cpp'; fi`
3depict-0.0.22/src/Makefile.in-1962-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) backend/filters/algorithms/$(DEPDIR)/3Depict-K3DTree.Tpo backend/filters/algorithms/$(DEPDIR)/3Depict-K3DTree.Po
##############################################
3depict-0.0.22/src/Makefile.in-1964-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3depict-0.0.22/src/Makefile.in:1965:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -c -o backend/filters/algorithms/3Depict-K3DTree.obj `if test -f 'backend/filters/algorithms/K3DTree.cpp'; then $(CYGPATH_W) 'backend/filters/algorithms/K3DTree.cpp'; else $(CYGPATH_W) '$(srcdir)/backend/filters/algorithms/K3DTree.cpp'; fi`
3depict-0.0.22/src/Makefile.in-1966-
3depict-0.0.22/src/Makefile.in-1967-backend/filters/algorithms/3Depict-K3DTree-mk2.o: backend/filters/algorithms/K3DTree-mk2.cpp
3depict-0.0.22/src/Makefile.in:1968:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -MT backend/filters/algorithms/3Depict-K3DTree-mk2.o -MD -MP -MF backend/filters/algorithms/$(DEPDIR)/3Depict-K3DTree-mk2.Tpo -c -o backend/filters/algorithms/3Depict-K3DTree-mk2.o `test -f 'backend/filters/algorithms/K3DTree-mk2.cpp' || echo '$(srcdir)/'`backend/filters/algorithms/K3DTree-mk2.cpp
3depict-0.0.22/src/Makefile.in-1969-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) backend/filters/algorithms/$(DEPDIR)/3Depict-K3DTree-mk2.Tpo backend/filters/algorithms/$(DEPDIR)/3Depict-K3DTree-mk2.Po
##############################################
3depict-0.0.22/src/Makefile.in-1971-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3depict-0.0.22/src/Makefile.in:1972:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -c -o backend/filters/algorithms/3Depict-K3DTree-mk2.o `test -f 'backend/filters/algorithms/K3DTree-mk2.cpp' || echo '$(srcdir)/'`backend/filters/algorithms/K3DTree-mk2.cpp
3depict-0.0.22/src/Makefile.in-1973-
3depict-0.0.22/src/Makefile.in-1974-backend/filters/algorithms/3Depict-K3DTree-mk2.obj: backend/filters/algorithms/K3DTree-mk2.cpp
3depict-0.0.22/src/Makefile.in:1975:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -MT backend/filters/algorithms/3Depict-K3DTree-mk2.obj -MD -MP -MF backend/filters/algorithms/$(DEPDIR)/3Depict-K3DTree-mk2.Tpo -c -o backend/filters/algorithms/3Depict-K3DTree-mk2.obj `if test -f 'backend/filters/algorithms/K3DTree-mk2.cpp'; then $(CYGPATH_W) 'backend/filters/algorithms/K3DTree-mk2.cpp'; else $(CYGPATH_W) '$(srcdir)/backend/filters/algorithms/K3DTree-mk2.cpp'; fi`
3depict-0.0.22/src/Makefile.in-1976-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) backend/filters/algorithms/$(DEPDIR)/3Depict-K3DTree-mk2.Tpo backend/filters/algorithms/$(DEPDIR)/3Depict-K3DTree-mk2.Po
##############################################
3depict-0.0.22/src/Makefile.in-1978-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3depict-0.0.22/src/Makefile.in:1979:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -c -o backend/filters/algorithms/3Depict-K3DTree-mk2.obj `if test -f 'backend/filters/algorithms/K3DTree-mk2.cpp'; then $(CYGPATH_W) 'backend/filters/algorithms/K3DTree-mk2.cpp'; else $(CYGPATH_W) '$(srcdir)/backend/filters/algorithms/K3DTree-mk2.cpp'; fi`
3depict-0.0.22/src/Makefile.in-1980-
3depict-0.0.22/src/Makefile.in-1981-backend/3Depict-filter.o: backend/filter.cpp
3depict-0.0.22/src/Makefile.in:1982:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -MT backend/3Depict-filter.o -MD -MP -MF backend/$(DEPDIR)/3Depict-filter.Tpo -c -o backend/3Depict-filter.o `test -f 'backend/filter.cpp' || echo '$(srcdir)/'`backend/filter.cpp
3depict-0.0.22/src/Makefile.in-1983-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) backend/$(DEPDIR)/3Depict-filter.Tpo backend/$(DEPDIR)/3Depict-filter.Po
##############################################
3depict-0.0.22/src/Makefile.in-1985-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3depict-0.0.22/src/Makefile.in:1986:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -c -o backend/3Depict-filter.o `test -f 'backend/filter.cpp' || echo '$(srcdir)/'`backend/filter.cpp
3depict-0.0.22/src/Makefile.in-1987-
3depict-0.0.22/src/Makefile.in-1988-backend/3Depict-filter.obj: backend/filter.cpp
3depict-0.0.22/src/Makefile.in:1989:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -MT backend/3Depict-filter.obj -MD -MP -MF backend/$(DEPDIR)/3Depict-filter.Tpo -c -o backend/3Depict-filter.obj `if test -f 'backend/filter.cpp'; then $(CYGPATH_W) 'backend/filter.cpp'; else $(CYGPATH_W) '$(srcdir)/backend/filter.cpp'; fi`
3depict-0.0.22/src/Makefile.in-1990-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) backend/$(DEPDIR)/3Depict-filter.Tpo backend/$(DEPDIR)/3Depict-filter.Po
##############################################
3depict-0.0.22/src/Makefile.in-1992-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3depict-0.0.22/src/Makefile.in:1993:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -c -o backend/3Depict-filter.obj `if test -f 'backend/filter.cpp'; then $(CYGPATH_W) 'backend/filter.cpp'; else $(CYGPATH_W) '$(srcdir)/backend/filter.cpp'; fi`
3depict-0.0.22/src/Makefile.in-1994-
3depict-0.0.22/src/Makefile.in-1995-backend/filters/algorithms/3Depict-spatial.o: backend/filters/algorithms/spatial.cpp
3depict-0.0.22/src/Makefile.in:1996:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -MT backend/filters/algorithms/3Depict-spatial.o -MD -MP -MF backend/filters/algorithms/$(DEPDIR)/3Depict-spatial.Tpo -c -o backend/filters/algorithms/3Depict-spatial.o `test -f 'backend/filters/algorithms/spatial.cpp' || echo '$(srcdir)/'`backend/filters/algorithms/spatial.cpp
3depict-0.0.22/src/Makefile.in-1997-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) backend/filters/algorithms/$(DEPDIR)/3Depict-spatial.Tpo backend/filters/algorithms/$(DEPDIR)/3Depict-spatial.Po
##############################################
3depict-0.0.22/src/Makefile.in-1999-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3depict-0.0.22/src/Makefile.in:2000:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -c -o backend/filters/algorithms/3Depict-spatial.o `test -f 'backend/filters/algorithms/spatial.cpp' || echo '$(srcdir)/'`backend/filters/algorithms/spatial.cpp
3depict-0.0.22/src/Makefile.in-2001-
3depict-0.0.22/src/Makefile.in-2002-backend/filters/algorithms/3Depict-spatial.obj: backend/filters/algorithms/spatial.cpp
3depict-0.0.22/src/Makefile.in:2003:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -MT backend/filters/algorithms/3Depict-spatial.obj -MD -MP -MF backend/filters/algorithms/$(DEPDIR)/3Depict-spatial.Tpo -c -o backend/filters/algorithms/3Depict-spatial.obj `if test -f 'backend/filters/algorithms/spatial.cpp'; then $(CYGPATH_W) 'backend/filters/algorithms/spatial.cpp'; else $(CYGPATH_W) '$(srcdir)/backend/filters/algorithms/spatial.cpp'; fi`
3depict-0.0.22/src/Makefile.in-2004-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) backend/filters/algorithms/$(DEPDIR)/3Depict-spatial.Tpo backend/filters/algorithms/$(DEPDIR)/3Depict-spatial.Po
##############################################
3depict-0.0.22/src/Makefile.in-2006-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3depict-0.0.22/src/Makefile.in:2007:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -c -o backend/filters/algorithms/3Depict-spatial.obj `if test -f 'backend/filters/algorithms/spatial.cpp'; then $(CYGPATH_W) 'backend/filters/algorithms/spatial.cpp'; else $(CYGPATH_W) '$(srcdir)/backend/filters/algorithms/spatial.cpp'; fi`
3depict-0.0.22/src/Makefile.in-2008-
3depict-0.0.22/src/Makefile.in-2009-backend/3Depict-viscontrol.o: backend/viscontrol.cpp
3depict-0.0.22/src/Makefile.in:2010:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -MT backend/3Depict-viscontrol.o -MD -MP -MF backend/$(DEPDIR)/3Depict-viscontrol.Tpo -c -o backend/3Depict-viscontrol.o `test -f 'backend/viscontrol.cpp' || echo '$(srcdir)/'`backend/viscontrol.cpp
3depict-0.0.22/src/Makefile.in-2011-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) backend/$(DEPDIR)/3Depict-viscontrol.Tpo backend/$(DEPDIR)/3Depict-viscontrol.Po
##############################################
3depict-0.0.22/src/Makefile.in-2013-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3depict-0.0.22/src/Makefile.in:2014:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -c -o backend/3Depict-viscontrol.o `test -f 'backend/viscontrol.cpp' || echo '$(srcdir)/'`backend/viscontrol.cpp
3depict-0.0.22/src/Makefile.in-2015-
3depict-0.0.22/src/Makefile.in-2016-backend/3Depict-viscontrol.obj: backend/viscontrol.cpp
3depict-0.0.22/src/Makefile.in:2017:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -MT backend/3Depict-viscontrol.obj -MD -MP -MF backend/$(DEPDIR)/3Depict-viscontrol.Tpo -c -o backend/3Depict-viscontrol.obj `if test -f 'backend/viscontrol.cpp'; then $(CYGPATH_W) 'backend/viscontrol.cpp'; else $(CYGPATH_W) '$(srcdir)/backend/viscontrol.cpp'; fi`
3depict-0.0.22/src/Makefile.in-2018-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) backend/$(DEPDIR)/3Depict-viscontrol.Tpo backend/$(DEPDIR)/3Depict-viscontrol.Po
##############################################
3depict-0.0.22/src/Makefile.in-2020-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3depict-0.0.22/src/Makefile.in:2021:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -c -o backend/3Depict-viscontrol.obj `if test -f 'backend/viscontrol.cpp'; then $(CYGPATH_W) 'backend/viscontrol.cpp'; else $(CYGPATH_W) '$(srcdir)/backend/viscontrol.cpp'; fi`
3depict-0.0.22/src/Makefile.in-2022-
3depict-0.0.22/src/Makefile.in-2023-backend/3Depict-state.o: backend/state.cpp
3depict-0.0.22/src/Makefile.in:2024:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -MT backend/3Depict-state.o -MD -MP -MF backend/$(DEPDIR)/3Depict-state.Tpo -c -o backend/3Depict-state.o `test -f 'backend/state.cpp' || echo '$(srcdir)/'`backend/state.cpp
3depict-0.0.22/src/Makefile.in-2025-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) backend/$(DEPDIR)/3Depict-state.Tpo backend/$(DEPDIR)/3Depict-state.Po
##############################################
3depict-0.0.22/src/Makefile.in-2027-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3depict-0.0.22/src/Makefile.in:2028:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -c -o backend/3Depict-state.o `test -f 'backend/state.cpp' || echo '$(srcdir)/'`backend/state.cpp
3depict-0.0.22/src/Makefile.in-2029-
3depict-0.0.22/src/Makefile.in-2030-backend/3Depict-state.obj: backend/state.cpp
3depict-0.0.22/src/Makefile.in:2031:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -MT backend/3Depict-state.obj -MD -MP -MF backend/$(DEPDIR)/3Depict-state.Tpo -c -o backend/3Depict-state.obj `if test -f 'backend/state.cpp'; then $(CYGPATH_W) 'backend/state.cpp'; else $(CYGPATH_W) '$(srcdir)/backend/state.cpp'; fi`
3depict-0.0.22/src/Makefile.in-2032-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) backend/$(DEPDIR)/3Depict-state.Tpo backend/$(DEPDIR)/3Depict-state.Po
##############################################
3depict-0.0.22/src/Makefile.in-2034-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3depict-0.0.22/src/Makefile.in:2035:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -c -o backend/3Depict-state.obj `if test -f 'backend/state.cpp'; then $(CYGPATH_W) 'backend/state.cpp'; else $(CYGPATH_W) '$(srcdir)/backend/state.cpp'; fi`
3depict-0.0.22/src/Makefile.in-2036-
3depict-0.0.22/src/Makefile.in-2037-backend/3Depict-plot.o: backend/plot.cpp
3depict-0.0.22/src/Makefile.in:2038:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -MT backend/3Depict-plot.o -MD -MP -MF backend/$(DEPDIR)/3Depict-plot.Tpo -c -o backend/3Depict-plot.o `test -f 'backend/plot.cpp' || echo '$(srcdir)/'`backend/plot.cpp
3depict-0.0.22/src/Makefile.in-2039-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) backend/$(DEPDIR)/3Depict-plot.Tpo backend/$(DEPDIR)/3Depict-plot.Po
##############################################
3depict-0.0.22/src/Makefile.in-2041-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3depict-0.0.22/src/Makefile.in:2042:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -c -o backend/3Depict-plot.o `test -f 'backend/plot.cpp' || echo '$(srcdir)/'`backend/plot.cpp
3depict-0.0.22/src/Makefile.in-2043-
3depict-0.0.22/src/Makefile.in-2044-backend/3Depict-plot.obj: backend/plot.cpp
3depict-0.0.22/src/Makefile.in:2045:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -MT backend/3Depict-plot.obj -MD -MP -MF backend/$(DEPDIR)/3Depict-plot.Tpo -c -o backend/3Depict-plot.obj `if test -f 'backend/plot.cpp'; then $(CYGPATH_W) 'backend/plot.cpp'; else $(CYGPATH_W) '$(srcdir)/backend/plot.cpp'; fi`
3depict-0.0.22/src/Makefile.in-2046-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) backend/$(DEPDIR)/3Depict-plot.Tpo backend/$(DEPDIR)/3Depict-plot.Po
##############################################
3depict-0.0.22/src/Makefile.in-2048-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3depict-0.0.22/src/Makefile.in:2049:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -c -o backend/3Depict-plot.obj `if test -f 'backend/plot.cpp'; then $(CYGPATH_W) 'backend/plot.cpp'; else $(CYGPATH_W) '$(srcdir)/backend/plot.cpp'; fi`
3depict-0.0.22/src/Makefile.in-2050-
3depict-0.0.22/src/Makefile.in-2051-backend/3Depict-configFile.o: backend/configFile.cpp
3depict-0.0.22/src/Makefile.in:2052:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -MT backend/3Depict-configFile.o -MD -MP -MF backend/$(DEPDIR)/3Depict-configFile.Tpo -c -o backend/3Depict-configFile.o `test -f 'backend/configFile.cpp' || echo '$(srcdir)/'`backend/configFile.cpp
3depict-0.0.22/src/Makefile.in-2053-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) backend/$(DEPDIR)/3Depict-configFile.Tpo backend/$(DEPDIR)/3Depict-configFile.Po
##############################################
3depict-0.0.22/src/Makefile.in-2055-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3depict-0.0.22/src/Makefile.in:2056:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -c -o backend/3Depict-configFile.o `test -f 'backend/configFile.cpp' || echo '$(srcdir)/'`backend/configFile.cpp
3depict-0.0.22/src/Makefile.in-2057-
3depict-0.0.22/src/Makefile.in-2058-backend/3Depict-configFile.obj: backend/configFile.cpp
3depict-0.0.22/src/Makefile.in:2059:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -MT backend/3Depict-configFile.obj -MD -MP -MF backend/$(DEPDIR)/3Depict-configFile.Tpo -c -o backend/3Depict-configFile.obj `if test -f 'backend/configFile.cpp'; then $(CYGPATH_W) 'backend/configFile.cpp'; else $(CYGPATH_W) '$(srcdir)/backend/configFile.cpp'; fi`
3depict-0.0.22/src/Makefile.in-2060-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) backend/$(DEPDIR)/3Depict-configFile.Tpo backend/$(DEPDIR)/3Depict-configFile.Po
##############################################
3depict-0.0.22/src/Makefile.in-2062-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3depict-0.0.22/src/Makefile.in:2063:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -c -o backend/3Depict-configFile.obj `if test -f 'backend/configFile.cpp'; then $(CYGPATH_W) 'backend/configFile.cpp'; else $(CYGPATH_W) '$(srcdir)/backend/configFile.cpp'; fi`
3depict-0.0.22/src/Makefile.in-2064-
3depict-0.0.22/src/Makefile.in-2065-backend/APT/3Depict-ionMapFile.o: backend/APT/ionMapFile.cpp
3depict-0.0.22/src/Makefile.in:2066:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -MT backend/APT/3Depict-ionMapFile.o -MD -MP -MF backend/APT/$(DEPDIR)/3Depict-ionMapFile.Tpo -c -o backend/APT/3Depict-ionMapFile.o `test -f 'backend/APT/ionMapFile.cpp' || echo '$(srcdir)/'`backend/APT/ionMapFile.cpp
3depict-0.0.22/src/Makefile.in-2067-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) backend/APT/$(DEPDIR)/3Depict-ionMapFile.Tpo backend/APT/$(DEPDIR)/3Depict-ionMapFile.Po
##############################################
3depict-0.0.22/src/Makefile.in-2069-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3depict-0.0.22/src/Makefile.in:2070:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -c -o backend/APT/3Depict-ionMapFile.o `test -f 'backend/APT/ionMapFile.cpp' || echo '$(srcdir)/'`backend/APT/ionMapFile.cpp
3depict-0.0.22/src/Makefile.in-2071-
3depict-0.0.22/src/Makefile.in-2072-backend/APT/3Depict-ionMapFile.obj: backend/APT/ionMapFile.cpp
3depict-0.0.22/src/Makefile.in:2073:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -MT backend/APT/3Depict-ionMapFile.obj -MD -MP -MF backend/APT/$(DEPDIR)/3Depict-ionMapFile.Tpo -c -o backend/APT/3Depict-ionMapFile.obj `if test -f 'backend/APT/ionMapFile.cpp'; then $(CYGPATH_W) 'backend/APT/ionMapFile.cpp'; else $(CYGPATH_W) '$(srcdir)/backend/APT/ionMapFile.cpp'; fi`
3depict-0.0.22/src/Makefile.in-2074-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) backend/APT/$(DEPDIR)/3Depict-ionMapFile.Tpo backend/APT/$(DEPDIR)/3Depict-ionMapFile.Po
##############################################
3depict-0.0.22/src/Makefile.in-2076-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3depict-0.0.22/src/Makefile.in:2077:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -c -o backend/APT/3Depict-ionMapFile.obj `if test -f 'backend/APT/ionMapFile.cpp'; then $(CYGPATH_W) 'backend/APT/ionMapFile.cpp'; else $(CYGPATH_W) '$(srcdir)/backend/APT/ionMapFile.cpp'; fi`
3depict-0.0.22/src/Makefile.in-2078-
3depict-0.0.22/src/Makefile.in-2079-gl/3Depict-scene.o: gl/scene.cpp
3depict-0.0.22/src/Makefile.in:2080:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -MT gl/3Depict-scene.o -MD -MP -MF gl/$(DEPDIR)/3Depict-scene.Tpo -c -o gl/3Depict-scene.o `test -f 'gl/scene.cpp' || echo '$(srcdir)/'`gl/scene.cpp
3depict-0.0.22/src/Makefile.in-2081-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) gl/$(DEPDIR)/3Depict-scene.Tpo gl/$(DEPDIR)/3Depict-scene.Po
##############################################
3depict-0.0.22/src/Makefile.in-2083-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3depict-0.0.22/src/Makefile.in:2084:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -c -o gl/3Depict-scene.o `test -f 'gl/scene.cpp' || echo '$(srcdir)/'`gl/scene.cpp
3depict-0.0.22/src/Makefile.in-2085-
3depict-0.0.22/src/Makefile.in-2086-gl/3Depict-scene.obj: gl/scene.cpp
3depict-0.0.22/src/Makefile.in:2087:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -MT gl/3Depict-scene.obj -MD -MP -MF gl/$(DEPDIR)/3Depict-scene.Tpo -c -o gl/3Depict-scene.obj `if test -f 'gl/scene.cpp'; then $(CYGPATH_W) 'gl/scene.cpp'; else $(CYGPATH_W) '$(srcdir)/gl/scene.cpp'; fi`
3depict-0.0.22/src/Makefile.in-2088-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) gl/$(DEPDIR)/3Depict-scene.Tpo gl/$(DEPDIR)/3Depict-scene.Po
##############################################
3depict-0.0.22/src/Makefile.in-2090-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3depict-0.0.22/src/Makefile.in:2091:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -c -o gl/3Depict-scene.obj `if test -f 'gl/scene.cpp'; then $(CYGPATH_W) 'gl/scene.cpp'; else $(CYGPATH_W) '$(srcdir)/gl/scene.cpp'; fi`
3depict-0.0.22/src/Makefile.in-2092-
3depict-0.0.22/src/Makefile.in-2093-gl/3Depict-drawables.o: gl/drawables.cpp
3depict-0.0.22/src/Makefile.in:2094:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -MT gl/3Depict-drawables.o -MD -MP -MF gl/$(DEPDIR)/3Depict-drawables.Tpo -c -o gl/3Depict-drawables.o `test -f 'gl/drawables.cpp' || echo '$(srcdir)/'`gl/drawables.cpp
3depict-0.0.22/src/Makefile.in-2095-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) gl/$(DEPDIR)/3Depict-drawables.Tpo gl/$(DEPDIR)/3Depict-drawables.Po
##############################################
3depict-0.0.22/src/Makefile.in-2097-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3depict-0.0.22/src/Makefile.in:2098:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -c -o gl/3Depict-drawables.o `test -f 'gl/drawables.cpp' || echo '$(srcdir)/'`gl/drawables.cpp
3depict-0.0.22/src/Makefile.in-2099-
3depict-0.0.22/src/Makefile.in-2100-gl/3Depict-drawables.obj: gl/drawables.cpp
3depict-0.0.22/src/Makefile.in:2101:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -MT gl/3Depict-drawables.obj -MD -MP -MF gl/$(DEPDIR)/3Depict-drawables.Tpo -c -o gl/3Depict-drawables.obj `if test -f 'gl/drawables.cpp'; then $(CYGPATH_W) 'gl/drawables.cpp'; else $(CYGPATH_W) '$(srcdir)/gl/drawables.cpp'; fi`
3depict-0.0.22/src/Makefile.in-2102-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) gl/$(DEPDIR)/3Depict-drawables.Tpo gl/$(DEPDIR)/3Depict-drawables.Po
##############################################
3depict-0.0.22/src/Makefile.in-2104-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3depict-0.0.22/src/Makefile.in:2105:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -c -o gl/3Depict-drawables.obj `if test -f 'gl/drawables.cpp'; then $(CYGPATH_W) 'gl/drawables.cpp'; else $(CYGPATH_W) '$(srcdir)/gl/drawables.cpp'; fi`
3depict-0.0.22/src/Makefile.in-2106-
3depict-0.0.22/src/Makefile.in-2107-gl/3Depict-effect.o: gl/effect.cpp
3depict-0.0.22/src/Makefile.in:2108:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -MT gl/3Depict-effect.o -MD -MP -MF gl/$(DEPDIR)/3Depict-effect.Tpo -c -o gl/3Depict-effect.o `test -f 'gl/effect.cpp' || echo '$(srcdir)/'`gl/effect.cpp
3depict-0.0.22/src/Makefile.in-2109-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) gl/$(DEPDIR)/3Depict-effect.Tpo gl/$(DEPDIR)/3Depict-effect.Po
##############################################
3depict-0.0.22/src/Makefile.in-2111-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3depict-0.0.22/src/Makefile.in:2112:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -c -o gl/3Depict-effect.o `test -f 'gl/effect.cpp' || echo '$(srcdir)/'`gl/effect.cpp
3depict-0.0.22/src/Makefile.in-2113-
3depict-0.0.22/src/Makefile.in-2114-gl/3Depict-effect.obj: gl/effect.cpp
3depict-0.0.22/src/Makefile.in:2115:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -MT gl/3Depict-effect.obj -MD -MP -MF gl/$(DEPDIR)/3Depict-effect.Tpo -c -o gl/3Depict-effect.obj `if test -f 'gl/effect.cpp'; then $(CYGPATH_W) 'gl/effect.cpp'; else $(CYGPATH_W) '$(srcdir)/gl/effect.cpp'; fi`
3depict-0.0.22/src/Makefile.in-2116-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) gl/$(DEPDIR)/3Depict-effect.Tpo gl/$(DEPDIR)/3Depict-effect.Po
##############################################
3depict-0.0.22/src/Makefile.in-2118-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3depict-0.0.22/src/Makefile.in:2119:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -c -o gl/3Depict-effect.obj `if test -f 'gl/effect.cpp'; then $(CYGPATH_W) 'gl/effect.cpp'; else $(CYGPATH_W) '$(srcdir)/gl/effect.cpp'; fi`
3depict-0.0.22/src/Makefile.in-2120-
3depict-0.0.22/src/Makefile.in-2121-gl/3Depict-textures.o: gl/textures.cpp
3depict-0.0.22/src/Makefile.in:2122:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -MT gl/3Depict-textures.o -MD -MP -MF gl/$(DEPDIR)/3Depict-textures.Tpo -c -o gl/3Depict-textures.o `test -f 'gl/textures.cpp' || echo '$(srcdir)/'`gl/textures.cpp
3depict-0.0.22/src/Makefile.in-2123-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) gl/$(DEPDIR)/3Depict-textures.Tpo gl/$(DEPDIR)/3Depict-textures.Po
##############################################
3depict-0.0.22/src/Makefile.in-2125-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3depict-0.0.22/src/Makefile.in:2126:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -c -o gl/3Depict-textures.o `test -f 'gl/textures.cpp' || echo '$(srcdir)/'`gl/textures.cpp
3depict-0.0.22/src/Makefile.in-2127-
3depict-0.0.22/src/Makefile.in-2128-gl/3Depict-textures.obj: gl/textures.cpp
3depict-0.0.22/src/Makefile.in:2129:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -MT gl/3Depict-textures.obj -MD -MP -MF gl/$(DEPDIR)/3Depict-textures.Tpo -c -o gl/3Depict-textures.obj `if test -f 'gl/textures.cpp'; then $(CYGPATH_W) 'gl/textures.cpp'; else $(CYGPATH_W) '$(srcdir)/gl/textures.cpp'; fi`
3depict-0.0.22/src/Makefile.in-2130-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) gl/$(DEPDIR)/3Depict-textures.Tpo gl/$(DEPDIR)/3Depict-textures.Po
##############################################
3depict-0.0.22/src/Makefile.in-2132-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3depict-0.0.22/src/Makefile.in:2133:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -c -o gl/3Depict-textures.obj `if test -f 'gl/textures.cpp'; then $(CYGPATH_W) 'gl/textures.cpp'; else $(CYGPATH_W) '$(srcdir)/gl/textures.cpp'; fi`
3depict-0.0.22/src/Makefile.in-2134-
3depict-0.0.22/src/Makefile.in-2135-gl/3Depict-select.o: gl/select.cpp
3depict-0.0.22/src/Makefile.in:2136:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -MT gl/3Depict-select.o -MD -MP -MF gl/$(DEPDIR)/3Depict-select.Tpo -c -o gl/3Depict-select.o `test -f 'gl/select.cpp' || echo '$(srcdir)/'`gl/select.cpp
3depict-0.0.22/src/Makefile.in-2137-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) gl/$(DEPDIR)/3Depict-select.Tpo gl/$(DEPDIR)/3Depict-select.Po
##############################################
3depict-0.0.22/src/Makefile.in-2139-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3depict-0.0.22/src/Makefile.in:2140:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -c -o gl/3Depict-select.o `test -f 'gl/select.cpp' || echo '$(srcdir)/'`gl/select.cpp
3depict-0.0.22/src/Makefile.in-2141-
3depict-0.0.22/src/Makefile.in-2142-gl/3Depict-select.obj: gl/select.cpp
3depict-0.0.22/src/Makefile.in:2143:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -MT gl/3Depict-select.obj -MD -MP -MF gl/$(DEPDIR)/3Depict-select.Tpo -c -o gl/3Depict-select.obj `if test -f 'gl/select.cpp'; then $(CYGPATH_W) 'gl/select.cpp'; else $(CYGPATH_W) '$(srcdir)/gl/select.cpp'; fi`
3depict-0.0.22/src/Makefile.in-2144-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) gl/$(DEPDIR)/3Depict-select.Tpo gl/$(DEPDIR)/3Depict-select.Po
##############################################
3depict-0.0.22/src/Makefile.in-2146-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3depict-0.0.22/src/Makefile.in:2147:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -c -o gl/3Depict-select.obj `if test -f 'gl/select.cpp'; then $(CYGPATH_W) 'gl/select.cpp'; else $(CYGPATH_W) '$(srcdir)/gl/select.cpp'; fi`
3depict-0.0.22/src/Makefile.in-2148-
3depict-0.0.22/src/Makefile.in-2149-gl/3Depict-cameras.o: gl/cameras.cpp
3depict-0.0.22/src/Makefile.in:2150:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -MT gl/3Depict-cameras.o -MD -MP -MF gl/$(DEPDIR)/3Depict-cameras.Tpo -c -o gl/3Depict-cameras.o `test -f 'gl/cameras.cpp' || echo '$(srcdir)/'`gl/cameras.cpp
3depict-0.0.22/src/Makefile.in-2151-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) gl/$(DEPDIR)/3Depict-cameras.Tpo gl/$(DEPDIR)/3Depict-cameras.Po
##############################################
3depict-0.0.22/src/Makefile.in-2153-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3depict-0.0.22/src/Makefile.in:2154:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -c -o gl/3Depict-cameras.o `test -f 'gl/cameras.cpp' || echo '$(srcdir)/'`gl/cameras.cpp
3depict-0.0.22/src/Makefile.in-2155-
3depict-0.0.22/src/Makefile.in-2156-gl/3Depict-cameras.obj: gl/cameras.cpp
3depict-0.0.22/src/Makefile.in:2157:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -MT gl/3Depict-cameras.obj -MD -MP -MF gl/$(DEPDIR)/3Depict-cameras.Tpo -c -o gl/3Depict-cameras.obj `if test -f 'gl/cameras.cpp'; then $(CYGPATH_W) 'gl/cameras.cpp'; else $(CYGPATH_W) '$(srcdir)/gl/cameras.cpp'; fi`
3depict-0.0.22/src/Makefile.in-2158-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) gl/$(DEPDIR)/3Depict-cameras.Tpo gl/$(DEPDIR)/3Depict-cameras.Po
##############################################
3depict-0.0.22/src/Makefile.in-2160-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3depict-0.0.22/src/Makefile.in:2161:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -c -o gl/3Depict-cameras.obj `if test -f 'gl/cameras.cpp'; then $(CYGPATH_W) 'gl/cameras.cpp'; else $(CYGPATH_W) '$(srcdir)/gl/cameras.cpp'; fi`
3depict-0.0.22/src/Makefile.in-2162-
3depict-0.0.22/src/Makefile.in-2163-gl/3Depict-isoSurface.o: gl/isoSurface.cpp
3depict-0.0.22/src/Makefile.in:2164:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -MT gl/3Depict-isoSurface.o -MD -MP -MF gl/$(DEPDIR)/3Depict-isoSurface.Tpo -c -o gl/3Depict-isoSurface.o `test -f 'gl/isoSurface.cpp' || echo '$(srcdir)/'`gl/isoSurface.cpp
3depict-0.0.22/src/Makefile.in-2165-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) gl/$(DEPDIR)/3Depict-isoSurface.Tpo gl/$(DEPDIR)/3Depict-isoSurface.Po
##############################################
3depict-0.0.22/src/Makefile.in-2167-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3depict-0.0.22/src/Makefile.in:2168:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -c -o gl/3Depict-isoSurface.o `test -f 'gl/isoSurface.cpp' || echo '$(srcdir)/'`gl/isoSurface.cpp
3depict-0.0.22/src/Makefile.in-2169-
3depict-0.0.22/src/Makefile.in-2170-gl/3Depict-isoSurface.obj: gl/isoSurface.cpp
3depict-0.0.22/src/Makefile.in:2171:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -MT gl/3Depict-isoSurface.obj -MD -MP -MF gl/$(DEPDIR)/3Depict-isoSurface.Tpo -c -o gl/3Depict-isoSurface.obj `if test -f 'gl/isoSurface.cpp'; then $(CYGPATH_W) 'gl/isoSurface.cpp'; else $(CYGPATH_W) '$(srcdir)/gl/isoSurface.cpp'; fi`
3depict-0.0.22/src/Makefile.in-2172-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) gl/$(DEPDIR)/3Depict-isoSurface.Tpo gl/$(DEPDIR)/3Depict-isoSurface.Po
##############################################
3depict-0.0.22/src/Makefile.in-2174-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3depict-0.0.22/src/Makefile.in:2175:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -c -o gl/3Depict-isoSurface.obj `if test -f 'gl/isoSurface.cpp'; then $(CYGPATH_W) 'gl/isoSurface.cpp'; else $(CYGPATH_W) '$(srcdir)/gl/isoSurface.cpp'; fi`
3depict-0.0.22/src/Makefile.in-2176-
3depict-0.0.22/src/Makefile.in-2177-gl/3Depict-tr.o: gl/tr.cpp
3depict-0.0.22/src/Makefile.in:2178:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -MT gl/3Depict-tr.o -MD -MP -MF gl/$(DEPDIR)/3Depict-tr.Tpo -c -o gl/3Depict-tr.o `test -f 'gl/tr.cpp' || echo '$(srcdir)/'`gl/tr.cpp
3depict-0.0.22/src/Makefile.in-2179-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) gl/$(DEPDIR)/3Depict-tr.Tpo gl/$(DEPDIR)/3Depict-tr.Po
##############################################
3depict-0.0.22/src/Makefile.in-2181-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3depict-0.0.22/src/Makefile.in:2182:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -c -o gl/3Depict-tr.o `test -f 'gl/tr.cpp' || echo '$(srcdir)/'`gl/tr.cpp
3depict-0.0.22/src/Makefile.in-2183-
3depict-0.0.22/src/Makefile.in-2184-gl/3Depict-tr.obj: gl/tr.cpp
3depict-0.0.22/src/Makefile.in:2185:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -MT gl/3Depict-tr.obj -MD -MP -MF gl/$(DEPDIR)/3Depict-tr.Tpo -c -o gl/3Depict-tr.obj `if test -f 'gl/tr.cpp'; then $(CYGPATH_W) 'gl/tr.cpp'; else $(CYGPATH_W) '$(srcdir)/gl/tr.cpp'; fi`
3depict-0.0.22/src/Makefile.in-2186-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) gl/$(DEPDIR)/3Depict-tr.Tpo gl/$(DEPDIR)/3Depict-tr.Po
##############################################
3depict-0.0.22/src/Makefile.in-2188-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3depict-0.0.22/src/Makefile.in:2189:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -c -o gl/3Depict-tr.obj `if test -f 'gl/tr.cpp'; then $(CYGPATH_W) 'gl/tr.cpp'; else $(CYGPATH_W) '$(srcdir)/gl/tr.cpp'; fi`
3depict-0.0.22/src/Makefile.in-2190-
3depict-0.0.22/src/Makefile.in-2191-common/3Depict-stringFuncs.o: common/stringFuncs.cpp
3depict-0.0.22/src/Makefile.in:2192:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -MT common/3Depict-stringFuncs.o -MD -MP -MF common/$(DEPDIR)/3Depict-stringFuncs.Tpo -c -o common/3Depict-stringFuncs.o `test -f 'common/stringFuncs.cpp' || echo '$(srcdir)/'`common/stringFuncs.cpp
3depict-0.0.22/src/Makefile.in-2193-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) common/$(DEPDIR)/3Depict-stringFuncs.Tpo common/$(DEPDIR)/3Depict-stringFuncs.Po
##############################################
3depict-0.0.22/src/Makefile.in-2195-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3depict-0.0.22/src/Makefile.in:2196:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -c -o common/3Depict-stringFuncs.o `test -f 'common/stringFuncs.cpp' || echo '$(srcdir)/'`common/stringFuncs.cpp
3depict-0.0.22/src/Makefile.in-2197-
3depict-0.0.22/src/Makefile.in-2198-common/3Depict-stringFuncs.obj: common/stringFuncs.cpp
3depict-0.0.22/src/Makefile.in:2199:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -MT common/3Depict-stringFuncs.obj -MD -MP -MF common/$(DEPDIR)/3Depict-stringFuncs.Tpo -c -o common/3Depict-stringFuncs.obj `if test -f 'common/stringFuncs.cpp'; then $(CYGPATH_W) 'common/stringFuncs.cpp'; else $(CYGPATH_W) '$(srcdir)/common/stringFuncs.cpp'; fi`
3depict-0.0.22/src/Makefile.in-2200-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) common/$(DEPDIR)/3Depict-stringFuncs.Tpo common/$(DEPDIR)/3Depict-stringFuncs.Po
##############################################
3depict-0.0.22/src/Makefile.in-2202-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3depict-0.0.22/src/Makefile.in:2203:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -c -o common/3Depict-stringFuncs.obj `if test -f 'common/stringFuncs.cpp'; then $(CYGPATH_W) 'common/stringFuncs.cpp'; else $(CYGPATH_W) '$(srcdir)/common/stringFuncs.cpp'; fi`
3depict-0.0.22/src/Makefile.in-2204-
3depict-0.0.22/src/Makefile.in-2205-common/3Depict-constants.o: common/constants.cpp
3depict-0.0.22/src/Makefile.in:2206:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -MT common/3Depict-constants.o -MD -MP -MF common/$(DEPDIR)/3Depict-constants.Tpo -c -o common/3Depict-constants.o `test -f 'common/constants.cpp' || echo '$(srcdir)/'`common/constants.cpp
3depict-0.0.22/src/Makefile.in-2207-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) common/$(DEPDIR)/3Depict-constants.Tpo common/$(DEPDIR)/3Depict-constants.Po
##############################################
3depict-0.0.22/src/Makefile.in-2209-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3depict-0.0.22/src/Makefile.in:2210:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -c -o common/3Depict-constants.o `test -f 'common/constants.cpp' || echo '$(srcdir)/'`common/constants.cpp
3depict-0.0.22/src/Makefile.in-2211-
3depict-0.0.22/src/Makefile.in-2212-common/3Depict-constants.obj: common/constants.cpp
3depict-0.0.22/src/Makefile.in:2213:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -MT common/3Depict-constants.obj -MD -MP -MF common/$(DEPDIR)/3Depict-constants.Tpo -c -o common/3Depict-constants.obj `if test -f 'common/constants.cpp'; then $(CYGPATH_W) 'common/constants.cpp'; else $(CYGPATH_W) '$(srcdir)/common/constants.cpp'; fi`
3depict-0.0.22/src/Makefile.in-2214-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) common/$(DEPDIR)/3Depict-constants.Tpo common/$(DEPDIR)/3Depict-constants.Po
##############################################
3depict-0.0.22/src/Makefile.in-2216-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3depict-0.0.22/src/Makefile.in:2217:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -c -o common/3Depict-constants.obj `if test -f 'common/constants.cpp'; then $(CYGPATH_W) 'common/constants.cpp'; else $(CYGPATH_W) '$(srcdir)/common/constants.cpp'; fi`
3depict-0.0.22/src/Makefile.in-2218-
3depict-0.0.22/src/Makefile.in-2219-common/3Depict-xmlHelper.o: common/xmlHelper.cpp
3depict-0.0.22/src/Makefile.in:2220:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -MT common/3Depict-xmlHelper.o -MD -MP -MF common/$(DEPDIR)/3Depict-xmlHelper.Tpo -c -o common/3Depict-xmlHelper.o `test -f 'common/xmlHelper.cpp' || echo '$(srcdir)/'`common/xmlHelper.cpp
3depict-0.0.22/src/Makefile.in-2221-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) common/$(DEPDIR)/3Depict-xmlHelper.Tpo common/$(DEPDIR)/3Depict-xmlHelper.Po
##############################################
3depict-0.0.22/src/Makefile.in-2223-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3depict-0.0.22/src/Makefile.in:2224:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -c -o common/3Depict-xmlHelper.o `test -f 'common/xmlHelper.cpp' || echo '$(srcdir)/'`common/xmlHelper.cpp
3depict-0.0.22/src/Makefile.in-2225-
3depict-0.0.22/src/Makefile.in-2226-common/3Depict-xmlHelper.obj: common/xmlHelper.cpp
3depict-0.0.22/src/Makefile.in:2227:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -MT common/3Depict-xmlHelper.obj -MD -MP -MF common/$(DEPDIR)/3Depict-xmlHelper.Tpo -c -o common/3Depict-xmlHelper.obj `if test -f 'common/xmlHelper.cpp'; then $(CYGPATH_W) 'common/xmlHelper.cpp'; else $(CYGPATH_W) '$(srcdir)/common/xmlHelper.cpp'; fi`
3depict-0.0.22/src/Makefile.in-2228-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) common/$(DEPDIR)/3Depict-xmlHelper.Tpo common/$(DEPDIR)/3Depict-xmlHelper.Po
##############################################
3depict-0.0.22/src/Makefile.in-2230-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3depict-0.0.22/src/Makefile.in:2231:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -c -o common/3Depict-xmlHelper.obj `if test -f 'common/xmlHelper.cpp'; then $(CYGPATH_W) 'common/xmlHelper.cpp'; else $(CYGPATH_W) '$(srcdir)/common/xmlHelper.cpp'; fi`
3depict-0.0.22/src/Makefile.in-2232-
3depict-0.0.22/src/Makefile.in-2233-common/3Depict-colourmap.o: common/colourmap.cpp
3depict-0.0.22/src/Makefile.in:2234:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -MT common/3Depict-colourmap.o -MD -MP -MF common/$(DEPDIR)/3Depict-colourmap.Tpo -c -o common/3Depict-colourmap.o `test -f 'common/colourmap.cpp' || echo '$(srcdir)/'`common/colourmap.cpp
3depict-0.0.22/src/Makefile.in-2235-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) common/$(DEPDIR)/3Depict-colourmap.Tpo common/$(DEPDIR)/3Depict-colourmap.Po
##############################################
3depict-0.0.22/src/Makefile.in-2237-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3depict-0.0.22/src/Makefile.in:2238:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -c -o common/3Depict-colourmap.o `test -f 'common/colourmap.cpp' || echo '$(srcdir)/'`common/colourmap.cpp
3depict-0.0.22/src/Makefile.in-2239-
3depict-0.0.22/src/Makefile.in-2240-common/3Depict-colourmap.obj: common/colourmap.cpp
3depict-0.0.22/src/Makefile.in:2241:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -MT common/3Depict-colourmap.obj -MD -MP -MF common/$(DEPDIR)/3Depict-colourmap.Tpo -c -o common/3Depict-colourmap.obj `if test -f 'common/colourmap.cpp'; then $(CYGPATH_W) 'common/colourmap.cpp'; else $(CYGPATH_W) '$(srcdir)/common/colourmap.cpp'; fi`
3depict-0.0.22/src/Makefile.in-2242-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) common/$(DEPDIR)/3Depict-colourmap.Tpo common/$(DEPDIR)/3Depict-colourmap.Po
##############################################
3depict-0.0.22/src/Makefile.in-2244-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3depict-0.0.22/src/Makefile.in:2245:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -c -o common/3Depict-colourmap.obj `if test -f 'common/colourmap.cpp'; then $(CYGPATH_W) 'common/colourmap.cpp'; else $(CYGPATH_W) '$(srcdir)/common/colourmap.cpp'; fi`
3depict-0.0.22/src/Makefile.in-2246-
3depict-0.0.22/src/Makefile.in-2247-common/3Depict-voxels.o: common/voxels.cpp
3depict-0.0.22/src/Makefile.in:2248:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -MT common/3Depict-voxels.o -MD -MP -MF common/$(DEPDIR)/3Depict-voxels.Tpo -c -o common/3Depict-voxels.o `test -f 'common/voxels.cpp' || echo '$(srcdir)/'`common/voxels.cpp
3depict-0.0.22/src/Makefile.in-2249-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) common/$(DEPDIR)/3Depict-voxels.Tpo common/$(DEPDIR)/3Depict-voxels.Po
##############################################
3depict-0.0.22/src/Makefile.in-2251-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3depict-0.0.22/src/Makefile.in:2252:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -c -o common/3Depict-voxels.o `test -f 'common/voxels.cpp' || echo '$(srcdir)/'`common/voxels.cpp
3depict-0.0.22/src/Makefile.in-2253-
3depict-0.0.22/src/Makefile.in-2254-common/3Depict-voxels.obj: common/voxels.cpp
3depict-0.0.22/src/Makefile.in:2255:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -MT common/3Depict-voxels.obj -MD -MP -MF common/$(DEPDIR)/3Depict-voxels.Tpo -c -o common/3Depict-voxels.obj `if test -f 'common/voxels.cpp'; then $(CYGPATH_W) 'common/voxels.cpp'; else $(CYGPATH_W) '$(srcdir)/common/voxels.cpp'; fi`
3depict-0.0.22/src/Makefile.in-2256-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) common/$(DEPDIR)/3Depict-voxels.Tpo common/$(DEPDIR)/3Depict-voxels.Po
##############################################
3depict-0.0.22/src/Makefile.in-2258-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3depict-0.0.22/src/Makefile.in:2259:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -c -o common/3Depict-voxels.obj `if test -f 'common/voxels.cpp'; then $(CYGPATH_W) 'common/voxels.cpp'; else $(CYGPATH_W) '$(srcdir)/common/voxels.cpp'; fi`
3depict-0.0.22/src/Makefile.in-2260-
3depict-0.0.22/src/Makefile.in-2261-common/3Depict-mathfuncs.o: common/mathfuncs.cpp
3depict-0.0.22/src/Makefile.in:2262:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -MT common/3Depict-mathfuncs.o -MD -MP -MF common/$(DEPDIR)/3Depict-mathfuncs.Tpo -c -o common/3Depict-mathfuncs.o `test -f 'common/mathfuncs.cpp' || echo '$(srcdir)/'`common/mathfuncs.cpp
3depict-0.0.22/src/Makefile.in-2263-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) common/$(DEPDIR)/3Depict-mathfuncs.Tpo common/$(DEPDIR)/3Depict-mathfuncs.Po
##############################################
3depict-0.0.22/src/Makefile.in-2265-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3depict-0.0.22/src/Makefile.in:2266:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -c -o common/3Depict-mathfuncs.o `test -f 'common/mathfuncs.cpp' || echo '$(srcdir)/'`common/mathfuncs.cpp
3depict-0.0.22/src/Makefile.in-2267-
3depict-0.0.22/src/Makefile.in-2268-common/3Depict-mathfuncs.obj: common/mathfuncs.cpp
3depict-0.0.22/src/Makefile.in:2269:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -MT common/3Depict-mathfuncs.obj -MD -MP -MF common/$(DEPDIR)/3Depict-mathfuncs.Tpo -c -o common/3Depict-mathfuncs.obj `if test -f 'common/mathfuncs.cpp'; then $(CYGPATH_W) 'common/mathfuncs.cpp'; else $(CYGPATH_W) '$(srcdir)/common/mathfuncs.cpp'; fi`
3depict-0.0.22/src/Makefile.in-2270-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) common/$(DEPDIR)/3Depict-mathfuncs.Tpo common/$(DEPDIR)/3Depict-mathfuncs.Po
##############################################
3depict-0.0.22/src/Makefile.in-2272-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3depict-0.0.22/src/Makefile.in:2273:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -c -o common/3Depict-mathfuncs.obj `if test -f 'common/mathfuncs.cpp'; then $(CYGPATH_W) 'common/mathfuncs.cpp'; else $(CYGPATH_W) '$(srcdir)/common/mathfuncs.cpp'; fi`
3depict-0.0.22/src/Makefile.in-2274-
3depict-0.0.22/src/Makefile.in-2275-common/3Depict-basics.o: common/basics.cpp
3depict-0.0.22/src/Makefile.in:2276:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -MT common/3Depict-basics.o -MD -MP -MF common/$(DEPDIR)/3Depict-basics.Tpo -c -o common/3Depict-basics.o `test -f 'common/basics.cpp' || echo '$(srcdir)/'`common/basics.cpp
3depict-0.0.22/src/Makefile.in-2277-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) common/$(DEPDIR)/3Depict-basics.Tpo common/$(DEPDIR)/3Depict-basics.Po
##############################################
3depict-0.0.22/src/Makefile.in-2279-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3depict-0.0.22/src/Makefile.in:2280:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -c -o common/3Depict-basics.o `test -f 'common/basics.cpp' || echo '$(srcdir)/'`common/basics.cpp
3depict-0.0.22/src/Makefile.in-2281-
3depict-0.0.22/src/Makefile.in-2282-common/3Depict-basics.obj: common/basics.cpp
3depict-0.0.22/src/Makefile.in:2283:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -MT common/3Depict-basics.obj -MD -MP -MF common/$(DEPDIR)/3Depict-basics.Tpo -c -o common/3Depict-basics.obj `if test -f 'common/basics.cpp'; then $(CYGPATH_W) 'common/basics.cpp'; else $(CYGPATH_W) '$(srcdir)/common/basics.cpp'; fi`
3depict-0.0.22/src/Makefile.in-2284-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) common/$(DEPDIR)/3Depict-basics.Tpo common/$(DEPDIR)/3Depict-basics.Po
##############################################
3depict-0.0.22/src/Makefile.in-2286-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3depict-0.0.22/src/Makefile.in:2287:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -c -o common/3Depict-basics.obj `if test -f 'common/basics.cpp'; then $(CYGPATH_W) 'common/basics.cpp'; else $(CYGPATH_W) '$(srcdir)/common/basics.cpp'; fi`
3depict-0.0.22/src/Makefile.in-2288-
3depict-0.0.22/src/Makefile.in-2289-common/3Depict-assertion.o: common/assertion.cpp
3depict-0.0.22/src/Makefile.in:2290:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -MT common/3Depict-assertion.o -MD -MP -MF common/$(DEPDIR)/3Depict-assertion.Tpo -c -o common/3Depict-assertion.o `test -f 'common/assertion.cpp' || echo '$(srcdir)/'`common/assertion.cpp
3depict-0.0.22/src/Makefile.in-2291-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) common/$(DEPDIR)/3Depict-assertion.Tpo common/$(DEPDIR)/3Depict-assertion.Po
##############################################
3depict-0.0.22/src/Makefile.in-2293-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3depict-0.0.22/src/Makefile.in:2294:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -c -o common/3Depict-assertion.o `test -f 'common/assertion.cpp' || echo '$(srcdir)/'`common/assertion.cpp
3depict-0.0.22/src/Makefile.in-2295-
3depict-0.0.22/src/Makefile.in-2296-common/3Depict-assertion.obj: common/assertion.cpp
3depict-0.0.22/src/Makefile.in:2297:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -MT common/3Depict-assertion.obj -MD -MP -MF common/$(DEPDIR)/3Depict-assertion.Tpo -c -o common/3Depict-assertion.obj `if test -f 'common/assertion.cpp'; then $(CYGPATH_W) 'common/assertion.cpp'; else $(CYGPATH_W) '$(srcdir)/common/assertion.cpp'; fi`
3depict-0.0.22/src/Makefile.in-2298-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) common/$(DEPDIR)/3Depict-assertion.Tpo common/$(DEPDIR)/3Depict-assertion.Po
##############################################
3depict-0.0.22/src/Makefile.in-2300-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3depict-0.0.22/src/Makefile.in:2301:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -c -o common/3Depict-assertion.obj `if test -f 'common/assertion.cpp'; then $(CYGPATH_W) 'common/assertion.cpp'; else $(CYGPATH_W) '$(srcdir)/common/assertion.cpp'; fi`
3depict-0.0.22/src/Makefile.in-2302-
3depict-0.0.22/src/Makefile.in-2303-common/3Depict-mesh.o: common/mesh.cpp
3depict-0.0.22/src/Makefile.in:2304:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -MT common/3Depict-mesh.o -MD -MP -MF common/$(DEPDIR)/3Depict-mesh.Tpo -c -o common/3Depict-mesh.o `test -f 'common/mesh.cpp' || echo '$(srcdir)/'`common/mesh.cpp
3depict-0.0.22/src/Makefile.in-2305-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) common/$(DEPDIR)/3Depict-mesh.Tpo common/$(DEPDIR)/3Depict-mesh.Po
##############################################
3depict-0.0.22/src/Makefile.in-2307-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3depict-0.0.22/src/Makefile.in:2308:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -c -o common/3Depict-mesh.o `test -f 'common/mesh.cpp' || echo '$(srcdir)/'`common/mesh.cpp
3depict-0.0.22/src/Makefile.in-2309-
3depict-0.0.22/src/Makefile.in-2310-common/3Depict-mesh.obj: common/mesh.cpp
3depict-0.0.22/src/Makefile.in:2311:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -MT common/3Depict-mesh.obj -MD -MP -MF common/$(DEPDIR)/3Depict-mesh.Tpo -c -o common/3Depict-mesh.obj `if test -f 'common/mesh.cpp'; then $(CYGPATH_W) 'common/mesh.cpp'; else $(CYGPATH_W) '$(srcdir)/common/mesh.cpp'; fi`
3depict-0.0.22/src/Makefile.in-2312-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) common/$(DEPDIR)/3Depict-mesh.Tpo common/$(DEPDIR)/3Depict-mesh.Po
##############################################
3depict-0.0.22/src/Makefile.in-2314-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3depict-0.0.22/src/Makefile.in:2315:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -c -o common/3Depict-mesh.obj `if test -f 'common/mesh.cpp'; then $(CYGPATH_W) 'common/mesh.cpp'; else $(CYGPATH_W) '$(srcdir)/common/mesh.cpp'; fi`
3depict-0.0.22/src/Makefile.in-2316-
3depict-0.0.22/src/Makefile.in-2317-common/3Depict-gsl_helper.o: common/gsl_helper.cpp
3depict-0.0.22/src/Makefile.in:2318:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -MT common/3Depict-gsl_helper.o -MD -MP -MF common/$(DEPDIR)/3Depict-gsl_helper.Tpo -c -o common/3Depict-gsl_helper.o `test -f 'common/gsl_helper.cpp' || echo '$(srcdir)/'`common/gsl_helper.cpp
3depict-0.0.22/src/Makefile.in-2319-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) common/$(DEPDIR)/3Depict-gsl_helper.Tpo common/$(DEPDIR)/3Depict-gsl_helper.Po
##############################################
3depict-0.0.22/src/Makefile.in-2321-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3depict-0.0.22/src/Makefile.in:2322:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -c -o common/3Depict-gsl_helper.o `test -f 'common/gsl_helper.cpp' || echo '$(srcdir)/'`common/gsl_helper.cpp
3depict-0.0.22/src/Makefile.in-2323-
3depict-0.0.22/src/Makefile.in-2324-common/3Depict-gsl_helper.obj: common/gsl_helper.cpp
3depict-0.0.22/src/Makefile.in:2325:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -MT common/3Depict-gsl_helper.obj -MD -MP -MF common/$(DEPDIR)/3Depict-gsl_helper.Tpo -c -o common/3Depict-gsl_helper.obj `if test -f 'common/gsl_helper.cpp'; then $(CYGPATH_W) 'common/gsl_helper.cpp'; else $(CYGPATH_W) '$(srcdir)/common/gsl_helper.cpp'; fi`
3depict-0.0.22/src/Makefile.in-2326-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) common/$(DEPDIR)/3Depict-gsl_helper.Tpo common/$(DEPDIR)/3Depict-gsl_helper.Po
##############################################
3depict-0.0.22/src/Makefile.in-2328-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3depict-0.0.22/src/Makefile.in:2329:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -c -o common/3Depict-gsl_helper.obj `if test -f 'common/gsl_helper.cpp'; then $(CYGPATH_W) 'common/gsl_helper.cpp'; else $(CYGPATH_W) '$(srcdir)/common/gsl_helper.cpp'; fi`
3depict-0.0.22/src/Makefile.in-2330-
3depict-0.0.22/src/Makefile.in-2331-testing/3Depict-mglTesting.o: testing/mglTesting.cpp
3depict-0.0.22/src/Makefile.in:2332:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -MT testing/3Depict-mglTesting.o -MD -MP -MF testing/$(DEPDIR)/3Depict-mglTesting.Tpo -c -o testing/3Depict-mglTesting.o `test -f 'testing/mglTesting.cpp' || echo '$(srcdir)/'`testing/mglTesting.cpp
3depict-0.0.22/src/Makefile.in-2333-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) testing/$(DEPDIR)/3Depict-mglTesting.Tpo testing/$(DEPDIR)/3Depict-mglTesting.Po
##############################################
3depict-0.0.22/src/Makefile.in-2335-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3depict-0.0.22/src/Makefile.in:2336:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -c -o testing/3Depict-mglTesting.o `test -f 'testing/mglTesting.cpp' || echo '$(srcdir)/'`testing/mglTesting.cpp
3depict-0.0.22/src/Makefile.in-2337-
3depict-0.0.22/src/Makefile.in-2338-testing/3Depict-mglTesting.obj: testing/mglTesting.cpp
3depict-0.0.22/src/Makefile.in:2339:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -MT testing/3Depict-mglTesting.obj -MD -MP -MF testing/$(DEPDIR)/3Depict-mglTesting.Tpo -c -o testing/3Depict-mglTesting.obj `if test -f 'testing/mglTesting.cpp'; then $(CYGPATH_W) 'testing/mglTesting.cpp'; else $(CYGPATH_W) '$(srcdir)/testing/mglTesting.cpp'; fi`
3depict-0.0.22/src/Makefile.in-2340-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) testing/$(DEPDIR)/3Depict-mglTesting.Tpo testing/$(DEPDIR)/3Depict-mglTesting.Po
##############################################
3depict-0.0.22/src/Makefile.in-2342-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3depict-0.0.22/src/Makefile.in:2343:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -c -o testing/3Depict-mglTesting.obj `if test -f 'testing/mglTesting.cpp'; then $(CYGPATH_W) 'testing/mglTesting.cpp'; else $(CYGPATH_W) '$(srcdir)/testing/mglTesting.cpp'; fi`
3depict-0.0.22/src/Makefile.in-2344-
##############################################
3depict-0.0.22/src/Makefile.in-2374-GTAGS:
3depict-0.0.22/src/Makefile.in:2375:	here=`$(am__cd) $(top_builddir) && pwd` \
3depict-0.0.22/src/Makefile.in-2376-	  && $(am__cd) $(top_srcdir) \
##############################################
3depict-0.0.22/src/Makefile.in-2400-distdir-am: $(DISTFILES)
3depict-0.0.22/src/Makefile.in:2401:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
3depict-0.0.22/src/Makefile.in:2402:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
3depict-0.0.22/src/Makefile.in-2403-	list='$(DISTFILES)'; \
##############################################
3depict-0.0.22/src/Makefile.in-2414-	  if test -d $$d/$$file; then \
3depict-0.0.22/src/Makefile.in:2415:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
3depict-0.0.22/src/Makefile.in-2416-	    if test -d "$(distdir)/$$file"; then \
##############################################
3depict-0.0.22/acinclude.m4-28-  AS_IF([test X$ax_compiler_ms = Xyes],
3depict-0.0.22/acinclude.m4:29:        [ax_try_lib=`echo $ax_lib | sed -e 's/^-l//' -e 's/$/.lib/'`],
3depict-0.0.22/acinclude.m4-30-        [ax_try_lib="${ax_lib}"])
##############################################
3depict-0.0.22/acinclude.m4-117-  AS_IF([test X$ax_compiler_ms = Xyes],
3depict-0.0.22/acinclude.m4:118:        [ax_try_lib=`echo $ax_lib | sed -e 's/^-l//' -e 's/$/.lib/'`],
3depict-0.0.22/acinclude.m4-119-        [ax_try_lib="${ax_lib}"])
##############################################
3depict-0.0.22/packaging/mac/makeMacOSXApp-65-do
3depict-0.0.22/packaging/mac/makeMacOSXApp:66:	j=`echo $i | sed 's/.\/translations\/3Depict_//' | sed 's/.mo//'`
3depict-0.0.22/packaging/mac/makeMacOSXApp-67-	mkdir -p ./3Depict.app/Contents/Resources/$j/LC_MESSAGES/
##############################################
3depict-0.0.22/packaging/mac/3package.sh-16-#Pull version number out of configure
3depict-0.0.22/packaging/mac/3package.sh:17:VERSION=`cat ./configure.ac | grep '^\s*AC_INIT(' | awk -F, '{ print $2 } ' | sed 's/\s*\[//' | sed 's/\]\s*//' | sed 's/\ //g' | sed 's/)//g'`
3depict-0.0.22/packaging/mac/3package.sh-18-BUILT_PROGRAMS_DIR=.
3depict-0.0.22/packaging/mac/3package.sh:19:MAC_OS_VER=`sw_vers | grep ProductVersion | awk '{print $2}'`
3depict-0.0.22/packaging/mac/3package.sh:20:YEAR=`date | awk '{print $NF}'`
3depict-0.0.22/packaging/mac/3package.sh-21-
##############################################
3depict-0.0.22/packaging/mac/3package.sh-48-#Ensure that program name not screwed up by XCode
3depict-0.0.22/packaging/mac/3package.sh:49:if [ x`grep '[-]Depict' ${INFO_PLIST}` != x"" ] ; then
3depict-0.0.22/packaging/mac/3package.sh-50-	echo "Program name incorrectly stored in package, is listed as _Depict, rather than $PROGRAM_NAME"
##############################################
3depict-0.0.22/packaging/mac/3package.sh-75-
3depict-0.0.22/packaging/mac/3package.sh:76:ARCHIVE_FILENAME=`echo "${BUILT_PROGRAMS_DIR}/${PROGRAM_NAME}-${VERSION}-${MAC_OS_VER}.pkg"`
3depict-0.0.22/packaging/mac/3package.sh-77-pkgbuild --root "${PROGRAM_NAME}.app" \
##############################################
3depict-0.0.22/packaging/makeTarball.sh-94-#Check version
3depict-0.0.22/packaging/makeTarball.sh:95:VER=`ls 3depict-*gz | sed 's/^3depict-\([0-9\.]*\).tar.gz$/\1/' `
3depict-0.0.22/packaging/makeTarball.sh-96-echo "Version is apparently :" $VER
3depict-0.0.22/packaging/makeTarball.sh-97-
3depict-0.0.22/packaging/makeTarball.sh:98:if [ x"`grep $VER .hgtags`" == x""  ] ; then
3depict-0.0.22/packaging/makeTarball.sh-99-	echo " NOTICE: version number not seen in HG file..." >> $MSG_FILE
##############################################
3depict-0.0.22/packaging/makeTarball.sh-104-#Check version number in various files is set concomitantly.
3depict-0.0.22/packaging/makeTarball.sh:105:if [ x"`grep $VER ChangeLog.txt`" == x"" ] ; then
3depict-0.0.22/packaging/makeTarball.sh-106-	echo " WARNING: Program version not set to match between configure.ac. and ChangeLog">> $MSG_FILE
##############################################
3depict-0.0.22/packaging/makeTarball.sh-108-
3depict-0.0.22/packaging/makeTarball.sh:109:if [ x"`grep PROGRAM_VERSION src/common/constants.cpp | grep $VER`" == x"" ] ; then
3depict-0.0.22/packaging/makeTarball.sh-110-	echo " WARNING: Program version not set to match between configure.ac. and constants.cpp">> $MSG_FILE
##############################################
3depict-0.0.22/packaging/makeTarball.sh-113-#Check version number in deb & rpm
3depict-0.0.22/packaging/makeTarball.sh:114:if [ x"`head -n 1 packaging/debian/changelog |grep 3depict | grep $VER`"  = x"" ] ; then
3depict-0.0.22/packaging/makeTarball.sh-115-	echo " WARNING: Program version does not match between configure.ac and packaging/debian/changelog" >> $MSG_FILE
##############################################
3depict-0.0.22/packaging/makeTarball.sh-117-
3depict-0.0.22/packaging/makeTarball.sh:118:if [ x"` grep '^Version:' packaging/RPM/3Depict.spec  | grep $VER`"  = x"" ] ; then
3depict-0.0.22/packaging/makeTarball.sh-119-	echo " WARNING: Program version does not match between configure.ac and packaging/RPM/3Depict.spec" >> $MSG_FILE
##############################################
3depict-0.0.22/packaging/makeTarball.sh-121-
3depict-0.0.22/packaging/makeTarball.sh:122:if [ x"` grep 'PRODUCT_VERSION'  packaging/mingw-debian-cross/windows-installer.nsi | grep $VER`"  = x"" ] ; then
3depict-0.0.22/packaging/makeTarball.sh-123-	echo " WARNING: Program version does not match between configure.ac and packaging/mingw-debian-cross/windows-installer.nsi" >> $MSG_FILE
##############################################
3depict-0.0.22/packaging/makeTarball.sh-126-#Check latex manual
3depict-0.0.22/packaging/makeTarball.sh:127:if [ x"`grep --after-context=2 'Version:' docs/manual-latex/manual.tex | grep $VER`" == x"" ] ; then
3depict-0.0.22/packaging/makeTarball.sh-128-	echo " WARNING: Program version does not match between configure.ac and docs/manual-latex/manual.tex" >> $MSG_FILE
##############################################
3depict-0.0.22/packaging/makeTarball.sh-175-	#Check PDF is actually a pdf
3depict-0.0.22/packaging/makeTarball.sh:176:	if [ x"`file $PDF_FILE | grep "PDF document" `" == x""  ] ; then
3depict-0.0.22/packaging/makeTarball.sh-177-		echo " WARNING : PDF manual found, but does not appear to be a valid PDF?" >> $MSG_FILE
##############################################
3depict-0.0.22/packaging/makeTarball.sh-196-if [ x`which licensecheck` != x"" ] ; then
3depict-0.0.22/packaging/makeTarball.sh:197:	LIC_CHECK_OUT=`licensecheck -r  --ignore=".*\.(sh|sci|py|tex|js|Po|am|xml|rng|rrng)$" src/ | grep -v "GPL (v[23] or later)" | grep -v "GENERATED FILE" | grep -v "MPL"  | grep -v "tarball/"`
3depict-0.0.22/packaging/makeTarball.sh-198-
##############################################
3depict-0.0.22/packaging/makeTarball.sh-205-
3depict-0.0.22/packaging/makeTarball.sh:206:if [ x`grep $VER ChangeLog.txt` == x"" ] ; then
3depict-0.0.22/packaging/makeTarball.sh-207-	echo "Version missing from changelog"
3depict-0.0.22/packaging/makeTarball.sh-208-else
3depict-0.0.22/packaging/makeTarball.sh:209:	if [ x`grep $VER ChangeLog.txt |  grep  '?' ` != x"" ] ; then
3depict-0.0.22/packaging/makeTarball.sh-210-		echo "Unexpected symbols on version line - Is the date set for the release?"
##############################################
3depict-0.0.22/packaging/makeTarball.sh-249-		do
3depict-0.0.22/packaging/makeTarball.sh:250:			LOCALEVAL=`basename $i | sed 's/\.mo//' | sed 's/3Depict_//'`
3depict-0.0.22/packaging/makeTarball.sh-251-
##############################################
3depict-0.0.22/packaging/debian/patches/upstream_no_use_freetype_config-378--    if test "x$FREETYPE_DIR" != "xyes"; then
3depict-0.0.22/packaging/debian/patches/upstream_no_use_freetype_config:379:-      FT_INCLUDES="`$FREETYPE_CONFIG --cflags` -I$FREETYPE_DIR/include"
3depict-0.0.22/packaging/debian/patches/upstream_no_use_freetype_config-380--    else
3depict-0.0.22/packaging/debian/patches/upstream_no_use_freetype_config:381:-      FT_INCLUDES=`$FREETYPE_CONFIG --cflags`
3depict-0.0.22/packaging/debian/patches/upstream_no_use_freetype_config-382--    fi
3depict-0.0.22/packaging/debian/patches/upstream_no_use_freetype_config:383:-    ft_libtool=`$FREETYPE_CONFIG --libtool`
3depict-0.0.22/packaging/debian/patches/upstream_no_use_freetype_config-384--    # check that it really exists (FreeBSD apparently forgot to insttall it!)
##############################################
3depict-0.0.22/packaging/debian/patches/upstream_no_use_freetype_config-389--    fi
3depict-0.0.22/packaging/debian/patches/upstream_no_use_freetype_config:390:-    FT_LIBS=`$FREETYPE_CONFIG --libs`
3depict-0.0.22/packaging/debian/patches/upstream_no_use_freetype_config:391:-    FT_LDFLAGS=`echo " $FT_LIBS" |sed 's/ -l[^ ][^ ]*//g'`
3depict-0.0.22/packaging/debian/patches/upstream_no_use_freetype_config-392--  else
##############################################
3depict-0.0.22/packaging/debian/patches/upstream_no_use_freetype_config-420--
3depict-0.0.22/packaging/debian/patches/upstream_no_use_freetype_config:421:-  if test `eval echo '${'$as_ac_Header'}'` = yes; then
3depict-0.0.22/packaging/debian/patches/upstream_no_use_freetype_config-422--	{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for main in -lfreetype" >&5
##############################################
3depict-0.0.22/packaging/debian/patches/upstream_no_use_freetype_config-498-+  test $ac_status = 0; }; then
3depict-0.0.22/packaging/debian/patches/upstream_no_use_freetype_config:499:+  pkg_cv_FT_CFLAGS=`$PKG_CONFIG --cflags "freetype2" 2>/dev/null`
3depict-0.0.22/packaging/debian/patches/upstream_no_use_freetype_config-500-+		      test "x$?" != "x0" && pkg_failed=yes
##############################################
3depict-0.0.22/packaging/debian/patches/upstream_no_use_freetype_config-515-+  test $ac_status = 0; }; then
3depict-0.0.22/packaging/debian/patches/upstream_no_use_freetype_config:516:+  pkg_cv_FT_LIBS=`$PKG_CONFIG --libs "freetype2" 2>/dev/null`
3depict-0.0.22/packaging/debian/patches/upstream_no_use_freetype_config-517-+		      test "x$?" != "x0" && pkg_failed=yes
##############################################
3depict-0.0.22/packaging/debian/patches/upstream_no_use_freetype_config-536-+        if test $_pkg_short_errors_supported = yes; then
3depict-0.0.22/packaging/debian/patches/upstream_no_use_freetype_config:537:+	        FT_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "freetype2" 2>&1`
3depict-0.0.22/packaging/debian/patches/upstream_no_use_freetype_config-538-+        else
3depict-0.0.22/packaging/debian/patches/upstream_no_use_freetype_config:539:+	        FT_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "freetype2" 2>&1`
3depict-0.0.22/packaging/debian/patches/upstream_no_use_freetype_config-540-+        fi
##############################################
3depict-0.0.22/packaging/debian/patches/upstream_no_use_freetype_config-634--    if test "x$FREETYPE_DIR" != "xyes"; then
3depict-0.0.22/packaging/debian/patches/upstream_no_use_freetype_config:635:-      FT_INCLUDES="`$FREETYPE_CONFIG --cflags` -I$FREETYPE_DIR/include"
3depict-0.0.22/packaging/debian/patches/upstream_no_use_freetype_config-636--    else
3depict-0.0.22/packaging/debian/patches/upstream_no_use_freetype_config:637:-      FT_INCLUDES=`$FREETYPE_CONFIG --cflags`
3depict-0.0.22/packaging/debian/patches/upstream_no_use_freetype_config-638--    fi
3depict-0.0.22/packaging/debian/patches/upstream_no_use_freetype_config:639:-    ft_libtool=`$FREETYPE_CONFIG --libtool`
3depict-0.0.22/packaging/debian/patches/upstream_no_use_freetype_config-640--    # check that it really exists (FreeBSD apparently forgot to insttall it!)
##############################################
3depict-0.0.22/packaging/debian/patches/upstream_no_use_freetype_config-645--    fi
3depict-0.0.22/packaging/debian/patches/upstream_no_use_freetype_config:646:-    FT_LIBS=`$FREETYPE_CONFIG --libs`
3depict-0.0.22/packaging/debian/patches/upstream_no_use_freetype_config:647:-    FT_LDFLAGS=`echo " $FT_LIBS" |sed 's/ -l[[^ ]][[^ ]]*//g'`
3depict-0.0.22/packaging/debian/patches/upstream_no_use_freetype_config-648--  else
##############################################
3depict-0.0.22/packaging/debian/patches/upstream_no_use_freetype_config-665--  AC_CHECK_HEADERS(ft2build.h)
3depict-0.0.22/packaging/debian/patches/upstream_no_use_freetype_config:666:-  if test `eval echo '${'$as_ac_Header'}'` = yes; then
3depict-0.0.22/packaging/debian/patches/upstream_no_use_freetype_config-667--	AC_CHECK_LIB(freetype,main,
##############################################
3depict-0.0.22/packaging/mingw-debian-cross/build-wx-3.0.sh-52-	do
3depict-0.0.22/packaging/mingw-debian-cross/build-wx-3.0.sh:53:		if [ x"`cat $PATCH_STATUS_FILE | grep "$i"`" != x"" ] ; then
3depict-0.0.22/packaging/mingw-debian-cross/build-wx-3.0.sh-54-			echo "Patch already applied :" $i
##############################################
3depict-0.0.22/packaging/mingw-debian-cross/build-wx-3.0.sh-70-{
3depict-0.0.22/packaging/mingw-debian-cross/build-wx-3.0.sh:71:	if [ x`cat ${BUILD_STATUS_FILE} | grep $ISBUILT_ARG` != x"" ]  ; then
3depict-0.0.22/packaging/mingw-debian-cross/build-wx-3.0.sh-72-		ISBUILT=1
##############################################
3depict-0.0.22/packaging/mingw-debian-cross/build-wx-3.0.sh-119-	unlink wx-config
3depict-0.0.22/packaging/mingw-debian-cross/build-wx-3.0.sh:120:	cp `find ${BASE}/lib/wx/config/ -name \*unicode-3.0` wx-config
3depict-0.0.22/packaging/mingw-debian-cross/build-wx-3.0.sh-121-	APPLY_PATCH_ARG=$PATCHES_WXWIDGETS_POST
##############################################
3depict-0.0.22/packaging/mingw-debian-cross/patches/libvd_error_rename-421- LIBSAPPLE = -framework OpenGL -framework GLUT
3depict-0.0.22/packaging/mingw-debian-cross/patches/libvd_error_rename:422: LIBS      = `if [ -f /mach_kernel ]; then echo ${LIBSAPPLE}; else echo ${LIBSLINUX}; fi`
3depict-0.0.22/packaging/mingw-debian-cross/patches/libvd_error_rename-423--INCLUDES  = -I../
##############################################
3depict-0.0.22/packaging/mingw-debian-cross/patches/gettext-win32-prefix-37- dnl Check for tools needed for formatting the documentation.
3depict-0.0.22/packaging/mingw-debian-cross/patches/gettext-win32-prefix:38: ac_aux_dir_abs=`cd $ac_aux_dir && pwd`
3depict-0.0.22/packaging/mingw-debian-cross/patches/gettext-win32-prefix-39- AC_PATH_PROG([PERL], [perl], [$ac_aux_dir_abs/missing perl])
##############################################
3depict-0.0.22/packaging/mingw-debian-cross/bootstrap.sh-162-{
3depict-0.0.22/packaging/mingw-debian-cross/bootstrap.sh:163:	if [ x`cat ${BUILD_STATUS_FILE} | grep $ISBUILT_ARG` != x"" ]  ; then
3depict-0.0.22/packaging/mingw-debian-cross/bootstrap.sh-164-		ISBUILT=1
##############################################
3depict-0.0.22/packaging/mingw-debian-cross/bootstrap.sh-185-	do
3depict-0.0.22/packaging/mingw-debian-cross/bootstrap.sh:186:		if [ x"`cat $PATCH_STATUS_FILE | grep -x "$i"`" != x"" ] ; then
3depict-0.0.22/packaging/mingw-debian-cross/bootstrap.sh-187-			echo "Patch already applied :" $i
##############################################
3depict-0.0.22/packaging/mingw-debian-cross/bootstrap.sh-211-	do
3depict-0.0.22/packaging/mingw-debian-cross/bootstrap.sh:212:		if [ x`dpkg --get-selections | grep ^$i | awk '{print $1}'  ` != x"$i" ] ; then
3depict-0.0.22/packaging/mingw-debian-cross/bootstrap.sh-213-			GET_PACKAGES="$GET_PACKAGES $i";
##############################################
3depict-0.0.22/packaging/mingw-debian-cross/bootstrap.sh-243-		if [ x"$i" != x"libpng-dev" ] ; then
3depict-0.0.22/packaging/mingw-debian-cross/bootstrap.sh:244:			FNAME=`ls packages/${i}_*.orig.* 2> /dev/null`
3depict-0.0.22/packaging/mingw-debian-cross/bootstrap.sh-245-		else
##############################################
3depict-0.0.22/packaging/mingw-debian-cross/bootstrap.sh-310-	
3depict-0.0.22/packaging/mingw-debian-cross/bootstrap.sh:311:#	SHA_DOWNLOADS=`cat sha1_libvd.tmp | tr '\n' ' '  | sed 's/ *$//'`
3depict-0.0.22/packaging/mingw-debian-cross/bootstrap.sh-312-#	if [ x"${SHA_DOWNLOADS}" != x"${SHA_LIBVD}" ] ; then
##############################################
3depict-0.0.22/packaging/mingw-debian-cross/bootstrap.sh-336-		#if we have a package file (dsc), and no folder, add it to the list of packages
3depict-0.0.22/packaging/mingw-debian-cross/bootstrap.sh:337:		FNAME=`ls packages/$i*dsc 2> /dev/null` 
3depict-0.0.22/packaging/mingw-debian-cross/bootstrap.sh:338:		DNAME=`ls -ld $i* | grep ^d | awk '{print $NF}'`
3depict-0.0.22/packaging/mingw-debian-cross/bootstrap.sh-339-		if [ x"$FNAME" != x"" ] && [ x"$DNAME" == x""  ] ; then
##############################################
3depict-0.0.22/packaging/mingw-debian-cross/bootstrap.sh-369-	#Check for SHA1 goodness
3depict-0.0.22/packaging/mingw-debian-cross/bootstrap.sh:370:	if [ x`sha1sum packages/${LIBICONV}.tar.gz | awk '{print $1}'` != x"be7d67e50d72ff067b2c0291311bc283add36965" ] ; then
3depict-0.0.22/packaging/mingw-debian-cross/bootstrap.sh-371-		echo "SHA1 sum mismatch for libiconv"
##############################################
3depict-0.0.22/packaging/mingw-debian-cross/bootstrap.sh-397-	#check SHA256
3depict-0.0.22/packaging/mingw-debian-cross/bootstrap.sh:398:	if [ x`sha256sum packages/${WXVER}.tar.bz2 | awk '{print $1}'` != x'e082460fb6bf14b7dd6e8ac142598d1d3d0b08a7b5ba402fdbf8711da7e66da8' ] ; then
3depict-0.0.22/packaging/mingw-debian-cross/bootstrap.sh-399-		echo "SHA256 sum mismatch for wxwidgets";
##############################################
3depict-0.0.22/packaging/mingw-debian-cross/bootstrap.sh-441-
3depict-0.0.22/packaging/mingw-debian-cross/bootstrap.sh:442:			ln -s `which  ${HOST_VAL}-$i`
3depict-0.0.22/packaging/mingw-debian-cross/bootstrap.sh-443-			
##############################################
3depict-0.0.22/packaging/mingw-debian-cross/bootstrap.sh-993-	#Change the hard-coded compiler as needed
3depict-0.0.22/packaging/mingw-debian-cross/bootstrap.sh:994:	if [ x`grep ${HOST_VAL} Makefile` == x"" ] ; then
3depict-0.0.22/packaging/mingw-debian-cross/bootstrap.sh-995-
##############################################
3depict-0.0.22/packaging/mingw-debian-cross/bootstrap.sh-1158-	fi
3depict-0.0.22/packaging/mingw-debian-cross/bootstrap.sh:1159:	WX_VER=`egrep "WX_RELEASE\s*=" Makefile.in | awk -F= '{print $2}' | sed 's/\s*//'`
3depict-0.0.22/packaging/mingw-debian-cross/bootstrap.sh-1160-
##############################################
3depict-0.0.22/packaging/mingw-debian-cross/bootstrap.sh-1206-	# unusual naming conventions
3depict-0.0.22/packaging/mingw-debian-cross/bootstrap.sh:1207:	WX_CONFIG_FILE=`find ${BASE}/lib/wx/config/ -type f -executable -name \*release-\*`
3depict-0.0.22/packaging/mingw-debian-cross/bootstrap.sh-1208-	if [ x"$WX_CONFIG_FILE" == x"" ] ; then
3depict-0.0.22/packaging/mingw-debian-cross/bootstrap.sh:1209:		WX_CONFIG_FILE=`find ${BASE}/lib/wx/config/ -type f  -executable -name \*-unicode-\*3.1`
3depict-0.0.22/packaging/mingw-debian-cross/bootstrap.sh-1210-	fi
##############################################
3depict-0.0.22/packaging/mingw-debian-cross/bootstrap.sh-1212-	if [ x"$WX_CONFIG_FILE" == x"" ] ; then
3depict-0.0.22/packaging/mingw-debian-cross/bootstrap.sh:1213:		WX_CONFIG_FILE=`find ${BASE}/lib/wx/config/ -type f  -executable -name \*mingw32-msw-unicode-\*`
3depict-0.0.22/packaging/mingw-debian-cross/bootstrap.sh-1214-	fi	
##############################################
3depict-0.0.22/packaging/mingw-debian-cross/bootstrap.sh-1638-	do
3depict-0.0.22/packaging/mingw-debian-cross/bootstrap.sh:1639:		if [ x`which $i` == x"" ] ; then
3depict-0.0.22/packaging/mingw-debian-cross/bootstrap.sh-1640-			echo "Missing binary : $i  - aborting"
##############################################
3depict-0.0.22/packaging/mingw-debian-cross/bootstrap.sh-1647-		# Debian, LinuxMint,Ubuntu,(others)
3depict-0.0.22/packaging/mingw-debian-cross/bootstrap.sh:1648:		DIST_NAME=`lsb_release -i | awk -F: '{print $2}' | sed 's/\s//g'`
3depict-0.0.22/packaging/mingw-debian-cross/bootstrap.sh-1649-		if [ x$DIST_NAME != x"Debian" ] ; then
##############################################
3depict-0.0.22/packaging/mingw-debian-cross/bootstrap.sh-1714-
3depict-0.0.22/packaging/mingw-debian-cross/bootstrap.sh:1715:	if [  x"`grep -i $MANIFEST_TARG $MANIFEST`" == x"" ] ; then
3depict-0.0.22/packaging/mingw-debian-cross/bootstrap.sh-1716-		echo "Manifest arch does not match!"	
##############################################
3depict-0.0.22/packaging/mingw-debian-cross/bootstrap.sh-1721-
3depict-0.0.22/packaging/mingw-debian-cross/bootstrap.sh:1722:	if [  x"`grep -i $MANIFEST_NOT $MANIFEST`" != x"" ] ; then
3depict-0.0.22/packaging/mingw-debian-cross/bootstrap.sh-1723-		echo "Manifest arch does not match!"	
##############################################
3depict-0.0.22/packaging/mingw-debian-cross/bootstrap.sh-1817-	# so don't use symlinks
3depict-0.0.22/packaging/mingw-debian-cross/bootstrap.sh:1818:	if [ ! -f `basename $NSI_FILE`  ] ; then
3depict-0.0.22/packaging/mingw-debian-cross/bootstrap.sh-1819-		cp ./packaging/mingw-debian-cross/windows-installer.nsi .
##############################################
3depict-0.0.22/packaging/mingw-debian-cross/bootstrap.sh-1828-	#Check NSI file has PROGRAMFILES / PROGRAMFILES64 set
3depict-0.0.22/packaging/mingw-debian-cross/bootstrap.sh:1829:	if [ x"`grep PROGRAMFILES64 $NSI_FILE`" == x"" -a $BITS_VAL == 64 ] ; then
3depict-0.0.22/packaging/mingw-debian-cross/bootstrap.sh-1830-		echo "NSI file should contain PROGRAMFILES64 output path."
##############################################
3depict-0.0.22/packaging/mingw-debian-cross/bootstrap.sh-1832-	else
3depict-0.0.22/packaging/mingw-debian-cross/bootstrap.sh:1833:		if [ x"`grep PROGRAMFILES64 $NSI_FILE`" != x"" -a $BITS_VAL == 32 ] ; then
3depict-0.0.22/packaging/mingw-debian-cross/bootstrap.sh-1834-			echo "NSI file contained 64 bit install dir, but this is 32"
##############################################
3depict-0.0.22/packaging/mingw-debian-cross/bootstrap.sh-1844-
3depict-0.0.22/packaging/mingw-debian-cross/bootstrap.sh:1845:	DLL_FILES=`${HOST_VAL}-objdump -x src/3Depict.exe | grep 'DLL Name:' | awk '{print $3}' | egrep -i -v ${SYSTEM_DLLS}`
3depict-0.0.22/packaging/mingw-debian-cross/bootstrap.sh-1846-	FOUND_DLLS=""
##############################################
3depict-0.0.22/packaging/mingw-debian-cross/bootstrap.sh-1865-			do
3depict-0.0.22/packaging/mingw-debian-cross/bootstrap.sh:1866:				FIND_RES=`find $j -name $i | head -n 1`
3depict-0.0.22/packaging/mingw-debian-cross/bootstrap.sh-1867-				if [ x$FIND_RES != x"" ] ; then
##############################################
3depict-0.0.22/packaging/mingw-debian-cross/bootstrap.sh-1869-					cp $FIND_RES ./src/
3depict-0.0.22/packaging/mingw-debian-cross/bootstrap.sh:1870:					FOUND_DLLS="$FOUND_DLLS `basename $FIND_RES`"
3depict-0.0.22/packaging/mingw-debian-cross/bootstrap.sh-1871-					break;
##############################################
3depict-0.0.22/packaging/mingw-debian-cross/bootstrap.sh-1884-		echo $FOUND_DLLS |tr '\ ' '\n' | sort | uniq > tmp-found-dlls
3depict-0.0.22/packaging/mingw-debian-cross/bootstrap.sh:1885:		DLL_FILES=`${HOST_VAL}-objdump -x ./src/3Depict.exe ./src/*dll | grep 'DLL Name:' | awk '{print $3}' | egrep -i -v ${SYSTEM_DLLS} | grep -iv -f tmp-found-dlls | sort | uniq`
3depict-0.0.22/packaging/mingw-debian-cross/bootstrap.sh-1886-
##############################################
3depict-0.0.22/packaging/mingw-debian-cross/bootstrap.sh-1900-	do
3depict-0.0.22/packaging/mingw-debian-cross/bootstrap.sh:1901:		J=`file $i | awk -F: '{print $2}' | sed 's/\s*//'`
3depict-0.0.22/packaging/mingw-debian-cross/bootstrap.sh-1902-		if [ x"$DLL_FILE_OUT" == x"" ] ; then	
##############################################
3depict-0.0.22/packaging/mingw-debian-cross/bootstrap.sh-1922-	echo $FOUND_DLLS | sed 's/ /\n/g' |  sed 's@^@  File \"src\\@' | sed 's/$/\"/' > tmp-insert
3depict-0.0.22/packaging/mingw-debian-cross/bootstrap.sh:1923:	perl -ne 's/^  ;INSERT_DLLS_HERE/`cat tmp-insert$1`/e;print' tmp.nsi >tmp2.nsi
3depict-0.0.22/packaging/mingw-debian-cross/bootstrap.sh-1924-	mv tmp2.nsi tmp.nsi
##############################################
3depict-0.0.22/packaging/mingw-debian-cross/bootstrap.sh-1927-	echo $FOUND_DLLS | sed 's/ /\n/g' |  sed 's@^@  Delete \"$INSTDIR\\@' | sed 's/$/\"/' > tmp-insert
3depict-0.0.22/packaging/mingw-debian-cross/bootstrap.sh:1928:	perl -ne 's/^  ;INSERT_UNINST_DLLS_HERE/`cat tmp-insert$1`/e;print' tmp.nsi > tmp2.nsi
3depict-0.0.22/packaging/mingw-debian-cross/bootstrap.sh-1929-	mv tmp2.nsi tmp.nsi
##############################################
3depict-0.0.22/packaging/mingw-debian-cross/bootstrap.sh-1935-
3depict-0.0.22/packaging/mingw-debian-cross/bootstrap.sh:1936:	makensis `basename $NSI_FILE` ||  { echo "makensis failed" ; exit 1; }
3depict-0.0.22/packaging/mingw-debian-cross/bootstrap.sh-1937-
3depict-0.0.22/packaging/mingw-debian-cross/bootstrap.sh-1938-	echo "-------------------"
3depict-0.0.22/packaging/mingw-debian-cross/bootstrap.sh:1939:	VERSION=`cat $NSI_FILE | grep "define PRODUCT_VERSION " | awk '{print $3}' | sed s/\"//g | sed s/\s*$//`
3depict-0.0.22/packaging/mingw-debian-cross/bootstrap.sh-1940-	if [ $IS_RELEASE -ne 0 ] ; then
##############################################
3depict-0.0.22/packaging/RPM/3Depict-0.0.19-upstream-effd078610a7.patch-7-+BIBTEXBIN=bibtex
3depict-0.0.22/packaging/RPM/3Depict-0.0.19-upstream-effd078610a7.patch:8:+if [ x`which $LATEXBIN` == x"" ] ; then
3depict-0.0.22/packaging/RPM/3Depict-0.0.19-upstream-effd078610a7.patch-9-+	echo "no $LATEXBIN" 
##############################################
3depict-0.0.22/packaging/RPM/3Depict-0.0.19-upstream-effd078610a7.patch-12-+
3depict-0.0.22/packaging/RPM/3Depict-0.0.19-upstream-effd078610a7.patch:13:+if [ x`which $BIBTEXBIN` == x"" ] ; then
3depict-0.0.22/packaging/RPM/3Depict-0.0.19-upstream-effd078610a7.patch-14-+	echo "no $BIBTEXBIN" 
##############################################
3depict-0.0.22/packaging/RPM/3Depict-0.0.19-upstream-effd078610a7.patch-32-+$LATEXBIN $MANUAL || { echo "failed latex build (pass 1 of 2)"; exit 1 ; }
3depict-0.0.22/packaging/RPM/3Depict-0.0.19-upstream-effd078610a7.patch:33:+$BIBTEXBIN `basename -s .tex $MANUAL` || { echo "failed bibtex build"; exit 1 ; }
3depict-0.0.22/packaging/RPM/3Depict-0.0.19-upstream-effd078610a7.patch-34-+$LATEXBIN $MANUAL || { echo "failed latex build (pass 2 of 2)"; exit 1 ; }
##############################################
3depict-0.0.22/packaging/checkBuild.sh-17-{
3depict-0.0.22/packaging/checkBuild.sh:18:	echo `cat $ABORT_MSG_FILE`
3depict-0.0.22/packaging/checkBuild.sh-19-	#TODO: Do we have a reliable SMTP system that we know how to use??
##############################################
3depict-0.0.22/packaging/deps/getDeps-48-	# All deps are available via macports
3depict-0.0.22/packaging/deps/getDeps:49:	OS_VERSION=`sw_vers -productVersion |sed 's/\.[0-9]*$//'`
3depict-0.0.22/packaging/deps/getDeps-50-}
##############################################
3depict-0.0.22/packaging/deps/getDeps-118-
3depict-0.0.22/packaging/deps/getDeps:119:			#PROXY=`system_profiler |grep "Auto Configure URL" | sed 's/^[ ]*//' | sort | uniq | awk {'sub(/^.*:[ \t]*/, "", $0); print $0;'}`
3depict-0.0.22/packaging/deps/getDeps:120:			PROXY=`system_profiler SPNetworkDataType|grep "HTTP Proxy Server" | sed 's/^[ ]*//' |sort | uniq | awk {'sub(/^.*:[ \t]*/, "", $0); print $0;'}`
3depict-0.0.22/packaging/deps/getDeps:121:			PROXYPORT=`system_profiler SPNetworkDataType|grep "HTTP Proxy Port" | sed 's/^[ ]*//' |sort | uniq | awk {'sub(/^.*:[ \t]*/, "", $0); print $0;'}`
3depict-0.0.22/packaging/deps/getDeps-122-			if [ x"$PROXY" != x"" ] ; then
##############################################
3depict-0.0.22/packaging/deps/getDeps-184-	do
3depict-0.0.22/packaging/deps/getDeps:185:		if [ x"`which $i`" != x"" ] ; then
3depict-0.0.22/packaging/deps/getDeps-186-			echo "$i was detected on your system - getDeps assumes macports is in use. Either install deps manually using fink, or use macports..."
##############################################
3depict-0.0.22/packaging/deps/getDeps-225-				LINUXDISTRO="CentOS6"
3depict-0.0.22/packaging/deps/getDeps:226:			elif [ x`echo $DISTRIBUTOR  | grep -i redhat` != x"" ] ; then
3depict-0.0.22/packaging/deps/getDeps-227-				LINUXDISTRO="RedhatLike"
##############################################
3depict-0.0.22/packaging/deps/getDeps-487-		#Mac OSX has an undocumented md5sum compat function. Use it
3depict-0.0.22/packaging/deps/getDeps:488:		HASH_SUM=`md5 sources/$j | awk {'sub(/^.*= [ \t]*/, "", $0); print $0;'}`
3depict-0.0.22/packaging/deps/getDeps-489-		;;
3depict-0.0.22/packaging/deps/getDeps-490-	*)
3depict-0.0.22/packaging/deps/getDeps:491:		HASH_SUM=`md5sum sources/$j | awk {'sub(/^.*= [ \t]*/, "", $0); print $0;'} | awk '{print $1}'`
3depict-0.0.22/packaging/deps/getDeps-492-		;;
##############################################
3depict-0.0.22/packaging/deps/getDeps-537-	echo "Extracting $j"
3depict-0.0.22/packaging/deps/getDeps:538:	if [ x"`echo $j | grep \.tar\.gz`" != x"" ] ; then
3depict-0.0.22/packaging/deps/getDeps-539-		tar -zxf ../sources/$j 
3depict-0.0.22/packaging/deps/getDeps:540:	elif [ x"`echo $j | grep \.tar\.bz2`" != x"" ] ; then
3depict-0.0.22/packaging/deps/getDeps-541-		tar -jxf ../sources/$j 
3depict-0.0.22/packaging/deps/getDeps:542:	elif [  x"`echo $j | grep \.tgz`" != x"" ] ; then
3depict-0.0.22/packaging/deps/getDeps-543-		tar -zxf ../sources/$j 
3depict-0.0.22/packaging/deps/getDeps:544:	elif [ x"`echo $j | grep \.zip`" != x"" ] ; then
3depict-0.0.22/packaging/deps/getDeps-545-		unzip ../sources/$j 
##############################################
3depict-0.0.22/packaging/deps/getDeps-617-	#Strip the extension from the filename
3depict-0.0.22/packaging/deps/getDeps:618:	if [ x"`echo $j | grep \.tar\.gz`" != x"" ] ; then
3depict-0.0.22/packaging/deps/getDeps-619-		foldername=${j%.tar.gz}
3depict-0.0.22/packaging/deps/getDeps:620:	elif [ x"`echo $j | grep \.tar\.bz2`" != x"" ] ; then
3depict-0.0.22/packaging/deps/getDeps-621-		foldername=${j%.tar.bz2}
3depict-0.0.22/packaging/deps/getDeps:622:	elif [  x"`echo $j | grep \.tgz`" != x"" ] ; then
3depict-0.0.22/packaging/deps/getDeps-623-		foldername=${j%.tgz}
3depict-0.0.22/packaging/deps/getDeps:624:	elif [ x"`echo $j | grep \.zip`" != x"" ] ; then
3depict-0.0.22/packaging/deps/getDeps-625-		foldername=${j%.zip}
##############################################
3depict-0.0.22/m4/gsl.m4-29-  else
3depict-0.0.22/m4/gsl.m4:30:    GSL_CFLAGS=`$GSL_CONFIG --cflags`
3depict-0.0.22/m4/gsl.m4:31:    GSL_LIBS=`$GSL_CONFIG --libs`
3depict-0.0.22/m4/gsl.m4-32-
##############################################
3depict-0.0.22/m4/ax_compare_version.m4-134-      # Determine the number of characters in A and B.
3depict-0.0.22/m4/ax_compare_version.m4:135:      ax_compare_version_len_A=`echo "$A" | $AWK '{print(length)}'`
3depict-0.0.22/m4/ax_compare_version.m4:136:      ax_compare_version_len_B=`echo "$B" | $AWK '{print(length)}'`
3depict-0.0.22/m4/ax_compare_version.m4-137-
3depict-0.0.22/m4/ax_compare_version.m4-138-      # Set A to no more than B's length and B to no more than A's length.
3depict-0.0.22/m4/ax_compare_version.m4:139:      A=`echo "$A" | sed "s/\(.\{$ax_compare_version_len_B\}\).*/\1/"`
3depict-0.0.22/m4/ax_compare_version.m4:140:      B=`echo "$B" | sed "s/\(.\{$ax_compare_version_len_A\}\).*/\1/"`
3depict-0.0.22/m4/ax_compare_version.m4-141-    ],
##############################################
3depict-0.0.22/m4/ax_compare_version.m4-143-      # A count greater than zero means use only that many subversions
3depict-0.0.22/m4/ax_compare_version.m4:144:      A=`echo "$A" | sed "s/\(\([[0-9]]\{4\}\)\{m4_substr($2,2)\}\).*/\1/"`
3depict-0.0.22/m4/ax_compare_version.m4:145:      B=`echo "$B" | sed "s/\(\([[0-9]]\{4\}\)\{m4_substr($2,2)\}\).*/\1/"`
3depict-0.0.22/m4/ax_compare_version.m4-146-    ],
##############################################
3depict-0.0.22/m4/ax_compare_version.m4-152-    # Pad zeros at end of numbers to make same length.
3depict-0.0.22/m4/ax_compare_version.m4:153:    ax_compare_version_tmp_A="$A`echo $B | sed 's/./0/g'`"
3depict-0.0.22/m4/ax_compare_version.m4:154:    B="$B`echo $A | sed 's/./0/g'`"
3depict-0.0.22/m4/ax_compare_version.m4-155-    A="$ax_compare_version_tmp_A"
##############################################
3depict-0.0.22/m4/ftgl.m4-116-		#scrub the FTGL_CFLAGS for -I and then tack on /FTGL as needed
3depict-0.0.22/m4/ftgl.m4:117:		FTGL_CFLAGS=`echo $FTGL_CFLAGS | sed -e 's/-I\([[a-z\\\/]]*\)/-I\1\/FTGL /'`
3depict-0.0.22/m4/ftgl.m4-118-		
##############################################
3depict-0.0.22/m4/freetype2.m4-72-   else
3depict-0.0.22/m4/freetype2.m4:73:     FT2_CFLAGS=`$FT2_CONFIG $ft_config_args --cflags`
3depict-0.0.22/m4/freetype2.m4:74:     FT2_LIBS=`$FT2_CONFIG $ft_config_args --libs`
3depict-0.0.22/m4/freetype2.m4-75-     ft_config_major_version=`$FT2_CONFIG $ft_config_args --version | \
##############################################
3depict-0.0.22/m4/ax_compiler_vendor.m4-76-      *:) vendor=$ventest; continue ;;
3depict-0.0.22/m4/ax_compiler_vendor.m4:77:      *)  vencpp="defined("`echo $ventest | sed 's/,/) || defined(/g'`")" ;;
3depict-0.0.22/m4/ax_compiler_vendor.m4-78-    esac
##############################################
3depict-0.0.22/m4/ax_compiler_vendor.m4-84-  done
3depict-0.0.22/m4/ax_compiler_vendor.m4:85:  ax_cv_[]_AC_LANG_ABBREV[]_compiler_vendor=`echo $vendor | cut -d: -f1`
3depict-0.0.22/m4/ax_compiler_vendor.m4-86- ])
##############################################
3depict-0.0.22/m4/opengl.m4-62-    if test "X$CC" = "Xcl"; then
3depict-0.0.22/m4/opengl.m4:63:      ax_try_lib=`echo $ax_lib | sed -e 's/^-l//' -e 's/$/.lib/'`
3depict-0.0.22/m4/opengl.m4-64-    else
##############################################
3depict-0.0.22/m4/opengl.m4-120-    if test "X$CC" = "Xcl"; then
3depict-0.0.22/m4/opengl.m4:121:      ax_try_lib=`echo $ax_lib | sed -e 's/^-l//' -e 's/$/.lib/'`
3depict-0.0.22/m4/opengl.m4-122-    else
##############################################
3depict-0.0.22/m4/ax_compiler_version.m4-460-AC_DEFUN([_AX_COMPILER_VERSION_TCC],[
3depict-0.0.22/m4/ax_compiler_version.m4:461:  ax_cv_[]_AC_LANG_ABBREV[]_compiler_version=[`tcc -v | $SED 's/^[ ]*tcc[ ]\+version[ ]\+\([0-9.]\+\).*/\1/g'`]
3depict-0.0.22/m4/ax_compiler_version.m4-462-  ])
##############################################
3depict-0.0.22/m4/wxwin.m4-149-
3depict-0.0.22/m4/wxwin.m4:150:    WX_VERSION=`$WX_CONFIG_WITH_ARGS --version 2>/dev/null`
3depict-0.0.22/m4/wxwin.m4-151-    wx_config_major_version=`echo $WX_VERSION | \
##############################################
3depict-0.0.22/m4/wxwin.m4-171-      AC_MSG_RESULT(yes (version $WX_VERSION))
3depict-0.0.22/m4/wxwin.m4:172:      WX_LIBS=`$WX_CONFIG_WITH_ARGS --libs`
3depict-0.0.22/m4/wxwin.m4-173-
##############################################
3depict-0.0.22/m4/wxwin.m4-178-      AC_MSG_CHECKING([for wxWidgets static library])
3depict-0.0.22/m4/wxwin.m4:179:      WX_LIBS_STATIC=`$WX_CONFIG_WITH_ARGS --static --libs 2>/dev/null`
3depict-0.0.22/m4/wxwin.m4-180-      if test "x$WX_LIBS_STATIC" = "x"; then
##############################################
3depict-0.0.22/m4/wxwin.m4-218-      else
3depict-0.0.22/m4/wxwin.m4:219:         WX_RESCOMP=`$WX_CONFIG_WITH_ARGS --rescomp`
3depict-0.0.22/m4/wxwin.m4-220-      fi
##############################################
3depict-0.0.22/m4/wxwin.m4-223-         dnl no choice but to define all flags like CFLAGS
3depict-0.0.22/m4/wxwin.m4:224:         WX_CFLAGS=`$WX_CONFIG_WITH_ARGS --cflags`
3depict-0.0.22/m4/wxwin.m4-225-         WX_CPPFLAGS=$WX_CFLAGS
##############################################
3depict-0.0.22/m4/wxwin.m4-231-         dnl we have CPPFLAGS included in CFLAGS included in CXXFLAGS
3depict-0.0.22/m4/wxwin.m4:232:         WX_CPPFLAGS=`$WX_CONFIG_WITH_ARGS --cppflags`
3depict-0.0.22/m4/wxwin.m4:233:         WX_CXXFLAGS=`$WX_CONFIG_WITH_ARGS --cxxflags`
3depict-0.0.22/m4/wxwin.m4:234:         WX_CFLAGS=`$WX_CONFIG_WITH_ARGS --cflags`
3depict-0.0.22/m4/wxwin.m4-235-
3depict-0.0.22/m4/wxwin.m4:236:         WX_CFLAGS_ONLY=`echo $WX_CFLAGS | sed "s@^$WX_CPPFLAGS *@@"`
3depict-0.0.22/m4/wxwin.m4:237:         WX_CXXFLAGS_ONLY=`echo $WX_CXXFLAGS | sed "s@^$WX_CFLAGS *@@"`
3depict-0.0.22/m4/wxwin.m4-238-      fi
##############################################
3depict-0.0.22/m4/wxwin.m4-351-      if test -n "$wx_ver_ok"; then
3depict-0.0.22/m4/wxwin.m4:352:        WXRC=`$WX_CONFIG_WITH_ARGS --utility=wxrc`
3depict-0.0.22/m4/wxwin.m4-353-      fi
##############################################
3depict-0.0.22/docs/manual-latex/manual.tex-503-
3depict-0.0.22/docs/manual-latex/manual.tex:504:From the overlay tab, custom ``molecular'' combinations can be shown on the plot as stick markers, each stick's amplitude shows the natural abundance for the predicted isotopes\footnote{This is set by the naturalAbundance.xml file. Customised abundances can be set there, \emph{e.g.} for isotopic studies.}. To specify a multiple ion, you need to provide the chemical formula in the tab. In Figure~\ref{fig:rangeEditOverlay}, the species ``TiO'' is shown. Similarly, ions such as ``TiO2'' ($\mathrm{TiO}_2$) and ``Ti2O'' ($\mathrm{Ti}_2\mathrm{O}$)could be displayed. Note that the overlay to be specified is case sensitive, \emph{e.g.} ``PB2'' (hypothetically, Phosphorous diboride) is different to ``Pb2'' (Lead-2 complex), and thus only the appropriate case will be accepted by the program. Due to the exponential (and thus highly computationally costly) nature of large fragments, only fragments with 10 components will be accepted (\emph{e.g.} C20 will be rejected, as with 2 C species, there are $2^{20}$ solutions).
3depict-0.0.22/docs/manual-latex/manual.tex-505-
##############################################
3depict-0.0.22/docs/manual-latex/manual.tex-853-\subsubsection{Spectrum}
3depict-0.0.22/docs/manual-latex/manual.tex:854: This will generate a histogram of the ``value'' of ions passing through the filter. Note that no output other than the histogram is generated. Plots can be assigned a colour, set to logarithmic or non-logarithmic mode, or restricted to only cover a specific region. The plot title is taken from the filter name, some limited \LaTeX is supported (note that the ``$\backslash$'' symbol is a special \LaTeX command; you may need to use ``$\backslash$$\backslash$'' to represent a single ``$\backslash$'' in the title), for example to type ``My Spectrum A$\backslash$B'' you would actually name the filter ``My Spectrum A$\backslash$$\backslash$B''.
3depict-0.0.22/docs/manual-latex/manual.tex-855- 
##############################################
3depict-0.0.22/docs/manual-latex/build-latex.sh-3-BIBTEXBIN=bibtex
3depict-0.0.22/docs/manual-latex/build-latex.sh:4:if [ x`which $LATEXBIN` == x"" ] ; then
3depict-0.0.22/docs/manual-latex/build-latex.sh-5-	echo "no $LATEXBIN" 
##############################################
3depict-0.0.22/docs/manual-latex/build-latex.sh-8-
3depict-0.0.22/docs/manual-latex/build-latex.sh:9:if [ x`which $BIBTEXBIN` == x"" ] ; then
3depict-0.0.22/docs/manual-latex/build-latex.sh-10-	echo "no $BIBTEXBIN" 
##############################################
3depict-0.0.22/docs/manual-latex/build-latex.sh-28-$LATEXBIN $MANUAL || { echo "failed latex build (pass 1 of 2)"; exit 1 ; }
3depict-0.0.22/docs/manual-latex/build-latex.sh:29:$BIBTEXBIN `basename -s .tex $MANUAL` || { echo "failed bibtex build"; exit 1 ; }
3depict-0.0.22/docs/manual-latex/build-latex.sh-30-$LATEXBIN $MANUAL || { echo "failed latex build (pass 2 of 2)"; exit 1 ; }
##############################################
3depict-0.0.22/docs/samples/externalProg/bash-example.sh-10-	echo "Input file: $arg"
3depict-0.0.22/docs/samples/externalProg/bash-example.sh:11:	echo "File size:" `filesize $arg` " Bytes"
3depict-0.0.22/docs/samples/externalProg/bash-example.sh-12-	NUM_IONS=$(expr $(filesize $arg) / $BYTES_PER_RECORD) 
##############################################
3depict-0.0.22/config.guess-34-
3depict-0.0.22/config.guess:35:me=`echo "$0" | sed -e 's,.*/,,'`
3depict-0.0.22/config.guess-36-
##############################################
3depict-0.0.22/config.guess-102-: ${TMPDIR=/tmp} ;
3depict-0.0.22/config.guess:103: { tmp=`(umask 077 && mktemp -d "$TMPDIR/cgXXXXXX") 2>/dev/null` && test -n "$tmp" && test -d "$tmp" ; } ||
3depict-0.0.22/config.guess-104- { test -n "$RANDOM" && tmp=$TMPDIR/cg$$-$RANDOM && (umask 077 && mkdir $tmp) ; } ||
##############################################
3depict-0.0.22/config.guess-151-	EOF
3depict-0.0.22/config.guess:152:	eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep '^LIBC' | sed 's, ,,g'`
3depict-0.0.22/config.guess-153-	;;
##############################################
3depict-0.0.22/config.guess-181-	    earmv*)
3depict-0.0.22/config.guess:182:		arch=`echo ${UNAME_MACHINE_ARCH} | sed -e 's,^e\(armv[0-9]\).*$,\1,'`
3depict-0.0.22/config.guess:183:		endian=`echo ${UNAME_MACHINE_ARCH} | sed -ne 's,^.*\(eb\)$,\1,p'`
3depict-0.0.22/config.guess-184-		machine=${arch}${endian}-unknown
##############################################
3depict-0.0.22/config.guess-210-		expr='s/^earmv[0-9]/-eabi/;s/eb$//'
3depict-0.0.22/config.guess:211:		abi=`echo ${UNAME_MACHINE_ARCH} | sed -e "$expr"`
3depict-0.0.22/config.guess-212-		;;
##############################################
3depict-0.0.22/config.guess-223-	    *)
3depict-0.0.22/config.guess:224:		release=`echo ${UNAME_RELEASE} | sed -e 's/[-_].*//' | cut -d. -f1,2`
3depict-0.0.22/config.guess-225-		;;
##############################################
3depict-0.0.22/config.guess-257-	*4.0)
3depict-0.0.22/config.guess:258:		UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $3}'`
3depict-0.0.22/config.guess-259-		;;
3depict-0.0.22/config.guess-260-	*5.*)
3depict-0.0.22/config.guess:261:		UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $4}'`
3depict-0.0.22/config.guess-262-		;;
##############################################
3depict-0.0.22/config.guess-267-	# types through head -n 1, so we only detect the type of CPU 0.
3depict-0.0.22/config.guess:268:	ALPHA_CPU_TYPE=`/usr/sbin/psrinfo -v | sed -n -e 's/^  The alpha \(.*\) processor.*$/\1/p' | head -n 1`
3depict-0.0.22/config.guess-269-	case "$ALPHA_CPU_TYPE" in
##############################################
3depict-0.0.22/config.guess-305-	# 1.2 uses "1.2" for uname -r.
3depict-0.0.22/config.guess:306:	echo ${UNAME_MACHINE}-dec-osf`echo ${UNAME_RELEASE} | sed -e 's/^[PVTX]//' | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz'`
3depict-0.0.22/config.guess-307-	# Reset EXIT trap before exiting to avoid spurious non-zero exit code.
##############################################
3depict-0.0.22/config.guess-365-    s390x:SunOS:*:*)
3depict-0.0.22/config.guess:366:	echo ${UNAME_MACHINE}-ibm-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
3depict-0.0.22/config.guess-367-	exit ;;
3depict-0.0.22/config.guess-368-    sun4H:SunOS:5.*:*)
3depict-0.0.22/config.guess:369:	echo sparc-hal-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
3depict-0.0.22/config.guess-370-	exit ;;
3depict-0.0.22/config.guess-371-    sun4*:SunOS:5.*:* | tadpole*:SunOS:5.*:*)
3depict-0.0.22/config.guess:372:	echo sparc-sun-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
3depict-0.0.22/config.guess-373-	exit ;;
##############################################
3depict-0.0.22/config.guess-390-	fi
3depict-0.0.22/config.guess:391:	echo ${SUN_ARCH}-pc-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
3depict-0.0.22/config.guess-392-	exit ;;
##############################################
3depict-0.0.22/config.guess-396-	# it's likely to be more like Solaris than SunOS4.
3depict-0.0.22/config.guess:397:	echo sparc-sun-solaris3`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
3depict-0.0.22/config.guess-398-	exit ;;
##############################################
3depict-0.0.22/config.guess-405-	# Japanese Language versions have a version number like `4.1.3-JL'.
3depict-0.0.22/config.guess:406:	echo sparc-sun-sunos`echo ${UNAME_RELEASE}|sed -e 's/-/_/'`
3depict-0.0.22/config.guess-407-	exit ;;
##############################################
3depict-0.0.22/config.guess-411-    sun*:*:4.2BSD:*)
3depict-0.0.22/config.guess:412:	UNAME_RELEASE=`(sed 1q /etc/motd | awk '{print substr($5,1,3)}') 2>/dev/null`
3depict-0.0.22/config.guess-413-	test "x${UNAME_RELEASE}" = "x" && UNAME_RELEASE=3
##############################################
3depict-0.0.22/config.guess-493-	$CC_FOR_BUILD -o $dummy $dummy.c &&
3depict-0.0.22/config.guess:494:	  dummyarg=`echo "${UNAME_RELEASE}" | sed -n 's/\([0-9]*\).*/\1/p'` &&
3depict-0.0.22/config.guess:495:	  SYSTEM_NAME=`$dummy $dummyarg` &&
3depict-0.0.22/config.guess-496-	    { echo "$SYSTEM_NAME"; exit; }
##############################################
3depict-0.0.22/config.guess-549-    *:IRIX*:*:*)
3depict-0.0.22/config.guess:550:	echo mips-sgi-irix`echo ${UNAME_RELEASE}|sed -e 's/-/_/g'`
3depict-0.0.22/config.guess-551-	exit ;;
##############################################
3depict-0.0.22/config.guess-579-EOF
3depict-0.0.22/config.guess:580:		if $CC_FOR_BUILD -o $dummy $dummy.c && SYSTEM_NAME=`$dummy`
3depict-0.0.22/config.guess-581-		then
##############################################
3depict-0.0.22/config.guess-592-    *:AIX:*:[4567])
3depict-0.0.22/config.guess:593:	IBM_CPU_ID=`/usr/sbin/lsdev -C -c processor -S available | sed 1q | awk '{ print $1 }'`
3depict-0.0.22/config.guess-594-	if /usr/sbin/lsattr -El ${IBM_CPU_ID} | grep ' POWER' >/dev/null 2>&1; then
##############################################
3depict-0.0.22/config.guess-628-    9000/[34678]??:HP-UX:*:*)
3depict-0.0.22/config.guess:629:	HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'`
3depict-0.0.22/config.guess-630-	case "${UNAME_MACHINE}" in
##############################################
3depict-0.0.22/config.guess-682-EOF
3depict-0.0.22/config.guess:683:		    (CCOPTS= $CC_FOR_BUILD -o $dummy $dummy.c 2>/dev/null) && HP_ARCH=`$dummy`
3depict-0.0.22/config.guess-684-		    test -z "$HP_ARCH" && HP_ARCH=hppa
##############################################
3depict-0.0.22/config.guess-710-    ia64:HP-UX:*:*)
3depict-0.0.22/config.guess:711:	HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'`
3depict-0.0.22/config.guess-712-	echo ia64-hp-hpux${HPUX_REV}
##############################################
3depict-0.0.22/config.guess-740-EOF
3depict-0.0.22/config.guess:741:	$CC_FOR_BUILD -o $dummy $dummy.c && SYSTEM_NAME=`$dummy` &&
3depict-0.0.22/config.guess-742-		{ echo "$SYSTEM_NAME"; exit; }
##############################################
3depict-0.0.22/config.guess-811-	FUJITSU_SYS=`uname -p | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/\///'`
3depict-0.0.22/config.guess:812:	FUJITSU_REL=`echo ${UNAME_RELEASE} | sed -e 's/ /_/'`
3depict-0.0.22/config.guess-813-	echo "${FUJITSU_PROC}-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}"
##############################################
3depict-0.0.22/config.guess-816-	FUJITSU_SYS=`uname -p | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/\///'`
3depict-0.0.22/config.guess:817:	FUJITSU_REL=`echo ${UNAME_RELEASE} | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/ /_/'`
3depict-0.0.22/config.guess-818-	echo "sparc-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}"
##############################################
3depict-0.0.22/config.guess-832-	    amd64)
3depict-0.0.22/config.guess:833:		echo x86_64-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;;
3depict-0.0.22/config.guess-834-	    *)
3depict-0.0.22/config.guess:835:		echo ${UNAME_PROCESSOR}-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;;
3depict-0.0.22/config.guess-836-	esac
##############################################
3depict-0.0.22/config.guess-890-    prep*:SunOS:5.*:*)
3depict-0.0.22/config.guess:891:	echo powerpcle-unknown-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
3depict-0.0.22/config.guess-892-	exit ;;
##############################################
3depict-0.0.22/config.guess-894-	# the GNU system
3depict-0.0.22/config.guess:895:	echo `echo ${UNAME_MACHINE}|sed -e 's,[-/].*$,,'`-unknown-${LIBC}`echo ${UNAME_RELEASE}|sed -e 's,/.*$,,'`
3depict-0.0.22/config.guess-896-	exit ;;
##############################################
3depict-0.0.22/config.guess-898-	# other systems with GNU libc and userland
3depict-0.0.22/config.guess:899:	echo ${UNAME_MACHINE}-unknown-`echo ${UNAME_SYSTEM} | sed 's,^[^/]*/,,' | tr '[A-Z]' '[a-z]'``echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`-${LIBC}
3depict-0.0.22/config.guess-900-	exit ;;
##############################################
3depict-0.0.22/config.guess-989-EOF
3depict-0.0.22/config.guess:990:	eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep '^CPU'`
3depict-0.0.22/config.guess-991-	test x"${CPU}" != x && { echo "${CPU}-unknown-linux-${LIBC}"; exit; }
##############################################
3depict-0.0.22/config.guess-1083-    i*86:*:4.*:* | i*86:SYSTEM_V:4.*:*)
3depict-0.0.22/config.guess:1084:	UNAME_REL=`echo ${UNAME_RELEASE} | sed 's/\/MP$//'`
3depict-0.0.22/config.guess-1085-	if grep Novell /usr/include/link.h >/dev/null 2>/dev/null; then
##############################################
3depict-0.0.22/config.guess-1283-	fi
3depict-0.0.22/config.guess:1284:	if test `echo "$UNAME_RELEASE" | sed -e 's/\..*//'` -le 10 ; then
3depict-0.0.22/config.guess-1285-	    if [ "$CC_FOR_BUILD" != 'no_compiler_found' ]; then
##############################################
3depict-0.0.22/config.guess-1368-    *:DragonFly:*:*)
3depict-0.0.22/config.guess:1369:	echo ${UNAME_MACHINE}-unknown-dragonfly`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`
3depict-0.0.22/config.guess-1370-	exit ;;
##############################################
3depict-0.0.22/config.guess-1381-    i*86:skyos:*:*)
3depict-0.0.22/config.guess:1382:	echo ${UNAME_MACHINE}-pc-skyos`echo ${UNAME_RELEASE}` | sed -e 's/ .*$//'
3depict-0.0.22/config.guess-1383-	exit ;;
##############################################
3depict-0.0.22/debian/patches/libxml2.patch-64- 	test -d "$(distdir)" || mkdir "$(distdir)"
3depict-0.0.22/debian/patches/libxml2.patch:65: 	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
3depict-0.0.22/debian/patches/libxml2.patch-66-@@ -572,7 +574,7 @@
##############################################
3depict-0.0.22/debian/patches/libxml2.patch-205-     # Strip MF so we end up with the name of the file.
3depict-0.0.22/debian/patches/libxml2.patch:206:-    mf=`echo "$mf" | sed -e 's/:.*$//'`
3depict-0.0.22/debian/patches/libxml2.patch-207--    # Check whether this is an Automake generated Makefile or not.
##############################################
3depict-0.0.22/debian/patches/libxml2.patch-212--    # Grep'ing the whole file is not good either: AIX grep has a line
3depict-0.0.22/debian/patches/libxml2.patch:213:+    am_mf=`AS_ECHO(["$am_mf"]) | sed -e 's/:.*$//'`
3depict-0.0.22/debian/patches/libxml2.patch-214-+    # Check whether this is an Automake generated Makefile which includes
##############################################
3depict-0.0.22/debian/patches/libxml2.patch-218--    if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
3depict-0.0.22/debian/patches/libxml2.patch:219:-      dirpart=`AS_DIRNAME("$mf")`
3depict-0.0.22/debian/patches/libxml2.patch-220--    else
##############################################
3depict-0.0.22/debian/patches/libxml2.patch-224--    # from the Makefile without running 'make'.
3depict-0.0.22/debian/patches/libxml2.patch:225:-    DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
3depict-0.0.22/debian/patches/libxml2.patch-226--    test -z "$DEPDIR" && continue
3depict-0.0.22/debian/patches/libxml2.patch:227:-    am__include=`sed -n 's/^am__include = //p' < "$mf"`
3depict-0.0.22/debian/patches/libxml2.patch-228--    test -z "$am__include" && continue
3depict-0.0.22/debian/patches/libxml2.patch:229:-    am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
3depict-0.0.22/debian/patches/libxml2.patch-230--    # Find all dependency output files, they are included files with
##############################################
3depict-0.0.22/debian/patches/libxml2.patch-238--      test -f "$dirpart/$file" && continue
3depict-0.0.22/debian/patches/libxml2.patch:239:-      fdir=`AS_DIRNAME(["$file"])`
3depict-0.0.22/debian/patches/libxml2.patch-240--      AS_MKDIR_P([$dirpart/$fdir])
##############################################
3depict-0.0.22/debian/patches/libxml2.patch-245-+      || continue
3depict-0.0.22/debian/patches/libxml2.patch:246:+    am_dirpart=`AS_DIRNAME(["$am_mf"])`
3depict-0.0.22/debian/patches/libxml2.patch:247:+    am_filepart=`AS_BASENAME(["$am_mf"])`
3depict-0.0.22/debian/patches/libxml2.patch-248-+    AM_RUN_LOG([cd "$am_dirpart" \
##############################################
3depict-0.0.22/debian/patches/libxml2.patch-311- done
3depict-0.0.22/debian/patches/libxml2.patch:312: echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count])
3depict-0.0.22/debian/patches/libxml2.patch-313- 
##############################################
3depict-0.0.22/debian/patches/libxml2.patch-361--# Ignore all kinds of additional output from 'make'.
3depict-0.0.22/debian/patches/libxml2.patch:362:-case `$am_make -s -f confmf 2> /dev/null` in #(
3depict-0.0.22/debian/patches/libxml2.patch-363--*the\ am__doit\ target*)
##############################################
3depict-0.0.22/debian/patches/libxml2.patch-371--   echo '.include "confinc"' > confmf
3depict-0.0.22/debian/patches/libxml2.patch:372:-   case `$am_make -s -f confmf 2> /dev/null` in #(
3depict-0.0.22/debian/patches/libxml2.patch-373--   *the\ am__doit\ target*)
##############################################
3depict-0.0.22/debian/patches/libxml2.patch-622--# Ignore all kinds of additional output from 'make'.
3depict-0.0.22/debian/patches/libxml2.patch:623:-case `$am_make -s -f confmf 2> /dev/null` in #(
3depict-0.0.22/debian/patches/libxml2.patch-624--*the\ am__doit\ target*)
##############################################
3depict-0.0.22/debian/patches/libxml2.patch-653--   echo '.include "confinc"' > confmf
3depict-0.0.22/debian/patches/libxml2.patch:654:-   case `$am_make -s -f confmf 2> /dev/null` in #(
3depict-0.0.22/debian/patches/libxml2.patch-655--   *the\ am__doit\ target*)
##############################################
3depict-0.0.22/debian/patches/libxml2.patch-756--  fi
3depict-0.0.22/debian/patches/libxml2.patch:757:-  XML_LIBS="`$XMLCONFIG --libs`"
3depict-0.0.22/debian/patches/libxml2.patch:758:-  XML_CFLAGS="`$XMLCONFIG --cflags`"
3depict-0.0.22/debian/patches/libxml2.patch-759--
##############################################
3depict-0.0.22/debian/patches/libxml2.patch-796-+  test $ac_status = 0; }; then
3depict-0.0.22/debian/patches/libxml2.patch:797:+  pkg_cv_XML2_CFLAGS=`$PKG_CONFIG --cflags "libxml-2.0" 2>/dev/null`
3depict-0.0.22/debian/patches/libxml2.patch-798-+		      test "x$?" != "x0" && pkg_failed=yes
##############################################
3depict-0.0.22/debian/patches/libxml2.patch-813-+  test $ac_status = 0; }; then
3depict-0.0.22/debian/patches/libxml2.patch:814:+  pkg_cv_XML2_LIBS=`$PKG_CONFIG --libs "libxml-2.0" 2>/dev/null`
3depict-0.0.22/debian/patches/libxml2.patch-815-+		      test "x$?" != "x0" && pkg_failed=yes
##############################################
3depict-0.0.22/debian/patches/libxml2.patch-834-+        if test $_pkg_short_errors_supported = yes; then
3depict-0.0.22/debian/patches/libxml2.patch:835:+	        XML2_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "libxml-2.0" 2>&1`
3depict-0.0.22/debian/patches/libxml2.patch-836-+        else
3depict-0.0.22/debian/patches/libxml2.patch:837:+	        XML2_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "libxml-2.0" 2>&1`
3depict-0.0.22/debian/patches/libxml2.patch-838-+        fi
##############################################
3depict-0.0.22/debian/patches/libxml2.patch-934-     # Strip MF so we end up with the name of the file.
3depict-0.0.22/debian/patches/libxml2.patch:935:-    mf=`echo "$mf" | sed -e 's/:.*$//'`
3depict-0.0.22/debian/patches/libxml2.patch-936--    # Check whether this is an Automake generated Makefile or not.
##############################################
3depict-0.0.22/debian/patches/libxml2.patch-941--    # Grep'ing the whole file is not good either: AIX grep has a line
3depict-0.0.22/debian/patches/libxml2.patch:942:+    am_mf=`$as_echo "$am_mf" | sed -e 's/:.*$//'`
3depict-0.0.22/debian/patches/libxml2.patch-943-+    # Check whether this is an Automake generated Makefile which includes
##############################################
3depict-0.0.22/debian/patches/libxml2.patch-973--    # from the Makefile without running 'make'.
3depict-0.0.22/debian/patches/libxml2.patch:974:-    DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
3depict-0.0.22/debian/patches/libxml2.patch-975--    test -z "$DEPDIR" && continue
3depict-0.0.22/debian/patches/libxml2.patch:976:-    am__include=`sed -n 's/^am__include = //p' < "$mf"`
3depict-0.0.22/debian/patches/libxml2.patch-977--    test -z "$am__include" && continue
3depict-0.0.22/debian/patches/libxml2.patch:978:-    am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
3depict-0.0.22/debian/patches/libxml2.patch-979--    # Find all dependency output files, they are included files with
##############################################
3depict-0.0.22/debian/patches/libxml2.patch-1084--  fi
3depict-0.0.22/debian/patches/libxml2.patch:1085:-  XML_LIBS="`$XMLCONFIG --libs`"
3depict-0.0.22/debian/patches/libxml2.patch:1086:-  XML_CFLAGS="`$XMLCONFIG --cflags`"
3depict-0.0.22/debian/patches/libxml2.patch-1087--
##############################################
3depict-0.0.22/debian/patches/libxml2.patch-1145--  else
3depict-0.0.22/debian/patches/libxml2.patch:1146:-    XML_CPPFLAGS=`$XML2_CONFIG $xml_config_args --cflags`
3depict-0.0.22/debian/patches/libxml2.patch:1147:-    XML_LIBS=`$XML2_CONFIG $xml_config_args --libs`
3depict-0.0.22/debian/patches/libxml2.patch-1148--    xml_config_major_version=`$XML2_CONFIG $xml_config_args --version | \
##############################################
3depict-0.0.22/debian/patches/libxml2.patch-1636- .c.o:
3depict-0.0.22/debian/patches/libxml2.patch:1637: @am__fastdepCC_TRUE@	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
3depict-0.0.22/debian/patches/libxml2.patch-1638-@@ -2308,7 +2394,10 @@
##############################################
3depict-0.0.22/debian/patches/libxml2.patch-1646-+distdir-am: $(DISTFILES)
3depict-0.0.22/debian/patches/libxml2.patch:1647: 	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
3depict-0.0.22/debian/patches/libxml2.patch:1648: 	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
3depict-0.0.22/debian/patches/libxml2.patch-1649- 	list='$(DISTFILES)'; \
##############################################
3depict-0.0.22/debian/patches/upstream_no_use_freetype_config-109-+  test $ac_status = 0; }; then
3depict-0.0.22/debian/patches/upstream_no_use_freetype_config:110:+  pkg_cv_FT_CFLAGS=`$PKG_CONFIG --cflags "freetype2" 2>/dev/null`
3depict-0.0.22/debian/patches/upstream_no_use_freetype_config-111-+		      test "x$?" != "x0" && pkg_failed=yes
##############################################
3depict-0.0.22/debian/patches/upstream_no_use_freetype_config-126-+  test $ac_status = 0; }; then
3depict-0.0.22/debian/patches/upstream_no_use_freetype_config:127:+  pkg_cv_FT_LIBS=`$PKG_CONFIG --libs "freetype2" 2>/dev/null`
3depict-0.0.22/debian/patches/upstream_no_use_freetype_config-128-+		      test "x$?" != "x0" && pkg_failed=yes
##############################################
3depict-0.0.22/debian/patches/upstream_no_use_freetype_config-147-+        if test $_pkg_short_errors_supported = yes; then
3depict-0.0.22/debian/patches/upstream_no_use_freetype_config:148:+	        FT_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "freetype2" 2>&1`
3depict-0.0.22/debian/patches/upstream_no_use_freetype_config-149-+        else
3depict-0.0.22/debian/patches/upstream_no_use_freetype_config:150:+	        FT_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "freetype2" 2>&1`
3depict-0.0.22/debian/patches/upstream_no_use_freetype_config-151-+        fi
##############################################
3depict-0.0.22/.pc/upstream_no_use_freetype_config/configure-43-if test -z "$BASH_VERSION$ZSH_VERSION" \
3depict-0.0.22/.pc/upstream_no_use_freetype_config/configure:44:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
3depict-0.0.22/.pc/upstream_no_use_freetype_config/configure-45-  as_echo='print -r --'
3depict-0.0.22/.pc/upstream_no_use_freetype_config/configure-46-  as_echo_n='print -rn --'
3depict-0.0.22/.pc/upstream_no_use_freetype_config/configure:47:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
3depict-0.0.22/.pc/upstream_no_use_freetype_config/configure-48-  as_echo='printf %s\n'
##############################################
3depict-0.0.22/.pc/upstream_no_use_freetype_config/configure-50-else
3depict-0.0.22/.pc/upstream_no_use_freetype_config/configure:51:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
3depict-0.0.22/.pc/upstream_no_use_freetype_config/configure-52-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
3depict-0.0.22/.pc/upstream_no_use_freetype_config/configure-60-	expr "X$arg" : "X\\(.*\\)$as_nl";
3depict-0.0.22/.pc/upstream_no_use_freetype_config/configure:61:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
3depict-0.0.22/.pc/upstream_no_use_freetype_config/configure-62-      esac;
##############################################
3depict-0.0.22/.pc/upstream_no_use_freetype_config/configure-197-  eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
3depict-0.0.22/.pc/upstream_no_use_freetype_config/configure:198:  test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
3depict-0.0.22/.pc/upstream_no_use_freetype_config/configure-199-test \$(( 1 + 1 )) = 2 || exit 1"
##############################################
3depict-0.0.22/.pc/upstream_no_use_freetype_config/configure-324-      case $as_dir in #(
3depict-0.0.22/.pc/upstream_no_use_freetype_config/configure:325:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
3depict-0.0.22/.pc/upstream_no_use_freetype_config/configure-326-      *) as_qdir=$as_dir;;
##############################################
3depict-0.0.22/.pc/upstream_no_use_freetype_config/configure-397-  {
3depict-0.0.22/.pc/upstream_no_use_freetype_config/configure:398:    as_val=`expr "$@" || test $? -eq 1`
3depict-0.0.22/.pc/upstream_no_use_freetype_config/configure-399-  }
##############################################
3depict-0.0.22/.pc/upstream_no_use_freetype_config/configure-404-# ----------------------------------------
3depict-0.0.22/.pc/upstream_no_use_freetype_config/configure:405:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
3depict-0.0.22/.pc/upstream_no_use_freetype_config/configure-406-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
3depict-0.0.22/.pc/upstream_no_use_freetype_config/configure-467-  eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
3depict-0.0.22/.pc/upstream_no_use_freetype_config/configure:468:  test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
3depict-0.0.22/.pc/upstream_no_use_freetype_config/configure-469-  # Blame Lee E. McMahon (1931-1989) for sed's syntax.  :-)
##############################################
3depict-0.0.22/.pc/upstream_no_use_freetype_config/configure-883-  case $ac_option in
3depict-0.0.22/.pc/upstream_no_use_freetype_config/configure:884:  *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
3depict-0.0.22/.pc/upstream_no_use_freetype_config/configure-885-  *=)   ac_optarg= ;;
##############################################
3depict-0.0.22/.pc/upstream_no_use_freetype_config/configure-927-  -disable-* | --disable-*)
3depict-0.0.22/.pc/upstream_no_use_freetype_config/configure:928:    ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
3depict-0.0.22/.pc/upstream_no_use_freetype_config/configure-929-    # Reject names that are not valid shell variable names.
##############################################
3depict-0.0.22/.pc/upstream_no_use_freetype_config/configure-932-    ac_useropt_orig=$ac_useropt
3depict-0.0.22/.pc/upstream_no_use_freetype_config/configure:933:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
3depict-0.0.22/.pc/upstream_no_use_freetype_config/configure-934-    case $ac_user_opts in
##############################################
3depict-0.0.22/.pc/upstream_no_use_freetype_config/configure-953-  -enable-* | --enable-*)
3depict-0.0.22/.pc/upstream_no_use_freetype_config/configure:954:    ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
3depict-0.0.22/.pc/upstream_no_use_freetype_config/configure-955-    # Reject names that are not valid shell variable names.
##############################################
3depict-0.0.22/.pc/upstream_no_use_freetype_config/configure-958-    ac_useropt_orig=$ac_useropt
3depict-0.0.22/.pc/upstream_no_use_freetype_config/configure:959:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
3depict-0.0.22/.pc/upstream_no_use_freetype_config/configure-960-    case $ac_user_opts in
##############################################
3depict-0.0.22/.pc/upstream_no_use_freetype_config/configure-1166-  -with-* | --with-*)
3depict-0.0.22/.pc/upstream_no_use_freetype_config/configure:1167:    ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
3depict-0.0.22/.pc/upstream_no_use_freetype_config/configure-1168-    # Reject names that are not valid shell variable names.
##############################################
3depict-0.0.22/.pc/upstream_no_use_freetype_config/configure-1171-    ac_useropt_orig=$ac_useropt
3depict-0.0.22/.pc/upstream_no_use_freetype_config/configure:1172:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
3depict-0.0.22/.pc/upstream_no_use_freetype_config/configure-1173-    case $ac_user_opts in
##############################################
3depict-0.0.22/.pc/upstream_no_use_freetype_config/configure-1182-  -without-* | --without-*)
3depict-0.0.22/.pc/upstream_no_use_freetype_config/configure:1183:    ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
3depict-0.0.22/.pc/upstream_no_use_freetype_config/configure-1184-    # Reject names that are not valid shell variable names.
##############################################
3depict-0.0.22/.pc/upstream_no_use_freetype_config/configure-1187-    ac_useropt_orig=$ac_useropt
3depict-0.0.22/.pc/upstream_no_use_freetype_config/configure:1188:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
3depict-0.0.22/.pc/upstream_no_use_freetype_config/configure-1189-    case $ac_user_opts in
##############################################
3depict-0.0.22/.pc/upstream_no_use_freetype_config/configure-1220-  *=*)
3depict-0.0.22/.pc/upstream_no_use_freetype_config/configure:1221:    ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
3depict-0.0.22/.pc/upstream_no_use_freetype_config/configure-1222-    # Reject names that are not valid shell variable names.
##############################################
3depict-0.0.22/.pc/upstream_no_use_freetype_config/configure-1241-if test -n "$ac_prev"; then
3depict-0.0.22/.pc/upstream_no_use_freetype_config/configure:1242:  ac_option=--`echo $ac_prev | sed 's/_/-/g'`
3depict-0.0.22/.pc/upstream_no_use_freetype_config/configure-1243-  as_fn_error $? "missing argument to $ac_option"
##############################################
3depict-0.0.22/.pc/upstream_no_use_freetype_config/configure-1263-    */ )
3depict-0.0.22/.pc/upstream_no_use_freetype_config/configure:1264:      ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
3depict-0.0.22/.pc/upstream_no_use_freetype_config/configure-1265-      eval $ac_var=\$ac_val;;
##############################################
3depict-0.0.22/.pc/upstream_no_use_freetype_config/configure-1298-ac_ls_di=`ls -di .` &&
3depict-0.0.22/.pc/upstream_no_use_freetype_config/configure:1299:ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
3depict-0.0.22/.pc/upstream_no_use_freetype_config/configure-1300-  as_fn_error $? "working directory cannot be determined"
##############################################
3depict-0.0.22/.pc/upstream_no_use_freetype_config/configure-1354-case $srcdir in
3depict-0.0.22/.pc/upstream_no_use_freetype_config/configure:1355:*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
3depict-0.0.22/.pc/upstream_no_use_freetype_config/configure-1356-esac
##############################################
3depict-0.0.22/.pc/upstream_no_use_freetype_config/configure-1397-By default, \`make install' will install all the files in
3depict-0.0.22/.pc/upstream_no_use_freetype_config/configure:1398:\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
3depict-0.0.22/.pc/upstream_no_use_freetype_config/configure:1399:an installation prefix other than \`$ac_default_prefix' using \`--prefix',
3depict-0.0.22/.pc/upstream_no_use_freetype_config/configure-1400-for instance \`--prefix=\$HOME'.
##############################################
3depict-0.0.22/.pc/upstream_no_use_freetype_config/configure-1528-*)
3depict-0.0.22/.pc/upstream_no_use_freetype_config/configure:1529:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
3depict-0.0.22/.pc/upstream_no_use_freetype_config/configure-1530-  # A ".." for each directory in $ac_dir_suffix.
3depict-0.0.22/.pc/upstream_no_use_freetype_config/configure:1531:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
3depict-0.0.22/.pc/upstream_no_use_freetype_config/configure-1532-  case $ac_top_builddir_sub in
##############################################
3depict-0.0.22/.pc/upstream_no_use_freetype_config/configure-2465-    *\'*)
3depict-0.0.22/.pc/upstream_no_use_freetype_config/configure:2466:      ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
3depict-0.0.22/.pc/upstream_no_use_freetype_config/configure-2467-    esac
##############################################
3depict-0.0.22/.pc/upstream_no_use_freetype_config/configure-2548-      case $ac_val in
3depict-0.0.22/.pc/upstream_no_use_freetype_config/configure:2549:      *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
3depict-0.0.22/.pc/upstream_no_use_freetype_config/configure-2550-      esac
##############################################
3depict-0.0.22/.pc/upstream_no_use_freetype_config/configure-2563-	case $ac_val in
3depict-0.0.22/.pc/upstream_no_use_freetype_config/configure:2564:	*\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
3depict-0.0.22/.pc/upstream_no_use_freetype_config/configure-2565-	esac
##############################################
3depict-0.0.22/.pc/upstream_no_use_freetype_config/configure-2683-    set,)
3depict-0.0.22/.pc/upstream_no_use_freetype_config/configure:2684:      { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
3depict-0.0.22/.pc/upstream_no_use_freetype_config/configure:2685:$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
3depict-0.0.22/.pc/upstream_no_use_freetype_config/configure-2686-      ac_cache_corrupted=: ;;
##############################################
3depict-0.0.22/.pc/upstream_no_use_freetype_config/configure-2694-	# differences in whitespace do not lead to failure.
3depict-0.0.22/.pc/upstream_no_use_freetype_config/configure:2695:	ac_old_val_w=`echo x $ac_old_val`
3depict-0.0.22/.pc/upstream_no_use_freetype_config/configure:2696:	ac_new_val_w=`echo x $ac_new_val`
3depict-0.0.22/.pc/upstream_no_use_freetype_config/configure-2697-	if test "$ac_old_val_w" != "$ac_new_val_w"; then
##############################################
3depict-0.0.22/.pc/upstream_no_use_freetype_config/configure-2714-    case $ac_new_val in
3depict-0.0.22/.pc/upstream_no_use_freetype_config/configure:2715:    *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
3depict-0.0.22/.pc/upstream_no_use_freetype_config/configure-2716-    *) ac_arg=$ac_var=$ac_new_val ;;
##############################################
3depict-0.0.22/.pc/upstream_no_use_freetype_config/configure-2889-     echo "timestamp, slept: $am_has_slept" > conftest.file
3depict-0.0.22/.pc/upstream_no_use_freetype_config/configure:2890:     set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
3depict-0.0.22/.pc/upstream_no_use_freetype_config/configure-2891-     if test "$*" = "X"; then
3depict-0.0.22/.pc/upstream_no_use_freetype_config/configure-2892-	# -L didn't work.
3depict-0.0.22/.pc/upstream_no_use_freetype_config/configure:2893:	set X `ls -t "$srcdir/configure" conftest.file`
3depict-0.0.22/.pc/upstream_no_use_freetype_config/configure-2894-     fi
##############################################
3depict-0.0.22/.pc/upstream_no_use_freetype_config/configure-2940-ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
3depict-0.0.22/.pc/upstream_no_use_freetype_config/configure:2941:program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
3depict-0.0.22/.pc/upstream_no_use_freetype_config/configure-2942-
3depict-0.0.22/.pc/upstream_no_use_freetype_config/configure-2943-# Expand $ac_aux_dir to an absolute path.
3depict-0.0.22/.pc/upstream_no_use_freetype_config/configure:2944:am_aux_dir=`cd "$ac_aux_dir" && pwd`
3depict-0.0.22/.pc/upstream_no_use_freetype_config/configure-2945-
##############################################
3depict-0.0.22/.pc/upstream_no_use_freetype_config/configure-3085-	   as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext" || continue
3depict-0.0.22/.pc/upstream_no_use_freetype_config/configure:3086:	   case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
3depict-0.0.22/.pc/upstream_no_use_freetype_config/configure-3087-	     'mkdir (GNU coreutils) '* | \
##############################################
3depict-0.0.22/.pc/upstream_no_use_freetype_config/configure-3158-set x ${MAKE-make}
3depict-0.0.22/.pc/upstream_no_use_freetype_config/configure:3159:ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
3depict-0.0.22/.pc/upstream_no_use_freetype_config/configure-3160-if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then :
##############################################
3depict-0.0.22/.pc/upstream_no_use_freetype_config/configure-3168-# GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
3depict-0.0.22/.pc/upstream_no_use_freetype_config/configure:3169:case `${MAKE-make} -f conftest.make 2>/dev/null` in
3depict-0.0.22/.pc/upstream_no_use_freetype_config/configure-3170-  *@@@%%%=?*=@@@%%%*)
##############################################
3depict-0.0.22/.pc/upstream_no_use_freetype_config/configure-3234-
3depict-0.0.22/.pc/upstream_no_use_freetype_config/configure:3235:if test "`cd $srcdir && pwd`" != "`pwd`"; then
3depict-0.0.22/.pc/upstream_no_use_freetype_config/configure-3236-  # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
##############################################
3depict-0.0.22/.pc/upstream_no_use_freetype_config/configure-3503-$as_echo_n "checking whether the C++ compiler works... " >&6; }
3depict-0.0.22/.pc/upstream_no_use_freetype_config/configure:3504:ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
3depict-0.0.22/.pc/upstream_no_use_freetype_config/configure-3505-
##############################################
3depict-0.0.22/.pc/upstream_no_use_freetype_config/configure-3547-	then :; else
3depict-0.0.22/.pc/upstream_no_use_freetype_config/configure:3548:	   ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
3depict-0.0.22/.pc/upstream_no_use_freetype_config/configure-3549-	fi
##############################################
3depict-0.0.22/.pc/upstream_no_use_freetype_config/configure-3607-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
3depict-0.0.22/.pc/upstream_no_use_freetype_config/configure:3608:    *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
3depict-0.0.22/.pc/upstream_no_use_freetype_config/configure-3609-	  break;;
##############################################
3depict-0.0.22/.pc/upstream_no_use_freetype_config/configure-3716-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
3depict-0.0.22/.pc/upstream_no_use_freetype_config/configure:3717:    *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
3depict-0.0.22/.pc/upstream_no_use_freetype_config/configure-3718-       break;;
##############################################
3depict-0.0.22/.pc/upstream_no_use_freetype_config/configure-3875-# Ignore all kinds of additional output from 'make'.
3depict-0.0.22/.pc/upstream_no_use_freetype_config/configure:3876:case `$am_make -s -f confmf 2> /dev/null` in #(
3depict-0.0.22/.pc/upstream_no_use_freetype_config/configure-3877-*the\ am__doit\ target*)
##############################################
3depict-0.0.22/.pc/upstream_no_use_freetype_config/configure-3885-   echo '.include "confinc"' > confmf
3depict-0.0.22/.pc/upstream_no_use_freetype_config/configure:3886:   case `$am_make -s -f confmf 2> /dev/null` in #(
3depict-0.0.22/.pc/upstream_no_use_freetype_config/configure-3887-   *the\ am__doit\ target*)
##############################################
3depict-0.0.22/.pc/upstream_no_use_freetype_config/configure-3948-  if test "$am_compiler_list" = ""; then
3depict-0.0.22/.pc/upstream_no_use_freetype_config/configure:3949:     am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
3depict-0.0.22/.pc/upstream_no_use_freetype_config/configure-3950-  fi
##############################################
3depict-0.0.22/.pc/upstream_no_use_freetype_config/configure-4674-  if test "$am_compiler_list" = ""; then
3depict-0.0.22/.pc/upstream_no_use_freetype_config/configure:4675:     am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
3depict-0.0.22/.pc/upstream_no_use_freetype_config/configure-4676-  fi
##############################################
3depict-0.0.22/.pc/upstream_no_use_freetype_config/configure-5032-  # Check for GNU $ac_path_GREP
3depict-0.0.22/.pc/upstream_no_use_freetype_config/configure:5033:case `"$ac_path_GREP" --version 2>&1` in
3depict-0.0.22/.pc/upstream_no_use_freetype_config/configure-5034-*GNU*)
##############################################
3depict-0.0.22/.pc/upstream_no_use_freetype_config/configure-5098-  # Check for GNU $ac_path_EGREP
3depict-0.0.22/.pc/upstream_no_use_freetype_config/configure:5099:case `"$ac_path_EGREP" --version 2>&1` in
3depict-0.0.22/.pc/upstream_no_use_freetype_config/configure-5100-*GNU*)
##############################################
3depict-0.0.22/.pc/upstream_no_use_freetype_config/configure-5259-do :
3depict-0.0.22/.pc/upstream_no_use_freetype_config/configure:5260:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
3depict-0.0.22/.pc/upstream_no_use_freetype_config/configure-5261-ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
##############################################
3depict-0.0.22/.pc/upstream_no_use_freetype_config/configure-5264-  cat >>confdefs.h <<_ACEOF
3depict-0.0.22/.pc/upstream_no_use_freetype_config/configure:5265:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
3depict-0.0.22/.pc/upstream_no_use_freetype_config/configure-5266-_ACEOF
##############################################
3depict-0.0.22/.pc/upstream_no_use_freetype_config/configure-5318-test "x$ac_build_alias" = x &&
3depict-0.0.22/.pc/upstream_no_use_freetype_config/configure:5319:  ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
3depict-0.0.22/.pc/upstream_no_use_freetype_config/configure-5320-test "x$ac_build_alias" = x &&
3depict-0.0.22/.pc/upstream_no_use_freetype_config/configure-5321-  as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5
3depict-0.0.22/.pc/upstream_no_use_freetype_config/configure:5322:ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
3depict-0.0.22/.pc/upstream_no_use_freetype_config/configure-5323-  as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
##############################################
3depict-0.0.22/.pc/upstream_no_use_freetype_config/configure-5342-IFS=$ac_save_IFS
3depict-0.0.22/.pc/upstream_no_use_freetype_config/configure:5343:case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
3depict-0.0.22/.pc/upstream_no_use_freetype_config/configure-5344-
##############################################
3depict-0.0.22/.pc/upstream_no_use_freetype_config/configure-5353-else
3depict-0.0.22/.pc/upstream_no_use_freetype_config/configure:5354:  ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
3depict-0.0.22/.pc/upstream_no_use_freetype_config/configure-5355-    as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
##############################################
3depict-0.0.22/.pc/upstream_no_use_freetype_config/configure-5375-IFS=$ac_save_IFS
3depict-0.0.22/.pc/upstream_no_use_freetype_config/configure:5376:case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
3depict-0.0.22/.pc/upstream_no_use_freetype_config/configure-5377-
##############################################
3depict-0.0.22/.pc/upstream_no_use_freetype_config/configure-5503-
3depict-0.0.22/.pc/upstream_no_use_freetype_config/configure:5504:    WX_VERSION=`$WX_CONFIG_WITH_ARGS --version 2>/dev/null`
3depict-0.0.22/.pc/upstream_no_use_freetype_config/configure-5505-    wx_config_major_version=`echo $WX_VERSION | \
##############################################
3depict-0.0.22/.pc/upstream_no_use_freetype_config/configure-5543-$as_echo "yes (version $WX_VERSION)" >&6; }
3depict-0.0.22/.pc/upstream_no_use_freetype_config/configure:5544:      WX_LIBS=`$WX_CONFIG_WITH_ARGS --libs`
3depict-0.0.22/.pc/upstream_no_use_freetype_config/configure-5545-
##############################################
3depict-0.0.22/.pc/upstream_no_use_freetype_config/configure-5547-$as_echo_n "checking for wxWidgets static library... " >&6; }
3depict-0.0.22/.pc/upstream_no_use_freetype_config/configure:5548:      WX_LIBS_STATIC=`$WX_CONFIG_WITH_ARGS --static --libs 2>/dev/null`
3depict-0.0.22/.pc/upstream_no_use_freetype_config/configure-5549-      if test "x$WX_LIBS_STATIC" = "x"; then
##############################################
3depict-0.0.22/.pc/upstream_no_use_freetype_config/configure-5586-      else
3depict-0.0.22/.pc/upstream_no_use_freetype_config/configure:5587:         WX_RESCOMP=`$WX_CONFIG_WITH_ARGS --rescomp`
3depict-0.0.22/.pc/upstream_no_use_freetype_config/configure-5588-      fi
##############################################
3depict-0.0.22/.pc/upstream_no_use_freetype_config/configure-5590-      if test "x$wx_has_cppflags" = x ; then
3depict-0.0.22/.pc/upstream_no_use_freetype_config/configure:5591:                  WX_CFLAGS=`$WX_CONFIG_WITH_ARGS --cflags`
3depict-0.0.22/.pc/upstream_no_use_freetype_config/configure-5592-         WX_CPPFLAGS=$WX_CFLAGS
##############################################
3depict-0.0.22/.pc/upstream_no_use_freetype_config/configure-5597-      else
3depict-0.0.22/.pc/upstream_no_use_freetype_config/configure:5598:                  WX_CPPFLAGS=`$WX_CONFIG_WITH_ARGS --cppflags`
3depict-0.0.22/.pc/upstream_no_use_freetype_config/configure:5599:         WX_CXXFLAGS=`$WX_CONFIG_WITH_ARGS --cxxflags`
3depict-0.0.22/.pc/upstream_no_use_freetype_config/configure:5600:         WX_CFLAGS=`$WX_CONFIG_WITH_ARGS --cflags`
3depict-0.0.22/.pc/upstream_no_use_freetype_config/configure-5601-
3depict-0.0.22/.pc/upstream_no_use_freetype_config/configure:5602:         WX_CFLAGS_ONLY=`echo $WX_CFLAGS | sed "s@^$WX_CPPFLAGS *@@"`
3depict-0.0.22/.pc/upstream_no_use_freetype_config/configure:5603:         WX_CXXFLAGS_ONLY=`echo $WX_CXXFLAGS | sed "s@^$WX_CFLAGS *@@"`
3depict-0.0.22/.pc/upstream_no_use_freetype_config/configure-5604-      fi
##############################################
3depict-0.0.22/.pc/upstream_no_use_freetype_config/configure-5737-
3depict-0.0.22/.pc/upstream_no_use_freetype_config/configure:5738:    WX_VERSION=`$WX_CONFIG_WITH_ARGS --version 2>/dev/null`
3depict-0.0.22/.pc/upstream_no_use_freetype_config/configure-5739-    wx_config_major_version=`echo $WX_VERSION | \
##############################################
3depict-0.0.22/.pc/upstream_no_use_freetype_config/configure-5777-$as_echo "yes (version $WX_VERSION)" >&6; }
3depict-0.0.22/.pc/upstream_no_use_freetype_config/configure:5778:      WX_LIBS=`$WX_CONFIG_WITH_ARGS --libs`
3depict-0.0.22/.pc/upstream_no_use_freetype_config/configure-5779-
##############################################
3depict-0.0.22/.pc/upstream_no_use_freetype_config/configure-5781-$as_echo_n "checking for wxWidgets static library... " >&6; }
3depict-0.0.22/.pc/upstream_no_use_freetype_config/configure:5782:      WX_LIBS_STATIC=`$WX_CONFIG_WITH_ARGS --static --libs 2>/dev/null`
3depict-0.0.22/.pc/upstream_no_use_freetype_config/configure-5783-      if test "x$WX_LIBS_STATIC" = "x"; then
##############################################
3depict-0.0.22/.pc/upstream_no_use_freetype_config/configure-5820-      else
3depict-0.0.22/.pc/upstream_no_use_freetype_config/configure:5821:         WX_RESCOMP=`$WX_CONFIG_WITH_ARGS --rescomp`
3depict-0.0.22/.pc/upstream_no_use_freetype_config/configure-5822-      fi
##############################################
3depict-0.0.22/.pc/upstream_no_use_freetype_config/configure-5824-      if test "x$wx_has_cppflags" = x ; then
3depict-0.0.22/.pc/upstream_no_use_freetype_config/configure:5825:                  WX_CFLAGS=`$WX_CONFIG_WITH_ARGS --cflags`
3depict-0.0.22/.pc/upstream_no_use_freetype_config/configure-5826-         WX_CPPFLAGS=$WX_CFLAGS
##############################################
3depict-0.0.22/.pc/upstream_no_use_freetype_config/configure-5831-      else
3depict-0.0.22/.pc/upstream_no_use_freetype_config/configure:5832:                  WX_CPPFLAGS=`$WX_CONFIG_WITH_ARGS --cppflags`
3depict-0.0.22/.pc/upstream_no_use_freetype_config/configure:5833:         WX_CXXFLAGS=`$WX_CONFIG_WITH_ARGS --cxxflags`
3depict-0.0.22/.pc/upstream_no_use_freetype_config/configure:5834:         WX_CFLAGS=`$WX_CONFIG_WITH_ARGS --cflags`
3depict-0.0.22/.pc/upstream_no_use_freetype_config/configure-5835-
3depict-0.0.22/.pc/upstream_no_use_freetype_config/configure:5836:         WX_CFLAGS_ONLY=`echo $WX_CFLAGS | sed "s@^$WX_CPPFLAGS *@@"`
3depict-0.0.22/.pc/upstream_no_use_freetype_config/configure:5837:         WX_CXXFLAGS_ONLY=`echo $WX_CXXFLAGS | sed "s@^$WX_CFLAGS *@@"`
3depict-0.0.22/.pc/upstream_no_use_freetype_config/configure-5838-      fi
##############################################
3depict-0.0.22/.pc/upstream_no_use_freetype_config/configure-5899-#Append the --gl-libs flag
3depict-0.0.22/.pc/upstream_no_use_freetype_config/configure:5900:WX_LIBS="$WX_LIBS `$WX_CONFIG_PATH --libs gl,propgrid`"
3depict-0.0.22/.pc/upstream_no_use_freetype_config/configure-5901-
##############################################
3depict-0.0.22/.pc/upstream_no_use_freetype_config/configure-6002-  fi
3depict-0.0.22/.pc/upstream_no_use_freetype_config/configure:6003:  XML_LIBS="`$XMLCONFIG --libs`"
3depict-0.0.22/.pc/upstream_no_use_freetype_config/configure:6004:  XML_CFLAGS="`$XMLCONFIG --cflags`"
3depict-0.0.22/.pc/upstream_no_use_freetype_config/configure-6005-
##############################################
3depict-0.0.22/.pc/upstream_no_use_freetype_config/configure-6157-  test $ac_status = 0; }; then
3depict-0.0.22/.pc/upstream_no_use_freetype_config/configure:6158:  pkg_cv_FT_CFLAGS=`$PKG_CONFIG --cflags "freetype2" 2>/dev/null`
3depict-0.0.22/.pc/upstream_no_use_freetype_config/configure-6159-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
3depict-0.0.22/.pc/upstream_no_use_freetype_config/configure-6174-  test $ac_status = 0; }; then
3depict-0.0.22/.pc/upstream_no_use_freetype_config/configure:6175:  pkg_cv_FT_LIBS=`$PKG_CONFIG --libs "freetype2" 2>/dev/null`
3depict-0.0.22/.pc/upstream_no_use_freetype_config/configure-6176-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
3depict-0.0.22/.pc/upstream_no_use_freetype_config/configure-6195-        if test $_pkg_short_errors_supported = yes; then
3depict-0.0.22/.pc/upstream_no_use_freetype_config/configure:6196:	        FT_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "freetype2" 2>&1`
3depict-0.0.22/.pc/upstream_no_use_freetype_config/configure-6197-        else
3depict-0.0.22/.pc/upstream_no_use_freetype_config/configure:6198:	        FT_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "freetype2" 2>&1`
3depict-0.0.22/.pc/upstream_no_use_freetype_config/configure-6199-        fi
##############################################
3depict-0.0.22/.pc/upstream_no_use_freetype_config/configure-6421-  test $ac_status = 0; }; then
3depict-0.0.22/.pc/upstream_no_use_freetype_config/configure:6422:  pkg_cv_FTGL_CFLAGS=`$PKG_CONFIG --cflags "ftgl >= 2.0.0" 2>/dev/null`
3depict-0.0.22/.pc/upstream_no_use_freetype_config/configure-6423-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
3depict-0.0.22/.pc/upstream_no_use_freetype_config/configure-6438-  test $ac_status = 0; }; then
3depict-0.0.22/.pc/upstream_no_use_freetype_config/configure:6439:  pkg_cv_FTGL_LIBS=`$PKG_CONFIG --libs "ftgl >= 2.0.0" 2>/dev/null`
3depict-0.0.22/.pc/upstream_no_use_freetype_config/configure-6440-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
3depict-0.0.22/.pc/upstream_no_use_freetype_config/configure-6459-        if test $_pkg_short_errors_supported = yes; then
3depict-0.0.22/.pc/upstream_no_use_freetype_config/configure:6460:	        FTGL_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "ftgl >= 2.0.0" 2>&1`
3depict-0.0.22/.pc/upstream_no_use_freetype_config/configure-6461-        else
3depict-0.0.22/.pc/upstream_no_use_freetype_config/configure:6462:	        FTGL_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "ftgl >= 2.0.0" 2>&1`
3depict-0.0.22/.pc/upstream_no_use_freetype_config/configure-6463-        fi
##############################################
3depict-0.0.22/.pc/upstream_no_use_freetype_config/configure-6596-						#scrub the FTGL_CFLAGS for -I and then tack on /FTGL as needed
3depict-0.0.22/.pc/upstream_no_use_freetype_config/configure:6597:		FTGL_CFLAGS=`echo $FTGL_CFLAGS | sed -e 's/-I\([a-z\\\/]*\)/-I\1\/FTGL /'`
3depict-0.0.22/.pc/upstream_no_use_freetype_config/configure-6598-
##############################################
3depict-0.0.22/.pc/upstream_no_use_freetype_config/configure-6842-  test $ac_status = 0; }; then
3depict-0.0.22/.pc/upstream_no_use_freetype_config/configure:6843:  pkg_cv_PNG_CFLAGS=`$PKG_CONFIG --cflags "libpng >= 1.2" 2>/dev/null`
3depict-0.0.22/.pc/upstream_no_use_freetype_config/configure-6844-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
3depict-0.0.22/.pc/upstream_no_use_freetype_config/configure-6859-  test $ac_status = 0; }; then
3depict-0.0.22/.pc/upstream_no_use_freetype_config/configure:6860:  pkg_cv_PNG_LIBS=`$PKG_CONFIG --libs "libpng >= 1.2" 2>/dev/null`
3depict-0.0.22/.pc/upstream_no_use_freetype_config/configure-6861-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
3depict-0.0.22/.pc/upstream_no_use_freetype_config/configure-6880-        if test $_pkg_short_errors_supported = yes; then
3depict-0.0.22/.pc/upstream_no_use_freetype_config/configure:6881:	        PNG_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "libpng >= 1.2" 2>&1`
3depict-0.0.22/.pc/upstream_no_use_freetype_config/configure-6882-        else
3depict-0.0.22/.pc/upstream_no_use_freetype_config/configure:6883:	        PNG_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "libpng >= 1.2" 2>&1`
3depict-0.0.22/.pc/upstream_no_use_freetype_config/configure-6884-        fi
##############################################
3depict-0.0.22/.pc/upstream_no_use_freetype_config/configure-7319-  else
3depict-0.0.22/.pc/upstream_no_use_freetype_config/configure:7320:    GSL_CFLAGS=`$GSL_CONFIG --cflags`
3depict-0.0.22/.pc/upstream_no_use_freetype_config/configure:7321:    GSL_LIBS=`$GSL_CONFIG --libs`
3depict-0.0.22/.pc/upstream_no_use_freetype_config/configure-7322-
##############################################
3depict-0.0.22/.pc/upstream_no_use_freetype_config/configure-7623-      *:) vendor=$ventest; continue ;;
3depict-0.0.22/.pc/upstream_no_use_freetype_config/configure:7624:      *)  vencpp="defined("`echo $ventest | sed 's/,/) || defined(/g'`")" ;;
3depict-0.0.22/.pc/upstream_no_use_freetype_config/configure-7625-    esac
##############################################
3depict-0.0.22/.pc/upstream_no_use_freetype_config/configure-7645-  done
3depict-0.0.22/.pc/upstream_no_use_freetype_config/configure:7646:  ax_cv_c_compiler_vendor=`echo $vendor | cut -d: -f1`
3depict-0.0.22/.pc/upstream_no_use_freetype_config/configure-7647-
##############################################
3depict-0.0.22/.pc/upstream_no_use_freetype_config/configure-7676-  # Check for GNU $ac_path_SED
3depict-0.0.22/.pc/upstream_no_use_freetype_config/configure:7677:case `"$ac_path_SED" --version 2>&1` in
3depict-0.0.22/.pc/upstream_no_use_freetype_config/configure-7678-*GNU*)
##############################################
3depict-0.0.22/.pc/upstream_no_use_freetype_config/configure-8620-
3depict-0.0.22/.pc/upstream_no_use_freetype_config/configure:8621:  ax_cv_c_compiler_version=`tcc -v | $SED 's/^[ ]*tcc[ ]\+version[ ]\+\([0-9.]\+\).*/\1/g'`
3depict-0.0.22/.pc/upstream_no_use_freetype_config/configure-8622-   ;; #(
##############################################
3depict-0.0.22/.pc/upstream_no_use_freetype_config/configure-8720-
3depict-0.0.22/.pc/upstream_no_use_freetype_config/configure:8721:		CFLAGS=`echo "$CFLAGS" | sed -e 's/-O[0-9s]*//g'`
3depict-0.0.22/.pc/upstream_no_use_freetype_config/configure:8722:		CXXFLAGS=`echo "$CXXFLAGS" | sed -e 's/-O[0-9s]*//g'`
3depict-0.0.22/.pc/upstream_no_use_freetype_config/configure-8723-
##############################################
3depict-0.0.22/.pc/upstream_no_use_freetype_config/configure-9074-do :
3depict-0.0.22/.pc/upstream_no_use_freetype_config/configure:9075:  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
3depict-0.0.22/.pc/upstream_no_use_freetype_config/configure-9076-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
##############################################
3depict-0.0.22/.pc/upstream_no_use_freetype_config/configure-9078-  cat >>confdefs.h <<_ACEOF
3depict-0.0.22/.pc/upstream_no_use_freetype_config/configure:9079:#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
3depict-0.0.22/.pc/upstream_no_use_freetype_config/configure-9080-_ACEOF
##############################################
3depict-0.0.22/.pc/upstream_no_use_freetype_config/configure-9086-do :
3depict-0.0.22/.pc/upstream_no_use_freetype_config/configure:9087:  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
3depict-0.0.22/.pc/upstream_no_use_freetype_config/configure-9088-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
##############################################
3depict-0.0.22/.pc/upstream_no_use_freetype_config/configure-9090-  cat >>confdefs.h <<_ACEOF
3depict-0.0.22/.pc/upstream_no_use_freetype_config/configure:9091:#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
3depict-0.0.22/.pc/upstream_no_use_freetype_config/configure-9092-_ACEOF
##############################################
3depict-0.0.22/.pc/upstream_no_use_freetype_config/configure-9098-do :
3depict-0.0.22/.pc/upstream_no_use_freetype_config/configure:9099:  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
3depict-0.0.22/.pc/upstream_no_use_freetype_config/configure-9100-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
##############################################
3depict-0.0.22/.pc/upstream_no_use_freetype_config/configure-9102-  cat >>confdefs.h <<_ACEOF
3depict-0.0.22/.pc/upstream_no_use_freetype_config/configure:9103:#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
3depict-0.0.22/.pc/upstream_no_use_freetype_config/configure-9104-_ACEOF
##############################################
3depict-0.0.22/.pc/upstream_no_use_freetype_config/configure-9154-do :
3depict-0.0.22/.pc/upstream_no_use_freetype_config/configure:9155:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
3depict-0.0.22/.pc/upstream_no_use_freetype_config/configure-9156-ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
##############################################
3depict-0.0.22/.pc/upstream_no_use_freetype_config/configure-9158-  cat >>confdefs.h <<_ACEOF
3depict-0.0.22/.pc/upstream_no_use_freetype_config/configure:9159:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
3depict-0.0.22/.pc/upstream_no_use_freetype_config/configure-9160-_ACEOF
##############################################
3depict-0.0.22/.pc/upstream_no_use_freetype_config/configure-9295-  ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
3depict-0.0.22/.pc/upstream_no_use_freetype_config/configure:9296:  ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
3depict-0.0.22/.pc/upstream_no_use_freetype_config/configure-9297-  # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
##############################################
3depict-0.0.22/.pc/upstream_no_use_freetype_config/configure-9402-if test -z "$BASH_VERSION$ZSH_VERSION" \
3depict-0.0.22/.pc/upstream_no_use_freetype_config/configure:9403:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
3depict-0.0.22/.pc/upstream_no_use_freetype_config/configure-9404-  as_echo='print -r --'
3depict-0.0.22/.pc/upstream_no_use_freetype_config/configure-9405-  as_echo_n='print -rn --'
3depict-0.0.22/.pc/upstream_no_use_freetype_config/configure:9406:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
3depict-0.0.22/.pc/upstream_no_use_freetype_config/configure-9407-  as_echo='printf %s\n'
##############################################
3depict-0.0.22/.pc/upstream_no_use_freetype_config/configure-9409-else
3depict-0.0.22/.pc/upstream_no_use_freetype_config/configure:9410:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
3depict-0.0.22/.pc/upstream_no_use_freetype_config/configure-9411-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
3depict-0.0.22/.pc/upstream_no_use_freetype_config/configure-9419-	expr "X$arg" : "X\\(.*\\)$as_nl";
3depict-0.0.22/.pc/upstream_no_use_freetype_config/configure:9420:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
3depict-0.0.22/.pc/upstream_no_use_freetype_config/configure-9421-      esac;
##############################################
3depict-0.0.22/.pc/upstream_no_use_freetype_config/configure-9496-# ----------------------------------------
3depict-0.0.22/.pc/upstream_no_use_freetype_config/configure:9497:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
3depict-0.0.22/.pc/upstream_no_use_freetype_config/configure-9498-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
3depict-0.0.22/.pc/upstream_no_use_freetype_config/configure-9568-  {
3depict-0.0.22/.pc/upstream_no_use_freetype_config/configure:9569:    as_val=`expr "$@" || test $? -eq 1`
3depict-0.0.22/.pc/upstream_no_use_freetype_config/configure-9570-  }
##############################################
3depict-0.0.22/.pc/upstream_no_use_freetype_config/configure-9672-      case $as_dir in #(
3depict-0.0.22/.pc/upstream_no_use_freetype_config/configure:9673:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
3depict-0.0.22/.pc/upstream_no_use_freetype_config/configure-9674-      *) as_qdir=$as_dir;;
##############################################
3depict-0.0.22/.pc/upstream_no_use_freetype_config/configure-9807-cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
3depict-0.0.22/.pc/upstream_no_use_freetype_config/configure:9808:ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
3depict-0.0.22/.pc/upstream_no_use_freetype_config/configure-9809-ac_cs_version="\\
##############################################
3depict-0.0.22/.pc/upstream_no_use_freetype_config/configure-9832-  --*=?*)
3depict-0.0.22/.pc/upstream_no_use_freetype_config/configure:9833:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
3depict-0.0.22/.pc/upstream_no_use_freetype_config/configure:9834:    ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
3depict-0.0.22/.pc/upstream_no_use_freetype_config/configure-9835-    ac_shift=:
##############################################
3depict-0.0.22/.pc/upstream_no_use_freetype_config/configure-9837-  --*=)
3depict-0.0.22/.pc/upstream_no_use_freetype_config/configure:9838:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
3depict-0.0.22/.pc/upstream_no_use_freetype_config/configure-9839-    ac_optarg=
##############################################
3depict-0.0.22/.pc/upstream_no_use_freetype_config/configure-9861-    case $ac_optarg in
3depict-0.0.22/.pc/upstream_no_use_freetype_config/configure:9862:    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
3depict-0.0.22/.pc/upstream_no_use_freetype_config/configure-9863-    '') as_fn_error $? "missing file argument" ;;
##############################################
3depict-0.0.22/.pc/upstream_no_use_freetype_config/configure-9869-    case $ac_optarg in
3depict-0.0.22/.pc/upstream_no_use_freetype_config/configure:9870:    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
3depict-0.0.22/.pc/upstream_no_use_freetype_config/configure-9871-    esac
##############################################
3depict-0.0.22/.pc/upstream_no_use_freetype_config/configure-9998-fi
3depict-0.0.22/.pc/upstream_no_use_freetype_config/configure:9999:ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
3depict-0.0.22/.pc/upstream_no_use_freetype_config/configure-10000-if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
##############################################
3depict-0.0.22/.pc/upstream_no_use_freetype_config/configure-10015-  as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
3depict-0.0.22/.pc/upstream_no_use_freetype_config/configure:10016:ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
3depict-0.0.22/.pc/upstream_no_use_freetype_config/configure-10017-ac_delim='%!_!# '
##############################################
3depict-0.0.22/.pc/upstream_no_use_freetype_config/configure-10021-
3depict-0.0.22/.pc/upstream_no_use_freetype_config/configure:10022:  ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
3depict-0.0.22/.pc/upstream_no_use_freetype_config/configure-10023-  if test $ac_delim_n = $ac_delim_num; then
##############################################
3depict-0.0.22/.pc/upstream_no_use_freetype_config/configure-10159-for ac_last_try in false false :; do
3depict-0.0.22/.pc/upstream_no_use_freetype_config/configure:10160:  ac_tt=`sed -n "/$ac_delim/p" confdefs.h`
3depict-0.0.22/.pc/upstream_no_use_freetype_config/configure-10161-  if test -z "$ac_tt"; then
##############################################
3depict-0.0.22/.pc/upstream_no_use_freetype_config/configure-10291-      esac
3depict-0.0.22/.pc/upstream_no_use_freetype_config/configure:10292:      case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
3depict-0.0.22/.pc/upstream_no_use_freetype_config/configure-10293-      as_fn_append ac_file_inputs " '$ac_f'"
##############################################
3depict-0.0.22/.pc/upstream_no_use_freetype_config/configure-10350-*)
3depict-0.0.22/.pc/upstream_no_use_freetype_config/configure:10351:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
3depict-0.0.22/.pc/upstream_no_use_freetype_config/configure-10352-  # A ".." for each directory in $ac_dir_suffix.
3depict-0.0.22/.pc/upstream_no_use_freetype_config/configure:10353:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
3depict-0.0.22/.pc/upstream_no_use_freetype_config/configure-10354-  case $ac_top_builddir_sub in
##############################################
3depict-0.0.22/.pc/upstream_no_use_freetype_config/configure-10411-/@mandir@/p'
3depict-0.0.22/.pc/upstream_no_use_freetype_config/configure:10412:case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
3depict-0.0.22/.pc/upstream_no_use_freetype_config/configure-10413-*datarootdir*) ac_datarootdir_seen=yes;;
##############################################
3depict-0.0.22/.pc/upstream_no_use_freetype_config/configure-10428-
3depict-0.0.22/.pc/upstream_no_use_freetype_config/configure:10429:# Neutralize VPATH when `$srcdir' = `.'.
3depict-0.0.22/.pc/upstream_no_use_freetype_config/configure-10430-# Shell code in configure.ac might set extrasub.
##############################################
3depict-0.0.22/.pc/upstream_no_use_freetype_config/configure-10456-test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
3depict-0.0.22/.pc/upstream_no_use_freetype_config/configure:10457:  { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
3depict-0.0.22/.pc/upstream_no_use_freetype_config/configure-10458-  { ac_out=`sed -n '/^[	 ]*datarootdir[	 ]*:*=/p' \
##############################################
3depict-0.0.22/.pc/upstream_no_use_freetype_config/configure-10502-    * )
3depict-0.0.22/.pc/upstream_no_use_freetype_config/configure:10503:      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
3depict-0.0.22/.pc/upstream_no_use_freetype_config/configure-10504-  esac
##############################################
3depict-0.0.22/.pc/upstream_no_use_freetype_config/configure-10549-    # Strip MF so we end up with the name of the file.
3depict-0.0.22/.pc/upstream_no_use_freetype_config/configure:10550:    mf=`echo "$mf" | sed -e 's/:.*$//'`
3depict-0.0.22/.pc/upstream_no_use_freetype_config/configure-10551-    # Check whether this is an Automake generated Makefile or not.
##############################################
3depict-0.0.22/.pc/upstream_no_use_freetype_config/configure-10586-    # from the Makefile without running 'make'.
3depict-0.0.22/.pc/upstream_no_use_freetype_config/configure:10587:    DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
3depict-0.0.22/.pc/upstream_no_use_freetype_config/configure-10588-    test -z "$DEPDIR" && continue
3depict-0.0.22/.pc/upstream_no_use_freetype_config/configure:10589:    am__include=`sed -n 's/^am__include = //p' < "$mf"`
3depict-0.0.22/.pc/upstream_no_use_freetype_config/configure-10590-    test -z "$am__include" && continue
3depict-0.0.22/.pc/upstream_no_use_freetype_config/configure:10591:    am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
3depict-0.0.22/.pc/upstream_no_use_freetype_config/configure-10592-    # Find all dependency output files, they are included files with
##############################################
3depict-0.0.22/.pc/libxml2.patch/Makefile.in-49-  { \
3depict-0.0.22/.pc/libxml2.patch/Makefile.in:50:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
3depict-0.0.22/.pc/libxml2.patch/Makefile.in-51-  }; \
##############################################
3depict-0.0.22/.pc/libxml2.patch/Makefile.in-184-  while test -n "$$dir1"; do \
3depict-0.0.22/.pc/libxml2.patch/Makefile.in:185:    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
3depict-0.0.22/.pc/libxml2.patch/Makefile.in-186-    if test "$$first" != "."; then \
3depict-0.0.22/.pc/libxml2.patch/Makefile.in-187-      if test "$$first" = ".."; then \
3depict-0.0.22/.pc/libxml2.patch/Makefile.in:188:        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
3depict-0.0.22/.pc/libxml2.patch/Makefile.in:189:        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
3depict-0.0.22/.pc/libxml2.patch/Makefile.in-190-      else \
3depict-0.0.22/.pc/libxml2.patch/Makefile.in:191:        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
3depict-0.0.22/.pc/libxml2.patch/Makefile.in-192-        if test "$$first2" = "$$first"; then \
3depict-0.0.22/.pc/libxml2.patch/Makefile.in:193:          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
3depict-0.0.22/.pc/libxml2.patch/Makefile.in-194-        else \
##############################################
3depict-0.0.22/.pc/libxml2.patch/Makefile.in-199-    fi; \
3depict-0.0.22/.pc/libxml2.patch/Makefile.in:200:    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
3depict-0.0.22/.pc/libxml2.patch/Makefile.in-201-  done; \
##############################################
3depict-0.0.22/.pc/libxml2.patch/Makefile.in-417-	dot_seen=no; \
3depict-0.0.22/.pc/libxml2.patch/Makefile.in:418:	target=`echo $@ | sed s/-recursive//`; \
3depict-0.0.22/.pc/libxml2.patch/Makefile.in-419-	case "$@" in \
##############################################
3depict-0.0.22/.pc/libxml2.patch/Makefile.in-480-GTAGS:
3depict-0.0.22/.pc/libxml2.patch/Makefile.in:481:	here=`$(am__cd) $(top_builddir) && pwd` \
3depict-0.0.22/.pc/libxml2.patch/Makefile.in-482-	  && $(am__cd) $(top_srcdir) \
##############################################
3depict-0.0.22/.pc/libxml2.patch/Makefile.in-512-	test -d "$(distdir)" || mkdir "$(distdir)"
3depict-0.0.22/.pc/libxml2.patch/Makefile.in:513:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
3depict-0.0.22/.pc/libxml2.patch/Makefile.in:514:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
3depict-0.0.22/.pc/libxml2.patch/Makefile.in-515-	list='$(DISTFILES)'; \
##############################################
3depict-0.0.22/.pc/libxml2.patch/Makefile.in-526-	  if test -d $$d/$$file; then \
3depict-0.0.22/.pc/libxml2.patch/Makefile.in:527:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
3depict-0.0.22/.pc/libxml2.patch/Makefile.in-528-	    if test -d "$(distdir)/$$file"; then \
##############################################
3depict-0.0.22/.pc/libxml2.patch/Makefile.in-637-	test -d $(distdir)/_build || exit 0; \
3depict-0.0.22/.pc/libxml2.patch/Makefile.in:638:	dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
3depict-0.0.22/.pc/libxml2.patch/Makefile.in-639-	  && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
##############################################
3depict-0.0.22/.pc/libxml2.patch/Makefile.in-681-	}; \
3depict-0.0.22/.pc/libxml2.patch/Makefile.in:682:	test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
3depict-0.0.22/.pc/libxml2.patch/Makefile.in-683-	   || { echo "ERROR: files left after uninstall:" ; \
##############################################
3depict-0.0.22/.pc/libxml2.patch/Makefile.in-693-	fi
3depict-0.0.22/.pc/libxml2.patch/Makefile.in:694:	@test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
3depict-0.0.22/.pc/libxml2.patch/Makefile.in-695-	  || { echo "ERROR: files left in build directory after distclean:" ; \
##############################################
3depict-0.0.22/.pc/libxml2.patch/aclocal.m4-131-    PKG_CHECK_EXISTS([$3],
3depict-0.0.22/.pc/libxml2.patch/aclocal.m4:132:                     [pkg_cv_[]$1=`$PKG_CONFIG --[]$2 "$3" 2>/dev/null`
3depict-0.0.22/.pc/libxml2.patch/aclocal.m4-133-		      test "x$?" != "x0" && pkg_failed=yes ],
##############################################
3depict-0.0.22/.pc/libxml2.patch/aclocal.m4-179-        if test $_pkg_short_errors_supported = yes; then
3depict-0.0.22/.pc/libxml2.patch/aclocal.m4:180:	        $1[]_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "$2" 2>&1`
3depict-0.0.22/.pc/libxml2.patch/aclocal.m4-181-        else 
3depict-0.0.22/.pc/libxml2.patch/aclocal.m4:182:	        $1[]_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "$2" 2>&1`
3depict-0.0.22/.pc/libxml2.patch/aclocal.m4-183-        fi
##############################################
3depict-0.0.22/.pc/libxml2.patch/aclocal.m4-368-# iff we strip the leading $srcdir from $ac_aux_dir.  That would be:
3depict-0.0.22/.pc/libxml2.patch/aclocal.m4:369:#   am_aux_dir='\$(top_srcdir)/'`expr "$ac_aux_dir" : "$srcdir//*\(.*\)"`
3depict-0.0.22/.pc/libxml2.patch/aclocal.m4-370-# and then we would define $MISSING as
##############################################
3depict-0.0.22/.pc/libxml2.patch/aclocal.m4-383-# Expand $ac_aux_dir to an absolute path.
3depict-0.0.22/.pc/libxml2.patch/aclocal.m4:384:am_aux_dir=`cd "$ac_aux_dir" && pwd`
3depict-0.0.22/.pc/libxml2.patch/aclocal.m4-385-])
##############################################
3depict-0.0.22/.pc/libxml2.patch/aclocal.m4-481-  if test "$am_compiler_list" = ""; then
3depict-0.0.22/.pc/libxml2.patch/aclocal.m4:482:     am_compiler_list=`sed -n ['s/^#*\([a-zA-Z0-9]*\))$/\1/p'] < ./depcomp`
3depict-0.0.22/.pc/libxml2.patch/aclocal.m4-483-  fi
##############################################
3depict-0.0.22/.pc/libxml2.patch/aclocal.m4-632-    # Strip MF so we end up with the name of the file.
3depict-0.0.22/.pc/libxml2.patch/aclocal.m4:633:    mf=`echo "$mf" | sed -e 's/:.*$//'`
3depict-0.0.22/.pc/libxml2.patch/aclocal.m4-634-    # Check whether this is an Automake generated Makefile or not.
##############################################
3depict-0.0.22/.pc/libxml2.patch/aclocal.m4-641-    if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
3depict-0.0.22/.pc/libxml2.patch/aclocal.m4:642:      dirpart=`AS_DIRNAME("$mf")`
3depict-0.0.22/.pc/libxml2.patch/aclocal.m4-643-    else
##############################################
3depict-0.0.22/.pc/libxml2.patch/aclocal.m4-647-    # from the Makefile without running 'make'.
3depict-0.0.22/.pc/libxml2.patch/aclocal.m4:648:    DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
3depict-0.0.22/.pc/libxml2.patch/aclocal.m4-649-    test -z "$DEPDIR" && continue
3depict-0.0.22/.pc/libxml2.patch/aclocal.m4:650:    am__include=`sed -n 's/^am__include = //p' < "$mf"`
3depict-0.0.22/.pc/libxml2.patch/aclocal.m4-651-    test -z "$am__include" && continue
3depict-0.0.22/.pc/libxml2.patch/aclocal.m4:652:    am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
3depict-0.0.22/.pc/libxml2.patch/aclocal.m4-653-    # Find all dependency output files, they are included files with
##############################################
3depict-0.0.22/.pc/libxml2.patch/aclocal.m4-661-      test -f "$dirpart/$file" && continue
3depict-0.0.22/.pc/libxml2.patch/aclocal.m4:662:      fdir=`AS_DIRNAME(["$file"])`
3depict-0.0.22/.pc/libxml2.patch/aclocal.m4-663-      AS_MKDIR_P([$dirpart/$fdir])
##############################################
3depict-0.0.22/.pc/libxml2.patch/aclocal.m4-719-AC_REQUIRE([AC_PROG_INSTALL])dnl
3depict-0.0.22/.pc/libxml2.patch/aclocal.m4:720:if test "`cd $srcdir && pwd`" != "`pwd`"; then
3depict-0.0.22/.pc/libxml2.patch/aclocal.m4-721-  # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
##############################################
3depict-0.0.22/.pc/libxml2.patch/aclocal.m4-878-    * )
3depict-0.0.22/.pc/libxml2.patch/aclocal.m4:879:      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
3depict-0.0.22/.pc/libxml2.patch/aclocal.m4-880-  esac
3depict-0.0.22/.pc/libxml2.patch/aclocal.m4-881-done
3depict-0.0.22/.pc/libxml2.patch/aclocal.m4:882:echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count])
3depict-0.0.22/.pc/libxml2.patch/aclocal.m4-883-
##############################################
3depict-0.0.22/.pc/libxml2.patch/aclocal.m4-949-# Ignore all kinds of additional output from 'make'.
3depict-0.0.22/.pc/libxml2.patch/aclocal.m4:950:case `$am_make -s -f confmf 2> /dev/null` in #(
3depict-0.0.22/.pc/libxml2.patch/aclocal.m4-951-*the\ am__doit\ target*)
##############################################
3depict-0.0.22/.pc/libxml2.patch/aclocal.m4-959-   echo '.include "confinc"' > confmf
3depict-0.0.22/.pc/libxml2.patch/aclocal.m4:960:   case `$am_make -s -f confmf 2> /dev/null` in #(
3depict-0.0.22/.pc/libxml2.patch/aclocal.m4-961-   *the\ am__doit\ target*)
##############################################
3depict-0.0.22/.pc/libxml2.patch/aclocal.m4-1141-     echo "timestamp, slept: $am_has_slept" > conftest.file
3depict-0.0.22/.pc/libxml2.patch/aclocal.m4:1142:     set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
3depict-0.0.22/.pc/libxml2.patch/aclocal.m4-1143-     if test "$[*]" = "X"; then
3depict-0.0.22/.pc/libxml2.patch/aclocal.m4-1144-	# -L didn't work.
3depict-0.0.22/.pc/libxml2.patch/aclocal.m4:1145:	set X `ls -t "$srcdir/configure" conftest.file`
3depict-0.0.22/.pc/libxml2.patch/aclocal.m4-1146-     fi
##############################################
3depict-0.0.22/.pc/libxml2.patch/configure-43-if test -z "$BASH_VERSION$ZSH_VERSION" \
3depict-0.0.22/.pc/libxml2.patch/configure:44:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
3depict-0.0.22/.pc/libxml2.patch/configure-45-  as_echo='print -r --'
3depict-0.0.22/.pc/libxml2.patch/configure-46-  as_echo_n='print -rn --'
3depict-0.0.22/.pc/libxml2.patch/configure:47:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
3depict-0.0.22/.pc/libxml2.patch/configure-48-  as_echo='printf %s\n'
##############################################
3depict-0.0.22/.pc/libxml2.patch/configure-50-else
3depict-0.0.22/.pc/libxml2.patch/configure:51:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
3depict-0.0.22/.pc/libxml2.patch/configure-52-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
3depict-0.0.22/.pc/libxml2.patch/configure-60-	expr "X$arg" : "X\\(.*\\)$as_nl";
3depict-0.0.22/.pc/libxml2.patch/configure:61:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
3depict-0.0.22/.pc/libxml2.patch/configure-62-      esac;
##############################################
3depict-0.0.22/.pc/libxml2.patch/configure-197-  eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
3depict-0.0.22/.pc/libxml2.patch/configure:198:  test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
3depict-0.0.22/.pc/libxml2.patch/configure-199-test \$(( 1 + 1 )) = 2 || exit 1"
##############################################
3depict-0.0.22/.pc/libxml2.patch/configure-324-      case $as_dir in #(
3depict-0.0.22/.pc/libxml2.patch/configure:325:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
3depict-0.0.22/.pc/libxml2.patch/configure-326-      *) as_qdir=$as_dir;;
##############################################
3depict-0.0.22/.pc/libxml2.patch/configure-397-  {
3depict-0.0.22/.pc/libxml2.patch/configure:398:    as_val=`expr "$@" || test $? -eq 1`
3depict-0.0.22/.pc/libxml2.patch/configure-399-  }
##############################################
3depict-0.0.22/.pc/libxml2.patch/configure-404-# ----------------------------------------
3depict-0.0.22/.pc/libxml2.patch/configure:405:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
3depict-0.0.22/.pc/libxml2.patch/configure-406-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
3depict-0.0.22/.pc/libxml2.patch/configure-467-  eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
3depict-0.0.22/.pc/libxml2.patch/configure:468:  test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
3depict-0.0.22/.pc/libxml2.patch/configure-469-  # Blame Lee E. McMahon (1931-1989) for sed's syntax.  :-)
##############################################
3depict-0.0.22/.pc/libxml2.patch/configure-883-  case $ac_option in
3depict-0.0.22/.pc/libxml2.patch/configure:884:  *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
3depict-0.0.22/.pc/libxml2.patch/configure-885-  *=)   ac_optarg= ;;
##############################################
3depict-0.0.22/.pc/libxml2.patch/configure-927-  -disable-* | --disable-*)
3depict-0.0.22/.pc/libxml2.patch/configure:928:    ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
3depict-0.0.22/.pc/libxml2.patch/configure-929-    # Reject names that are not valid shell variable names.
##############################################
3depict-0.0.22/.pc/libxml2.patch/configure-932-    ac_useropt_orig=$ac_useropt
3depict-0.0.22/.pc/libxml2.patch/configure:933:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
3depict-0.0.22/.pc/libxml2.patch/configure-934-    case $ac_user_opts in
##############################################
3depict-0.0.22/.pc/libxml2.patch/configure-953-  -enable-* | --enable-*)
3depict-0.0.22/.pc/libxml2.patch/configure:954:    ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
3depict-0.0.22/.pc/libxml2.patch/configure-955-    # Reject names that are not valid shell variable names.
##############################################
3depict-0.0.22/.pc/libxml2.patch/configure-958-    ac_useropt_orig=$ac_useropt
3depict-0.0.22/.pc/libxml2.patch/configure:959:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
3depict-0.0.22/.pc/libxml2.patch/configure-960-    case $ac_user_opts in
##############################################
3depict-0.0.22/.pc/libxml2.patch/configure-1166-  -with-* | --with-*)
3depict-0.0.22/.pc/libxml2.patch/configure:1167:    ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
3depict-0.0.22/.pc/libxml2.patch/configure-1168-    # Reject names that are not valid shell variable names.
##############################################
3depict-0.0.22/.pc/libxml2.patch/configure-1171-    ac_useropt_orig=$ac_useropt
3depict-0.0.22/.pc/libxml2.patch/configure:1172:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
3depict-0.0.22/.pc/libxml2.patch/configure-1173-    case $ac_user_opts in
##############################################
3depict-0.0.22/.pc/libxml2.patch/configure-1182-  -without-* | --without-*)
3depict-0.0.22/.pc/libxml2.patch/configure:1183:    ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
3depict-0.0.22/.pc/libxml2.patch/configure-1184-    # Reject names that are not valid shell variable names.
##############################################
3depict-0.0.22/.pc/libxml2.patch/configure-1187-    ac_useropt_orig=$ac_useropt
3depict-0.0.22/.pc/libxml2.patch/configure:1188:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
3depict-0.0.22/.pc/libxml2.patch/configure-1189-    case $ac_user_opts in
##############################################
3depict-0.0.22/.pc/libxml2.patch/configure-1220-  *=*)
3depict-0.0.22/.pc/libxml2.patch/configure:1221:    ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
3depict-0.0.22/.pc/libxml2.patch/configure-1222-    # Reject names that are not valid shell variable names.
##############################################
3depict-0.0.22/.pc/libxml2.patch/configure-1241-if test -n "$ac_prev"; then
3depict-0.0.22/.pc/libxml2.patch/configure:1242:  ac_option=--`echo $ac_prev | sed 's/_/-/g'`
3depict-0.0.22/.pc/libxml2.patch/configure-1243-  as_fn_error $? "missing argument to $ac_option"
##############################################
3depict-0.0.22/.pc/libxml2.patch/configure-1263-    */ )
3depict-0.0.22/.pc/libxml2.patch/configure:1264:      ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
3depict-0.0.22/.pc/libxml2.patch/configure-1265-      eval $ac_var=\$ac_val;;
##############################################
3depict-0.0.22/.pc/libxml2.patch/configure-1298-ac_ls_di=`ls -di .` &&
3depict-0.0.22/.pc/libxml2.patch/configure:1299:ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
3depict-0.0.22/.pc/libxml2.patch/configure-1300-  as_fn_error $? "working directory cannot be determined"
##############################################
3depict-0.0.22/.pc/libxml2.patch/configure-1354-case $srcdir in
3depict-0.0.22/.pc/libxml2.patch/configure:1355:*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
3depict-0.0.22/.pc/libxml2.patch/configure-1356-esac
##############################################
3depict-0.0.22/.pc/libxml2.patch/configure-1397-By default, \`make install' will install all the files in
3depict-0.0.22/.pc/libxml2.patch/configure:1398:\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
3depict-0.0.22/.pc/libxml2.patch/configure:1399:an installation prefix other than \`$ac_default_prefix' using \`--prefix',
3depict-0.0.22/.pc/libxml2.patch/configure-1400-for instance \`--prefix=\$HOME'.
##############################################
3depict-0.0.22/.pc/libxml2.patch/configure-1528-*)
3depict-0.0.22/.pc/libxml2.patch/configure:1529:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
3depict-0.0.22/.pc/libxml2.patch/configure-1530-  # A ".." for each directory in $ac_dir_suffix.
3depict-0.0.22/.pc/libxml2.patch/configure:1531:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
3depict-0.0.22/.pc/libxml2.patch/configure-1532-  case $ac_top_builddir_sub in
##############################################
3depict-0.0.22/.pc/libxml2.patch/configure-2548-    *\'*)
3depict-0.0.22/.pc/libxml2.patch/configure:2549:      ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
3depict-0.0.22/.pc/libxml2.patch/configure-2550-    esac
##############################################
3depict-0.0.22/.pc/libxml2.patch/configure-2631-      case $ac_val in
3depict-0.0.22/.pc/libxml2.patch/configure:2632:      *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
3depict-0.0.22/.pc/libxml2.patch/configure-2633-      esac
##############################################
3depict-0.0.22/.pc/libxml2.patch/configure-2646-	case $ac_val in
3depict-0.0.22/.pc/libxml2.patch/configure:2647:	*\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
3depict-0.0.22/.pc/libxml2.patch/configure-2648-	esac
##############################################
3depict-0.0.22/.pc/libxml2.patch/configure-2766-    set,)
3depict-0.0.22/.pc/libxml2.patch/configure:2767:      { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
3depict-0.0.22/.pc/libxml2.patch/configure:2768:$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
3depict-0.0.22/.pc/libxml2.patch/configure-2769-      ac_cache_corrupted=: ;;
##############################################
3depict-0.0.22/.pc/libxml2.patch/configure-2777-	# differences in whitespace do not lead to failure.
3depict-0.0.22/.pc/libxml2.patch/configure:2778:	ac_old_val_w=`echo x $ac_old_val`
3depict-0.0.22/.pc/libxml2.patch/configure:2779:	ac_new_val_w=`echo x $ac_new_val`
3depict-0.0.22/.pc/libxml2.patch/configure-2780-	if test "$ac_old_val_w" != "$ac_new_val_w"; then
##############################################
3depict-0.0.22/.pc/libxml2.patch/configure-2797-    case $ac_new_val in
3depict-0.0.22/.pc/libxml2.patch/configure:2798:    *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
3depict-0.0.22/.pc/libxml2.patch/configure-2799-    *) ac_arg=$ac_var=$ac_new_val ;;
##############################################
3depict-0.0.22/.pc/libxml2.patch/configure-2972-     echo "timestamp, slept: $am_has_slept" > conftest.file
3depict-0.0.22/.pc/libxml2.patch/configure:2973:     set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
3depict-0.0.22/.pc/libxml2.patch/configure-2974-     if test "$*" = "X"; then
3depict-0.0.22/.pc/libxml2.patch/configure-2975-	# -L didn't work.
3depict-0.0.22/.pc/libxml2.patch/configure:2976:	set X `ls -t "$srcdir/configure" conftest.file`
3depict-0.0.22/.pc/libxml2.patch/configure-2977-     fi
##############################################
3depict-0.0.22/.pc/libxml2.patch/configure-3023-ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
3depict-0.0.22/.pc/libxml2.patch/configure:3024:program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
3depict-0.0.22/.pc/libxml2.patch/configure-3025-
3depict-0.0.22/.pc/libxml2.patch/configure-3026-# Expand $ac_aux_dir to an absolute path.
3depict-0.0.22/.pc/libxml2.patch/configure:3027:am_aux_dir=`cd "$ac_aux_dir" && pwd`
3depict-0.0.22/.pc/libxml2.patch/configure-3028-
##############################################
3depict-0.0.22/.pc/libxml2.patch/configure-3168-	   as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext" || continue
3depict-0.0.22/.pc/libxml2.patch/configure:3169:	   case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
3depict-0.0.22/.pc/libxml2.patch/configure-3170-	     'mkdir (GNU coreutils) '* | \
##############################################
3depict-0.0.22/.pc/libxml2.patch/configure-3241-set x ${MAKE-make}
3depict-0.0.22/.pc/libxml2.patch/configure:3242:ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
3depict-0.0.22/.pc/libxml2.patch/configure-3243-if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then :
##############################################
3depict-0.0.22/.pc/libxml2.patch/configure-3251-# GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
3depict-0.0.22/.pc/libxml2.patch/configure:3252:case `${MAKE-make} -f conftest.make 2>/dev/null` in
3depict-0.0.22/.pc/libxml2.patch/configure-3253-  *@@@%%%=?*=@@@%%%*)
##############################################
3depict-0.0.22/.pc/libxml2.patch/configure-3317-
3depict-0.0.22/.pc/libxml2.patch/configure:3318:if test "`cd $srcdir && pwd`" != "`pwd`"; then
3depict-0.0.22/.pc/libxml2.patch/configure-3319-  # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
##############################################
3depict-0.0.22/.pc/libxml2.patch/configure-3586-$as_echo_n "checking whether the C++ compiler works... " >&6; }
3depict-0.0.22/.pc/libxml2.patch/configure:3587:ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
3depict-0.0.22/.pc/libxml2.patch/configure-3588-
##############################################
3depict-0.0.22/.pc/libxml2.patch/configure-3630-	then :; else
3depict-0.0.22/.pc/libxml2.patch/configure:3631:	   ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
3depict-0.0.22/.pc/libxml2.patch/configure-3632-	fi
##############################################
3depict-0.0.22/.pc/libxml2.patch/configure-3690-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
3depict-0.0.22/.pc/libxml2.patch/configure:3691:    *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
3depict-0.0.22/.pc/libxml2.patch/configure-3692-	  break;;
##############################################
3depict-0.0.22/.pc/libxml2.patch/configure-3799-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
3depict-0.0.22/.pc/libxml2.patch/configure:3800:    *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
3depict-0.0.22/.pc/libxml2.patch/configure-3801-       break;;
##############################################
3depict-0.0.22/.pc/libxml2.patch/configure-3958-# Ignore all kinds of additional output from 'make'.
3depict-0.0.22/.pc/libxml2.patch/configure:3959:case `$am_make -s -f confmf 2> /dev/null` in #(
3depict-0.0.22/.pc/libxml2.patch/configure-3960-*the\ am__doit\ target*)
##############################################
3depict-0.0.22/.pc/libxml2.patch/configure-3968-   echo '.include "confinc"' > confmf
3depict-0.0.22/.pc/libxml2.patch/configure:3969:   case `$am_make -s -f confmf 2> /dev/null` in #(
3depict-0.0.22/.pc/libxml2.patch/configure-3970-   *the\ am__doit\ target*)
##############################################
3depict-0.0.22/.pc/libxml2.patch/configure-4031-  if test "$am_compiler_list" = ""; then
3depict-0.0.22/.pc/libxml2.patch/configure:4032:     am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
3depict-0.0.22/.pc/libxml2.patch/configure-4033-  fi
##############################################
3depict-0.0.22/.pc/libxml2.patch/configure-4757-  if test "$am_compiler_list" = ""; then
3depict-0.0.22/.pc/libxml2.patch/configure:4758:     am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
3depict-0.0.22/.pc/libxml2.patch/configure-4759-  fi
##############################################
3depict-0.0.22/.pc/libxml2.patch/configure-5115-  # Check for GNU $ac_path_GREP
3depict-0.0.22/.pc/libxml2.patch/configure:5116:case `"$ac_path_GREP" --version 2>&1` in
3depict-0.0.22/.pc/libxml2.patch/configure-5117-*GNU*)
##############################################
3depict-0.0.22/.pc/libxml2.patch/configure-5181-  # Check for GNU $ac_path_EGREP
3depict-0.0.22/.pc/libxml2.patch/configure:5182:case `"$ac_path_EGREP" --version 2>&1` in
3depict-0.0.22/.pc/libxml2.patch/configure-5183-*GNU*)
##############################################
3depict-0.0.22/.pc/libxml2.patch/configure-5342-do :
3depict-0.0.22/.pc/libxml2.patch/configure:5343:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
3depict-0.0.22/.pc/libxml2.patch/configure-5344-ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
##############################################
3depict-0.0.22/.pc/libxml2.patch/configure-5347-  cat >>confdefs.h <<_ACEOF
3depict-0.0.22/.pc/libxml2.patch/configure:5348:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
3depict-0.0.22/.pc/libxml2.patch/configure-5349-_ACEOF
##############################################
3depict-0.0.22/.pc/libxml2.patch/configure-5401-test "x$ac_build_alias" = x &&
3depict-0.0.22/.pc/libxml2.patch/configure:5402:  ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
3depict-0.0.22/.pc/libxml2.patch/configure-5403-test "x$ac_build_alias" = x &&
3depict-0.0.22/.pc/libxml2.patch/configure-5404-  as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5
3depict-0.0.22/.pc/libxml2.patch/configure:5405:ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
3depict-0.0.22/.pc/libxml2.patch/configure-5406-  as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
##############################################
3depict-0.0.22/.pc/libxml2.patch/configure-5425-IFS=$ac_save_IFS
3depict-0.0.22/.pc/libxml2.patch/configure:5426:case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
3depict-0.0.22/.pc/libxml2.patch/configure-5427-
##############################################
3depict-0.0.22/.pc/libxml2.patch/configure-5436-else
3depict-0.0.22/.pc/libxml2.patch/configure:5437:  ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
3depict-0.0.22/.pc/libxml2.patch/configure-5438-    as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
##############################################
3depict-0.0.22/.pc/libxml2.patch/configure-5458-IFS=$ac_save_IFS
3depict-0.0.22/.pc/libxml2.patch/configure:5459:case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
3depict-0.0.22/.pc/libxml2.patch/configure-5460-
##############################################
3depict-0.0.22/.pc/libxml2.patch/configure-5586-
3depict-0.0.22/.pc/libxml2.patch/configure:5587:    WX_VERSION=`$WX_CONFIG_WITH_ARGS --version 2>/dev/null`
3depict-0.0.22/.pc/libxml2.patch/configure-5588-    wx_config_major_version=`echo $WX_VERSION | \
##############################################
3depict-0.0.22/.pc/libxml2.patch/configure-5626-$as_echo "yes (version $WX_VERSION)" >&6; }
3depict-0.0.22/.pc/libxml2.patch/configure:5627:      WX_LIBS=`$WX_CONFIG_WITH_ARGS --libs`
3depict-0.0.22/.pc/libxml2.patch/configure-5628-
##############################################
3depict-0.0.22/.pc/libxml2.patch/configure-5630-$as_echo_n "checking for wxWidgets static library... " >&6; }
3depict-0.0.22/.pc/libxml2.patch/configure:5631:      WX_LIBS_STATIC=`$WX_CONFIG_WITH_ARGS --static --libs 2>/dev/null`
3depict-0.0.22/.pc/libxml2.patch/configure-5632-      if test "x$WX_LIBS_STATIC" = "x"; then
##############################################
3depict-0.0.22/.pc/libxml2.patch/configure-5669-      else
3depict-0.0.22/.pc/libxml2.patch/configure:5670:         WX_RESCOMP=`$WX_CONFIG_WITH_ARGS --rescomp`
3depict-0.0.22/.pc/libxml2.patch/configure-5671-      fi
##############################################
3depict-0.0.22/.pc/libxml2.patch/configure-5673-      if test "x$wx_has_cppflags" = x ; then
3depict-0.0.22/.pc/libxml2.patch/configure:5674:                  WX_CFLAGS=`$WX_CONFIG_WITH_ARGS --cflags`
3depict-0.0.22/.pc/libxml2.patch/configure-5675-         WX_CPPFLAGS=$WX_CFLAGS
##############################################
3depict-0.0.22/.pc/libxml2.patch/configure-5680-      else
3depict-0.0.22/.pc/libxml2.patch/configure:5681:                  WX_CPPFLAGS=`$WX_CONFIG_WITH_ARGS --cppflags`
3depict-0.0.22/.pc/libxml2.patch/configure:5682:         WX_CXXFLAGS=`$WX_CONFIG_WITH_ARGS --cxxflags`
3depict-0.0.22/.pc/libxml2.patch/configure:5683:         WX_CFLAGS=`$WX_CONFIG_WITH_ARGS --cflags`
3depict-0.0.22/.pc/libxml2.patch/configure-5684-
3depict-0.0.22/.pc/libxml2.patch/configure:5685:         WX_CFLAGS_ONLY=`echo $WX_CFLAGS | sed "s@^$WX_CPPFLAGS *@@"`
3depict-0.0.22/.pc/libxml2.patch/configure:5686:         WX_CXXFLAGS_ONLY=`echo $WX_CXXFLAGS | sed "s@^$WX_CFLAGS *@@"`
3depict-0.0.22/.pc/libxml2.patch/configure-5687-      fi
##############################################
3depict-0.0.22/.pc/libxml2.patch/configure-5820-
3depict-0.0.22/.pc/libxml2.patch/configure:5821:    WX_VERSION=`$WX_CONFIG_WITH_ARGS --version 2>/dev/null`
3depict-0.0.22/.pc/libxml2.patch/configure-5822-    wx_config_major_version=`echo $WX_VERSION | \
##############################################
3depict-0.0.22/.pc/libxml2.patch/configure-5860-$as_echo "yes (version $WX_VERSION)" >&6; }
3depict-0.0.22/.pc/libxml2.patch/configure:5861:      WX_LIBS=`$WX_CONFIG_WITH_ARGS --libs`
3depict-0.0.22/.pc/libxml2.patch/configure-5862-
##############################################
3depict-0.0.22/.pc/libxml2.patch/configure-5864-$as_echo_n "checking for wxWidgets static library... " >&6; }
3depict-0.0.22/.pc/libxml2.patch/configure:5865:      WX_LIBS_STATIC=`$WX_CONFIG_WITH_ARGS --static --libs 2>/dev/null`
3depict-0.0.22/.pc/libxml2.patch/configure-5866-      if test "x$WX_LIBS_STATIC" = "x"; then
##############################################
3depict-0.0.22/.pc/libxml2.patch/configure-5903-      else
3depict-0.0.22/.pc/libxml2.patch/configure:5904:         WX_RESCOMP=`$WX_CONFIG_WITH_ARGS --rescomp`
3depict-0.0.22/.pc/libxml2.patch/configure-5905-      fi
##############################################
3depict-0.0.22/.pc/libxml2.patch/configure-5907-      if test "x$wx_has_cppflags" = x ; then
3depict-0.0.22/.pc/libxml2.patch/configure:5908:                  WX_CFLAGS=`$WX_CONFIG_WITH_ARGS --cflags`
3depict-0.0.22/.pc/libxml2.patch/configure-5909-         WX_CPPFLAGS=$WX_CFLAGS
##############################################
3depict-0.0.22/.pc/libxml2.patch/configure-5914-      else
3depict-0.0.22/.pc/libxml2.patch/configure:5915:                  WX_CPPFLAGS=`$WX_CONFIG_WITH_ARGS --cppflags`
3depict-0.0.22/.pc/libxml2.patch/configure:5916:         WX_CXXFLAGS=`$WX_CONFIG_WITH_ARGS --cxxflags`
3depict-0.0.22/.pc/libxml2.patch/configure:5917:         WX_CFLAGS=`$WX_CONFIG_WITH_ARGS --cflags`
3depict-0.0.22/.pc/libxml2.patch/configure-5918-
3depict-0.0.22/.pc/libxml2.patch/configure:5919:         WX_CFLAGS_ONLY=`echo $WX_CFLAGS | sed "s@^$WX_CPPFLAGS *@@"`
3depict-0.0.22/.pc/libxml2.patch/configure:5920:         WX_CXXFLAGS_ONLY=`echo $WX_CXXFLAGS | sed "s@^$WX_CFLAGS *@@"`
3depict-0.0.22/.pc/libxml2.patch/configure-5921-      fi
##############################################
3depict-0.0.22/.pc/libxml2.patch/configure-5982-#Append the --gl-libs flag
3depict-0.0.22/.pc/libxml2.patch/configure:5983:WX_LIBS="$WX_LIBS `$WX_CONFIG_PATH --libs gl,propgrid`"
3depict-0.0.22/.pc/libxml2.patch/configure-5984-
##############################################
3depict-0.0.22/.pc/libxml2.patch/configure-6085-  fi
3depict-0.0.22/.pc/libxml2.patch/configure:6086:  XML_LIBS="`$XMLCONFIG --libs`"
3depict-0.0.22/.pc/libxml2.patch/configure:6087:  XML_CFLAGS="`$XMLCONFIG --cflags`"
3depict-0.0.22/.pc/libxml2.patch/configure-6088-
##############################################
3depict-0.0.22/.pc/libxml2.patch/configure-6240-  test $ac_status = 0; }; then
3depict-0.0.22/.pc/libxml2.patch/configure:6241:  pkg_cv_FT_CFLAGS=`$PKG_CONFIG --cflags "freetype2" 2>/dev/null`
3depict-0.0.22/.pc/libxml2.patch/configure-6242-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
3depict-0.0.22/.pc/libxml2.patch/configure-6257-  test $ac_status = 0; }; then
3depict-0.0.22/.pc/libxml2.patch/configure:6258:  pkg_cv_FT_LIBS=`$PKG_CONFIG --libs "freetype2" 2>/dev/null`
3depict-0.0.22/.pc/libxml2.patch/configure-6259-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
3depict-0.0.22/.pc/libxml2.patch/configure-6278-        if test $_pkg_short_errors_supported = yes; then
3depict-0.0.22/.pc/libxml2.patch/configure:6279:	        FT_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "freetype2" 2>&1`
3depict-0.0.22/.pc/libxml2.patch/configure-6280-        else
3depict-0.0.22/.pc/libxml2.patch/configure:6281:	        FT_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "freetype2" 2>&1`
3depict-0.0.22/.pc/libxml2.patch/configure-6282-        fi
##############################################
3depict-0.0.22/.pc/libxml2.patch/configure-6462-  test $ac_status = 0; }; then
3depict-0.0.22/.pc/libxml2.patch/configure:6463:  pkg_cv_FT_CFLAGS=`$PKG_CONFIG --cflags "freetype2" 2>/dev/null`
3depict-0.0.22/.pc/libxml2.patch/configure-6464-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
3depict-0.0.22/.pc/libxml2.patch/configure-6479-  test $ac_status = 0; }; then
3depict-0.0.22/.pc/libxml2.patch/configure:6480:  pkg_cv_FT_LIBS=`$PKG_CONFIG --libs "freetype2" 2>/dev/null`
3depict-0.0.22/.pc/libxml2.patch/configure-6481-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
3depict-0.0.22/.pc/libxml2.patch/configure-6500-        if test $_pkg_short_errors_supported = yes; then
3depict-0.0.22/.pc/libxml2.patch/configure:6501:	        FT_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "freetype2" 2>&1`
3depict-0.0.22/.pc/libxml2.patch/configure-6502-        else
3depict-0.0.22/.pc/libxml2.patch/configure:6503:	        FT_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "freetype2" 2>&1`
3depict-0.0.22/.pc/libxml2.patch/configure-6504-        fi
##############################################
3depict-0.0.22/.pc/libxml2.patch/configure-6599-  test $ac_status = 0; }; then
3depict-0.0.22/.pc/libxml2.patch/configure:6600:  pkg_cv_FTGL_CFLAGS=`$PKG_CONFIG --cflags "ftgl >= 2.0.0" 2>/dev/null`
3depict-0.0.22/.pc/libxml2.patch/configure-6601-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
3depict-0.0.22/.pc/libxml2.patch/configure-6616-  test $ac_status = 0; }; then
3depict-0.0.22/.pc/libxml2.patch/configure:6617:  pkg_cv_FTGL_LIBS=`$PKG_CONFIG --libs "ftgl >= 2.0.0" 2>/dev/null`
3depict-0.0.22/.pc/libxml2.patch/configure-6618-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
3depict-0.0.22/.pc/libxml2.patch/configure-6637-        if test $_pkg_short_errors_supported = yes; then
3depict-0.0.22/.pc/libxml2.patch/configure:6638:	        FTGL_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "ftgl >= 2.0.0" 2>&1`
3depict-0.0.22/.pc/libxml2.patch/configure-6639-        else
3depict-0.0.22/.pc/libxml2.patch/configure:6640:	        FTGL_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "ftgl >= 2.0.0" 2>&1`
3depict-0.0.22/.pc/libxml2.patch/configure-6641-        fi
##############################################
3depict-0.0.22/.pc/libxml2.patch/configure-6774-						#scrub the FTGL_CFLAGS for -I and then tack on /FTGL as needed
3depict-0.0.22/.pc/libxml2.patch/configure:6775:		FTGL_CFLAGS=`echo $FTGL_CFLAGS | sed -e 's/-I\([a-z\\\/]*\)/-I\1\/FTGL /'`
3depict-0.0.22/.pc/libxml2.patch/configure-6776-
##############################################
3depict-0.0.22/.pc/libxml2.patch/configure-7020-  test $ac_status = 0; }; then
3depict-0.0.22/.pc/libxml2.patch/configure:7021:  pkg_cv_PNG_CFLAGS=`$PKG_CONFIG --cflags "libpng >= 1.2" 2>/dev/null`
3depict-0.0.22/.pc/libxml2.patch/configure-7022-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
3depict-0.0.22/.pc/libxml2.patch/configure-7037-  test $ac_status = 0; }; then
3depict-0.0.22/.pc/libxml2.patch/configure:7038:  pkg_cv_PNG_LIBS=`$PKG_CONFIG --libs "libpng >= 1.2" 2>/dev/null`
3depict-0.0.22/.pc/libxml2.patch/configure-7039-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
3depict-0.0.22/.pc/libxml2.patch/configure-7058-        if test $_pkg_short_errors_supported = yes; then
3depict-0.0.22/.pc/libxml2.patch/configure:7059:	        PNG_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "libpng >= 1.2" 2>&1`
3depict-0.0.22/.pc/libxml2.patch/configure-7060-        else
3depict-0.0.22/.pc/libxml2.patch/configure:7061:	        PNG_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "libpng >= 1.2" 2>&1`
3depict-0.0.22/.pc/libxml2.patch/configure-7062-        fi
##############################################
3depict-0.0.22/.pc/libxml2.patch/configure-7497-  else
3depict-0.0.22/.pc/libxml2.patch/configure:7498:    GSL_CFLAGS=`$GSL_CONFIG --cflags`
3depict-0.0.22/.pc/libxml2.patch/configure:7499:    GSL_LIBS=`$GSL_CONFIG --libs`
3depict-0.0.22/.pc/libxml2.patch/configure-7500-
##############################################
3depict-0.0.22/.pc/libxml2.patch/configure-7801-      *:) vendor=$ventest; continue ;;
3depict-0.0.22/.pc/libxml2.patch/configure:7802:      *)  vencpp="defined("`echo $ventest | sed 's/,/) || defined(/g'`")" ;;
3depict-0.0.22/.pc/libxml2.patch/configure-7803-    esac
##############################################
3depict-0.0.22/.pc/libxml2.patch/configure-7823-  done
3depict-0.0.22/.pc/libxml2.patch/configure:7824:  ax_cv_c_compiler_vendor=`echo $vendor | cut -d: -f1`
3depict-0.0.22/.pc/libxml2.patch/configure-7825-
##############################################
3depict-0.0.22/.pc/libxml2.patch/configure-7854-  # Check for GNU $ac_path_SED
3depict-0.0.22/.pc/libxml2.patch/configure:7855:case `"$ac_path_SED" --version 2>&1` in
3depict-0.0.22/.pc/libxml2.patch/configure-7856-*GNU*)
##############################################
3depict-0.0.22/.pc/libxml2.patch/configure-8798-
3depict-0.0.22/.pc/libxml2.patch/configure:8799:  ax_cv_c_compiler_version=`tcc -v | $SED 's/^[ ]*tcc[ ]\+version[ ]\+\([0-9.]\+\).*/\1/g'`
3depict-0.0.22/.pc/libxml2.patch/configure-8800-   ;; #(
##############################################
3depict-0.0.22/.pc/libxml2.patch/configure-8898-
3depict-0.0.22/.pc/libxml2.patch/configure:8899:		CFLAGS=`echo "$CFLAGS" | sed -e 's/-O[0-9s]*//g'`
3depict-0.0.22/.pc/libxml2.patch/configure:8900:		CXXFLAGS=`echo "$CXXFLAGS" | sed -e 's/-O[0-9s]*//g'`
3depict-0.0.22/.pc/libxml2.patch/configure-8901-
##############################################
3depict-0.0.22/.pc/libxml2.patch/configure-9252-do :
3depict-0.0.22/.pc/libxml2.patch/configure:9253:  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
3depict-0.0.22/.pc/libxml2.patch/configure-9254-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
##############################################
3depict-0.0.22/.pc/libxml2.patch/configure-9256-  cat >>confdefs.h <<_ACEOF
3depict-0.0.22/.pc/libxml2.patch/configure:9257:#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
3depict-0.0.22/.pc/libxml2.patch/configure-9258-_ACEOF
##############################################
3depict-0.0.22/.pc/libxml2.patch/configure-9264-do :
3depict-0.0.22/.pc/libxml2.patch/configure:9265:  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
3depict-0.0.22/.pc/libxml2.patch/configure-9266-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
##############################################
3depict-0.0.22/.pc/libxml2.patch/configure-9268-  cat >>confdefs.h <<_ACEOF
3depict-0.0.22/.pc/libxml2.patch/configure:9269:#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
3depict-0.0.22/.pc/libxml2.patch/configure-9270-_ACEOF
##############################################
3depict-0.0.22/.pc/libxml2.patch/configure-9276-do :
3depict-0.0.22/.pc/libxml2.patch/configure:9277:  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
3depict-0.0.22/.pc/libxml2.patch/configure-9278-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
##############################################
3depict-0.0.22/.pc/libxml2.patch/configure-9280-  cat >>confdefs.h <<_ACEOF
3depict-0.0.22/.pc/libxml2.patch/configure:9281:#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
3depict-0.0.22/.pc/libxml2.patch/configure-9282-_ACEOF
##############################################
3depict-0.0.22/.pc/libxml2.patch/configure-9332-do :
3depict-0.0.22/.pc/libxml2.patch/configure:9333:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
3depict-0.0.22/.pc/libxml2.patch/configure-9334-ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
##############################################
3depict-0.0.22/.pc/libxml2.patch/configure-9336-  cat >>confdefs.h <<_ACEOF
3depict-0.0.22/.pc/libxml2.patch/configure:9337:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
3depict-0.0.22/.pc/libxml2.patch/configure-9338-_ACEOF
##############################################
3depict-0.0.22/.pc/libxml2.patch/configure-9473-  ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
3depict-0.0.22/.pc/libxml2.patch/configure:9474:  ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
3depict-0.0.22/.pc/libxml2.patch/configure-9475-  # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
##############################################
3depict-0.0.22/.pc/libxml2.patch/configure-9580-if test -z "$BASH_VERSION$ZSH_VERSION" \
3depict-0.0.22/.pc/libxml2.patch/configure:9581:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
3depict-0.0.22/.pc/libxml2.patch/configure-9582-  as_echo='print -r --'
3depict-0.0.22/.pc/libxml2.patch/configure-9583-  as_echo_n='print -rn --'
3depict-0.0.22/.pc/libxml2.patch/configure:9584:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
3depict-0.0.22/.pc/libxml2.patch/configure-9585-  as_echo='printf %s\n'
##############################################
3depict-0.0.22/.pc/libxml2.patch/configure-9587-else
3depict-0.0.22/.pc/libxml2.patch/configure:9588:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
3depict-0.0.22/.pc/libxml2.patch/configure-9589-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
3depict-0.0.22/.pc/libxml2.patch/configure-9597-	expr "X$arg" : "X\\(.*\\)$as_nl";
3depict-0.0.22/.pc/libxml2.patch/configure:9598:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
3depict-0.0.22/.pc/libxml2.patch/configure-9599-      esac;
##############################################
3depict-0.0.22/.pc/libxml2.patch/configure-9674-# ----------------------------------------
3depict-0.0.22/.pc/libxml2.patch/configure:9675:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
3depict-0.0.22/.pc/libxml2.patch/configure-9676-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
3depict-0.0.22/.pc/libxml2.patch/configure-9746-  {
3depict-0.0.22/.pc/libxml2.patch/configure:9747:    as_val=`expr "$@" || test $? -eq 1`
3depict-0.0.22/.pc/libxml2.patch/configure-9748-  }
##############################################
3depict-0.0.22/.pc/libxml2.patch/configure-9850-      case $as_dir in #(
3depict-0.0.22/.pc/libxml2.patch/configure:9851:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
3depict-0.0.22/.pc/libxml2.patch/configure-9852-      *) as_qdir=$as_dir;;
##############################################
3depict-0.0.22/.pc/libxml2.patch/configure-9985-cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
3depict-0.0.22/.pc/libxml2.patch/configure:9986:ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
3depict-0.0.22/.pc/libxml2.patch/configure-9987-ac_cs_version="\\
##############################################
3depict-0.0.22/.pc/libxml2.patch/configure-10010-  --*=?*)
3depict-0.0.22/.pc/libxml2.patch/configure:10011:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
3depict-0.0.22/.pc/libxml2.patch/configure:10012:    ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
3depict-0.0.22/.pc/libxml2.patch/configure-10013-    ac_shift=:
##############################################
3depict-0.0.22/.pc/libxml2.patch/configure-10015-  --*=)
3depict-0.0.22/.pc/libxml2.patch/configure:10016:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
3depict-0.0.22/.pc/libxml2.patch/configure-10017-    ac_optarg=
##############################################
3depict-0.0.22/.pc/libxml2.patch/configure-10039-    case $ac_optarg in
3depict-0.0.22/.pc/libxml2.patch/configure:10040:    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
3depict-0.0.22/.pc/libxml2.patch/configure-10041-    '') as_fn_error $? "missing file argument" ;;
##############################################
3depict-0.0.22/.pc/libxml2.patch/configure-10047-    case $ac_optarg in
3depict-0.0.22/.pc/libxml2.patch/configure:10048:    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
3depict-0.0.22/.pc/libxml2.patch/configure-10049-    esac
##############################################
3depict-0.0.22/.pc/libxml2.patch/configure-10176-fi
3depict-0.0.22/.pc/libxml2.patch/configure:10177:ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
3depict-0.0.22/.pc/libxml2.patch/configure-10178-if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
##############################################
3depict-0.0.22/.pc/libxml2.patch/configure-10193-  as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
3depict-0.0.22/.pc/libxml2.patch/configure:10194:ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
3depict-0.0.22/.pc/libxml2.patch/configure-10195-ac_delim='%!_!# '
##############################################
3depict-0.0.22/.pc/libxml2.patch/configure-10199-
3depict-0.0.22/.pc/libxml2.patch/configure:10200:  ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
3depict-0.0.22/.pc/libxml2.patch/configure-10201-  if test $ac_delim_n = $ac_delim_num; then
##############################################
3depict-0.0.22/.pc/libxml2.patch/configure-10337-for ac_last_try in false false :; do
3depict-0.0.22/.pc/libxml2.patch/configure:10338:  ac_tt=`sed -n "/$ac_delim/p" confdefs.h`
3depict-0.0.22/.pc/libxml2.patch/configure-10339-  if test -z "$ac_tt"; then
##############################################
3depict-0.0.22/.pc/libxml2.patch/configure-10469-      esac
3depict-0.0.22/.pc/libxml2.patch/configure:10470:      case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
3depict-0.0.22/.pc/libxml2.patch/configure-10471-      as_fn_append ac_file_inputs " '$ac_f'"
##############################################
3depict-0.0.22/.pc/libxml2.patch/configure-10528-*)
3depict-0.0.22/.pc/libxml2.patch/configure:10529:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
3depict-0.0.22/.pc/libxml2.patch/configure-10530-  # A ".." for each directory in $ac_dir_suffix.
3depict-0.0.22/.pc/libxml2.patch/configure:10531:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
3depict-0.0.22/.pc/libxml2.patch/configure-10532-  case $ac_top_builddir_sub in
##############################################
3depict-0.0.22/.pc/libxml2.patch/configure-10589-/@mandir@/p'
3depict-0.0.22/.pc/libxml2.patch/configure:10590:case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
3depict-0.0.22/.pc/libxml2.patch/configure-10591-*datarootdir*) ac_datarootdir_seen=yes;;
##############################################
3depict-0.0.22/.pc/libxml2.patch/configure-10606-
3depict-0.0.22/.pc/libxml2.patch/configure:10607:# Neutralize VPATH when `$srcdir' = `.'.
3depict-0.0.22/.pc/libxml2.patch/configure-10608-# Shell code in configure.ac might set extrasub.
##############################################
3depict-0.0.22/.pc/libxml2.patch/configure-10634-test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
3depict-0.0.22/.pc/libxml2.patch/configure:10635:  { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
3depict-0.0.22/.pc/libxml2.patch/configure-10636-  { ac_out=`sed -n '/^[	 ]*datarootdir[	 ]*:*=/p' \
##############################################
3depict-0.0.22/.pc/libxml2.patch/configure-10680-    * )
3depict-0.0.22/.pc/libxml2.patch/configure:10681:      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
3depict-0.0.22/.pc/libxml2.patch/configure-10682-  esac
##############################################
3depict-0.0.22/.pc/libxml2.patch/configure-10727-    # Strip MF so we end up with the name of the file.
3depict-0.0.22/.pc/libxml2.patch/configure:10728:    mf=`echo "$mf" | sed -e 's/:.*$//'`
3depict-0.0.22/.pc/libxml2.patch/configure-10729-    # Check whether this is an Automake generated Makefile or not.
##############################################
3depict-0.0.22/.pc/libxml2.patch/configure-10764-    # from the Makefile without running 'make'.
3depict-0.0.22/.pc/libxml2.patch/configure:10765:    DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
3depict-0.0.22/.pc/libxml2.patch/configure-10766-    test -z "$DEPDIR" && continue
3depict-0.0.22/.pc/libxml2.patch/configure:10767:    am__include=`sed -n 's/^am__include = //p' < "$mf"`
3depict-0.0.22/.pc/libxml2.patch/configure-10768-    test -z "$am__include" && continue
3depict-0.0.22/.pc/libxml2.patch/configure:10769:    am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
3depict-0.0.22/.pc/libxml2.patch/configure-10770-    # Find all dependency output files, they are included files with
##############################################
3depict-0.0.22/.pc/libxml2.patch/configure.ac-48-#Append the --gl-libs flag
3depict-0.0.22/.pc/libxml2.patch/configure.ac:49:WX_LIBS="$WX_LIBS `$WX_CONFIG_PATH --libs gl,propgrid`"
3depict-0.0.22/.pc/libxml2.patch/configure.ac-50-
##############################################
3depict-0.0.22/.pc/libxml2.patch/configure.ac-97-  fi
3depict-0.0.22/.pc/libxml2.patch/configure.ac:98:  XML_LIBS="`$XMLCONFIG --libs`"
3depict-0.0.22/.pc/libxml2.patch/configure.ac:99:  XML_CFLAGS="`$XMLCONFIG --cflags`"
3depict-0.0.22/.pc/libxml2.patch/configure.ac-100-
##############################################
3depict-0.0.22/.pc/libxml2.patch/configure.ac-381-		changequote({,})
3depict-0.0.22/.pc/libxml2.patch/configure.ac:382:		CFLAGS=`echo "$CFLAGS" | sed -e 's/-O[0-9s]*//g'`
3depict-0.0.22/.pc/libxml2.patch/configure.ac:383:		CXXFLAGS=`echo "$CXXFLAGS" | sed -e 's/-O[0-9s]*//g'`
3depict-0.0.22/.pc/libxml2.patch/configure.ac-384-		changequote([,])
##############################################
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-50-  { \
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in:51:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-52-  }; \
##############################################
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-1065-.c.o:
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in:1066:@am__fastdepCC_TRUE@	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-1067-@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
##############################################
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-1073-.c.obj:
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in:1074:@am__fastdepCC_TRUE@	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in:1075:@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-1076-@am__fastdepCC_TRUE@	$(am__mv) $$depbase.Tpo $$depbase.Po
##############################################
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-1078-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in:1079:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-1080-
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-1081-common/3Depict-pngread.o: common/pngread.c
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in:1082:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CFLAGS) $(CFLAGS) -MT common/3Depict-pngread.o -MD -MP -MF common/$(DEPDIR)/3Depict-pngread.Tpo -c -o common/3Depict-pngread.o `test -f 'common/pngread.c' || echo '$(srcdir)/'`common/pngread.c
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-1083-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) common/$(DEPDIR)/3Depict-pngread.Tpo common/$(DEPDIR)/3Depict-pngread.Po
##############################################
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-1085-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in:1086:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CFLAGS) $(CFLAGS) -c -o common/3Depict-pngread.o `test -f 'common/pngread.c' || echo '$(srcdir)/'`common/pngread.c
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-1087-
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-1088-common/3Depict-pngread.obj: common/pngread.c
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in:1089:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CFLAGS) $(CFLAGS) -MT common/3Depict-pngread.obj -MD -MP -MF common/$(DEPDIR)/3Depict-pngread.Tpo -c -o common/3Depict-pngread.obj `if test -f 'common/pngread.c'; then $(CYGPATH_W) 'common/pngread.c'; else $(CYGPATH_W) '$(srcdir)/common/pngread.c'; fi`
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-1090-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) common/$(DEPDIR)/3Depict-pngread.Tpo common/$(DEPDIR)/3Depict-pngread.Po
##############################################
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-1092-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in:1093:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CFLAGS) $(CFLAGS) -c -o common/3Depict-pngread.obj `if test -f 'common/pngread.c'; then $(CYGPATH_W) 'common/pngread.c'; else $(CYGPATH_W) '$(srcdir)/common/pngread.c'; fi`
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-1094-
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-1095-.cpp.o:
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in:1096:@am__fastdepCXX_TRUE@	$(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-1097-@am__fastdepCXX_TRUE@	$(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
##############################################
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-1103-.cpp.obj:
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in:1104:@am__fastdepCXX_TRUE@	$(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in:1105:@am__fastdepCXX_TRUE@	$(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-1106-@am__fastdepCXX_TRUE@	$(am__mv) $$depbase.Tpo $$depbase.Po
##############################################
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-1108-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in:1109:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-1110-
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-1111-3Depict-3Depict.o: 3Depict.cpp
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in:1112:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -MT 3Depict-3Depict.o -MD -MP -MF $(DEPDIR)/3Depict-3Depict.Tpo -c -o 3Depict-3Depict.o `test -f '3Depict.cpp' || echo '$(srcdir)/'`3Depict.cpp
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-1113-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/3Depict-3Depict.Tpo $(DEPDIR)/3Depict-3Depict.Po
##############################################
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-1115-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in:1116:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -c -o 3Depict-3Depict.o `test -f '3Depict.cpp' || echo '$(srcdir)/'`3Depict.cpp
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-1117-
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-1118-3Depict-3Depict.obj: 3Depict.cpp
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in:1119:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -MT 3Depict-3Depict.obj -MD -MP -MF $(DEPDIR)/3Depict-3Depict.Tpo -c -o 3Depict-3Depict.obj `if test -f '3Depict.cpp'; then $(CYGPATH_W) '3Depict.cpp'; else $(CYGPATH_W) '$(srcdir)/3Depict.cpp'; fi`
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-1120-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/3Depict-3Depict.Tpo $(DEPDIR)/3Depict-3Depict.Po
##############################################
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-1122-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in:1123:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -c -o 3Depict-3Depict.obj `if test -f '3Depict.cpp'; then $(CYGPATH_W) '3Depict.cpp'; else $(CYGPATH_W) '$(srcdir)/3Depict.cpp'; fi`
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-1124-
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-1125-testing/3Depict-testing.o: testing/testing.cpp
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in:1126:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -MT testing/3Depict-testing.o -MD -MP -MF testing/$(DEPDIR)/3Depict-testing.Tpo -c -o testing/3Depict-testing.o `test -f 'testing/testing.cpp' || echo '$(srcdir)/'`testing/testing.cpp
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-1127-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) testing/$(DEPDIR)/3Depict-testing.Tpo testing/$(DEPDIR)/3Depict-testing.Po
##############################################
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-1129-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in:1130:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -c -o testing/3Depict-testing.o `test -f 'testing/testing.cpp' || echo '$(srcdir)/'`testing/testing.cpp
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-1131-
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-1132-testing/3Depict-testing.obj: testing/testing.cpp
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in:1133:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -MT testing/3Depict-testing.obj -MD -MP -MF testing/$(DEPDIR)/3Depict-testing.Tpo -c -o testing/3Depict-testing.obj `if test -f 'testing/testing.cpp'; then $(CYGPATH_W) 'testing/testing.cpp'; else $(CYGPATH_W) '$(srcdir)/testing/testing.cpp'; fi`
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-1134-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) testing/$(DEPDIR)/3Depict-testing.Tpo testing/$(DEPDIR)/3Depict-testing.Po
##############################################
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-1136-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in:1137:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -c -o testing/3Depict-testing.obj `if test -f 'testing/testing.cpp'; then $(CYGPATH_W) 'testing/testing.cpp'; else $(CYGPATH_W) '$(srcdir)/testing/testing.cpp'; fi`
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-1138-
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-1139-wx/3Depict-wxcommon.o: wx/wxcommon.cpp
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in:1140:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -MT wx/3Depict-wxcommon.o -MD -MP -MF wx/$(DEPDIR)/3Depict-wxcommon.Tpo -c -o wx/3Depict-wxcommon.o `test -f 'wx/wxcommon.cpp' || echo '$(srcdir)/'`wx/wxcommon.cpp
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-1141-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) wx/$(DEPDIR)/3Depict-wxcommon.Tpo wx/$(DEPDIR)/3Depict-wxcommon.Po
##############################################
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-1143-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in:1144:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -c -o wx/3Depict-wxcommon.o `test -f 'wx/wxcommon.cpp' || echo '$(srcdir)/'`wx/wxcommon.cpp
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-1145-
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-1146-wx/3Depict-wxcommon.obj: wx/wxcommon.cpp
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in:1147:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -MT wx/3Depict-wxcommon.obj -MD -MP -MF wx/$(DEPDIR)/3Depict-wxcommon.Tpo -c -o wx/3Depict-wxcommon.obj `if test -f 'wx/wxcommon.cpp'; then $(CYGPATH_W) 'wx/wxcommon.cpp'; else $(CYGPATH_W) '$(srcdir)/wx/wxcommon.cpp'; fi`
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-1148-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) wx/$(DEPDIR)/3Depict-wxcommon.Tpo wx/$(DEPDIR)/3Depict-wxcommon.Po
##############################################
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-1150-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in:1151:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -c -o wx/3Depict-wxcommon.obj `if test -f 'wx/wxcommon.cpp'; then $(CYGPATH_W) 'wx/wxcommon.cpp'; else $(CYGPATH_W) '$(srcdir)/wx/wxcommon.cpp'; fi`
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-1152-
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-1153-wx/3Depict-wxcomponents.o: wx/wxcomponents.cpp
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in:1154:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -MT wx/3Depict-wxcomponents.o -MD -MP -MF wx/$(DEPDIR)/3Depict-wxcomponents.Tpo -c -o wx/3Depict-wxcomponents.o `test -f 'wx/wxcomponents.cpp' || echo '$(srcdir)/'`wx/wxcomponents.cpp
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-1155-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) wx/$(DEPDIR)/3Depict-wxcomponents.Tpo wx/$(DEPDIR)/3Depict-wxcomponents.Po
##############################################
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-1157-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in:1158:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -c -o wx/3Depict-wxcomponents.o `test -f 'wx/wxcomponents.cpp' || echo '$(srcdir)/'`wx/wxcomponents.cpp
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-1159-
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-1160-wx/3Depict-wxcomponents.obj: wx/wxcomponents.cpp
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in:1161:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -MT wx/3Depict-wxcomponents.obj -MD -MP -MF wx/$(DEPDIR)/3Depict-wxcomponents.Tpo -c -o wx/3Depict-wxcomponents.obj `if test -f 'wx/wxcomponents.cpp'; then $(CYGPATH_W) 'wx/wxcomponents.cpp'; else $(CYGPATH_W) '$(srcdir)/wx/wxcomponents.cpp'; fi`
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-1162-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) wx/$(DEPDIR)/3Depict-wxcomponents.Tpo wx/$(DEPDIR)/3Depict-wxcomponents.Po
##############################################
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-1164-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in:1165:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -c -o wx/3Depict-wxcomponents.obj `if test -f 'wx/wxcomponents.cpp'; then $(CYGPATH_W) 'wx/wxcomponents.cpp'; else $(CYGPATH_W) '$(srcdir)/wx/wxcomponents.cpp'; fi`
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-1166-
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-1167-3Depict-winconsole.o: winconsole.cpp
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in:1168:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -MT 3Depict-winconsole.o -MD -MP -MF $(DEPDIR)/3Depict-winconsole.Tpo -c -o 3Depict-winconsole.o `test -f 'winconsole.cpp' || echo '$(srcdir)/'`winconsole.cpp
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-1169-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/3Depict-winconsole.Tpo $(DEPDIR)/3Depict-winconsole.Po
##############################################
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-1171-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in:1172:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -c -o 3Depict-winconsole.o `test -f 'winconsole.cpp' || echo '$(srcdir)/'`winconsole.cpp
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-1173-
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-1174-3Depict-winconsole.obj: winconsole.cpp
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in:1175:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -MT 3Depict-winconsole.obj -MD -MP -MF $(DEPDIR)/3Depict-winconsole.Tpo -c -o 3Depict-winconsole.obj `if test -f 'winconsole.cpp'; then $(CYGPATH_W) 'winconsole.cpp'; else $(CYGPATH_W) '$(srcdir)/winconsole.cpp'; fi`
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-1176-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/3Depict-winconsole.Tpo $(DEPDIR)/3Depict-winconsole.Po
##############################################
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-1178-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in:1179:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -c -o 3Depict-winconsole.obj `if test -f 'winconsole.cpp'; then $(CYGPATH_W) 'winconsole.cpp'; else $(CYGPATH_W) '$(srcdir)/winconsole.cpp'; fi`
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-1180-
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-1181-wx/3Depict-propertyGridUpdater.o: wx/propertyGridUpdater.cpp
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in:1182:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -MT wx/3Depict-propertyGridUpdater.o -MD -MP -MF wx/$(DEPDIR)/3Depict-propertyGridUpdater.Tpo -c -o wx/3Depict-propertyGridUpdater.o `test -f 'wx/propertyGridUpdater.cpp' || echo '$(srcdir)/'`wx/propertyGridUpdater.cpp
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-1183-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) wx/$(DEPDIR)/3Depict-propertyGridUpdater.Tpo wx/$(DEPDIR)/3Depict-propertyGridUpdater.Po
##############################################
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-1185-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in:1186:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -c -o wx/3Depict-propertyGridUpdater.o `test -f 'wx/propertyGridUpdater.cpp' || echo '$(srcdir)/'`wx/propertyGridUpdater.cpp
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-1187-
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-1188-wx/3Depict-propertyGridUpdater.obj: wx/propertyGridUpdater.cpp
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in:1189:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -MT wx/3Depict-propertyGridUpdater.obj -MD -MP -MF wx/$(DEPDIR)/3Depict-propertyGridUpdater.Tpo -c -o wx/3Depict-propertyGridUpdater.obj `if test -f 'wx/propertyGridUpdater.cpp'; then $(CYGPATH_W) 'wx/propertyGridUpdater.cpp'; else $(CYGPATH_W) '$(srcdir)/wx/propertyGridUpdater.cpp'; fi`
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-1190-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) wx/$(DEPDIR)/3Depict-propertyGridUpdater.Tpo wx/$(DEPDIR)/3Depict-propertyGridUpdater.Po
##############################################
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-1192-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in:1193:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -c -o wx/3Depict-propertyGridUpdater.obj `if test -f 'wx/propertyGridUpdater.cpp'; then $(CYGPATH_W) 'wx/propertyGridUpdater.cpp'; else $(CYGPATH_W) '$(srcdir)/wx/propertyGridUpdater.cpp'; fi`
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-1194-
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-1195-gui/3Depict-mainFrame.o: gui/mainFrame.cpp
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in:1196:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -MT gui/3Depict-mainFrame.o -MD -MP -MF gui/$(DEPDIR)/3Depict-mainFrame.Tpo -c -o gui/3Depict-mainFrame.o `test -f 'gui/mainFrame.cpp' || echo '$(srcdir)/'`gui/mainFrame.cpp
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-1197-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) gui/$(DEPDIR)/3Depict-mainFrame.Tpo gui/$(DEPDIR)/3Depict-mainFrame.Po
##############################################
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-1199-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in:1200:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -c -o gui/3Depict-mainFrame.o `test -f 'gui/mainFrame.cpp' || echo '$(srcdir)/'`gui/mainFrame.cpp
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-1201-
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-1202-gui/3Depict-mainFrame.obj: gui/mainFrame.cpp
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in:1203:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -MT gui/3Depict-mainFrame.obj -MD -MP -MF gui/$(DEPDIR)/3Depict-mainFrame.Tpo -c -o gui/3Depict-mainFrame.obj `if test -f 'gui/mainFrame.cpp'; then $(CYGPATH_W) 'gui/mainFrame.cpp'; else $(CYGPATH_W) '$(srcdir)/gui/mainFrame.cpp'; fi`
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-1204-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) gui/$(DEPDIR)/3Depict-mainFrame.Tpo gui/$(DEPDIR)/3Depict-mainFrame.Po
##############################################
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-1206-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in:1207:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -c -o gui/3Depict-mainFrame.obj `if test -f 'gui/mainFrame.cpp'; then $(CYGPATH_W) 'gui/mainFrame.cpp'; else $(CYGPATH_W) '$(srcdir)/gui/mainFrame.cpp'; fi`
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-1208-
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-1209-gui/3Depict-mathglPane.o: gui/mathglPane.cpp
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in:1210:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -MT gui/3Depict-mathglPane.o -MD -MP -MF gui/$(DEPDIR)/3Depict-mathglPane.Tpo -c -o gui/3Depict-mathglPane.o `test -f 'gui/mathglPane.cpp' || echo '$(srcdir)/'`gui/mathglPane.cpp
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-1211-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) gui/$(DEPDIR)/3Depict-mathglPane.Tpo gui/$(DEPDIR)/3Depict-mathglPane.Po
##############################################
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-1213-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in:1214:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -c -o gui/3Depict-mathglPane.o `test -f 'gui/mathglPane.cpp' || echo '$(srcdir)/'`gui/mathglPane.cpp
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-1215-
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-1216-gui/3Depict-mathglPane.obj: gui/mathglPane.cpp
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in:1217:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -MT gui/3Depict-mathglPane.obj -MD -MP -MF gui/$(DEPDIR)/3Depict-mathglPane.Tpo -c -o gui/3Depict-mathglPane.obj `if test -f 'gui/mathglPane.cpp'; then $(CYGPATH_W) 'gui/mathglPane.cpp'; else $(CYGPATH_W) '$(srcdir)/gui/mathglPane.cpp'; fi`
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-1218-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) gui/$(DEPDIR)/3Depict-mathglPane.Tpo gui/$(DEPDIR)/3Depict-mathglPane.Po
##############################################
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-1220-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in:1221:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -c -o gui/3Depict-mathglPane.obj `if test -f 'gui/mathglPane.cpp'; then $(CYGPATH_W) 'gui/mathglPane.cpp'; else $(CYGPATH_W) '$(srcdir)/gui/mathglPane.cpp'; fi`
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-1222-
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-1223-gui/3Depict-cropPanel.o: gui/cropPanel.cpp
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in:1224:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -MT gui/3Depict-cropPanel.o -MD -MP -MF gui/$(DEPDIR)/3Depict-cropPanel.Tpo -c -o gui/3Depict-cropPanel.o `test -f 'gui/cropPanel.cpp' || echo '$(srcdir)/'`gui/cropPanel.cpp
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-1225-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) gui/$(DEPDIR)/3Depict-cropPanel.Tpo gui/$(DEPDIR)/3Depict-cropPanel.Po
##############################################
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-1227-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in:1228:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -c -o gui/3Depict-cropPanel.o `test -f 'gui/cropPanel.cpp' || echo '$(srcdir)/'`gui/cropPanel.cpp
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-1229-
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-1230-gui/3Depict-cropPanel.obj: gui/cropPanel.cpp
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in:1231:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -MT gui/3Depict-cropPanel.obj -MD -MP -MF gui/$(DEPDIR)/3Depict-cropPanel.Tpo -c -o gui/3Depict-cropPanel.obj `if test -f 'gui/cropPanel.cpp'; then $(CYGPATH_W) 'gui/cropPanel.cpp'; else $(CYGPATH_W) '$(srcdir)/gui/cropPanel.cpp'; fi`
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-1232-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) gui/$(DEPDIR)/3Depict-cropPanel.Tpo gui/$(DEPDIR)/3Depict-cropPanel.Po
##############################################
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-1234-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in:1235:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -c -o gui/3Depict-cropPanel.obj `if test -f 'gui/cropPanel.cpp'; then $(CYGPATH_W) 'gui/cropPanel.cpp'; else $(CYGPATH_W) '$(srcdir)/gui/cropPanel.cpp'; fi`
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-1236-
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-1237-gui/3Depict-glPane.o: gui/glPane.cpp
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in:1238:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -MT gui/3Depict-glPane.o -MD -MP -MF gui/$(DEPDIR)/3Depict-glPane.Tpo -c -o gui/3Depict-glPane.o `test -f 'gui/glPane.cpp' || echo '$(srcdir)/'`gui/glPane.cpp
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-1239-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) gui/$(DEPDIR)/3Depict-glPane.Tpo gui/$(DEPDIR)/3Depict-glPane.Po
##############################################
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-1241-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in:1242:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -c -o gui/3Depict-glPane.o `test -f 'gui/glPane.cpp' || echo '$(srcdir)/'`gui/glPane.cpp
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-1243-
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-1244-gui/3Depict-glPane.obj: gui/glPane.cpp
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in:1245:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -MT gui/3Depict-glPane.obj -MD -MP -MF gui/$(DEPDIR)/3Depict-glPane.Tpo -c -o gui/3Depict-glPane.obj `if test -f 'gui/glPane.cpp'; then $(CYGPATH_W) 'gui/glPane.cpp'; else $(CYGPATH_W) '$(srcdir)/gui/glPane.cpp'; fi`
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-1246-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) gui/$(DEPDIR)/3Depict-glPane.Tpo gui/$(DEPDIR)/3Depict-glPane.Po
##############################################
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-1248-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in:1249:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -c -o gui/3Depict-glPane.obj `if test -f 'gui/glPane.cpp'; then $(CYGPATH_W) 'gui/glPane.cpp'; else $(CYGPATH_W) '$(srcdir)/gui/glPane.cpp'; fi`
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-1250-
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-1251-gui/dialogs/3Depict-ExportPos.o: gui/dialogs/ExportPos.cpp
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in:1252:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -MT gui/dialogs/3Depict-ExportPos.o -MD -MP -MF gui/dialogs/$(DEPDIR)/3Depict-ExportPos.Tpo -c -o gui/dialogs/3Depict-ExportPos.o `test -f 'gui/dialogs/ExportPos.cpp' || echo '$(srcdir)/'`gui/dialogs/ExportPos.cpp
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-1253-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) gui/dialogs/$(DEPDIR)/3Depict-ExportPos.Tpo gui/dialogs/$(DEPDIR)/3Depict-ExportPos.Po
##############################################
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-1255-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in:1256:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -c -o gui/dialogs/3Depict-ExportPos.o `test -f 'gui/dialogs/ExportPos.cpp' || echo '$(srcdir)/'`gui/dialogs/ExportPos.cpp
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-1257-
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-1258-gui/dialogs/3Depict-ExportPos.obj: gui/dialogs/ExportPos.cpp
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in:1259:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -MT gui/dialogs/3Depict-ExportPos.obj -MD -MP -MF gui/dialogs/$(DEPDIR)/3Depict-ExportPos.Tpo -c -o gui/dialogs/3Depict-ExportPos.obj `if test -f 'gui/dialogs/ExportPos.cpp'; then $(CYGPATH_W) 'gui/dialogs/ExportPos.cpp'; else $(CYGPATH_W) '$(srcdir)/gui/dialogs/ExportPos.cpp'; fi`
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-1260-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) gui/dialogs/$(DEPDIR)/3Depict-ExportPos.Tpo gui/dialogs/$(DEPDIR)/3Depict-ExportPos.Po
##############################################
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-1262-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in:1263:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -c -o gui/dialogs/3Depict-ExportPos.obj `if test -f 'gui/dialogs/ExportPos.cpp'; then $(CYGPATH_W) 'gui/dialogs/ExportPos.cpp'; else $(CYGPATH_W) '$(srcdir)/gui/dialogs/ExportPos.cpp'; fi`
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-1264-
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-1265-gui/dialogs/3Depict-ExportRngDialog.o: gui/dialogs/ExportRngDialog.cpp
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in:1266:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -MT gui/dialogs/3Depict-ExportRngDialog.o -MD -MP -MF gui/dialogs/$(DEPDIR)/3Depict-ExportRngDialog.Tpo -c -o gui/dialogs/3Depict-ExportRngDialog.o `test -f 'gui/dialogs/ExportRngDialog.cpp' || echo '$(srcdir)/'`gui/dialogs/ExportRngDialog.cpp
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-1267-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) gui/dialogs/$(DEPDIR)/3Depict-ExportRngDialog.Tpo gui/dialogs/$(DEPDIR)/3Depict-ExportRngDialog.Po
##############################################
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-1269-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in:1270:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -c -o gui/dialogs/3Depict-ExportRngDialog.o `test -f 'gui/dialogs/ExportRngDialog.cpp' || echo '$(srcdir)/'`gui/dialogs/ExportRngDialog.cpp
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-1271-
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-1272-gui/dialogs/3Depict-ExportRngDialog.obj: gui/dialogs/ExportRngDialog.cpp
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in:1273:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -MT gui/dialogs/3Depict-ExportRngDialog.obj -MD -MP -MF gui/dialogs/$(DEPDIR)/3Depict-ExportRngDialog.Tpo -c -o gui/dialogs/3Depict-ExportRngDialog.obj `if test -f 'gui/dialogs/ExportRngDialog.cpp'; then $(CYGPATH_W) 'gui/dialogs/ExportRngDialog.cpp'; else $(CYGPATH_W) '$(srcdir)/gui/dialogs/ExportRngDialog.cpp'; fi`
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-1274-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) gui/dialogs/$(DEPDIR)/3Depict-ExportRngDialog.Tpo gui/dialogs/$(DEPDIR)/3Depict-ExportRngDialog.Po
##############################################
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-1276-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in:1277:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -c -o gui/dialogs/3Depict-ExportRngDialog.obj `if test -f 'gui/dialogs/ExportRngDialog.cpp'; then $(CYGPATH_W) 'gui/dialogs/ExportRngDialog.cpp'; else $(CYGPATH_W) '$(srcdir)/gui/dialogs/ExportRngDialog.cpp'; fi`
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-1278-
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-1279-gui/dialogs/3Depict-prefDialog.o: gui/dialogs/prefDialog.cpp
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in:1280:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -MT gui/dialogs/3Depict-prefDialog.o -MD -MP -MF gui/dialogs/$(DEPDIR)/3Depict-prefDialog.Tpo -c -o gui/dialogs/3Depict-prefDialog.o `test -f 'gui/dialogs/prefDialog.cpp' || echo '$(srcdir)/'`gui/dialogs/prefDialog.cpp
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-1281-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) gui/dialogs/$(DEPDIR)/3Depict-prefDialog.Tpo gui/dialogs/$(DEPDIR)/3Depict-prefDialog.Po
##############################################
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-1283-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in:1284:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -c -o gui/dialogs/3Depict-prefDialog.o `test -f 'gui/dialogs/prefDialog.cpp' || echo '$(srcdir)/'`gui/dialogs/prefDialog.cpp
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-1285-
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-1286-gui/dialogs/3Depict-prefDialog.obj: gui/dialogs/prefDialog.cpp
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in:1287:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -MT gui/dialogs/3Depict-prefDialog.obj -MD -MP -MF gui/dialogs/$(DEPDIR)/3Depict-prefDialog.Tpo -c -o gui/dialogs/3Depict-prefDialog.obj `if test -f 'gui/dialogs/prefDialog.cpp'; then $(CYGPATH_W) 'gui/dialogs/prefDialog.cpp'; else $(CYGPATH_W) '$(srcdir)/gui/dialogs/prefDialog.cpp'; fi`
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-1288-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) gui/dialogs/$(DEPDIR)/3Depict-prefDialog.Tpo gui/dialogs/$(DEPDIR)/3Depict-prefDialog.Po
##############################################
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-1290-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in:1291:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -c -o gui/dialogs/3Depict-prefDialog.obj `if test -f 'gui/dialogs/prefDialog.cpp'; then $(CYGPATH_W) 'gui/dialogs/prefDialog.cpp'; else $(CYGPATH_W) '$(srcdir)/gui/dialogs/prefDialog.cpp'; fi`
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-1292-
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-1293-gui/dialogs/3Depict-resolutionDialog.o: gui/dialogs/resolutionDialog.cpp
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in:1294:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -MT gui/dialogs/3Depict-resolutionDialog.o -MD -MP -MF gui/dialogs/$(DEPDIR)/3Depict-resolutionDialog.Tpo -c -o gui/dialogs/3Depict-resolutionDialog.o `test -f 'gui/dialogs/resolutionDialog.cpp' || echo '$(srcdir)/'`gui/dialogs/resolutionDialog.cpp
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-1295-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) gui/dialogs/$(DEPDIR)/3Depict-resolutionDialog.Tpo gui/dialogs/$(DEPDIR)/3Depict-resolutionDialog.Po
##############################################
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-1297-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in:1298:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -c -o gui/dialogs/3Depict-resolutionDialog.o `test -f 'gui/dialogs/resolutionDialog.cpp' || echo '$(srcdir)/'`gui/dialogs/resolutionDialog.cpp
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-1299-
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-1300-gui/dialogs/3Depict-resolutionDialog.obj: gui/dialogs/resolutionDialog.cpp
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in:1301:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -MT gui/dialogs/3Depict-resolutionDialog.obj -MD -MP -MF gui/dialogs/$(DEPDIR)/3Depict-resolutionDialog.Tpo -c -o gui/dialogs/3Depict-resolutionDialog.obj `if test -f 'gui/dialogs/resolutionDialog.cpp'; then $(CYGPATH_W) 'gui/dialogs/resolutionDialog.cpp'; else $(CYGPATH_W) '$(srcdir)/gui/dialogs/resolutionDialog.cpp'; fi`
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-1302-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) gui/dialogs/$(DEPDIR)/3Depict-resolutionDialog.Tpo gui/dialogs/$(DEPDIR)/3Depict-resolutionDialog.Po
##############################################
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-1304-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in:1305:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -c -o gui/dialogs/3Depict-resolutionDialog.obj `if test -f 'gui/dialogs/resolutionDialog.cpp'; then $(CYGPATH_W) 'gui/dialogs/resolutionDialog.cpp'; else $(CYGPATH_W) '$(srcdir)/gui/dialogs/resolutionDialog.cpp'; fi`
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-1306-
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-1307-gui/dialogs/3Depict-StashDialog.o: gui/dialogs/StashDialog.cpp
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in:1308:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -MT gui/dialogs/3Depict-StashDialog.o -MD -MP -MF gui/dialogs/$(DEPDIR)/3Depict-StashDialog.Tpo -c -o gui/dialogs/3Depict-StashDialog.o `test -f 'gui/dialogs/StashDialog.cpp' || echo '$(srcdir)/'`gui/dialogs/StashDialog.cpp
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-1309-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) gui/dialogs/$(DEPDIR)/3Depict-StashDialog.Tpo gui/dialogs/$(DEPDIR)/3Depict-StashDialog.Po
##############################################
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-1311-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in:1312:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -c -o gui/dialogs/3Depict-StashDialog.o `test -f 'gui/dialogs/StashDialog.cpp' || echo '$(srcdir)/'`gui/dialogs/StashDialog.cpp
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-1313-
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-1314-gui/dialogs/3Depict-StashDialog.obj: gui/dialogs/StashDialog.cpp
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in:1315:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -MT gui/dialogs/3Depict-StashDialog.obj -MD -MP -MF gui/dialogs/$(DEPDIR)/3Depict-StashDialog.Tpo -c -o gui/dialogs/3Depict-StashDialog.obj `if test -f 'gui/dialogs/StashDialog.cpp'; then $(CYGPATH_W) 'gui/dialogs/StashDialog.cpp'; else $(CYGPATH_W) '$(srcdir)/gui/dialogs/StashDialog.cpp'; fi`
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-1316-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) gui/dialogs/$(DEPDIR)/3Depict-StashDialog.Tpo gui/dialogs/$(DEPDIR)/3Depict-StashDialog.Po
##############################################
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-1318-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in:1319:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -c -o gui/dialogs/3Depict-StashDialog.obj `if test -f 'gui/dialogs/StashDialog.cpp'; then $(CYGPATH_W) 'gui/dialogs/StashDialog.cpp'; else $(CYGPATH_W) '$(srcdir)/gui/dialogs/StashDialog.cpp'; fi`
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-1320-
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-1321-gui/dialogs/3Depict-autosaveDialog.o: gui/dialogs/autosaveDialog.cpp
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in:1322:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -MT gui/dialogs/3Depict-autosaveDialog.o -MD -MP -MF gui/dialogs/$(DEPDIR)/3Depict-autosaveDialog.Tpo -c -o gui/dialogs/3Depict-autosaveDialog.o `test -f 'gui/dialogs/autosaveDialog.cpp' || echo '$(srcdir)/'`gui/dialogs/autosaveDialog.cpp
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-1323-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) gui/dialogs/$(DEPDIR)/3Depict-autosaveDialog.Tpo gui/dialogs/$(DEPDIR)/3Depict-autosaveDialog.Po
##############################################
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-1325-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in:1326:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -c -o gui/dialogs/3Depict-autosaveDialog.o `test -f 'gui/dialogs/autosaveDialog.cpp' || echo '$(srcdir)/'`gui/dialogs/autosaveDialog.cpp
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-1327-
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-1328-gui/dialogs/3Depict-autosaveDialog.obj: gui/dialogs/autosaveDialog.cpp
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in:1329:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -MT gui/dialogs/3Depict-autosaveDialog.obj -MD -MP -MF gui/dialogs/$(DEPDIR)/3Depict-autosaveDialog.Tpo -c -o gui/dialogs/3Depict-autosaveDialog.obj `if test -f 'gui/dialogs/autosaveDialog.cpp'; then $(CYGPATH_W) 'gui/dialogs/autosaveDialog.cpp'; else $(CYGPATH_W) '$(srcdir)/gui/dialogs/autosaveDialog.cpp'; fi`
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-1330-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) gui/dialogs/$(DEPDIR)/3Depict-autosaveDialog.Tpo gui/dialogs/$(DEPDIR)/3Depict-autosaveDialog.Po
##############################################
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-1332-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in:1333:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -c -o gui/dialogs/3Depict-autosaveDialog.obj `if test -f 'gui/dialogs/autosaveDialog.cpp'; then $(CYGPATH_W) 'gui/dialogs/autosaveDialog.cpp'; else $(CYGPATH_W) '$(srcdir)/gui/dialogs/autosaveDialog.cpp'; fi`
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-1334-
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-1335-gui/dialogs/3Depict-filterErrorDialog.o: gui/dialogs/filterErrorDialog.cpp
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in:1336:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -MT gui/dialogs/3Depict-filterErrorDialog.o -MD -MP -MF gui/dialogs/$(DEPDIR)/3Depict-filterErrorDialog.Tpo -c -o gui/dialogs/3Depict-filterErrorDialog.o `test -f 'gui/dialogs/filterErrorDialog.cpp' || echo '$(srcdir)/'`gui/dialogs/filterErrorDialog.cpp
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-1337-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) gui/dialogs/$(DEPDIR)/3Depict-filterErrorDialog.Tpo gui/dialogs/$(DEPDIR)/3Depict-filterErrorDialog.Po
##############################################
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-1339-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in:1340:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -c -o gui/dialogs/3Depict-filterErrorDialog.o `test -f 'gui/dialogs/filterErrorDialog.cpp' || echo '$(srcdir)/'`gui/dialogs/filterErrorDialog.cpp
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-1341-
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-1342-gui/dialogs/3Depict-filterErrorDialog.obj: gui/dialogs/filterErrorDialog.cpp
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in:1343:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -MT gui/dialogs/3Depict-filterErrorDialog.obj -MD -MP -MF gui/dialogs/$(DEPDIR)/3Depict-filterErrorDialog.Tpo -c -o gui/dialogs/3Depict-filterErrorDialog.obj `if test -f 'gui/dialogs/filterErrorDialog.cpp'; then $(CYGPATH_W) 'gui/dialogs/filterErrorDialog.cpp'; else $(CYGPATH_W) '$(srcdir)/gui/dialogs/filterErrorDialog.cpp'; fi`
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-1344-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) gui/dialogs/$(DEPDIR)/3Depict-filterErrorDialog.Tpo gui/dialogs/$(DEPDIR)/3Depict-filterErrorDialog.Po
##############################################
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-1346-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in:1347:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -c -o gui/dialogs/3Depict-filterErrorDialog.obj `if test -f 'gui/dialogs/filterErrorDialog.cpp'; then $(CYGPATH_W) 'gui/dialogs/filterErrorDialog.cpp'; else $(CYGPATH_W) '$(srcdir)/gui/dialogs/filterErrorDialog.cpp'; fi`
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-1348-
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-1349-gui/dialogs/3Depict-animateFilterDialog.o: gui/dialogs/animateFilterDialog.cpp
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in:1350:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -MT gui/dialogs/3Depict-animateFilterDialog.o -MD -MP -MF gui/dialogs/$(DEPDIR)/3Depict-animateFilterDialog.Tpo -c -o gui/dialogs/3Depict-animateFilterDialog.o `test -f 'gui/dialogs/animateFilterDialog.cpp' || echo '$(srcdir)/'`gui/dialogs/animateFilterDialog.cpp
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-1351-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) gui/dialogs/$(DEPDIR)/3Depict-animateFilterDialog.Tpo gui/dialogs/$(DEPDIR)/3Depict-animateFilterDialog.Po
##############################################
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-1353-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in:1354:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -c -o gui/dialogs/3Depict-animateFilterDialog.o `test -f 'gui/dialogs/animateFilterDialog.cpp' || echo '$(srcdir)/'`gui/dialogs/animateFilterDialog.cpp
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-1355-
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-1356-gui/dialogs/3Depict-animateFilterDialog.obj: gui/dialogs/animateFilterDialog.cpp
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in:1357:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -MT gui/dialogs/3Depict-animateFilterDialog.obj -MD -MP -MF gui/dialogs/$(DEPDIR)/3Depict-animateFilterDialog.Tpo -c -o gui/dialogs/3Depict-animateFilterDialog.obj `if test -f 'gui/dialogs/animateFilterDialog.cpp'; then $(CYGPATH_W) 'gui/dialogs/animateFilterDialog.cpp'; else $(CYGPATH_W) '$(srcdir)/gui/dialogs/animateFilterDialog.cpp'; fi`
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-1358-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) gui/dialogs/$(DEPDIR)/3Depict-animateFilterDialog.Tpo gui/dialogs/$(DEPDIR)/3Depict-animateFilterDialog.Po
##############################################
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-1360-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in:1361:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -c -o gui/dialogs/3Depict-animateFilterDialog.obj `if test -f 'gui/dialogs/animateFilterDialog.cpp'; then $(CYGPATH_W) 'gui/dialogs/animateFilterDialog.cpp'; else $(CYGPATH_W) '$(srcdir)/gui/dialogs/animateFilterDialog.cpp'; fi`
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-1362-
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-1363-gui/dialogs/animateSubDialogs/3Depict-colourKeyFrameDialog.o: gui/dialogs/animateSubDialogs/colourKeyFrameDialog.cpp
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in:1364:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -MT gui/dialogs/animateSubDialogs/3Depict-colourKeyFrameDialog.o -MD -MP -MF gui/dialogs/animateSubDialogs/$(DEPDIR)/3Depict-colourKeyFrameDialog.Tpo -c -o gui/dialogs/animateSubDialogs/3Depict-colourKeyFrameDialog.o `test -f 'gui/dialogs/animateSubDialogs/colourKeyFrameDialog.cpp' || echo '$(srcdir)/'`gui/dialogs/animateSubDialogs/colourKeyFrameDialog.cpp
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-1365-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) gui/dialogs/animateSubDialogs/$(DEPDIR)/3Depict-colourKeyFrameDialog.Tpo gui/dialogs/animateSubDialogs/$(DEPDIR)/3Depict-colourKeyFrameDialog.Po
##############################################
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-1367-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in:1368:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -c -o gui/dialogs/animateSubDialogs/3Depict-colourKeyFrameDialog.o `test -f 'gui/dialogs/animateSubDialogs/colourKeyFrameDialog.cpp' || echo '$(srcdir)/'`gui/dialogs/animateSubDialogs/colourKeyFrameDialog.cpp
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-1369-
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-1370-gui/dialogs/animateSubDialogs/3Depict-colourKeyFrameDialog.obj: gui/dialogs/animateSubDialogs/colourKeyFrameDialog.cpp
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in:1371:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -MT gui/dialogs/animateSubDialogs/3Depict-colourKeyFrameDialog.obj -MD -MP -MF gui/dialogs/animateSubDialogs/$(DEPDIR)/3Depict-colourKeyFrameDialog.Tpo -c -o gui/dialogs/animateSubDialogs/3Depict-colourKeyFrameDialog.obj `if test -f 'gui/dialogs/animateSubDialogs/colourKeyFrameDialog.cpp'; then $(CYGPATH_W) 'gui/dialogs/animateSubDialogs/colourKeyFrameDialog.cpp'; else $(CYGPATH_W) '$(srcdir)/gui/dialogs/animateSubDialogs/colourKeyFrameDialog.cpp'; fi`
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-1372-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) gui/dialogs/animateSubDialogs/$(DEPDIR)/3Depict-colourKeyFrameDialog.Tpo gui/dialogs/animateSubDialogs/$(DEPDIR)/3Depict-colourKeyFrameDialog.Po
##############################################
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-1374-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in:1375:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -c -o gui/dialogs/animateSubDialogs/3Depict-colourKeyFrameDialog.obj `if test -f 'gui/dialogs/animateSubDialogs/colourKeyFrameDialog.cpp'; then $(CYGPATH_W) 'gui/dialogs/animateSubDialogs/colourKeyFrameDialog.cpp'; else $(CYGPATH_W) '$(srcdir)/gui/dialogs/animateSubDialogs/colourKeyFrameDialog.cpp'; fi`
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-1376-
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-1377-gui/dialogs/animateSubDialogs/3Depict-stringKeyFrameDialog.o: gui/dialogs/animateSubDialogs/stringKeyFrameDialog.cpp
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in:1378:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -MT gui/dialogs/animateSubDialogs/3Depict-stringKeyFrameDialog.o -MD -MP -MF gui/dialogs/animateSubDialogs/$(DEPDIR)/3Depict-stringKeyFrameDialog.Tpo -c -o gui/dialogs/animateSubDialogs/3Depict-stringKeyFrameDialog.o `test -f 'gui/dialogs/animateSubDialogs/stringKeyFrameDialog.cpp' || echo '$(srcdir)/'`gui/dialogs/animateSubDialogs/stringKeyFrameDialog.cpp
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-1379-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) gui/dialogs/animateSubDialogs/$(DEPDIR)/3Depict-stringKeyFrameDialog.Tpo gui/dialogs/animateSubDialogs/$(DEPDIR)/3Depict-stringKeyFrameDialog.Po
##############################################
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-1381-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in:1382:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -c -o gui/dialogs/animateSubDialogs/3Depict-stringKeyFrameDialog.o `test -f 'gui/dialogs/animateSubDialogs/stringKeyFrameDialog.cpp' || echo '$(srcdir)/'`gui/dialogs/animateSubDialogs/stringKeyFrameDialog.cpp
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-1383-
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-1384-gui/dialogs/animateSubDialogs/3Depict-stringKeyFrameDialog.obj: gui/dialogs/animateSubDialogs/stringKeyFrameDialog.cpp
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in:1385:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -MT gui/dialogs/animateSubDialogs/3Depict-stringKeyFrameDialog.obj -MD -MP -MF gui/dialogs/animateSubDialogs/$(DEPDIR)/3Depict-stringKeyFrameDialog.Tpo -c -o gui/dialogs/animateSubDialogs/3Depict-stringKeyFrameDialog.obj `if test -f 'gui/dialogs/animateSubDialogs/stringKeyFrameDialog.cpp'; then $(CYGPATH_W) 'gui/dialogs/animateSubDialogs/stringKeyFrameDialog.cpp'; else $(CYGPATH_W) '$(srcdir)/gui/dialogs/animateSubDialogs/stringKeyFrameDialog.cpp'; fi`
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-1386-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) gui/dialogs/animateSubDialogs/$(DEPDIR)/3Depict-stringKeyFrameDialog.Tpo gui/dialogs/animateSubDialogs/$(DEPDIR)/3Depict-stringKeyFrameDialog.Po
##############################################
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-1388-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in:1389:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -c -o gui/dialogs/animateSubDialogs/3Depict-stringKeyFrameDialog.obj `if test -f 'gui/dialogs/animateSubDialogs/stringKeyFrameDialog.cpp'; then $(CYGPATH_W) 'gui/dialogs/animateSubDialogs/stringKeyFrameDialog.cpp'; else $(CYGPATH_W) '$(srcdir)/gui/dialogs/animateSubDialogs/stringKeyFrameDialog.cpp'; fi`
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-1390-
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-1391-gui/dialogs/animateSubDialogs/3Depict-choiceKeyFrameDialog.o: gui/dialogs/animateSubDialogs/choiceKeyFrameDialog.cpp
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in:1392:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -MT gui/dialogs/animateSubDialogs/3Depict-choiceKeyFrameDialog.o -MD -MP -MF gui/dialogs/animateSubDialogs/$(DEPDIR)/3Depict-choiceKeyFrameDialog.Tpo -c -o gui/dialogs/animateSubDialogs/3Depict-choiceKeyFrameDialog.o `test -f 'gui/dialogs/animateSubDialogs/choiceKeyFrameDialog.cpp' || echo '$(srcdir)/'`gui/dialogs/animateSubDialogs/choiceKeyFrameDialog.cpp
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-1393-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) gui/dialogs/animateSubDialogs/$(DEPDIR)/3Depict-choiceKeyFrameDialog.Tpo gui/dialogs/animateSubDialogs/$(DEPDIR)/3Depict-choiceKeyFrameDialog.Po
##############################################
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-1395-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in:1396:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -c -o gui/dialogs/animateSubDialogs/3Depict-choiceKeyFrameDialog.o `test -f 'gui/dialogs/animateSubDialogs/choiceKeyFrameDialog.cpp' || echo '$(srcdir)/'`gui/dialogs/animateSubDialogs/choiceKeyFrameDialog.cpp
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-1397-
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-1398-gui/dialogs/animateSubDialogs/3Depict-choiceKeyFrameDialog.obj: gui/dialogs/animateSubDialogs/choiceKeyFrameDialog.cpp
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in:1399:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -MT gui/dialogs/animateSubDialogs/3Depict-choiceKeyFrameDialog.obj -MD -MP -MF gui/dialogs/animateSubDialogs/$(DEPDIR)/3Depict-choiceKeyFrameDialog.Tpo -c -o gui/dialogs/animateSubDialogs/3Depict-choiceKeyFrameDialog.obj `if test -f 'gui/dialogs/animateSubDialogs/choiceKeyFrameDialog.cpp'; then $(CYGPATH_W) 'gui/dialogs/animateSubDialogs/choiceKeyFrameDialog.cpp'; else $(CYGPATH_W) '$(srcdir)/gui/dialogs/animateSubDialogs/choiceKeyFrameDialog.cpp'; fi`
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-1400-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) gui/dialogs/animateSubDialogs/$(DEPDIR)/3Depict-choiceKeyFrameDialog.Tpo gui/dialogs/animateSubDialogs/$(DEPDIR)/3Depict-choiceKeyFrameDialog.Po
##############################################
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-1402-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in:1403:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -c -o gui/dialogs/animateSubDialogs/3Depict-choiceKeyFrameDialog.obj `if test -f 'gui/dialogs/animateSubDialogs/choiceKeyFrameDialog.cpp'; then $(CYGPATH_W) 'gui/dialogs/animateSubDialogs/choiceKeyFrameDialog.cpp'; else $(CYGPATH_W) '$(srcdir)/gui/dialogs/animateSubDialogs/choiceKeyFrameDialog.cpp'; fi`
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-1404-
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-1405-gui/dialogs/3Depict-rangeEditDialog.o: gui/dialogs/rangeEditDialog.cpp
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in:1406:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -MT gui/dialogs/3Depict-rangeEditDialog.o -MD -MP -MF gui/dialogs/$(DEPDIR)/3Depict-rangeEditDialog.Tpo -c -o gui/dialogs/3Depict-rangeEditDialog.o `test -f 'gui/dialogs/rangeEditDialog.cpp' || echo '$(srcdir)/'`gui/dialogs/rangeEditDialog.cpp
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-1407-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) gui/dialogs/$(DEPDIR)/3Depict-rangeEditDialog.Tpo gui/dialogs/$(DEPDIR)/3Depict-rangeEditDialog.Po
##############################################
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-1409-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in:1410:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -c -o gui/dialogs/3Depict-rangeEditDialog.o `test -f 'gui/dialogs/rangeEditDialog.cpp' || echo '$(srcdir)/'`gui/dialogs/rangeEditDialog.cpp
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-1411-
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-1412-gui/dialogs/3Depict-rangeEditDialog.obj: gui/dialogs/rangeEditDialog.cpp
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in:1413:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -MT gui/dialogs/3Depict-rangeEditDialog.obj -MD -MP -MF gui/dialogs/$(DEPDIR)/3Depict-rangeEditDialog.Tpo -c -o gui/dialogs/3Depict-rangeEditDialog.obj `if test -f 'gui/dialogs/rangeEditDialog.cpp'; then $(CYGPATH_W) 'gui/dialogs/rangeEditDialog.cpp'; else $(CYGPATH_W) '$(srcdir)/gui/dialogs/rangeEditDialog.cpp'; fi`
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-1414-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) gui/dialogs/$(DEPDIR)/3Depict-rangeEditDialog.Tpo gui/dialogs/$(DEPDIR)/3Depict-rangeEditDialog.Po
##############################################
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-1416-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in:1417:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -c -o gui/dialogs/3Depict-rangeEditDialog.obj `if test -f 'gui/dialogs/rangeEditDialog.cpp'; then $(CYGPATH_W) 'gui/dialogs/rangeEditDialog.cpp'; else $(CYGPATH_W) '$(srcdir)/gui/dialogs/rangeEditDialog.cpp'; fi`
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-1418-
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-1419-gui/dialogs/3Depict-transferFuncDialog.o: gui/dialogs/transferFuncDialog.cpp
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in:1420:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -MT gui/dialogs/3Depict-transferFuncDialog.o -MD -MP -MF gui/dialogs/$(DEPDIR)/3Depict-transferFuncDialog.Tpo -c -o gui/dialogs/3Depict-transferFuncDialog.o `test -f 'gui/dialogs/transferFuncDialog.cpp' || echo '$(srcdir)/'`gui/dialogs/transferFuncDialog.cpp
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-1421-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) gui/dialogs/$(DEPDIR)/3Depict-transferFuncDialog.Tpo gui/dialogs/$(DEPDIR)/3Depict-transferFuncDialog.Po
##############################################
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-1423-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in:1424:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -c -o gui/dialogs/3Depict-transferFuncDialog.o `test -f 'gui/dialogs/transferFuncDialog.cpp' || echo '$(srcdir)/'`gui/dialogs/transferFuncDialog.cpp
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-1425-
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-1426-gui/dialogs/3Depict-transferFuncDialog.obj: gui/dialogs/transferFuncDialog.cpp
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in:1427:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -MT gui/dialogs/3Depict-transferFuncDialog.obj -MD -MP -MF gui/dialogs/$(DEPDIR)/3Depict-transferFuncDialog.Tpo -c -o gui/dialogs/3Depict-transferFuncDialog.obj `if test -f 'gui/dialogs/transferFuncDialog.cpp'; then $(CYGPATH_W) 'gui/dialogs/transferFuncDialog.cpp'; else $(CYGPATH_W) '$(srcdir)/gui/dialogs/transferFuncDialog.cpp'; fi`
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-1428-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) gui/dialogs/$(DEPDIR)/3Depict-transferFuncDialog.Tpo gui/dialogs/$(DEPDIR)/3Depict-transferFuncDialog.Po
##############################################
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-1430-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in:1431:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -c -o gui/dialogs/3Depict-transferFuncDialog.obj `if test -f 'gui/dialogs/transferFuncDialog.cpp'; then $(CYGPATH_W) 'gui/dialogs/transferFuncDialog.cpp'; else $(CYGPATH_W) '$(srcdir)/gui/dialogs/transferFuncDialog.cpp'; fi`
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-1432-
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-1433-backend/filters/3Depict-allFilter.o: backend/filters/allFilter.cpp
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in:1434:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -MT backend/filters/3Depict-allFilter.o -MD -MP -MF backend/filters/$(DEPDIR)/3Depict-allFilter.Tpo -c -o backend/filters/3Depict-allFilter.o `test -f 'backend/filters/allFilter.cpp' || echo '$(srcdir)/'`backend/filters/allFilter.cpp
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-1435-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) backend/filters/$(DEPDIR)/3Depict-allFilter.Tpo backend/filters/$(DEPDIR)/3Depict-allFilter.Po
##############################################
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-1437-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in:1438:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -c -o backend/filters/3Depict-allFilter.o `test -f 'backend/filters/allFilter.cpp' || echo '$(srcdir)/'`backend/filters/allFilter.cpp
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-1439-
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-1440-backend/filters/3Depict-allFilter.obj: backend/filters/allFilter.cpp
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in:1441:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -MT backend/filters/3Depict-allFilter.obj -MD -MP -MF backend/filters/$(DEPDIR)/3Depict-allFilter.Tpo -c -o backend/filters/3Depict-allFilter.obj `if test -f 'backend/filters/allFilter.cpp'; then $(CYGPATH_W) 'backend/filters/allFilter.cpp'; else $(CYGPATH_W) '$(srcdir)/backend/filters/allFilter.cpp'; fi`
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-1442-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) backend/filters/$(DEPDIR)/3Depict-allFilter.Tpo backend/filters/$(DEPDIR)/3Depict-allFilter.Po
##############################################
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-1444-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in:1445:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -c -o backend/filters/3Depict-allFilter.obj `if test -f 'backend/filters/allFilter.cpp'; then $(CYGPATH_W) 'backend/filters/allFilter.cpp'; else $(CYGPATH_W) '$(srcdir)/backend/filters/allFilter.cpp'; fi`
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-1446-
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-1447-backend/filters/3Depict-filterCommon.o: backend/filters/filterCommon.cpp
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in:1448:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -MT backend/filters/3Depict-filterCommon.o -MD -MP -MF backend/filters/$(DEPDIR)/3Depict-filterCommon.Tpo -c -o backend/filters/3Depict-filterCommon.o `test -f 'backend/filters/filterCommon.cpp' || echo '$(srcdir)/'`backend/filters/filterCommon.cpp
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-1449-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) backend/filters/$(DEPDIR)/3Depict-filterCommon.Tpo backend/filters/$(DEPDIR)/3Depict-filterCommon.Po
##############################################
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-1451-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in:1452:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -c -o backend/filters/3Depict-filterCommon.o `test -f 'backend/filters/filterCommon.cpp' || echo '$(srcdir)/'`backend/filters/filterCommon.cpp
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-1453-
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-1454-backend/filters/3Depict-filterCommon.obj: backend/filters/filterCommon.cpp
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in:1455:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -MT backend/filters/3Depict-filterCommon.obj -MD -MP -MF backend/filters/$(DEPDIR)/3Depict-filterCommon.Tpo -c -o backend/filters/3Depict-filterCommon.obj `if test -f 'backend/filters/filterCommon.cpp'; then $(CYGPATH_W) 'backend/filters/filterCommon.cpp'; else $(CYGPATH_W) '$(srcdir)/backend/filters/filterCommon.cpp'; fi`
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-1456-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) backend/filters/$(DEPDIR)/3Depict-filterCommon.Tpo backend/filters/$(DEPDIR)/3Depict-filterCommon.Po
##############################################
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-1458-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in:1459:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -c -o backend/filters/3Depict-filterCommon.obj `if test -f 'backend/filters/filterCommon.cpp'; then $(CYGPATH_W) 'backend/filters/filterCommon.cpp'; else $(CYGPATH_W) '$(srcdir)/backend/filters/filterCommon.cpp'; fi`
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-1460-
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-1461-backend/filters/3Depict-dataLoad.o: backend/filters/dataLoad.cpp
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in:1462:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -MT backend/filters/3Depict-dataLoad.o -MD -MP -MF backend/filters/$(DEPDIR)/3Depict-dataLoad.Tpo -c -o backend/filters/3Depict-dataLoad.o `test -f 'backend/filters/dataLoad.cpp' || echo '$(srcdir)/'`backend/filters/dataLoad.cpp
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-1463-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) backend/filters/$(DEPDIR)/3Depict-dataLoad.Tpo backend/filters/$(DEPDIR)/3Depict-dataLoad.Po
##############################################
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-1465-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in:1466:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -c -o backend/filters/3Depict-dataLoad.o `test -f 'backend/filters/dataLoad.cpp' || echo '$(srcdir)/'`backend/filters/dataLoad.cpp
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-1467-
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-1468-backend/filters/3Depict-dataLoad.obj: backend/filters/dataLoad.cpp
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in:1469:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -MT backend/filters/3Depict-dataLoad.obj -MD -MP -MF backend/filters/$(DEPDIR)/3Depict-dataLoad.Tpo -c -o backend/filters/3Depict-dataLoad.obj `if test -f 'backend/filters/dataLoad.cpp'; then $(CYGPATH_W) 'backend/filters/dataLoad.cpp'; else $(CYGPATH_W) '$(srcdir)/backend/filters/dataLoad.cpp'; fi`
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-1470-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) backend/filters/$(DEPDIR)/3Depict-dataLoad.Tpo backend/filters/$(DEPDIR)/3Depict-dataLoad.Po
##############################################
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-1472-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in:1473:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -c -o backend/filters/3Depict-dataLoad.obj `if test -f 'backend/filters/dataLoad.cpp'; then $(CYGPATH_W) 'backend/filters/dataLoad.cpp'; else $(CYGPATH_W) '$(srcdir)/backend/filters/dataLoad.cpp'; fi`
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-1474-
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-1475-backend/filters/3Depict-ionDownsample.o: backend/filters/ionDownsample.cpp
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in:1476:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -MT backend/filters/3Depict-ionDownsample.o -MD -MP -MF backend/filters/$(DEPDIR)/3Depict-ionDownsample.Tpo -c -o backend/filters/3Depict-ionDownsample.o `test -f 'backend/filters/ionDownsample.cpp' || echo '$(srcdir)/'`backend/filters/ionDownsample.cpp
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-1477-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) backend/filters/$(DEPDIR)/3Depict-ionDownsample.Tpo backend/filters/$(DEPDIR)/3Depict-ionDownsample.Po
##############################################
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-1479-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in:1480:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -c -o backend/filters/3Depict-ionDownsample.o `test -f 'backend/filters/ionDownsample.cpp' || echo '$(srcdir)/'`backend/filters/ionDownsample.cpp
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-1481-
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-1482-backend/filters/3Depict-ionDownsample.obj: backend/filters/ionDownsample.cpp
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in:1483:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -MT backend/filters/3Depict-ionDownsample.obj -MD -MP -MF backend/filters/$(DEPDIR)/3Depict-ionDownsample.Tpo -c -o backend/filters/3Depict-ionDownsample.obj `if test -f 'backend/filters/ionDownsample.cpp'; then $(CYGPATH_W) 'backend/filters/ionDownsample.cpp'; else $(CYGPATH_W) '$(srcdir)/backend/filters/ionDownsample.cpp'; fi`
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-1484-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) backend/filters/$(DEPDIR)/3Depict-ionDownsample.Tpo backend/filters/$(DEPDIR)/3Depict-ionDownsample.Po
##############################################
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-1486-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in:1487:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -c -o backend/filters/3Depict-ionDownsample.obj `if test -f 'backend/filters/ionDownsample.cpp'; then $(CYGPATH_W) 'backend/filters/ionDownsample.cpp'; else $(CYGPATH_W) '$(srcdir)/backend/filters/ionDownsample.cpp'; fi`
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-1488-
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-1489-backend/filters/3Depict-rangeFile.o: backend/filters/rangeFile.cpp
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in:1490:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -MT backend/filters/3Depict-rangeFile.o -MD -MP -MF backend/filters/$(DEPDIR)/3Depict-rangeFile.Tpo -c -o backend/filters/3Depict-rangeFile.o `test -f 'backend/filters/rangeFile.cpp' || echo '$(srcdir)/'`backend/filters/rangeFile.cpp
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-1491-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) backend/filters/$(DEPDIR)/3Depict-rangeFile.Tpo backend/filters/$(DEPDIR)/3Depict-rangeFile.Po
##############################################
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-1493-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in:1494:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -c -o backend/filters/3Depict-rangeFile.o `test -f 'backend/filters/rangeFile.cpp' || echo '$(srcdir)/'`backend/filters/rangeFile.cpp
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-1495-
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-1496-backend/filters/3Depict-rangeFile.obj: backend/filters/rangeFile.cpp
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in:1497:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -MT backend/filters/3Depict-rangeFile.obj -MD -MP -MF backend/filters/$(DEPDIR)/3Depict-rangeFile.Tpo -c -o backend/filters/3Depict-rangeFile.obj `if test -f 'backend/filters/rangeFile.cpp'; then $(CYGPATH_W) 'backend/filters/rangeFile.cpp'; else $(CYGPATH_W) '$(srcdir)/backend/filters/rangeFile.cpp'; fi`
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-1498-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) backend/filters/$(DEPDIR)/3Depict-rangeFile.Tpo backend/filters/$(DEPDIR)/3Depict-rangeFile.Po
##############################################
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-1500-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in:1501:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -c -o backend/filters/3Depict-rangeFile.obj `if test -f 'backend/filters/rangeFile.cpp'; then $(CYGPATH_W) 'backend/filters/rangeFile.cpp'; else $(CYGPATH_W) '$(srcdir)/backend/filters/rangeFile.cpp'; fi`
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-1502-
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-1503-backend/filters/3Depict-voxelise.o: backend/filters/voxelise.cpp
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in:1504:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -MT backend/filters/3Depict-voxelise.o -MD -MP -MF backend/filters/$(DEPDIR)/3Depict-voxelise.Tpo -c -o backend/filters/3Depict-voxelise.o `test -f 'backend/filters/voxelise.cpp' || echo '$(srcdir)/'`backend/filters/voxelise.cpp
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-1505-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) backend/filters/$(DEPDIR)/3Depict-voxelise.Tpo backend/filters/$(DEPDIR)/3Depict-voxelise.Po
##############################################
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-1507-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in:1508:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -c -o backend/filters/3Depict-voxelise.o `test -f 'backend/filters/voxelise.cpp' || echo '$(srcdir)/'`backend/filters/voxelise.cpp
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-1509-
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-1510-backend/filters/3Depict-voxelise.obj: backend/filters/voxelise.cpp
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in:1511:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -MT backend/filters/3Depict-voxelise.obj -MD -MP -MF backend/filters/$(DEPDIR)/3Depict-voxelise.Tpo -c -o backend/filters/3Depict-voxelise.obj `if test -f 'backend/filters/voxelise.cpp'; then $(CYGPATH_W) 'backend/filters/voxelise.cpp'; else $(CYGPATH_W) '$(srcdir)/backend/filters/voxelise.cpp'; fi`
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-1512-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) backend/filters/$(DEPDIR)/3Depict-voxelise.Tpo backend/filters/$(DEPDIR)/3Depict-voxelise.Po
##############################################
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-1514-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in:1515:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -c -o backend/filters/3Depict-voxelise.obj `if test -f 'backend/filters/voxelise.cpp'; then $(CYGPATH_W) 'backend/filters/voxelise.cpp'; else $(CYGPATH_W) '$(srcdir)/backend/filters/voxelise.cpp'; fi`
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-1516-
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-1517-backend/filters/3Depict-spectrumPlot.o: backend/filters/spectrumPlot.cpp
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in:1518:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -MT backend/filters/3Depict-spectrumPlot.o -MD -MP -MF backend/filters/$(DEPDIR)/3Depict-spectrumPlot.Tpo -c -o backend/filters/3Depict-spectrumPlot.o `test -f 'backend/filters/spectrumPlot.cpp' || echo '$(srcdir)/'`backend/filters/spectrumPlot.cpp
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-1519-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) backend/filters/$(DEPDIR)/3Depict-spectrumPlot.Tpo backend/filters/$(DEPDIR)/3Depict-spectrumPlot.Po
##############################################
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-1521-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in:1522:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -c -o backend/filters/3Depict-spectrumPlot.o `test -f 'backend/filters/spectrumPlot.cpp' || echo '$(srcdir)/'`backend/filters/spectrumPlot.cpp
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-1523-
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-1524-backend/filters/3Depict-spectrumPlot.obj: backend/filters/spectrumPlot.cpp
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in:1525:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -MT backend/filters/3Depict-spectrumPlot.obj -MD -MP -MF backend/filters/$(DEPDIR)/3Depict-spectrumPlot.Tpo -c -o backend/filters/3Depict-spectrumPlot.obj `if test -f 'backend/filters/spectrumPlot.cpp'; then $(CYGPATH_W) 'backend/filters/spectrumPlot.cpp'; else $(CYGPATH_W) '$(srcdir)/backend/filters/spectrumPlot.cpp'; fi`
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-1526-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) backend/filters/$(DEPDIR)/3Depict-spectrumPlot.Tpo backend/filters/$(DEPDIR)/3Depict-spectrumPlot.Po
##############################################
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-1528-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in:1529:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -c -o backend/filters/3Depict-spectrumPlot.obj `if test -f 'backend/filters/spectrumPlot.cpp'; then $(CYGPATH_W) 'backend/filters/spectrumPlot.cpp'; else $(CYGPATH_W) '$(srcdir)/backend/filters/spectrumPlot.cpp'; fi`
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-1530-
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-1531-backend/filters/3Depict-transform.o: backend/filters/transform.cpp
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in:1532:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -MT backend/filters/3Depict-transform.o -MD -MP -MF backend/filters/$(DEPDIR)/3Depict-transform.Tpo -c -o backend/filters/3Depict-transform.o `test -f 'backend/filters/transform.cpp' || echo '$(srcdir)/'`backend/filters/transform.cpp
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-1533-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) backend/filters/$(DEPDIR)/3Depict-transform.Tpo backend/filters/$(DEPDIR)/3Depict-transform.Po
##############################################
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-1535-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in:1536:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -c -o backend/filters/3Depict-transform.o `test -f 'backend/filters/transform.cpp' || echo '$(srcdir)/'`backend/filters/transform.cpp
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-1537-
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-1538-backend/filters/3Depict-transform.obj: backend/filters/transform.cpp
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in:1539:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -MT backend/filters/3Depict-transform.obj -MD -MP -MF backend/filters/$(DEPDIR)/3Depict-transform.Tpo -c -o backend/filters/3Depict-transform.obj `if test -f 'backend/filters/transform.cpp'; then $(CYGPATH_W) 'backend/filters/transform.cpp'; else $(CYGPATH_W) '$(srcdir)/backend/filters/transform.cpp'; fi`
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-1540-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) backend/filters/$(DEPDIR)/3Depict-transform.Tpo backend/filters/$(DEPDIR)/3Depict-transform.Po
##############################################
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-1542-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in:1543:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -c -o backend/filters/3Depict-transform.obj `if test -f 'backend/filters/transform.cpp'; then $(CYGPATH_W) 'backend/filters/transform.cpp'; else $(CYGPATH_W) '$(srcdir)/backend/filters/transform.cpp'; fi`
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-1544-
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-1545-backend/filters/3Depict-externalProgram.o: backend/filters/externalProgram.cpp
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in:1546:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -MT backend/filters/3Depict-externalProgram.o -MD -MP -MF backend/filters/$(DEPDIR)/3Depict-externalProgram.Tpo -c -o backend/filters/3Depict-externalProgram.o `test -f 'backend/filters/externalProgram.cpp' || echo '$(srcdir)/'`backend/filters/externalProgram.cpp
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-1547-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) backend/filters/$(DEPDIR)/3Depict-externalProgram.Tpo backend/filters/$(DEPDIR)/3Depict-externalProgram.Po
##############################################
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-1549-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in:1550:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -c -o backend/filters/3Depict-externalProgram.o `test -f 'backend/filters/externalProgram.cpp' || echo '$(srcdir)/'`backend/filters/externalProgram.cpp
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-1551-
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-1552-backend/filters/3Depict-externalProgram.obj: backend/filters/externalProgram.cpp
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in:1553:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -MT backend/filters/3Depict-externalProgram.obj -MD -MP -MF backend/filters/$(DEPDIR)/3Depict-externalProgram.Tpo -c -o backend/filters/3Depict-externalProgram.obj `if test -f 'backend/filters/externalProgram.cpp'; then $(CYGPATH_W) 'backend/filters/externalProgram.cpp'; else $(CYGPATH_W) '$(srcdir)/backend/filters/externalProgram.cpp'; fi`
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-1554-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) backend/filters/$(DEPDIR)/3Depict-externalProgram.Tpo backend/filters/$(DEPDIR)/3Depict-externalProgram.Po
##############################################
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-1556-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in:1557:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -c -o backend/filters/3Depict-externalProgram.obj `if test -f 'backend/filters/externalProgram.cpp'; then $(CYGPATH_W) 'backend/filters/externalProgram.cpp'; else $(CYGPATH_W) '$(srcdir)/backend/filters/externalProgram.cpp'; fi`
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-1558-
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-1559-backend/filters/3Depict-ionClip.o: backend/filters/ionClip.cpp
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in:1560:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -MT backend/filters/3Depict-ionClip.o -MD -MP -MF backend/filters/$(DEPDIR)/3Depict-ionClip.Tpo -c -o backend/filters/3Depict-ionClip.o `test -f 'backend/filters/ionClip.cpp' || echo '$(srcdir)/'`backend/filters/ionClip.cpp
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-1561-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) backend/filters/$(DEPDIR)/3Depict-ionClip.Tpo backend/filters/$(DEPDIR)/3Depict-ionClip.Po
##############################################
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-1563-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in:1564:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -c -o backend/filters/3Depict-ionClip.o `test -f 'backend/filters/ionClip.cpp' || echo '$(srcdir)/'`backend/filters/ionClip.cpp
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-1565-
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-1566-backend/filters/3Depict-ionClip.obj: backend/filters/ionClip.cpp
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in:1567:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -MT backend/filters/3Depict-ionClip.obj -MD -MP -MF backend/filters/$(DEPDIR)/3Depict-ionClip.Tpo -c -o backend/filters/3Depict-ionClip.obj `if test -f 'backend/filters/ionClip.cpp'; then $(CYGPATH_W) 'backend/filters/ionClip.cpp'; else $(CYGPATH_W) '$(srcdir)/backend/filters/ionClip.cpp'; fi`
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-1568-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) backend/filters/$(DEPDIR)/3Depict-ionClip.Tpo backend/filters/$(DEPDIR)/3Depict-ionClip.Po
##############################################
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-1570-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in:1571:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -c -o backend/filters/3Depict-ionClip.obj `if test -f 'backend/filters/ionClip.cpp'; then $(CYGPATH_W) 'backend/filters/ionClip.cpp'; else $(CYGPATH_W) '$(srcdir)/backend/filters/ionClip.cpp'; fi`
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-1572-
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-1573-backend/filters/3Depict-ionColour.o: backend/filters/ionColour.cpp
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in:1574:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -MT backend/filters/3Depict-ionColour.o -MD -MP -MF backend/filters/$(DEPDIR)/3Depict-ionColour.Tpo -c -o backend/filters/3Depict-ionColour.o `test -f 'backend/filters/ionColour.cpp' || echo '$(srcdir)/'`backend/filters/ionColour.cpp
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-1575-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) backend/filters/$(DEPDIR)/3Depict-ionColour.Tpo backend/filters/$(DEPDIR)/3Depict-ionColour.Po
##############################################
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-1577-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in:1578:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -c -o backend/filters/3Depict-ionColour.o `test -f 'backend/filters/ionColour.cpp' || echo '$(srcdir)/'`backend/filters/ionColour.cpp
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-1579-
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-1580-backend/filters/3Depict-ionColour.obj: backend/filters/ionColour.cpp
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in:1581:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -MT backend/filters/3Depict-ionColour.obj -MD -MP -MF backend/filters/$(DEPDIR)/3Depict-ionColour.Tpo -c -o backend/filters/3Depict-ionColour.obj `if test -f 'backend/filters/ionColour.cpp'; then $(CYGPATH_W) 'backend/filters/ionColour.cpp'; else $(CYGPATH_W) '$(srcdir)/backend/filters/ionColour.cpp'; fi`
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-1582-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) backend/filters/$(DEPDIR)/3Depict-ionColour.Tpo backend/filters/$(DEPDIR)/3Depict-ionColour.Po
##############################################
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-1584-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in:1585:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -c -o backend/filters/3Depict-ionColour.obj `if test -f 'backend/filters/ionColour.cpp'; then $(CYGPATH_W) 'backend/filters/ionColour.cpp'; else $(CYGPATH_W) '$(srcdir)/backend/filters/ionColour.cpp'; fi`
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-1586-
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-1587-backend/filters/3Depict-boundingBox.o: backend/filters/boundingBox.cpp
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in:1588:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -MT backend/filters/3Depict-boundingBox.o -MD -MP -MF backend/filters/$(DEPDIR)/3Depict-boundingBox.Tpo -c -o backend/filters/3Depict-boundingBox.o `test -f 'backend/filters/boundingBox.cpp' || echo '$(srcdir)/'`backend/filters/boundingBox.cpp
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-1589-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) backend/filters/$(DEPDIR)/3Depict-boundingBox.Tpo backend/filters/$(DEPDIR)/3Depict-boundingBox.Po
##############################################
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-1591-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in:1592:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -c -o backend/filters/3Depict-boundingBox.o `test -f 'backend/filters/boundingBox.cpp' || echo '$(srcdir)/'`backend/filters/boundingBox.cpp
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-1593-
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-1594-backend/filters/3Depict-boundingBox.obj: backend/filters/boundingBox.cpp
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in:1595:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -MT backend/filters/3Depict-boundingBox.obj -MD -MP -MF backend/filters/$(DEPDIR)/3Depict-boundingBox.Tpo -c -o backend/filters/3Depict-boundingBox.obj `if test -f 'backend/filters/boundingBox.cpp'; then $(CYGPATH_W) 'backend/filters/boundingBox.cpp'; else $(CYGPATH_W) '$(srcdir)/backend/filters/boundingBox.cpp'; fi`
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-1596-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) backend/filters/$(DEPDIR)/3Depict-boundingBox.Tpo backend/filters/$(DEPDIR)/3Depict-boundingBox.Po
##############################################
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-1598-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in:1599:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -c -o backend/filters/3Depict-boundingBox.obj `if test -f 'backend/filters/boundingBox.cpp'; then $(CYGPATH_W) 'backend/filters/boundingBox.cpp'; else $(CYGPATH_W) '$(srcdir)/backend/filters/boundingBox.cpp'; fi`
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-1600-
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-1601-backend/filters/3Depict-profile.o: backend/filters/profile.cpp
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in:1602:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -MT backend/filters/3Depict-profile.o -MD -MP -MF backend/filters/$(DEPDIR)/3Depict-profile.Tpo -c -o backend/filters/3Depict-profile.o `test -f 'backend/filters/profile.cpp' || echo '$(srcdir)/'`backend/filters/profile.cpp
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-1603-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) backend/filters/$(DEPDIR)/3Depict-profile.Tpo backend/filters/$(DEPDIR)/3Depict-profile.Po
##############################################
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-1605-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in:1606:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -c -o backend/filters/3Depict-profile.o `test -f 'backend/filters/profile.cpp' || echo '$(srcdir)/'`backend/filters/profile.cpp
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-1607-
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-1608-backend/filters/3Depict-profile.obj: backend/filters/profile.cpp
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in:1609:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -MT backend/filters/3Depict-profile.obj -MD -MP -MF backend/filters/$(DEPDIR)/3Depict-profile.Tpo -c -o backend/filters/3Depict-profile.obj `if test -f 'backend/filters/profile.cpp'; then $(CYGPATH_W) 'backend/filters/profile.cpp'; else $(CYGPATH_W) '$(srcdir)/backend/filters/profile.cpp'; fi`
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-1610-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) backend/filters/$(DEPDIR)/3Depict-profile.Tpo backend/filters/$(DEPDIR)/3Depict-profile.Po
##############################################
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-1612-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in:1613:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -c -o backend/filters/3Depict-profile.obj `if test -f 'backend/filters/profile.cpp'; then $(CYGPATH_W) 'backend/filters/profile.cpp'; else $(CYGPATH_W) '$(srcdir)/backend/filters/profile.cpp'; fi`
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-1614-
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-1615-backend/filters/3Depict-spatialAnalysis.o: backend/filters/spatialAnalysis.cpp
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in:1616:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -MT backend/filters/3Depict-spatialAnalysis.o -MD -MP -MF backend/filters/$(DEPDIR)/3Depict-spatialAnalysis.Tpo -c -o backend/filters/3Depict-spatialAnalysis.o `test -f 'backend/filters/spatialAnalysis.cpp' || echo '$(srcdir)/'`backend/filters/spatialAnalysis.cpp
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-1617-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) backend/filters/$(DEPDIR)/3Depict-spatialAnalysis.Tpo backend/filters/$(DEPDIR)/3Depict-spatialAnalysis.Po
##############################################
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-1619-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in:1620:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -c -o backend/filters/3Depict-spatialAnalysis.o `test -f 'backend/filters/spatialAnalysis.cpp' || echo '$(srcdir)/'`backend/filters/spatialAnalysis.cpp
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-1621-
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-1622-backend/filters/3Depict-spatialAnalysis.obj: backend/filters/spatialAnalysis.cpp
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in:1623:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -MT backend/filters/3Depict-spatialAnalysis.obj -MD -MP -MF backend/filters/$(DEPDIR)/3Depict-spatialAnalysis.Tpo -c -o backend/filters/3Depict-spatialAnalysis.obj `if test -f 'backend/filters/spatialAnalysis.cpp'; then $(CYGPATH_W) 'backend/filters/spatialAnalysis.cpp'; else $(CYGPATH_W) '$(srcdir)/backend/filters/spatialAnalysis.cpp'; fi`
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-1624-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) backend/filters/$(DEPDIR)/3Depict-spatialAnalysis.Tpo backend/filters/$(DEPDIR)/3Depict-spatialAnalysis.Po
##############################################
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-1626-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in:1627:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -c -o backend/filters/3Depict-spatialAnalysis.obj `if test -f 'backend/filters/spatialAnalysis.cpp'; then $(CYGPATH_W) 'backend/filters/spatialAnalysis.cpp'; else $(CYGPATH_W) '$(srcdir)/backend/filters/spatialAnalysis.cpp'; fi`
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-1628-
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-1629-backend/filters/3Depict-clusterAnalysis.o: backend/filters/clusterAnalysis.cpp
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in:1630:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -MT backend/filters/3Depict-clusterAnalysis.o -MD -MP -MF backend/filters/$(DEPDIR)/3Depict-clusterAnalysis.Tpo -c -o backend/filters/3Depict-clusterAnalysis.o `test -f 'backend/filters/clusterAnalysis.cpp' || echo '$(srcdir)/'`backend/filters/clusterAnalysis.cpp
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-1631-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) backend/filters/$(DEPDIR)/3Depict-clusterAnalysis.Tpo backend/filters/$(DEPDIR)/3Depict-clusterAnalysis.Po
##############################################
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-1633-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in:1634:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -c -o backend/filters/3Depict-clusterAnalysis.o `test -f 'backend/filters/clusterAnalysis.cpp' || echo '$(srcdir)/'`backend/filters/clusterAnalysis.cpp
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-1635-
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-1636-backend/filters/3Depict-clusterAnalysis.obj: backend/filters/clusterAnalysis.cpp
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in:1637:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -MT backend/filters/3Depict-clusterAnalysis.obj -MD -MP -MF backend/filters/$(DEPDIR)/3Depict-clusterAnalysis.Tpo -c -o backend/filters/3Depict-clusterAnalysis.obj `if test -f 'backend/filters/clusterAnalysis.cpp'; then $(CYGPATH_W) 'backend/filters/clusterAnalysis.cpp'; else $(CYGPATH_W) '$(srcdir)/backend/filters/clusterAnalysis.cpp'; fi`
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-1638-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) backend/filters/$(DEPDIR)/3Depict-clusterAnalysis.Tpo backend/filters/$(DEPDIR)/3Depict-clusterAnalysis.Po
##############################################
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-1640-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in:1641:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -c -o backend/filters/3Depict-clusterAnalysis.obj `if test -f 'backend/filters/clusterAnalysis.cpp'; then $(CYGPATH_W) 'backend/filters/clusterAnalysis.cpp'; else $(CYGPATH_W) '$(srcdir)/backend/filters/clusterAnalysis.cpp'; fi`
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-1642-
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-1643-backend/filters/3Depict-ionInfo.o: backend/filters/ionInfo.cpp
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in:1644:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -MT backend/filters/3Depict-ionInfo.o -MD -MP -MF backend/filters/$(DEPDIR)/3Depict-ionInfo.Tpo -c -o backend/filters/3Depict-ionInfo.o `test -f 'backend/filters/ionInfo.cpp' || echo '$(srcdir)/'`backend/filters/ionInfo.cpp
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-1645-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) backend/filters/$(DEPDIR)/3Depict-ionInfo.Tpo backend/filters/$(DEPDIR)/3Depict-ionInfo.Po
##############################################
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-1647-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in:1648:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -c -o backend/filters/3Depict-ionInfo.o `test -f 'backend/filters/ionInfo.cpp' || echo '$(srcdir)/'`backend/filters/ionInfo.cpp
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-1649-
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-1650-backend/filters/3Depict-ionInfo.obj: backend/filters/ionInfo.cpp
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in:1651:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -MT backend/filters/3Depict-ionInfo.obj -MD -MP -MF backend/filters/$(DEPDIR)/3Depict-ionInfo.Tpo -c -o backend/filters/3Depict-ionInfo.obj `if test -f 'backend/filters/ionInfo.cpp'; then $(CYGPATH_W) 'backend/filters/ionInfo.cpp'; else $(CYGPATH_W) '$(srcdir)/backend/filters/ionInfo.cpp'; fi`
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-1652-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) backend/filters/$(DEPDIR)/3Depict-ionInfo.Tpo backend/filters/$(DEPDIR)/3Depict-ionInfo.Po
##############################################
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-1654-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in:1655:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -c -o backend/filters/3Depict-ionInfo.obj `if test -f 'backend/filters/ionInfo.cpp'; then $(CYGPATH_W) 'backend/filters/ionInfo.cpp'; else $(CYGPATH_W) '$(srcdir)/backend/filters/ionInfo.cpp'; fi`
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-1656-
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-1657-backend/filters/3Depict-annotation.o: backend/filters/annotation.cpp
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in:1658:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -MT backend/filters/3Depict-annotation.o -MD -MP -MF backend/filters/$(DEPDIR)/3Depict-annotation.Tpo -c -o backend/filters/3Depict-annotation.o `test -f 'backend/filters/annotation.cpp' || echo '$(srcdir)/'`backend/filters/annotation.cpp
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-1659-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) backend/filters/$(DEPDIR)/3Depict-annotation.Tpo backend/filters/$(DEPDIR)/3Depict-annotation.Po
##############################################
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-1661-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in:1662:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -c -o backend/filters/3Depict-annotation.o `test -f 'backend/filters/annotation.cpp' || echo '$(srcdir)/'`backend/filters/annotation.cpp
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-1663-
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-1664-backend/filters/3Depict-annotation.obj: backend/filters/annotation.cpp
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in:1665:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -MT backend/filters/3Depict-annotation.obj -MD -MP -MF backend/filters/$(DEPDIR)/3Depict-annotation.Tpo -c -o backend/filters/3Depict-annotation.obj `if test -f 'backend/filters/annotation.cpp'; then $(CYGPATH_W) 'backend/filters/annotation.cpp'; else $(CYGPATH_W) '$(srcdir)/backend/filters/annotation.cpp'; fi`
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-1666-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) backend/filters/$(DEPDIR)/3Depict-annotation.Tpo backend/filters/$(DEPDIR)/3Depict-annotation.Po
##############################################
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-1668-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in:1669:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -c -o backend/filters/3Depict-annotation.obj `if test -f 'backend/filters/annotation.cpp'; then $(CYGPATH_W) 'backend/filters/annotation.cpp'; else $(CYGPATH_W) '$(srcdir)/backend/filters/annotation.cpp'; fi`
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-1670-
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-1671-backend/filters/3Depict-geometryHelpers.o: backend/filters/geometryHelpers.cpp
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in:1672:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -MT backend/filters/3Depict-geometryHelpers.o -MD -MP -MF backend/filters/$(DEPDIR)/3Depict-geometryHelpers.Tpo -c -o backend/filters/3Depict-geometryHelpers.o `test -f 'backend/filters/geometryHelpers.cpp' || echo '$(srcdir)/'`backend/filters/geometryHelpers.cpp
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-1673-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) backend/filters/$(DEPDIR)/3Depict-geometryHelpers.Tpo backend/filters/$(DEPDIR)/3Depict-geometryHelpers.Po
##############################################
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-1675-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in:1676:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -c -o backend/filters/3Depict-geometryHelpers.o `test -f 'backend/filters/geometryHelpers.cpp' || echo '$(srcdir)/'`backend/filters/geometryHelpers.cpp
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-1677-
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-1678-backend/filters/3Depict-geometryHelpers.obj: backend/filters/geometryHelpers.cpp
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in:1679:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -MT backend/filters/3Depict-geometryHelpers.obj -MD -MP -MF backend/filters/$(DEPDIR)/3Depict-geometryHelpers.Tpo -c -o backend/filters/3Depict-geometryHelpers.obj `if test -f 'backend/filters/geometryHelpers.cpp'; then $(CYGPATH_W) 'backend/filters/geometryHelpers.cpp'; else $(CYGPATH_W) '$(srcdir)/backend/filters/geometryHelpers.cpp'; fi`
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-1680-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) backend/filters/$(DEPDIR)/3Depict-geometryHelpers.Tpo backend/filters/$(DEPDIR)/3Depict-geometryHelpers.Po
##############################################
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-1682-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in:1683:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -c -o backend/filters/3Depict-geometryHelpers.obj `if test -f 'backend/filters/geometryHelpers.cpp'; then $(CYGPATH_W) 'backend/filters/geometryHelpers.cpp'; else $(CYGPATH_W) '$(srcdir)/backend/filters/geometryHelpers.cpp'; fi`
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-1684-
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-1685-backend/filters/algorithms/3Depict-binomial.o: backend/filters/algorithms/binomial.cpp
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in:1686:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -MT backend/filters/algorithms/3Depict-binomial.o -MD -MP -MF backend/filters/algorithms/$(DEPDIR)/3Depict-binomial.Tpo -c -o backend/filters/algorithms/3Depict-binomial.o `test -f 'backend/filters/algorithms/binomial.cpp' || echo '$(srcdir)/'`backend/filters/algorithms/binomial.cpp
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-1687-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) backend/filters/algorithms/$(DEPDIR)/3Depict-binomial.Tpo backend/filters/algorithms/$(DEPDIR)/3Depict-binomial.Po
##############################################
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-1689-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in:1690:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -c -o backend/filters/algorithms/3Depict-binomial.o `test -f 'backend/filters/algorithms/binomial.cpp' || echo '$(srcdir)/'`backend/filters/algorithms/binomial.cpp
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-1691-
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-1692-backend/filters/algorithms/3Depict-binomial.obj: backend/filters/algorithms/binomial.cpp
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in:1693:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -MT backend/filters/algorithms/3Depict-binomial.obj -MD -MP -MF backend/filters/algorithms/$(DEPDIR)/3Depict-binomial.Tpo -c -o backend/filters/algorithms/3Depict-binomial.obj `if test -f 'backend/filters/algorithms/binomial.cpp'; then $(CYGPATH_W) 'backend/filters/algorithms/binomial.cpp'; else $(CYGPATH_W) '$(srcdir)/backend/filters/algorithms/binomial.cpp'; fi`
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-1694-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) backend/filters/algorithms/$(DEPDIR)/3Depict-binomial.Tpo backend/filters/algorithms/$(DEPDIR)/3Depict-binomial.Po
##############################################
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-1696-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in:1697:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -c -o backend/filters/algorithms/3Depict-binomial.obj `if test -f 'backend/filters/algorithms/binomial.cpp'; then $(CYGPATH_W) 'backend/filters/algorithms/binomial.cpp'; else $(CYGPATH_W) '$(srcdir)/backend/filters/algorithms/binomial.cpp'; fi`
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-1698-
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-1699-backend/filters/algorithms/3Depict-mass.o: backend/filters/algorithms/mass.cpp
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in:1700:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -MT backend/filters/algorithms/3Depict-mass.o -MD -MP -MF backend/filters/algorithms/$(DEPDIR)/3Depict-mass.Tpo -c -o backend/filters/algorithms/3Depict-mass.o `test -f 'backend/filters/algorithms/mass.cpp' || echo '$(srcdir)/'`backend/filters/algorithms/mass.cpp
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-1701-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) backend/filters/algorithms/$(DEPDIR)/3Depict-mass.Tpo backend/filters/algorithms/$(DEPDIR)/3Depict-mass.Po
##############################################
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-1703-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in:1704:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -c -o backend/filters/algorithms/3Depict-mass.o `test -f 'backend/filters/algorithms/mass.cpp' || echo '$(srcdir)/'`backend/filters/algorithms/mass.cpp
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-1705-
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-1706-backend/filters/algorithms/3Depict-mass.obj: backend/filters/algorithms/mass.cpp
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in:1707:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -MT backend/filters/algorithms/3Depict-mass.obj -MD -MP -MF backend/filters/algorithms/$(DEPDIR)/3Depict-mass.Tpo -c -o backend/filters/algorithms/3Depict-mass.obj `if test -f 'backend/filters/algorithms/mass.cpp'; then $(CYGPATH_W) 'backend/filters/algorithms/mass.cpp'; else $(CYGPATH_W) '$(srcdir)/backend/filters/algorithms/mass.cpp'; fi`
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-1708-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) backend/filters/algorithms/$(DEPDIR)/3Depict-mass.Tpo backend/filters/algorithms/$(DEPDIR)/3Depict-mass.Po
##############################################
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-1710-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in:1711:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -c -o backend/filters/algorithms/3Depict-mass.obj `if test -f 'backend/filters/algorithms/mass.cpp'; then $(CYGPATH_W) 'backend/filters/algorithms/mass.cpp'; else $(CYGPATH_W) '$(srcdir)/backend/filters/algorithms/mass.cpp'; fi`
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-1712-
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-1713-backend/filters/algorithms/3Depict-convexHull.o: backend/filters/algorithms/convexHull.cpp
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in:1714:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -MT backend/filters/algorithms/3Depict-convexHull.o -MD -MP -MF backend/filters/algorithms/$(DEPDIR)/3Depict-convexHull.Tpo -c -o backend/filters/algorithms/3Depict-convexHull.o `test -f 'backend/filters/algorithms/convexHull.cpp' || echo '$(srcdir)/'`backend/filters/algorithms/convexHull.cpp
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-1715-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) backend/filters/algorithms/$(DEPDIR)/3Depict-convexHull.Tpo backend/filters/algorithms/$(DEPDIR)/3Depict-convexHull.Po
##############################################
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-1717-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in:1718:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -c -o backend/filters/algorithms/3Depict-convexHull.o `test -f 'backend/filters/algorithms/convexHull.cpp' || echo '$(srcdir)/'`backend/filters/algorithms/convexHull.cpp
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-1719-
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-1720-backend/filters/algorithms/3Depict-convexHull.obj: backend/filters/algorithms/convexHull.cpp
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in:1721:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -MT backend/filters/algorithms/3Depict-convexHull.obj -MD -MP -MF backend/filters/algorithms/$(DEPDIR)/3Depict-convexHull.Tpo -c -o backend/filters/algorithms/3Depict-convexHull.obj `if test -f 'backend/filters/algorithms/convexHull.cpp'; then $(CYGPATH_W) 'backend/filters/algorithms/convexHull.cpp'; else $(CYGPATH_W) '$(srcdir)/backend/filters/algorithms/convexHull.cpp'; fi`
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-1722-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) backend/filters/algorithms/$(DEPDIR)/3Depict-convexHull.Tpo backend/filters/algorithms/$(DEPDIR)/3Depict-convexHull.Po
##############################################
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-1724-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in:1725:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -c -o backend/filters/algorithms/3Depict-convexHull.obj `if test -f 'backend/filters/algorithms/convexHull.cpp'; then $(CYGPATH_W) 'backend/filters/algorithms/convexHull.cpp'; else $(CYGPATH_W) '$(srcdir)/backend/filters/algorithms/convexHull.cpp'; fi`
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-1726-
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-1727-backend/filters/3Depict-voxelLoad.o: backend/filters/voxelLoad.cpp
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in:1728:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -MT backend/filters/3Depict-voxelLoad.o -MD -MP -MF backend/filters/$(DEPDIR)/3Depict-voxelLoad.Tpo -c -o backend/filters/3Depict-voxelLoad.o `test -f 'backend/filters/voxelLoad.cpp' || echo '$(srcdir)/'`backend/filters/voxelLoad.cpp
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-1729-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) backend/filters/$(DEPDIR)/3Depict-voxelLoad.Tpo backend/filters/$(DEPDIR)/3Depict-voxelLoad.Po
##############################################
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-1731-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in:1732:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -c -o backend/filters/3Depict-voxelLoad.o `test -f 'backend/filters/voxelLoad.cpp' || echo '$(srcdir)/'`backend/filters/voxelLoad.cpp
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-1733-
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-1734-backend/filters/3Depict-voxelLoad.obj: backend/filters/voxelLoad.cpp
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in:1735:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -MT backend/filters/3Depict-voxelLoad.obj -MD -MP -MF backend/filters/$(DEPDIR)/3Depict-voxelLoad.Tpo -c -o backend/filters/3Depict-voxelLoad.obj `if test -f 'backend/filters/voxelLoad.cpp'; then $(CYGPATH_W) 'backend/filters/voxelLoad.cpp'; else $(CYGPATH_W) '$(srcdir)/backend/filters/voxelLoad.cpp'; fi`
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-1736-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) backend/filters/$(DEPDIR)/3Depict-voxelLoad.Tpo backend/filters/$(DEPDIR)/3Depict-voxelLoad.Po
##############################################
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-1738-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in:1739:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -c -o backend/filters/3Depict-voxelLoad.obj `if test -f 'backend/filters/voxelLoad.cpp'; then $(CYGPATH_W) 'backend/filters/voxelLoad.cpp'; else $(CYGPATH_W) '$(srcdir)/backend/filters/voxelLoad.cpp'; fi`
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-1740-
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-1741-backend/3Depict-animator.o: backend/animator.cpp
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in:1742:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -MT backend/3Depict-animator.o -MD -MP -MF backend/$(DEPDIR)/3Depict-animator.Tpo -c -o backend/3Depict-animator.o `test -f 'backend/animator.cpp' || echo '$(srcdir)/'`backend/animator.cpp
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-1743-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) backend/$(DEPDIR)/3Depict-animator.Tpo backend/$(DEPDIR)/3Depict-animator.Po
##############################################
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-1745-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in:1746:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -c -o backend/3Depict-animator.o `test -f 'backend/animator.cpp' || echo '$(srcdir)/'`backend/animator.cpp
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-1747-
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-1748-backend/3Depict-animator.obj: backend/animator.cpp
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in:1749:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -MT backend/3Depict-animator.obj -MD -MP -MF backend/$(DEPDIR)/3Depict-animator.Tpo -c -o backend/3Depict-animator.obj `if test -f 'backend/animator.cpp'; then $(CYGPATH_W) 'backend/animator.cpp'; else $(CYGPATH_W) '$(srcdir)/backend/animator.cpp'; fi`
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-1750-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) backend/$(DEPDIR)/3Depict-animator.Tpo backend/$(DEPDIR)/3Depict-animator.Po
##############################################
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-1752-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in:1753:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -c -o backend/3Depict-animator.obj `if test -f 'backend/animator.cpp'; then $(CYGPATH_W) 'backend/animator.cpp'; else $(CYGPATH_W) '$(srcdir)/backend/animator.cpp'; fi`
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-1754-
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-1755-backend/3Depict-filtertreeAnalyse.o: backend/filtertreeAnalyse.cpp
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in:1756:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -MT backend/3Depict-filtertreeAnalyse.o -MD -MP -MF backend/$(DEPDIR)/3Depict-filtertreeAnalyse.Tpo -c -o backend/3Depict-filtertreeAnalyse.o `test -f 'backend/filtertreeAnalyse.cpp' || echo '$(srcdir)/'`backend/filtertreeAnalyse.cpp
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-1757-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) backend/$(DEPDIR)/3Depict-filtertreeAnalyse.Tpo backend/$(DEPDIR)/3Depict-filtertreeAnalyse.Po
##############################################
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-1759-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in:1760:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -c -o backend/3Depict-filtertreeAnalyse.o `test -f 'backend/filtertreeAnalyse.cpp' || echo '$(srcdir)/'`backend/filtertreeAnalyse.cpp
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-1761-
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-1762-backend/3Depict-filtertreeAnalyse.obj: backend/filtertreeAnalyse.cpp
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in:1763:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -MT backend/3Depict-filtertreeAnalyse.obj -MD -MP -MF backend/$(DEPDIR)/3Depict-filtertreeAnalyse.Tpo -c -o backend/3Depict-filtertreeAnalyse.obj `if test -f 'backend/filtertreeAnalyse.cpp'; then $(CYGPATH_W) 'backend/filtertreeAnalyse.cpp'; else $(CYGPATH_W) '$(srcdir)/backend/filtertreeAnalyse.cpp'; fi`
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-1764-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) backend/$(DEPDIR)/3Depict-filtertreeAnalyse.Tpo backend/$(DEPDIR)/3Depict-filtertreeAnalyse.Po
##############################################
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-1766-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in:1767:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -c -o backend/3Depict-filtertreeAnalyse.obj `if test -f 'backend/filtertreeAnalyse.cpp'; then $(CYGPATH_W) 'backend/filtertreeAnalyse.cpp'; else $(CYGPATH_W) '$(srcdir)/backend/filtertreeAnalyse.cpp'; fi`
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-1768-
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-1769-backend/3Depict-filtertree.o: backend/filtertree.cpp
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in:1770:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -MT backend/3Depict-filtertree.o -MD -MP -MF backend/$(DEPDIR)/3Depict-filtertree.Tpo -c -o backend/3Depict-filtertree.o `test -f 'backend/filtertree.cpp' || echo '$(srcdir)/'`backend/filtertree.cpp
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-1771-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) backend/$(DEPDIR)/3Depict-filtertree.Tpo backend/$(DEPDIR)/3Depict-filtertree.Po
##############################################
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-1773-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in:1774:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -c -o backend/3Depict-filtertree.o `test -f 'backend/filtertree.cpp' || echo '$(srcdir)/'`backend/filtertree.cpp
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-1775-
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-1776-backend/3Depict-filtertree.obj: backend/filtertree.cpp
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in:1777:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -MT backend/3Depict-filtertree.obj -MD -MP -MF backend/$(DEPDIR)/3Depict-filtertree.Tpo -c -o backend/3Depict-filtertree.obj `if test -f 'backend/filtertree.cpp'; then $(CYGPATH_W) 'backend/filtertree.cpp'; else $(CYGPATH_W) '$(srcdir)/backend/filtertree.cpp'; fi`
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-1778-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) backend/$(DEPDIR)/3Depict-filtertree.Tpo backend/$(DEPDIR)/3Depict-filtertree.Po
##############################################
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-1780-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in:1781:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -c -o backend/3Depict-filtertree.obj `if test -f 'backend/filtertree.cpp'; then $(CYGPATH_W) 'backend/filtertree.cpp'; else $(CYGPATH_W) '$(srcdir)/backend/filtertree.cpp'; fi`
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-1782-
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-1783-backend/APT/3Depict-ionhit.o: backend/APT/ionhit.cpp
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in:1784:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -MT backend/APT/3Depict-ionhit.o -MD -MP -MF backend/APT/$(DEPDIR)/3Depict-ionhit.Tpo -c -o backend/APT/3Depict-ionhit.o `test -f 'backend/APT/ionhit.cpp' || echo '$(srcdir)/'`backend/APT/ionhit.cpp
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-1785-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) backend/APT/$(DEPDIR)/3Depict-ionhit.Tpo backend/APT/$(DEPDIR)/3Depict-ionhit.Po
##############################################
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-1787-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in:1788:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -c -o backend/APT/3Depict-ionhit.o `test -f 'backend/APT/ionhit.cpp' || echo '$(srcdir)/'`backend/APT/ionhit.cpp
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-1789-
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-1790-backend/APT/3Depict-ionhit.obj: backend/APT/ionhit.cpp
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in:1791:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -MT backend/APT/3Depict-ionhit.obj -MD -MP -MF backend/APT/$(DEPDIR)/3Depict-ionhit.Tpo -c -o backend/APT/3Depict-ionhit.obj `if test -f 'backend/APT/ionhit.cpp'; then $(CYGPATH_W) 'backend/APT/ionhit.cpp'; else $(CYGPATH_W) '$(srcdir)/backend/APT/ionhit.cpp'; fi`
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-1792-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) backend/APT/$(DEPDIR)/3Depict-ionhit.Tpo backend/APT/$(DEPDIR)/3Depict-ionhit.Po
##############################################
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-1794-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in:1795:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -c -o backend/APT/3Depict-ionhit.obj `if test -f 'backend/APT/ionhit.cpp'; then $(CYGPATH_W) 'backend/APT/ionhit.cpp'; else $(CYGPATH_W) '$(srcdir)/backend/APT/ionhit.cpp'; fi`
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-1796-
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-1797-backend/APT/3Depict-APTFileIO.o: backend/APT/APTFileIO.cpp
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in:1798:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -MT backend/APT/3Depict-APTFileIO.o -MD -MP -MF backend/APT/$(DEPDIR)/3Depict-APTFileIO.Tpo -c -o backend/APT/3Depict-APTFileIO.o `test -f 'backend/APT/APTFileIO.cpp' || echo '$(srcdir)/'`backend/APT/APTFileIO.cpp
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-1799-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) backend/APT/$(DEPDIR)/3Depict-APTFileIO.Tpo backend/APT/$(DEPDIR)/3Depict-APTFileIO.Po
##############################################
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-1801-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in:1802:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -c -o backend/APT/3Depict-APTFileIO.o `test -f 'backend/APT/APTFileIO.cpp' || echo '$(srcdir)/'`backend/APT/APTFileIO.cpp
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-1803-
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-1804-backend/APT/3Depict-APTFileIO.obj: backend/APT/APTFileIO.cpp
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in:1805:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -MT backend/APT/3Depict-APTFileIO.obj -MD -MP -MF backend/APT/$(DEPDIR)/3Depict-APTFileIO.Tpo -c -o backend/APT/3Depict-APTFileIO.obj `if test -f 'backend/APT/APTFileIO.cpp'; then $(CYGPATH_W) 'backend/APT/APTFileIO.cpp'; else $(CYGPATH_W) '$(srcdir)/backend/APT/APTFileIO.cpp'; fi`
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-1806-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) backend/APT/$(DEPDIR)/3Depict-APTFileIO.Tpo backend/APT/$(DEPDIR)/3Depict-APTFileIO.Po
##############################################
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-1808-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in:1809:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -c -o backend/APT/3Depict-APTFileIO.obj `if test -f 'backend/APT/APTFileIO.cpp'; then $(CYGPATH_W) 'backend/APT/APTFileIO.cpp'; else $(CYGPATH_W) '$(srcdir)/backend/APT/APTFileIO.cpp'; fi`
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-1810-
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-1811-backend/APT/3Depict-APTRanges.o: backend/APT/APTRanges.cpp
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in:1812:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -MT backend/APT/3Depict-APTRanges.o -MD -MP -MF backend/APT/$(DEPDIR)/3Depict-APTRanges.Tpo -c -o backend/APT/3Depict-APTRanges.o `test -f 'backend/APT/APTRanges.cpp' || echo '$(srcdir)/'`backend/APT/APTRanges.cpp
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-1813-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) backend/APT/$(DEPDIR)/3Depict-APTRanges.Tpo backend/APT/$(DEPDIR)/3Depict-APTRanges.Po
##############################################
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-1815-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in:1816:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -c -o backend/APT/3Depict-APTRanges.o `test -f 'backend/APT/APTRanges.cpp' || echo '$(srcdir)/'`backend/APT/APTRanges.cpp
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-1817-
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-1818-backend/APT/3Depict-APTRanges.obj: backend/APT/APTRanges.cpp
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in:1819:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -MT backend/APT/3Depict-APTRanges.obj -MD -MP -MF backend/APT/$(DEPDIR)/3Depict-APTRanges.Tpo -c -o backend/APT/3Depict-APTRanges.obj `if test -f 'backend/APT/APTRanges.cpp'; then $(CYGPATH_W) 'backend/APT/APTRanges.cpp'; else $(CYGPATH_W) '$(srcdir)/backend/APT/APTRanges.cpp'; fi`
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-1820-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) backend/APT/$(DEPDIR)/3Depict-APTRanges.Tpo backend/APT/$(DEPDIR)/3Depict-APTRanges.Po
##############################################
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-1822-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in:1823:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -c -o backend/APT/3Depict-APTRanges.obj `if test -f 'backend/APT/APTRanges.cpp'; then $(CYGPATH_W) 'backend/APT/APTRanges.cpp'; else $(CYGPATH_W) '$(srcdir)/backend/APT/APTRanges.cpp'; fi`
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-1824-
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-1825-backend/APT/3Depict-abundanceParser.o: backend/APT/abundanceParser.cpp
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in:1826:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -MT backend/APT/3Depict-abundanceParser.o -MD -MP -MF backend/APT/$(DEPDIR)/3Depict-abundanceParser.Tpo -c -o backend/APT/3Depict-abundanceParser.o `test -f 'backend/APT/abundanceParser.cpp' || echo '$(srcdir)/'`backend/APT/abundanceParser.cpp
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-1827-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) backend/APT/$(DEPDIR)/3Depict-abundanceParser.Tpo backend/APT/$(DEPDIR)/3Depict-abundanceParser.Po
##############################################
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-1829-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in:1830:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -c -o backend/APT/3Depict-abundanceParser.o `test -f 'backend/APT/abundanceParser.cpp' || echo '$(srcdir)/'`backend/APT/abundanceParser.cpp
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-1831-
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-1832-backend/APT/3Depict-abundanceParser.obj: backend/APT/abundanceParser.cpp
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in:1833:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -MT backend/APT/3Depict-abundanceParser.obj -MD -MP -MF backend/APT/$(DEPDIR)/3Depict-abundanceParser.Tpo -c -o backend/APT/3Depict-abundanceParser.obj `if test -f 'backend/APT/abundanceParser.cpp'; then $(CYGPATH_W) 'backend/APT/abundanceParser.cpp'; else $(CYGPATH_W) '$(srcdir)/backend/APT/abundanceParser.cpp'; fi`
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-1834-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) backend/APT/$(DEPDIR)/3Depict-abundanceParser.Tpo backend/APT/$(DEPDIR)/3Depict-abundanceParser.Po
##############################################
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-1836-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in:1837:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -c -o backend/APT/3Depict-abundanceParser.obj `if test -f 'backend/APT/abundanceParser.cpp'; then $(CYGPATH_W) 'backend/APT/abundanceParser.cpp'; else $(CYGPATH_W) '$(srcdir)/backend/APT/abundanceParser.cpp'; fi`
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-1838-
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-1839-backend/APT/3Depict-vtk.o: backend/APT/vtk.cpp
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in:1840:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -MT backend/APT/3Depict-vtk.o -MD -MP -MF backend/APT/$(DEPDIR)/3Depict-vtk.Tpo -c -o backend/APT/3Depict-vtk.o `test -f 'backend/APT/vtk.cpp' || echo '$(srcdir)/'`backend/APT/vtk.cpp
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-1841-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) backend/APT/$(DEPDIR)/3Depict-vtk.Tpo backend/APT/$(DEPDIR)/3Depict-vtk.Po
##############################################
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-1843-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in:1844:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -c -o backend/APT/3Depict-vtk.o `test -f 'backend/APT/vtk.cpp' || echo '$(srcdir)/'`backend/APT/vtk.cpp
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-1845-
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-1846-backend/APT/3Depict-vtk.obj: backend/APT/vtk.cpp
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in:1847:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -MT backend/APT/3Depict-vtk.obj -MD -MP -MF backend/APT/$(DEPDIR)/3Depict-vtk.Tpo -c -o backend/APT/3Depict-vtk.obj `if test -f 'backend/APT/vtk.cpp'; then $(CYGPATH_W) 'backend/APT/vtk.cpp'; else $(CYGPATH_W) '$(srcdir)/backend/APT/vtk.cpp'; fi`
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-1848-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) backend/APT/$(DEPDIR)/3Depict-vtk.Tpo backend/APT/$(DEPDIR)/3Depict-vtk.Po
##############################################
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-1850-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in:1851:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -c -o backend/APT/3Depict-vtk.obj `if test -f 'backend/APT/vtk.cpp'; then $(CYGPATH_W) 'backend/APT/vtk.cpp'; else $(CYGPATH_W) '$(srcdir)/backend/APT/vtk.cpp'; fi`
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-1852-
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-1853-backend/APT/3Depict-3DapReader.o: backend/APT/3DapReader.cpp
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in:1854:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -MT backend/APT/3Depict-3DapReader.o -MD -MP -MF backend/APT/$(DEPDIR)/3Depict-3DapReader.Tpo -c -o backend/APT/3Depict-3DapReader.o `test -f 'backend/APT/3DapReader.cpp' || echo '$(srcdir)/'`backend/APT/3DapReader.cpp
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-1855-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) backend/APT/$(DEPDIR)/3Depict-3DapReader.Tpo backend/APT/$(DEPDIR)/3Depict-3DapReader.Po
##############################################
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-1857-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in:1858:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -c -o backend/APT/3Depict-3DapReader.o `test -f 'backend/APT/3DapReader.cpp' || echo '$(srcdir)/'`backend/APT/3DapReader.cpp
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-1859-
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-1860-backend/APT/3Depict-3DapReader.obj: backend/APT/3DapReader.cpp
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in:1861:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -MT backend/APT/3Depict-3DapReader.obj -MD -MP -MF backend/APT/$(DEPDIR)/3Depict-3DapReader.Tpo -c -o backend/APT/3Depict-3DapReader.obj `if test -f 'backend/APT/3DapReader.cpp'; then $(CYGPATH_W) 'backend/APT/3DapReader.cpp'; else $(CYGPATH_W) '$(srcdir)/backend/APT/3DapReader.cpp'; fi`
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-1862-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) backend/APT/$(DEPDIR)/3Depict-3DapReader.Tpo backend/APT/$(DEPDIR)/3Depict-3DapReader.Po
##############################################
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-1864-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in:1865:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -c -o backend/APT/3Depict-3DapReader.obj `if test -f 'backend/APT/3DapReader.cpp'; then $(CYGPATH_W) 'backend/APT/3DapReader.cpp'; else $(CYGPATH_W) '$(srcdir)/backend/APT/3DapReader.cpp'; fi`
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-1866-
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-1867-backend/filters/algorithms/3Depict-K3DTree.o: backend/filters/algorithms/K3DTree.cpp
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in:1868:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -MT backend/filters/algorithms/3Depict-K3DTree.o -MD -MP -MF backend/filters/algorithms/$(DEPDIR)/3Depict-K3DTree.Tpo -c -o backend/filters/algorithms/3Depict-K3DTree.o `test -f 'backend/filters/algorithms/K3DTree.cpp' || echo '$(srcdir)/'`backend/filters/algorithms/K3DTree.cpp
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-1869-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) backend/filters/algorithms/$(DEPDIR)/3Depict-K3DTree.Tpo backend/filters/algorithms/$(DEPDIR)/3Depict-K3DTree.Po
##############################################
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-1871-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in:1872:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -c -o backend/filters/algorithms/3Depict-K3DTree.o `test -f 'backend/filters/algorithms/K3DTree.cpp' || echo '$(srcdir)/'`backend/filters/algorithms/K3DTree.cpp
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-1873-
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-1874-backend/filters/algorithms/3Depict-K3DTree.obj: backend/filters/algorithms/K3DTree.cpp
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in:1875:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -MT backend/filters/algorithms/3Depict-K3DTree.obj -MD -MP -MF backend/filters/algorithms/$(DEPDIR)/3Depict-K3DTree.Tpo -c -o backend/filters/algorithms/3Depict-K3DTree.obj `if test -f 'backend/filters/algorithms/K3DTree.cpp'; then $(CYGPATH_W) 'backend/filters/algorithms/K3DTree.cpp'; else $(CYGPATH_W) '$(srcdir)/backend/filters/algorithms/K3DTree.cpp'; fi`
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-1876-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) backend/filters/algorithms/$(DEPDIR)/3Depict-K3DTree.Tpo backend/filters/algorithms/$(DEPDIR)/3Depict-K3DTree.Po
##############################################
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-1878-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in:1879:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -c -o backend/filters/algorithms/3Depict-K3DTree.obj `if test -f 'backend/filters/algorithms/K3DTree.cpp'; then $(CYGPATH_W) 'backend/filters/algorithms/K3DTree.cpp'; else $(CYGPATH_W) '$(srcdir)/backend/filters/algorithms/K3DTree.cpp'; fi`
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-1880-
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-1881-backend/filters/algorithms/3Depict-K3DTree-mk2.o: backend/filters/algorithms/K3DTree-mk2.cpp
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in:1882:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -MT backend/filters/algorithms/3Depict-K3DTree-mk2.o -MD -MP -MF backend/filters/algorithms/$(DEPDIR)/3Depict-K3DTree-mk2.Tpo -c -o backend/filters/algorithms/3Depict-K3DTree-mk2.o `test -f 'backend/filters/algorithms/K3DTree-mk2.cpp' || echo '$(srcdir)/'`backend/filters/algorithms/K3DTree-mk2.cpp
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-1883-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) backend/filters/algorithms/$(DEPDIR)/3Depict-K3DTree-mk2.Tpo backend/filters/algorithms/$(DEPDIR)/3Depict-K3DTree-mk2.Po
##############################################
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-1885-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in:1886:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -c -o backend/filters/algorithms/3Depict-K3DTree-mk2.o `test -f 'backend/filters/algorithms/K3DTree-mk2.cpp' || echo '$(srcdir)/'`backend/filters/algorithms/K3DTree-mk2.cpp
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-1887-
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-1888-backend/filters/algorithms/3Depict-K3DTree-mk2.obj: backend/filters/algorithms/K3DTree-mk2.cpp
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in:1889:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -MT backend/filters/algorithms/3Depict-K3DTree-mk2.obj -MD -MP -MF backend/filters/algorithms/$(DEPDIR)/3Depict-K3DTree-mk2.Tpo -c -o backend/filters/algorithms/3Depict-K3DTree-mk2.obj `if test -f 'backend/filters/algorithms/K3DTree-mk2.cpp'; then $(CYGPATH_W) 'backend/filters/algorithms/K3DTree-mk2.cpp'; else $(CYGPATH_W) '$(srcdir)/backend/filters/algorithms/K3DTree-mk2.cpp'; fi`
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-1890-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) backend/filters/algorithms/$(DEPDIR)/3Depict-K3DTree-mk2.Tpo backend/filters/algorithms/$(DEPDIR)/3Depict-K3DTree-mk2.Po
##############################################
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-1892-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in:1893:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -c -o backend/filters/algorithms/3Depict-K3DTree-mk2.obj `if test -f 'backend/filters/algorithms/K3DTree-mk2.cpp'; then $(CYGPATH_W) 'backend/filters/algorithms/K3DTree-mk2.cpp'; else $(CYGPATH_W) '$(srcdir)/backend/filters/algorithms/K3DTree-mk2.cpp'; fi`
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-1894-
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-1895-backend/3Depict-filter.o: backend/filter.cpp
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in:1896:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -MT backend/3Depict-filter.o -MD -MP -MF backend/$(DEPDIR)/3Depict-filter.Tpo -c -o backend/3Depict-filter.o `test -f 'backend/filter.cpp' || echo '$(srcdir)/'`backend/filter.cpp
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-1897-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) backend/$(DEPDIR)/3Depict-filter.Tpo backend/$(DEPDIR)/3Depict-filter.Po
##############################################
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-1899-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in:1900:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -c -o backend/3Depict-filter.o `test -f 'backend/filter.cpp' || echo '$(srcdir)/'`backend/filter.cpp
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-1901-
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-1902-backend/3Depict-filter.obj: backend/filter.cpp
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in:1903:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -MT backend/3Depict-filter.obj -MD -MP -MF backend/$(DEPDIR)/3Depict-filter.Tpo -c -o backend/3Depict-filter.obj `if test -f 'backend/filter.cpp'; then $(CYGPATH_W) 'backend/filter.cpp'; else $(CYGPATH_W) '$(srcdir)/backend/filter.cpp'; fi`
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-1904-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) backend/$(DEPDIR)/3Depict-filter.Tpo backend/$(DEPDIR)/3Depict-filter.Po
##############################################
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-1906-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in:1907:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -c -o backend/3Depict-filter.obj `if test -f 'backend/filter.cpp'; then $(CYGPATH_W) 'backend/filter.cpp'; else $(CYGPATH_W) '$(srcdir)/backend/filter.cpp'; fi`
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-1908-
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-1909-backend/filters/algorithms/3Depict-spatial.o: backend/filters/algorithms/spatial.cpp
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in:1910:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -MT backend/filters/algorithms/3Depict-spatial.o -MD -MP -MF backend/filters/algorithms/$(DEPDIR)/3Depict-spatial.Tpo -c -o backend/filters/algorithms/3Depict-spatial.o `test -f 'backend/filters/algorithms/spatial.cpp' || echo '$(srcdir)/'`backend/filters/algorithms/spatial.cpp
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-1911-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) backend/filters/algorithms/$(DEPDIR)/3Depict-spatial.Tpo backend/filters/algorithms/$(DEPDIR)/3Depict-spatial.Po
##############################################
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-1913-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in:1914:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -c -o backend/filters/algorithms/3Depict-spatial.o `test -f 'backend/filters/algorithms/spatial.cpp' || echo '$(srcdir)/'`backend/filters/algorithms/spatial.cpp
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-1915-
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-1916-backend/filters/algorithms/3Depict-spatial.obj: backend/filters/algorithms/spatial.cpp
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in:1917:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -MT backend/filters/algorithms/3Depict-spatial.obj -MD -MP -MF backend/filters/algorithms/$(DEPDIR)/3Depict-spatial.Tpo -c -o backend/filters/algorithms/3Depict-spatial.obj `if test -f 'backend/filters/algorithms/spatial.cpp'; then $(CYGPATH_W) 'backend/filters/algorithms/spatial.cpp'; else $(CYGPATH_W) '$(srcdir)/backend/filters/algorithms/spatial.cpp'; fi`
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-1918-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) backend/filters/algorithms/$(DEPDIR)/3Depict-spatial.Tpo backend/filters/algorithms/$(DEPDIR)/3Depict-spatial.Po
##############################################
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-1920-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in:1921:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -c -o backend/filters/algorithms/3Depict-spatial.obj `if test -f 'backend/filters/algorithms/spatial.cpp'; then $(CYGPATH_W) 'backend/filters/algorithms/spatial.cpp'; else $(CYGPATH_W) '$(srcdir)/backend/filters/algorithms/spatial.cpp'; fi`
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-1922-
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-1923-backend/3Depict-viscontrol.o: backend/viscontrol.cpp
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in:1924:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -MT backend/3Depict-viscontrol.o -MD -MP -MF backend/$(DEPDIR)/3Depict-viscontrol.Tpo -c -o backend/3Depict-viscontrol.o `test -f 'backend/viscontrol.cpp' || echo '$(srcdir)/'`backend/viscontrol.cpp
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-1925-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) backend/$(DEPDIR)/3Depict-viscontrol.Tpo backend/$(DEPDIR)/3Depict-viscontrol.Po
##############################################
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-1927-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in:1928:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -c -o backend/3Depict-viscontrol.o `test -f 'backend/viscontrol.cpp' || echo '$(srcdir)/'`backend/viscontrol.cpp
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-1929-
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-1930-backend/3Depict-viscontrol.obj: backend/viscontrol.cpp
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in:1931:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -MT backend/3Depict-viscontrol.obj -MD -MP -MF backend/$(DEPDIR)/3Depict-viscontrol.Tpo -c -o backend/3Depict-viscontrol.obj `if test -f 'backend/viscontrol.cpp'; then $(CYGPATH_W) 'backend/viscontrol.cpp'; else $(CYGPATH_W) '$(srcdir)/backend/viscontrol.cpp'; fi`
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-1932-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) backend/$(DEPDIR)/3Depict-viscontrol.Tpo backend/$(DEPDIR)/3Depict-viscontrol.Po
##############################################
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-1934-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in:1935:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -c -o backend/3Depict-viscontrol.obj `if test -f 'backend/viscontrol.cpp'; then $(CYGPATH_W) 'backend/viscontrol.cpp'; else $(CYGPATH_W) '$(srcdir)/backend/viscontrol.cpp'; fi`
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-1936-
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-1937-backend/3Depict-state.o: backend/state.cpp
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in:1938:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -MT backend/3Depict-state.o -MD -MP -MF backend/$(DEPDIR)/3Depict-state.Tpo -c -o backend/3Depict-state.o `test -f 'backend/state.cpp' || echo '$(srcdir)/'`backend/state.cpp
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-1939-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) backend/$(DEPDIR)/3Depict-state.Tpo backend/$(DEPDIR)/3Depict-state.Po
##############################################
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-1941-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in:1942:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -c -o backend/3Depict-state.o `test -f 'backend/state.cpp' || echo '$(srcdir)/'`backend/state.cpp
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-1943-
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-1944-backend/3Depict-state.obj: backend/state.cpp
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in:1945:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -MT backend/3Depict-state.obj -MD -MP -MF backend/$(DEPDIR)/3Depict-state.Tpo -c -o backend/3Depict-state.obj `if test -f 'backend/state.cpp'; then $(CYGPATH_W) 'backend/state.cpp'; else $(CYGPATH_W) '$(srcdir)/backend/state.cpp'; fi`
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-1946-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) backend/$(DEPDIR)/3Depict-state.Tpo backend/$(DEPDIR)/3Depict-state.Po
##############################################
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-1948-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in:1949:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -c -o backend/3Depict-state.obj `if test -f 'backend/state.cpp'; then $(CYGPATH_W) 'backend/state.cpp'; else $(CYGPATH_W) '$(srcdir)/backend/state.cpp'; fi`
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-1950-
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-1951-backend/3Depict-plot.o: backend/plot.cpp
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in:1952:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -MT backend/3Depict-plot.o -MD -MP -MF backend/$(DEPDIR)/3Depict-plot.Tpo -c -o backend/3Depict-plot.o `test -f 'backend/plot.cpp' || echo '$(srcdir)/'`backend/plot.cpp
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-1953-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) backend/$(DEPDIR)/3Depict-plot.Tpo backend/$(DEPDIR)/3Depict-plot.Po
##############################################
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-1955-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in:1956:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -c -o backend/3Depict-plot.o `test -f 'backend/plot.cpp' || echo '$(srcdir)/'`backend/plot.cpp
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-1957-
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-1958-backend/3Depict-plot.obj: backend/plot.cpp
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in:1959:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -MT backend/3Depict-plot.obj -MD -MP -MF backend/$(DEPDIR)/3Depict-plot.Tpo -c -o backend/3Depict-plot.obj `if test -f 'backend/plot.cpp'; then $(CYGPATH_W) 'backend/plot.cpp'; else $(CYGPATH_W) '$(srcdir)/backend/plot.cpp'; fi`
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-1960-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) backend/$(DEPDIR)/3Depict-plot.Tpo backend/$(DEPDIR)/3Depict-plot.Po
##############################################
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-1962-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in:1963:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -c -o backend/3Depict-plot.obj `if test -f 'backend/plot.cpp'; then $(CYGPATH_W) 'backend/plot.cpp'; else $(CYGPATH_W) '$(srcdir)/backend/plot.cpp'; fi`
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-1964-
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-1965-backend/3Depict-configFile.o: backend/configFile.cpp
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in:1966:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -MT backend/3Depict-configFile.o -MD -MP -MF backend/$(DEPDIR)/3Depict-configFile.Tpo -c -o backend/3Depict-configFile.o `test -f 'backend/configFile.cpp' || echo '$(srcdir)/'`backend/configFile.cpp
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-1967-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) backend/$(DEPDIR)/3Depict-configFile.Tpo backend/$(DEPDIR)/3Depict-configFile.Po
##############################################
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-1969-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in:1970:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -c -o backend/3Depict-configFile.o `test -f 'backend/configFile.cpp' || echo '$(srcdir)/'`backend/configFile.cpp
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-1971-
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-1972-backend/3Depict-configFile.obj: backend/configFile.cpp
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in:1973:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -MT backend/3Depict-configFile.obj -MD -MP -MF backend/$(DEPDIR)/3Depict-configFile.Tpo -c -o backend/3Depict-configFile.obj `if test -f 'backend/configFile.cpp'; then $(CYGPATH_W) 'backend/configFile.cpp'; else $(CYGPATH_W) '$(srcdir)/backend/configFile.cpp'; fi`
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-1974-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) backend/$(DEPDIR)/3Depict-configFile.Tpo backend/$(DEPDIR)/3Depict-configFile.Po
##############################################
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-1976-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in:1977:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -c -o backend/3Depict-configFile.obj `if test -f 'backend/configFile.cpp'; then $(CYGPATH_W) 'backend/configFile.cpp'; else $(CYGPATH_W) '$(srcdir)/backend/configFile.cpp'; fi`
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-1978-
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-1979-backend/APT/3Depict-ionMapFile.o: backend/APT/ionMapFile.cpp
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in:1980:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -MT backend/APT/3Depict-ionMapFile.o -MD -MP -MF backend/APT/$(DEPDIR)/3Depict-ionMapFile.Tpo -c -o backend/APT/3Depict-ionMapFile.o `test -f 'backend/APT/ionMapFile.cpp' || echo '$(srcdir)/'`backend/APT/ionMapFile.cpp
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-1981-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) backend/APT/$(DEPDIR)/3Depict-ionMapFile.Tpo backend/APT/$(DEPDIR)/3Depict-ionMapFile.Po
##############################################
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-1983-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in:1984:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -c -o backend/APT/3Depict-ionMapFile.o `test -f 'backend/APT/ionMapFile.cpp' || echo '$(srcdir)/'`backend/APT/ionMapFile.cpp
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-1985-
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-1986-backend/APT/3Depict-ionMapFile.obj: backend/APT/ionMapFile.cpp
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in:1987:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -MT backend/APT/3Depict-ionMapFile.obj -MD -MP -MF backend/APT/$(DEPDIR)/3Depict-ionMapFile.Tpo -c -o backend/APT/3Depict-ionMapFile.obj `if test -f 'backend/APT/ionMapFile.cpp'; then $(CYGPATH_W) 'backend/APT/ionMapFile.cpp'; else $(CYGPATH_W) '$(srcdir)/backend/APT/ionMapFile.cpp'; fi`
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-1988-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) backend/APT/$(DEPDIR)/3Depict-ionMapFile.Tpo backend/APT/$(DEPDIR)/3Depict-ionMapFile.Po
##############################################
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-1990-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in:1991:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -c -o backend/APT/3Depict-ionMapFile.obj `if test -f 'backend/APT/ionMapFile.cpp'; then $(CYGPATH_W) 'backend/APT/ionMapFile.cpp'; else $(CYGPATH_W) '$(srcdir)/backend/APT/ionMapFile.cpp'; fi`
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-1992-
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-1993-gl/3Depict-scene.o: gl/scene.cpp
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in:1994:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -MT gl/3Depict-scene.o -MD -MP -MF gl/$(DEPDIR)/3Depict-scene.Tpo -c -o gl/3Depict-scene.o `test -f 'gl/scene.cpp' || echo '$(srcdir)/'`gl/scene.cpp
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-1995-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) gl/$(DEPDIR)/3Depict-scene.Tpo gl/$(DEPDIR)/3Depict-scene.Po
##############################################
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-1997-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in:1998:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -c -o gl/3Depict-scene.o `test -f 'gl/scene.cpp' || echo '$(srcdir)/'`gl/scene.cpp
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-1999-
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-2000-gl/3Depict-scene.obj: gl/scene.cpp
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in:2001:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -MT gl/3Depict-scene.obj -MD -MP -MF gl/$(DEPDIR)/3Depict-scene.Tpo -c -o gl/3Depict-scene.obj `if test -f 'gl/scene.cpp'; then $(CYGPATH_W) 'gl/scene.cpp'; else $(CYGPATH_W) '$(srcdir)/gl/scene.cpp'; fi`
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-2002-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) gl/$(DEPDIR)/3Depict-scene.Tpo gl/$(DEPDIR)/3Depict-scene.Po
##############################################
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-2004-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in:2005:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -c -o gl/3Depict-scene.obj `if test -f 'gl/scene.cpp'; then $(CYGPATH_W) 'gl/scene.cpp'; else $(CYGPATH_W) '$(srcdir)/gl/scene.cpp'; fi`
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-2006-
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-2007-gl/3Depict-drawables.o: gl/drawables.cpp
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in:2008:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -MT gl/3Depict-drawables.o -MD -MP -MF gl/$(DEPDIR)/3Depict-drawables.Tpo -c -o gl/3Depict-drawables.o `test -f 'gl/drawables.cpp' || echo '$(srcdir)/'`gl/drawables.cpp
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-2009-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) gl/$(DEPDIR)/3Depict-drawables.Tpo gl/$(DEPDIR)/3Depict-drawables.Po
##############################################
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-2011-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in:2012:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -c -o gl/3Depict-drawables.o `test -f 'gl/drawables.cpp' || echo '$(srcdir)/'`gl/drawables.cpp
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-2013-
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-2014-gl/3Depict-drawables.obj: gl/drawables.cpp
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in:2015:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -MT gl/3Depict-drawables.obj -MD -MP -MF gl/$(DEPDIR)/3Depict-drawables.Tpo -c -o gl/3Depict-drawables.obj `if test -f 'gl/drawables.cpp'; then $(CYGPATH_W) 'gl/drawables.cpp'; else $(CYGPATH_W) '$(srcdir)/gl/drawables.cpp'; fi`
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-2016-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) gl/$(DEPDIR)/3Depict-drawables.Tpo gl/$(DEPDIR)/3Depict-drawables.Po
##############################################
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-2018-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in:2019:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -c -o gl/3Depict-drawables.obj `if test -f 'gl/drawables.cpp'; then $(CYGPATH_W) 'gl/drawables.cpp'; else $(CYGPATH_W) '$(srcdir)/gl/drawables.cpp'; fi`
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-2020-
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-2021-gl/3Depict-effect.o: gl/effect.cpp
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in:2022:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -MT gl/3Depict-effect.o -MD -MP -MF gl/$(DEPDIR)/3Depict-effect.Tpo -c -o gl/3Depict-effect.o `test -f 'gl/effect.cpp' || echo '$(srcdir)/'`gl/effect.cpp
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-2023-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) gl/$(DEPDIR)/3Depict-effect.Tpo gl/$(DEPDIR)/3Depict-effect.Po
##############################################
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-2025-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in:2026:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -c -o gl/3Depict-effect.o `test -f 'gl/effect.cpp' || echo '$(srcdir)/'`gl/effect.cpp
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-2027-
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-2028-gl/3Depict-effect.obj: gl/effect.cpp
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in:2029:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -MT gl/3Depict-effect.obj -MD -MP -MF gl/$(DEPDIR)/3Depict-effect.Tpo -c -o gl/3Depict-effect.obj `if test -f 'gl/effect.cpp'; then $(CYGPATH_W) 'gl/effect.cpp'; else $(CYGPATH_W) '$(srcdir)/gl/effect.cpp'; fi`
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-2030-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) gl/$(DEPDIR)/3Depict-effect.Tpo gl/$(DEPDIR)/3Depict-effect.Po
##############################################
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-2032-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in:2033:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -c -o gl/3Depict-effect.obj `if test -f 'gl/effect.cpp'; then $(CYGPATH_W) 'gl/effect.cpp'; else $(CYGPATH_W) '$(srcdir)/gl/effect.cpp'; fi`
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-2034-
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-2035-gl/3Depict-textures.o: gl/textures.cpp
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in:2036:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -MT gl/3Depict-textures.o -MD -MP -MF gl/$(DEPDIR)/3Depict-textures.Tpo -c -o gl/3Depict-textures.o `test -f 'gl/textures.cpp' || echo '$(srcdir)/'`gl/textures.cpp
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-2037-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) gl/$(DEPDIR)/3Depict-textures.Tpo gl/$(DEPDIR)/3Depict-textures.Po
##############################################
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-2039-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in:2040:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -c -o gl/3Depict-textures.o `test -f 'gl/textures.cpp' || echo '$(srcdir)/'`gl/textures.cpp
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-2041-
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-2042-gl/3Depict-textures.obj: gl/textures.cpp
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in:2043:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -MT gl/3Depict-textures.obj -MD -MP -MF gl/$(DEPDIR)/3Depict-textures.Tpo -c -o gl/3Depict-textures.obj `if test -f 'gl/textures.cpp'; then $(CYGPATH_W) 'gl/textures.cpp'; else $(CYGPATH_W) '$(srcdir)/gl/textures.cpp'; fi`
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-2044-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) gl/$(DEPDIR)/3Depict-textures.Tpo gl/$(DEPDIR)/3Depict-textures.Po
##############################################
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-2046-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in:2047:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -c -o gl/3Depict-textures.obj `if test -f 'gl/textures.cpp'; then $(CYGPATH_W) 'gl/textures.cpp'; else $(CYGPATH_W) '$(srcdir)/gl/textures.cpp'; fi`
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-2048-
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-2049-gl/3Depict-select.o: gl/select.cpp
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in:2050:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -MT gl/3Depict-select.o -MD -MP -MF gl/$(DEPDIR)/3Depict-select.Tpo -c -o gl/3Depict-select.o `test -f 'gl/select.cpp' || echo '$(srcdir)/'`gl/select.cpp
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-2051-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) gl/$(DEPDIR)/3Depict-select.Tpo gl/$(DEPDIR)/3Depict-select.Po
##############################################
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-2053-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in:2054:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -c -o gl/3Depict-select.o `test -f 'gl/select.cpp' || echo '$(srcdir)/'`gl/select.cpp
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-2055-
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-2056-gl/3Depict-select.obj: gl/select.cpp
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in:2057:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -MT gl/3Depict-select.obj -MD -MP -MF gl/$(DEPDIR)/3Depict-select.Tpo -c -o gl/3Depict-select.obj `if test -f 'gl/select.cpp'; then $(CYGPATH_W) 'gl/select.cpp'; else $(CYGPATH_W) '$(srcdir)/gl/select.cpp'; fi`
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-2058-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) gl/$(DEPDIR)/3Depict-select.Tpo gl/$(DEPDIR)/3Depict-select.Po
##############################################
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-2060-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in:2061:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -c -o gl/3Depict-select.obj `if test -f 'gl/select.cpp'; then $(CYGPATH_W) 'gl/select.cpp'; else $(CYGPATH_W) '$(srcdir)/gl/select.cpp'; fi`
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-2062-
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-2063-gl/3Depict-cameras.o: gl/cameras.cpp
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in:2064:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -MT gl/3Depict-cameras.o -MD -MP -MF gl/$(DEPDIR)/3Depict-cameras.Tpo -c -o gl/3Depict-cameras.o `test -f 'gl/cameras.cpp' || echo '$(srcdir)/'`gl/cameras.cpp
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-2065-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) gl/$(DEPDIR)/3Depict-cameras.Tpo gl/$(DEPDIR)/3Depict-cameras.Po
##############################################
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-2067-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in:2068:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -c -o gl/3Depict-cameras.o `test -f 'gl/cameras.cpp' || echo '$(srcdir)/'`gl/cameras.cpp
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-2069-
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-2070-gl/3Depict-cameras.obj: gl/cameras.cpp
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in:2071:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -MT gl/3Depict-cameras.obj -MD -MP -MF gl/$(DEPDIR)/3Depict-cameras.Tpo -c -o gl/3Depict-cameras.obj `if test -f 'gl/cameras.cpp'; then $(CYGPATH_W) 'gl/cameras.cpp'; else $(CYGPATH_W) '$(srcdir)/gl/cameras.cpp'; fi`
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-2072-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) gl/$(DEPDIR)/3Depict-cameras.Tpo gl/$(DEPDIR)/3Depict-cameras.Po
##############################################
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-2074-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in:2075:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -c -o gl/3Depict-cameras.obj `if test -f 'gl/cameras.cpp'; then $(CYGPATH_W) 'gl/cameras.cpp'; else $(CYGPATH_W) '$(srcdir)/gl/cameras.cpp'; fi`
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-2076-
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-2077-gl/3Depict-isoSurface.o: gl/isoSurface.cpp
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in:2078:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -MT gl/3Depict-isoSurface.o -MD -MP -MF gl/$(DEPDIR)/3Depict-isoSurface.Tpo -c -o gl/3Depict-isoSurface.o `test -f 'gl/isoSurface.cpp' || echo '$(srcdir)/'`gl/isoSurface.cpp
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-2079-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) gl/$(DEPDIR)/3Depict-isoSurface.Tpo gl/$(DEPDIR)/3Depict-isoSurface.Po
##############################################
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-2081-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in:2082:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -c -o gl/3Depict-isoSurface.o `test -f 'gl/isoSurface.cpp' || echo '$(srcdir)/'`gl/isoSurface.cpp
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-2083-
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-2084-gl/3Depict-isoSurface.obj: gl/isoSurface.cpp
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in:2085:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -MT gl/3Depict-isoSurface.obj -MD -MP -MF gl/$(DEPDIR)/3Depict-isoSurface.Tpo -c -o gl/3Depict-isoSurface.obj `if test -f 'gl/isoSurface.cpp'; then $(CYGPATH_W) 'gl/isoSurface.cpp'; else $(CYGPATH_W) '$(srcdir)/gl/isoSurface.cpp'; fi`
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-2086-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) gl/$(DEPDIR)/3Depict-isoSurface.Tpo gl/$(DEPDIR)/3Depict-isoSurface.Po
##############################################
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-2088-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in:2089:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -c -o gl/3Depict-isoSurface.obj `if test -f 'gl/isoSurface.cpp'; then $(CYGPATH_W) 'gl/isoSurface.cpp'; else $(CYGPATH_W) '$(srcdir)/gl/isoSurface.cpp'; fi`
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-2090-
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-2091-gl/3Depict-tr.o: gl/tr.cpp
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in:2092:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -MT gl/3Depict-tr.o -MD -MP -MF gl/$(DEPDIR)/3Depict-tr.Tpo -c -o gl/3Depict-tr.o `test -f 'gl/tr.cpp' || echo '$(srcdir)/'`gl/tr.cpp
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-2093-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) gl/$(DEPDIR)/3Depict-tr.Tpo gl/$(DEPDIR)/3Depict-tr.Po
##############################################
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-2095-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in:2096:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -c -o gl/3Depict-tr.o `test -f 'gl/tr.cpp' || echo '$(srcdir)/'`gl/tr.cpp
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-2097-
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-2098-gl/3Depict-tr.obj: gl/tr.cpp
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in:2099:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -MT gl/3Depict-tr.obj -MD -MP -MF gl/$(DEPDIR)/3Depict-tr.Tpo -c -o gl/3Depict-tr.obj `if test -f 'gl/tr.cpp'; then $(CYGPATH_W) 'gl/tr.cpp'; else $(CYGPATH_W) '$(srcdir)/gl/tr.cpp'; fi`
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-2100-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) gl/$(DEPDIR)/3Depict-tr.Tpo gl/$(DEPDIR)/3Depict-tr.Po
##############################################
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-2102-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in:2103:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -c -o gl/3Depict-tr.obj `if test -f 'gl/tr.cpp'; then $(CYGPATH_W) 'gl/tr.cpp'; else $(CYGPATH_W) '$(srcdir)/gl/tr.cpp'; fi`
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-2104-
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-2105-common/3Depict-stringFuncs.o: common/stringFuncs.cpp
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in:2106:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -MT common/3Depict-stringFuncs.o -MD -MP -MF common/$(DEPDIR)/3Depict-stringFuncs.Tpo -c -o common/3Depict-stringFuncs.o `test -f 'common/stringFuncs.cpp' || echo '$(srcdir)/'`common/stringFuncs.cpp
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-2107-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) common/$(DEPDIR)/3Depict-stringFuncs.Tpo common/$(DEPDIR)/3Depict-stringFuncs.Po
##############################################
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-2109-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in:2110:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -c -o common/3Depict-stringFuncs.o `test -f 'common/stringFuncs.cpp' || echo '$(srcdir)/'`common/stringFuncs.cpp
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-2111-
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-2112-common/3Depict-stringFuncs.obj: common/stringFuncs.cpp
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in:2113:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -MT common/3Depict-stringFuncs.obj -MD -MP -MF common/$(DEPDIR)/3Depict-stringFuncs.Tpo -c -o common/3Depict-stringFuncs.obj `if test -f 'common/stringFuncs.cpp'; then $(CYGPATH_W) 'common/stringFuncs.cpp'; else $(CYGPATH_W) '$(srcdir)/common/stringFuncs.cpp'; fi`
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-2114-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) common/$(DEPDIR)/3Depict-stringFuncs.Tpo common/$(DEPDIR)/3Depict-stringFuncs.Po
##############################################
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-2116-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in:2117:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -c -o common/3Depict-stringFuncs.obj `if test -f 'common/stringFuncs.cpp'; then $(CYGPATH_W) 'common/stringFuncs.cpp'; else $(CYGPATH_W) '$(srcdir)/common/stringFuncs.cpp'; fi`
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-2118-
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-2119-common/3Depict-constants.o: common/constants.cpp
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in:2120:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -MT common/3Depict-constants.o -MD -MP -MF common/$(DEPDIR)/3Depict-constants.Tpo -c -o common/3Depict-constants.o `test -f 'common/constants.cpp' || echo '$(srcdir)/'`common/constants.cpp
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-2121-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) common/$(DEPDIR)/3Depict-constants.Tpo common/$(DEPDIR)/3Depict-constants.Po
##############################################
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-2123-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in:2124:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -c -o common/3Depict-constants.o `test -f 'common/constants.cpp' || echo '$(srcdir)/'`common/constants.cpp
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-2125-
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-2126-common/3Depict-constants.obj: common/constants.cpp
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in:2127:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -MT common/3Depict-constants.obj -MD -MP -MF common/$(DEPDIR)/3Depict-constants.Tpo -c -o common/3Depict-constants.obj `if test -f 'common/constants.cpp'; then $(CYGPATH_W) 'common/constants.cpp'; else $(CYGPATH_W) '$(srcdir)/common/constants.cpp'; fi`
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-2128-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) common/$(DEPDIR)/3Depict-constants.Tpo common/$(DEPDIR)/3Depict-constants.Po
##############################################
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-2130-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in:2131:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -c -o common/3Depict-constants.obj `if test -f 'common/constants.cpp'; then $(CYGPATH_W) 'common/constants.cpp'; else $(CYGPATH_W) '$(srcdir)/common/constants.cpp'; fi`
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-2132-
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-2133-common/3Depict-xmlHelper.o: common/xmlHelper.cpp
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in:2134:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -MT common/3Depict-xmlHelper.o -MD -MP -MF common/$(DEPDIR)/3Depict-xmlHelper.Tpo -c -o common/3Depict-xmlHelper.o `test -f 'common/xmlHelper.cpp' || echo '$(srcdir)/'`common/xmlHelper.cpp
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-2135-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) common/$(DEPDIR)/3Depict-xmlHelper.Tpo common/$(DEPDIR)/3Depict-xmlHelper.Po
##############################################
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-2137-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in:2138:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -c -o common/3Depict-xmlHelper.o `test -f 'common/xmlHelper.cpp' || echo '$(srcdir)/'`common/xmlHelper.cpp
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-2139-
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-2140-common/3Depict-xmlHelper.obj: common/xmlHelper.cpp
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in:2141:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -MT common/3Depict-xmlHelper.obj -MD -MP -MF common/$(DEPDIR)/3Depict-xmlHelper.Tpo -c -o common/3Depict-xmlHelper.obj `if test -f 'common/xmlHelper.cpp'; then $(CYGPATH_W) 'common/xmlHelper.cpp'; else $(CYGPATH_W) '$(srcdir)/common/xmlHelper.cpp'; fi`
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-2142-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) common/$(DEPDIR)/3Depict-xmlHelper.Tpo common/$(DEPDIR)/3Depict-xmlHelper.Po
##############################################
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-2144-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in:2145:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -c -o common/3Depict-xmlHelper.obj `if test -f 'common/xmlHelper.cpp'; then $(CYGPATH_W) 'common/xmlHelper.cpp'; else $(CYGPATH_W) '$(srcdir)/common/xmlHelper.cpp'; fi`
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-2146-
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-2147-common/3Depict-colourmap.o: common/colourmap.cpp
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in:2148:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -MT common/3Depict-colourmap.o -MD -MP -MF common/$(DEPDIR)/3Depict-colourmap.Tpo -c -o common/3Depict-colourmap.o `test -f 'common/colourmap.cpp' || echo '$(srcdir)/'`common/colourmap.cpp
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-2149-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) common/$(DEPDIR)/3Depict-colourmap.Tpo common/$(DEPDIR)/3Depict-colourmap.Po
##############################################
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-2151-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in:2152:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -c -o common/3Depict-colourmap.o `test -f 'common/colourmap.cpp' || echo '$(srcdir)/'`common/colourmap.cpp
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-2153-
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-2154-common/3Depict-colourmap.obj: common/colourmap.cpp
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in:2155:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -MT common/3Depict-colourmap.obj -MD -MP -MF common/$(DEPDIR)/3Depict-colourmap.Tpo -c -o common/3Depict-colourmap.obj `if test -f 'common/colourmap.cpp'; then $(CYGPATH_W) 'common/colourmap.cpp'; else $(CYGPATH_W) '$(srcdir)/common/colourmap.cpp'; fi`
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-2156-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) common/$(DEPDIR)/3Depict-colourmap.Tpo common/$(DEPDIR)/3Depict-colourmap.Po
##############################################
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-2158-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in:2159:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -c -o common/3Depict-colourmap.obj `if test -f 'common/colourmap.cpp'; then $(CYGPATH_W) 'common/colourmap.cpp'; else $(CYGPATH_W) '$(srcdir)/common/colourmap.cpp'; fi`
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-2160-
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-2161-common/3Depict-voxels.o: common/voxels.cpp
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in:2162:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -MT common/3Depict-voxels.o -MD -MP -MF common/$(DEPDIR)/3Depict-voxels.Tpo -c -o common/3Depict-voxels.o `test -f 'common/voxels.cpp' || echo '$(srcdir)/'`common/voxels.cpp
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-2163-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) common/$(DEPDIR)/3Depict-voxels.Tpo common/$(DEPDIR)/3Depict-voxels.Po
##############################################
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-2165-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in:2166:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -c -o common/3Depict-voxels.o `test -f 'common/voxels.cpp' || echo '$(srcdir)/'`common/voxels.cpp
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-2167-
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-2168-common/3Depict-voxels.obj: common/voxels.cpp
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in:2169:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -MT common/3Depict-voxels.obj -MD -MP -MF common/$(DEPDIR)/3Depict-voxels.Tpo -c -o common/3Depict-voxels.obj `if test -f 'common/voxels.cpp'; then $(CYGPATH_W) 'common/voxels.cpp'; else $(CYGPATH_W) '$(srcdir)/common/voxels.cpp'; fi`
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-2170-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) common/$(DEPDIR)/3Depict-voxels.Tpo common/$(DEPDIR)/3Depict-voxels.Po
##############################################
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-2172-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in:2173:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -c -o common/3Depict-voxels.obj `if test -f 'common/voxels.cpp'; then $(CYGPATH_W) 'common/voxels.cpp'; else $(CYGPATH_W) '$(srcdir)/common/voxels.cpp'; fi`
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-2174-
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-2175-common/3Depict-mathfuncs.o: common/mathfuncs.cpp
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in:2176:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -MT common/3Depict-mathfuncs.o -MD -MP -MF common/$(DEPDIR)/3Depict-mathfuncs.Tpo -c -o common/3Depict-mathfuncs.o `test -f 'common/mathfuncs.cpp' || echo '$(srcdir)/'`common/mathfuncs.cpp
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-2177-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) common/$(DEPDIR)/3Depict-mathfuncs.Tpo common/$(DEPDIR)/3Depict-mathfuncs.Po
##############################################
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-2179-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in:2180:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -c -o common/3Depict-mathfuncs.o `test -f 'common/mathfuncs.cpp' || echo '$(srcdir)/'`common/mathfuncs.cpp
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-2181-
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-2182-common/3Depict-mathfuncs.obj: common/mathfuncs.cpp
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in:2183:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -MT common/3Depict-mathfuncs.obj -MD -MP -MF common/$(DEPDIR)/3Depict-mathfuncs.Tpo -c -o common/3Depict-mathfuncs.obj `if test -f 'common/mathfuncs.cpp'; then $(CYGPATH_W) 'common/mathfuncs.cpp'; else $(CYGPATH_W) '$(srcdir)/common/mathfuncs.cpp'; fi`
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-2184-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) common/$(DEPDIR)/3Depict-mathfuncs.Tpo common/$(DEPDIR)/3Depict-mathfuncs.Po
##############################################
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-2186-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in:2187:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -c -o common/3Depict-mathfuncs.obj `if test -f 'common/mathfuncs.cpp'; then $(CYGPATH_W) 'common/mathfuncs.cpp'; else $(CYGPATH_W) '$(srcdir)/common/mathfuncs.cpp'; fi`
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-2188-
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-2189-common/3Depict-basics.o: common/basics.cpp
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in:2190:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -MT common/3Depict-basics.o -MD -MP -MF common/$(DEPDIR)/3Depict-basics.Tpo -c -o common/3Depict-basics.o `test -f 'common/basics.cpp' || echo '$(srcdir)/'`common/basics.cpp
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-2191-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) common/$(DEPDIR)/3Depict-basics.Tpo common/$(DEPDIR)/3Depict-basics.Po
##############################################
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-2193-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in:2194:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -c -o common/3Depict-basics.o `test -f 'common/basics.cpp' || echo '$(srcdir)/'`common/basics.cpp
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-2195-
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-2196-common/3Depict-basics.obj: common/basics.cpp
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in:2197:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -MT common/3Depict-basics.obj -MD -MP -MF common/$(DEPDIR)/3Depict-basics.Tpo -c -o common/3Depict-basics.obj `if test -f 'common/basics.cpp'; then $(CYGPATH_W) 'common/basics.cpp'; else $(CYGPATH_W) '$(srcdir)/common/basics.cpp'; fi`
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-2198-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) common/$(DEPDIR)/3Depict-basics.Tpo common/$(DEPDIR)/3Depict-basics.Po
##############################################
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-2200-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in:2201:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -c -o common/3Depict-basics.obj `if test -f 'common/basics.cpp'; then $(CYGPATH_W) 'common/basics.cpp'; else $(CYGPATH_W) '$(srcdir)/common/basics.cpp'; fi`
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-2202-
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-2203-common/3Depict-assertion.o: common/assertion.cpp
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in:2204:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -MT common/3Depict-assertion.o -MD -MP -MF common/$(DEPDIR)/3Depict-assertion.Tpo -c -o common/3Depict-assertion.o `test -f 'common/assertion.cpp' || echo '$(srcdir)/'`common/assertion.cpp
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-2205-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) common/$(DEPDIR)/3Depict-assertion.Tpo common/$(DEPDIR)/3Depict-assertion.Po
##############################################
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-2207-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in:2208:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -c -o common/3Depict-assertion.o `test -f 'common/assertion.cpp' || echo '$(srcdir)/'`common/assertion.cpp
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-2209-
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-2210-common/3Depict-assertion.obj: common/assertion.cpp
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in:2211:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -MT common/3Depict-assertion.obj -MD -MP -MF common/$(DEPDIR)/3Depict-assertion.Tpo -c -o common/3Depict-assertion.obj `if test -f 'common/assertion.cpp'; then $(CYGPATH_W) 'common/assertion.cpp'; else $(CYGPATH_W) '$(srcdir)/common/assertion.cpp'; fi`
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-2212-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) common/$(DEPDIR)/3Depict-assertion.Tpo common/$(DEPDIR)/3Depict-assertion.Po
##############################################
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-2214-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in:2215:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -c -o common/3Depict-assertion.obj `if test -f 'common/assertion.cpp'; then $(CYGPATH_W) 'common/assertion.cpp'; else $(CYGPATH_W) '$(srcdir)/common/assertion.cpp'; fi`
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-2216-
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-2217-common/3Depict-mesh.o: common/mesh.cpp
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in:2218:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -MT common/3Depict-mesh.o -MD -MP -MF common/$(DEPDIR)/3Depict-mesh.Tpo -c -o common/3Depict-mesh.o `test -f 'common/mesh.cpp' || echo '$(srcdir)/'`common/mesh.cpp
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-2219-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) common/$(DEPDIR)/3Depict-mesh.Tpo common/$(DEPDIR)/3Depict-mesh.Po
##############################################
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-2221-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in:2222:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -c -o common/3Depict-mesh.o `test -f 'common/mesh.cpp' || echo '$(srcdir)/'`common/mesh.cpp
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-2223-
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-2224-common/3Depict-mesh.obj: common/mesh.cpp
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in:2225:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -MT common/3Depict-mesh.obj -MD -MP -MF common/$(DEPDIR)/3Depict-mesh.Tpo -c -o common/3Depict-mesh.obj `if test -f 'common/mesh.cpp'; then $(CYGPATH_W) 'common/mesh.cpp'; else $(CYGPATH_W) '$(srcdir)/common/mesh.cpp'; fi`
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-2226-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) common/$(DEPDIR)/3Depict-mesh.Tpo common/$(DEPDIR)/3Depict-mesh.Po
##############################################
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-2228-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in:2229:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -c -o common/3Depict-mesh.obj `if test -f 'common/mesh.cpp'; then $(CYGPATH_W) 'common/mesh.cpp'; else $(CYGPATH_W) '$(srcdir)/common/mesh.cpp'; fi`
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-2230-
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-2231-common/3Depict-gsl_helper.o: common/gsl_helper.cpp
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in:2232:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -MT common/3Depict-gsl_helper.o -MD -MP -MF common/$(DEPDIR)/3Depict-gsl_helper.Tpo -c -o common/3Depict-gsl_helper.o `test -f 'common/gsl_helper.cpp' || echo '$(srcdir)/'`common/gsl_helper.cpp
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-2233-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) common/$(DEPDIR)/3Depict-gsl_helper.Tpo common/$(DEPDIR)/3Depict-gsl_helper.Po
##############################################
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-2235-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in:2236:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -c -o common/3Depict-gsl_helper.o `test -f 'common/gsl_helper.cpp' || echo '$(srcdir)/'`common/gsl_helper.cpp
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-2237-
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-2238-common/3Depict-gsl_helper.obj: common/gsl_helper.cpp
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in:2239:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -MT common/3Depict-gsl_helper.obj -MD -MP -MF common/$(DEPDIR)/3Depict-gsl_helper.Tpo -c -o common/3Depict-gsl_helper.obj `if test -f 'common/gsl_helper.cpp'; then $(CYGPATH_W) 'common/gsl_helper.cpp'; else $(CYGPATH_W) '$(srcdir)/common/gsl_helper.cpp'; fi`
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-2240-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) common/$(DEPDIR)/3Depict-gsl_helper.Tpo common/$(DEPDIR)/3Depict-gsl_helper.Po
##############################################
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-2242-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in:2243:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -c -o common/3Depict-gsl_helper.obj `if test -f 'common/gsl_helper.cpp'; then $(CYGPATH_W) 'common/gsl_helper.cpp'; else $(CYGPATH_W) '$(srcdir)/common/gsl_helper.cpp'; fi`
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-2244-
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-2245-testing/3Depict-mglTesting.o: testing/mglTesting.cpp
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in:2246:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -MT testing/3Depict-mglTesting.o -MD -MP -MF testing/$(DEPDIR)/3Depict-mglTesting.Tpo -c -o testing/3Depict-mglTesting.o `test -f 'testing/mglTesting.cpp' || echo '$(srcdir)/'`testing/mglTesting.cpp
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-2247-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) testing/$(DEPDIR)/3Depict-mglTesting.Tpo testing/$(DEPDIR)/3Depict-mglTesting.Po
##############################################
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-2249-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in:2250:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -c -o testing/3Depict-mglTesting.o `test -f 'testing/mglTesting.cpp' || echo '$(srcdir)/'`testing/mglTesting.cpp
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-2251-
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-2252-testing/3Depict-mglTesting.obj: testing/mglTesting.cpp
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in:2253:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -MT testing/3Depict-mglTesting.obj -MD -MP -MF testing/$(DEPDIR)/3Depict-mglTesting.Tpo -c -o testing/3Depict-mglTesting.obj `if test -f 'testing/mglTesting.cpp'; then $(CYGPATH_W) 'testing/mglTesting.cpp'; else $(CYGPATH_W) '$(srcdir)/testing/mglTesting.cpp'; fi`
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-2254-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) testing/$(DEPDIR)/3Depict-mglTesting.Tpo testing/$(DEPDIR)/3Depict-mglTesting.Po
##############################################
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-2256-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in:2257:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(3Depict_CXXFLAGS) $(CXXFLAGS) -c -o testing/3Depict-mglTesting.obj `if test -f 'testing/mglTesting.cpp'; then $(CYGPATH_W) 'testing/mglTesting.cpp'; else $(CYGPATH_W) '$(srcdir)/testing/mglTesting.cpp'; fi`
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-2258-
##############################################
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-2288-GTAGS:
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in:2289:	here=`$(am__cd) $(top_builddir) && pwd` \
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-2290-	  && $(am__cd) $(top_srcdir) \
##############################################
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-2311-distdir: $(DISTFILES)
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in:2312:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in:2313:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-2314-	list='$(DISTFILES)'; \
##############################################
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-2325-	  if test -d $$d/$$file; then \
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in:2326:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
3depict-0.0.22/.pc/libxml2.patch/src/Makefile.in-2327-	    if test -d "$(distdir)/$$file"; then \
##############################################
3depict-0.0.22/.pc/libxml2.patch/m4/libxml2.m4-42-  else
3depict-0.0.22/.pc/libxml2.patch/m4/libxml2.m4:43:    XML_CPPFLAGS=`$XML2_CONFIG $xml_config_args --cflags`
3depict-0.0.22/.pc/libxml2.patch/m4/libxml2.m4:44:    XML_LIBS=`$XML2_CONFIG $xml_config_args --libs`
3depict-0.0.22/.pc/libxml2.patch/m4/libxml2.m4-45-    xml_config_major_version=`$XML2_CONFIG $xml_config_args --version | \
##############################################
3depict-0.0.22/.pc/qhull-include.patch/configure.ac-48-#Append the --gl-libs flag
3depict-0.0.22/.pc/qhull-include.patch/configure.ac:49:WX_LIBS="$WX_LIBS `$WX_CONFIG_PATH --libs gl,propgrid`"
3depict-0.0.22/.pc/qhull-include.patch/configure.ac-50-
##############################################
3depict-0.0.22/.pc/qhull-include.patch/configure.ac-352-		changequote({,})
3depict-0.0.22/.pc/qhull-include.patch/configure.ac:353:		CFLAGS=`echo "$CFLAGS" | sed -e 's/-O[0-9s]*//g'`
3depict-0.0.22/.pc/qhull-include.patch/configure.ac:354:		CXXFLAGS=`echo "$CXXFLAGS" | sed -e 's/-O[0-9s]*//g'`
3depict-0.0.22/.pc/qhull-include.patch/configure.ac-355-		changequote([,])
##############################################
3depict-0.0.22/Makefile.in-49-  { \
3depict-0.0.22/Makefile.in:50:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
3depict-0.0.22/Makefile.in-51-  }; \
##############################################
3depict-0.0.22/Makefile.in-184-  while test -n "$$dir1"; do \
3depict-0.0.22/Makefile.in:185:    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
3depict-0.0.22/Makefile.in-186-    if test "$$first" != "."; then \
3depict-0.0.22/Makefile.in-187-      if test "$$first" = ".."; then \
3depict-0.0.22/Makefile.in:188:        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
3depict-0.0.22/Makefile.in:189:        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
3depict-0.0.22/Makefile.in-190-      else \
3depict-0.0.22/Makefile.in:191:        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
3depict-0.0.22/Makefile.in-192-        if test "$$first2" = "$$first"; then \
3depict-0.0.22/Makefile.in:193:          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
3depict-0.0.22/Makefile.in-194-        else \
##############################################
3depict-0.0.22/Makefile.in-199-    fi; \
3depict-0.0.22/Makefile.in:200:    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
3depict-0.0.22/Makefile.in-201-  done; \
##############################################
3depict-0.0.22/Makefile.in-416-	dot_seen=no; \
3depict-0.0.22/Makefile.in:417:	target=`echo $@ | sed s/-recursive//`; \
3depict-0.0.22/Makefile.in-418-	case "$@" in \
##############################################
3depict-0.0.22/Makefile.in-479-GTAGS:
3depict-0.0.22/Makefile.in:480:	here=`$(am__cd) $(top_builddir) && pwd` \
3depict-0.0.22/Makefile.in-481-	  && $(am__cd) $(top_srcdir) \
##############################################
3depict-0.0.22/Makefile.in-514-	test -d "$(distdir)" || mkdir "$(distdir)"
3depict-0.0.22/Makefile.in:515:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
3depict-0.0.22/Makefile.in:516:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
3depict-0.0.22/Makefile.in-517-	list='$(DISTFILES)'; \
##############################################
3depict-0.0.22/Makefile.in-528-	  if test -d $$d/$$file; then \
3depict-0.0.22/Makefile.in:529:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
3depict-0.0.22/Makefile.in-530-	    if test -d "$(distdir)/$$file"; then \
##############################################
3depict-0.0.22/Makefile.in-639-	test -d $(distdir)/_build || exit 0; \
3depict-0.0.22/Makefile.in:640:	dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
3depict-0.0.22/Makefile.in-641-	  && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
##############################################
3depict-0.0.22/Makefile.in-683-	}; \
3depict-0.0.22/Makefile.in:684:	test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
3depict-0.0.22/Makefile.in-685-	   || { echo "ERROR: files left after uninstall:" ; \
##############################################
3depict-0.0.22/Makefile.in-695-	fi
3depict-0.0.22/Makefile.in:696:	@test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
3depict-0.0.22/Makefile.in-697-	  || { echo "ERROR: files left in build directory after distclean:" ; \
##############################################
3depict-0.0.22/aclocal.m4-131-    PKG_CHECK_EXISTS([$3],
3depict-0.0.22/aclocal.m4:132:                     [pkg_cv_[]$1=`$PKG_CONFIG --[]$2 "$3" 2>/dev/null`
3depict-0.0.22/aclocal.m4-133-		      test "x$?" != "x0" && pkg_failed=yes ],
##############################################
3depict-0.0.22/aclocal.m4-179-        if test $_pkg_short_errors_supported = yes; then
3depict-0.0.22/aclocal.m4:180:	        $1[]_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "$2" 2>&1`
3depict-0.0.22/aclocal.m4-181-        else 
3depict-0.0.22/aclocal.m4:182:	        $1[]_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "$2" 2>&1`
3depict-0.0.22/aclocal.m4-183-        fi
##############################################
3depict-0.0.22/aclocal.m4-368-# iff we strip the leading $srcdir from $ac_aux_dir.  That would be:
3depict-0.0.22/aclocal.m4:369:#   am_aux_dir='\$(top_srcdir)/'`expr "$ac_aux_dir" : "$srcdir//*\(.*\)"`
3depict-0.0.22/aclocal.m4-370-# and then we would define $MISSING as
##############################################
3depict-0.0.22/aclocal.m4-383-# Expand $ac_aux_dir to an absolute path.
3depict-0.0.22/aclocal.m4:384:am_aux_dir=`cd "$ac_aux_dir" && pwd`
3depict-0.0.22/aclocal.m4-385-])
##############################################
3depict-0.0.22/aclocal.m4-481-  if test "$am_compiler_list" = ""; then
3depict-0.0.22/aclocal.m4:482:     am_compiler_list=`sed -n ['s/^#*\([a-zA-Z0-9]*\))$/\1/p'] < ./depcomp`
3depict-0.0.22/aclocal.m4-483-  fi
##############################################
3depict-0.0.22/aclocal.m4-634-    # Strip MF so we end up with the name of the file.
3depict-0.0.22/aclocal.m4:635:    am_mf=`AS_ECHO(["$am_mf"]) | sed -e 's/:.*$//'`
3depict-0.0.22/aclocal.m4-636-    # Check whether this is an Automake generated Makefile which includes
##############################################
3depict-0.0.22/aclocal.m4-641-      || continue
3depict-0.0.22/aclocal.m4:642:    am_dirpart=`AS_DIRNAME(["$am_mf"])`
3depict-0.0.22/aclocal.m4:643:    am_filepart=`AS_BASENAME(["$am_mf"])`
3depict-0.0.22/aclocal.m4-644-    AM_RUN_LOG([cd "$am_dirpart" \
##############################################
3depict-0.0.22/aclocal.m4-709-AC_REQUIRE([AC_PROG_INSTALL])dnl
3depict-0.0.22/aclocal.m4:710:if test "`cd $srcdir && pwd`" != "`pwd`"; then
3depict-0.0.22/aclocal.m4-711-  # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
##############################################
3depict-0.0.22/aclocal.m4-868-    * )
3depict-0.0.22/aclocal.m4:869:      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
3depict-0.0.22/aclocal.m4-870-  esac
3depict-0.0.22/aclocal.m4-871-done
3depict-0.0.22/aclocal.m4:872:echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count])
3depict-0.0.22/aclocal.m4-873-
##############################################
3depict-0.0.22/aclocal.m4-1124-     echo "timestamp, slept: $am_has_slept" > conftest.file
3depict-0.0.22/aclocal.m4:1125:     set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
3depict-0.0.22/aclocal.m4-1126-     if test "$[*]" = "X"; then
3depict-0.0.22/aclocal.m4-1127-	# -L didn't work.
3depict-0.0.22/aclocal.m4:1128:	set X `ls -t "$srcdir/configure" conftest.file`
3depict-0.0.22/aclocal.m4-1129-     fi
##############################################
3depict-0.0.22/configure-43-if test -z "$BASH_VERSION$ZSH_VERSION" \
3depict-0.0.22/configure:44:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
3depict-0.0.22/configure-45-  as_echo='print -r --'
3depict-0.0.22/configure-46-  as_echo_n='print -rn --'
3depict-0.0.22/configure:47:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
3depict-0.0.22/configure-48-  as_echo='printf %s\n'
##############################################
3depict-0.0.22/configure-50-else
3depict-0.0.22/configure:51:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
3depict-0.0.22/configure-52-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
3depict-0.0.22/configure-60-	expr "X$arg" : "X\\(.*\\)$as_nl";
3depict-0.0.22/configure:61:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
3depict-0.0.22/configure-62-      esac;
##############################################
3depict-0.0.22/configure-197-  eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
3depict-0.0.22/configure:198:  test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
3depict-0.0.22/configure-199-test \$(( 1 + 1 )) = 2 || exit 1"
##############################################
3depict-0.0.22/configure-324-      case $as_dir in #(
3depict-0.0.22/configure:325:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
3depict-0.0.22/configure-326-      *) as_qdir=$as_dir;;
##############################################
3depict-0.0.22/configure-397-  {
3depict-0.0.22/configure:398:    as_val=`expr "$@" || test $? -eq 1`
3depict-0.0.22/configure-399-  }
##############################################
3depict-0.0.22/configure-404-# ----------------------------------------
3depict-0.0.22/configure:405:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
3depict-0.0.22/configure-406-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
3depict-0.0.22/configure-467-  eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
3depict-0.0.22/configure:468:  test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
3depict-0.0.22/configure-469-  # Blame Lee E. McMahon (1931-1989) for sed's syntax.  :-)
##############################################
3depict-0.0.22/configure-881-  case $ac_option in
3depict-0.0.22/configure:882:  *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
3depict-0.0.22/configure-883-  *=)   ac_optarg= ;;
##############################################
3depict-0.0.22/configure-925-  -disable-* | --disable-*)
3depict-0.0.22/configure:926:    ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
3depict-0.0.22/configure-927-    # Reject names that are not valid shell variable names.
##############################################
3depict-0.0.22/configure-930-    ac_useropt_orig=$ac_useropt
3depict-0.0.22/configure:931:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
3depict-0.0.22/configure-932-    case $ac_user_opts in
##############################################
3depict-0.0.22/configure-951-  -enable-* | --enable-*)
3depict-0.0.22/configure:952:    ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
3depict-0.0.22/configure-953-    # Reject names that are not valid shell variable names.
##############################################
3depict-0.0.22/configure-956-    ac_useropt_orig=$ac_useropt
3depict-0.0.22/configure:957:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
3depict-0.0.22/configure-958-    case $ac_user_opts in
##############################################
3depict-0.0.22/configure-1164-  -with-* | --with-*)
3depict-0.0.22/configure:1165:    ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
3depict-0.0.22/configure-1166-    # Reject names that are not valid shell variable names.
##############################################
3depict-0.0.22/configure-1169-    ac_useropt_orig=$ac_useropt
3depict-0.0.22/configure:1170:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
3depict-0.0.22/configure-1171-    case $ac_user_opts in
##############################################
3depict-0.0.22/configure-1180-  -without-* | --without-*)
3depict-0.0.22/configure:1181:    ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
3depict-0.0.22/configure-1182-    # Reject names that are not valid shell variable names.
##############################################
3depict-0.0.22/configure-1185-    ac_useropt_orig=$ac_useropt
3depict-0.0.22/configure:1186:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
3depict-0.0.22/configure-1187-    case $ac_user_opts in
##############################################
3depict-0.0.22/configure-1218-  *=*)
3depict-0.0.22/configure:1219:    ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
3depict-0.0.22/configure-1220-    # Reject names that are not valid shell variable names.
##############################################
3depict-0.0.22/configure-1239-if test -n "$ac_prev"; then
3depict-0.0.22/configure:1240:  ac_option=--`echo $ac_prev | sed 's/_/-/g'`
3depict-0.0.22/configure-1241-  as_fn_error $? "missing argument to $ac_option"
##############################################
3depict-0.0.22/configure-1261-    */ )
3depict-0.0.22/configure:1262:      ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
3depict-0.0.22/configure-1263-      eval $ac_var=\$ac_val;;
##############################################
3depict-0.0.22/configure-1296-ac_ls_di=`ls -di .` &&
3depict-0.0.22/configure:1297:ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
3depict-0.0.22/configure-1298-  as_fn_error $? "working directory cannot be determined"
##############################################
3depict-0.0.22/configure-1352-case $srcdir in
3depict-0.0.22/configure:1353:*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
3depict-0.0.22/configure-1354-esac
##############################################
3depict-0.0.22/configure-1395-By default, \`make install' will install all the files in
3depict-0.0.22/configure:1396:\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
3depict-0.0.22/configure:1397:an installation prefix other than \`$ac_default_prefix' using \`--prefix',
3depict-0.0.22/configure-1398-for instance \`--prefix=\$HOME'.
##############################################
3depict-0.0.22/configure-1527-*)
3depict-0.0.22/configure:1528:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
3depict-0.0.22/configure-1529-  # A ".." for each directory in $ac_dir_suffix.
3depict-0.0.22/configure:1530:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
3depict-0.0.22/configure-1531-  case $ac_top_builddir_sub in
##############################################
3depict-0.0.22/configure-2547-    *\'*)
3depict-0.0.22/configure:2548:      ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
3depict-0.0.22/configure-2549-    esac
##############################################
3depict-0.0.22/configure-2630-      case $ac_val in
3depict-0.0.22/configure:2631:      *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
3depict-0.0.22/configure-2632-      esac
##############################################
3depict-0.0.22/configure-2645-	case $ac_val in
3depict-0.0.22/configure:2646:	*\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
3depict-0.0.22/configure-2647-	esac
##############################################
3depict-0.0.22/configure-2765-    set,)
3depict-0.0.22/configure:2766:      { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
3depict-0.0.22/configure:2767:$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
3depict-0.0.22/configure-2768-      ac_cache_corrupted=: ;;
##############################################
3depict-0.0.22/configure-2776-	# differences in whitespace do not lead to failure.
3depict-0.0.22/configure:2777:	ac_old_val_w=`echo x $ac_old_val`
3depict-0.0.22/configure:2778:	ac_new_val_w=`echo x $ac_new_val`
3depict-0.0.22/configure-2779-	if test "$ac_old_val_w" != "$ac_new_val_w"; then
##############################################
3depict-0.0.22/configure-2796-    case $ac_new_val in
3depict-0.0.22/configure:2797:    *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
3depict-0.0.22/configure-2798-    *) ac_arg=$ac_var=$ac_new_val ;;
##############################################
3depict-0.0.22/configure-2971-     echo "timestamp, slept: $am_has_slept" > conftest.file
3depict-0.0.22/configure:2972:     set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
3depict-0.0.22/configure-2973-     if test "$*" = "X"; then
3depict-0.0.22/configure-2974-	# -L didn't work.
3depict-0.0.22/configure:2975:	set X `ls -t "$srcdir/configure" conftest.file`
3depict-0.0.22/configure-2976-     fi
##############################################
3depict-0.0.22/configure-3022-ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
3depict-0.0.22/configure:3023:program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
3depict-0.0.22/configure-3024-
3depict-0.0.22/configure-3025-# Expand $ac_aux_dir to an absolute path.
3depict-0.0.22/configure:3026:am_aux_dir=`cd "$ac_aux_dir" && pwd`
3depict-0.0.22/configure-3027-
##############################################
3depict-0.0.22/configure-3167-	   as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext" || continue
3depict-0.0.22/configure:3168:	   case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
3depict-0.0.22/configure-3169-	     'mkdir (GNU coreutils) '* | \
##############################################
3depict-0.0.22/configure-3240-set x ${MAKE-make}
3depict-0.0.22/configure:3241:ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
3depict-0.0.22/configure-3242-if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then :
##############################################
3depict-0.0.22/configure-3250-# GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
3depict-0.0.22/configure:3251:case `${MAKE-make} -f conftest.make 2>/dev/null` in
3depict-0.0.22/configure-3252-  *@@@%%%=?*=@@@%%%*)
##############################################
3depict-0.0.22/configure-3316-
3depict-0.0.22/configure:3317:if test "`cd $srcdir && pwd`" != "`pwd`"; then
3depict-0.0.22/configure-3318-  # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
##############################################
3depict-0.0.22/configure-3585-$as_echo_n "checking whether the C++ compiler works... " >&6; }
3depict-0.0.22/configure:3586:ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
3depict-0.0.22/configure-3587-
##############################################
3depict-0.0.22/configure-3629-	then :; else
3depict-0.0.22/configure:3630:	   ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
3depict-0.0.22/configure-3631-	fi
##############################################
3depict-0.0.22/configure-3689-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
3depict-0.0.22/configure:3690:    *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
3depict-0.0.22/configure-3691-	  break;;
##############################################
3depict-0.0.22/configure-3798-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
3depict-0.0.22/configure:3799:    *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
3depict-0.0.22/configure-3800-       break;;
##############################################
3depict-0.0.22/configure-4030-  if test "$am_compiler_list" = ""; then
3depict-0.0.22/configure:4031:     am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
3depict-0.0.22/configure-4032-  fi
##############################################
3depict-0.0.22/configure-4756-  if test "$am_compiler_list" = ""; then
3depict-0.0.22/configure:4757:     am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
3depict-0.0.22/configure-4758-  fi
##############################################
3depict-0.0.22/configure-5114-  # Check for GNU $ac_path_GREP
3depict-0.0.22/configure:5115:case `"$ac_path_GREP" --version 2>&1` in
3depict-0.0.22/configure-5116-*GNU*)
##############################################
3depict-0.0.22/configure-5180-  # Check for GNU $ac_path_EGREP
3depict-0.0.22/configure:5181:case `"$ac_path_EGREP" --version 2>&1` in
3depict-0.0.22/configure-5182-*GNU*)
##############################################
3depict-0.0.22/configure-5341-do :
3depict-0.0.22/configure:5342:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
3depict-0.0.22/configure-5343-ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
##############################################
3depict-0.0.22/configure-5346-  cat >>confdefs.h <<_ACEOF
3depict-0.0.22/configure:5347:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
3depict-0.0.22/configure-5348-_ACEOF
##############################################
3depict-0.0.22/configure-5400-test "x$ac_build_alias" = x &&
3depict-0.0.22/configure:5401:  ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
3depict-0.0.22/configure-5402-test "x$ac_build_alias" = x &&
3depict-0.0.22/configure-5403-  as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5
3depict-0.0.22/configure:5404:ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
3depict-0.0.22/configure-5405-  as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
##############################################
3depict-0.0.22/configure-5424-IFS=$ac_save_IFS
3depict-0.0.22/configure:5425:case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
3depict-0.0.22/configure-5426-
##############################################
3depict-0.0.22/configure-5435-else
3depict-0.0.22/configure:5436:  ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
3depict-0.0.22/configure-5437-    as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
##############################################
3depict-0.0.22/configure-5457-IFS=$ac_save_IFS
3depict-0.0.22/configure:5458:case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
3depict-0.0.22/configure-5459-
##############################################
3depict-0.0.22/configure-5585-
3depict-0.0.22/configure:5586:    WX_VERSION=`$WX_CONFIG_WITH_ARGS --version 2>/dev/null`
3depict-0.0.22/configure-5587-    wx_config_major_version=`echo $WX_VERSION | \
##############################################
3depict-0.0.22/configure-5625-$as_echo "yes (version $WX_VERSION)" >&6; }
3depict-0.0.22/configure:5626:      WX_LIBS=`$WX_CONFIG_WITH_ARGS --libs`
3depict-0.0.22/configure-5627-
##############################################
3depict-0.0.22/configure-5629-$as_echo_n "checking for wxWidgets static library... " >&6; }
3depict-0.0.22/configure:5630:      WX_LIBS_STATIC=`$WX_CONFIG_WITH_ARGS --static --libs 2>/dev/null`
3depict-0.0.22/configure-5631-      if test "x$WX_LIBS_STATIC" = "x"; then
##############################################
3depict-0.0.22/configure-5668-      else
3depict-0.0.22/configure:5669:         WX_RESCOMP=`$WX_CONFIG_WITH_ARGS --rescomp`
3depict-0.0.22/configure-5670-      fi
##############################################
3depict-0.0.22/configure-5672-      if test "x$wx_has_cppflags" = x ; then
3depict-0.0.22/configure:5673:                  WX_CFLAGS=`$WX_CONFIG_WITH_ARGS --cflags`
3depict-0.0.22/configure-5674-         WX_CPPFLAGS=$WX_CFLAGS
##############################################
3depict-0.0.22/configure-5679-      else
3depict-0.0.22/configure:5680:                  WX_CPPFLAGS=`$WX_CONFIG_WITH_ARGS --cppflags`
3depict-0.0.22/configure:5681:         WX_CXXFLAGS=`$WX_CONFIG_WITH_ARGS --cxxflags`
3depict-0.0.22/configure:5682:         WX_CFLAGS=`$WX_CONFIG_WITH_ARGS --cflags`
3depict-0.0.22/configure-5683-
3depict-0.0.22/configure:5684:         WX_CFLAGS_ONLY=`echo $WX_CFLAGS | sed "s@^$WX_CPPFLAGS *@@"`
3depict-0.0.22/configure:5685:         WX_CXXFLAGS_ONLY=`echo $WX_CXXFLAGS | sed "s@^$WX_CFLAGS *@@"`
3depict-0.0.22/configure-5686-      fi
##############################################
3depict-0.0.22/configure-5819-
3depict-0.0.22/configure:5820:    WX_VERSION=`$WX_CONFIG_WITH_ARGS --version 2>/dev/null`
3depict-0.0.22/configure-5821-    wx_config_major_version=`echo $WX_VERSION | \
##############################################
3depict-0.0.22/configure-5859-$as_echo "yes (version $WX_VERSION)" >&6; }
3depict-0.0.22/configure:5860:      WX_LIBS=`$WX_CONFIG_WITH_ARGS --libs`
3depict-0.0.22/configure-5861-
##############################################
3depict-0.0.22/configure-5863-$as_echo_n "checking for wxWidgets static library... " >&6; }
3depict-0.0.22/configure:5864:      WX_LIBS_STATIC=`$WX_CONFIG_WITH_ARGS --static --libs 2>/dev/null`
3depict-0.0.22/configure-5865-      if test "x$WX_LIBS_STATIC" = "x"; then
##############################################
3depict-0.0.22/configure-5902-      else
3depict-0.0.22/configure:5903:         WX_RESCOMP=`$WX_CONFIG_WITH_ARGS --rescomp`
3depict-0.0.22/configure-5904-      fi
##############################################
3depict-0.0.22/configure-5906-      if test "x$wx_has_cppflags" = x ; then
3depict-0.0.22/configure:5907:                  WX_CFLAGS=`$WX_CONFIG_WITH_ARGS --cflags`
3depict-0.0.22/configure-5908-         WX_CPPFLAGS=$WX_CFLAGS
##############################################
3depict-0.0.22/configure-5913-      else
3depict-0.0.22/configure:5914:                  WX_CPPFLAGS=`$WX_CONFIG_WITH_ARGS --cppflags`
3depict-0.0.22/configure:5915:         WX_CXXFLAGS=`$WX_CONFIG_WITH_ARGS --cxxflags`
3depict-0.0.22/configure:5916:         WX_CFLAGS=`$WX_CONFIG_WITH_ARGS --cflags`
3depict-0.0.22/configure-5917-
3depict-0.0.22/configure:5918:         WX_CFLAGS_ONLY=`echo $WX_CFLAGS | sed "s@^$WX_CPPFLAGS *@@"`
3depict-0.0.22/configure:5919:         WX_CXXFLAGS_ONLY=`echo $WX_CXXFLAGS | sed "s@^$WX_CFLAGS *@@"`
3depict-0.0.22/configure-5920-      fi
##############################################
3depict-0.0.22/configure-5981-#Append the --gl-libs flag
3depict-0.0.22/configure:5982:WX_LIBS="$WX_LIBS `$WX_CONFIG_PATH --libs gl,propgrid`"
3depict-0.0.22/configure-5983-
##############################################
3depict-0.0.22/configure-6146-  test $ac_status = 0; }; then
3depict-0.0.22/configure:6147:  pkg_cv_XML2_CFLAGS=`$PKG_CONFIG --cflags "libxml-2.0" 2>/dev/null`
3depict-0.0.22/configure-6148-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
3depict-0.0.22/configure-6163-  test $ac_status = 0; }; then
3depict-0.0.22/configure:6164:  pkg_cv_XML2_LIBS=`$PKG_CONFIG --libs "libxml-2.0" 2>/dev/null`
3depict-0.0.22/configure-6165-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
3depict-0.0.22/configure-6184-        if test $_pkg_short_errors_supported = yes; then
3depict-0.0.22/configure:6185:	        XML2_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "libxml-2.0" 2>&1`
3depict-0.0.22/configure-6186-        else
3depict-0.0.22/configure:6187:	        XML2_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "libxml-2.0" 2>&1`
3depict-0.0.22/configure-6188-        fi
##############################################
3depict-0.0.22/configure-6248-  test $ac_status = 0; }; then
3depict-0.0.22/configure:6249:  pkg_cv_FT_CFLAGS=`$PKG_CONFIG --cflags "freetype2" 2>/dev/null`
3depict-0.0.22/configure-6250-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
3depict-0.0.22/configure-6265-  test $ac_status = 0; }; then
3depict-0.0.22/configure:6266:  pkg_cv_FT_LIBS=`$PKG_CONFIG --libs "freetype2" 2>/dev/null`
3depict-0.0.22/configure-6267-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
3depict-0.0.22/configure-6286-        if test $_pkg_short_errors_supported = yes; then
3depict-0.0.22/configure:6287:	        FT_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "freetype2" 2>&1`
3depict-0.0.22/configure-6288-        else
3depict-0.0.22/configure:6289:	        FT_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "freetype2" 2>&1`
3depict-0.0.22/configure-6290-        fi
##############################################
3depict-0.0.22/configure-6470-  test $ac_status = 0; }; then
3depict-0.0.22/configure:6471:  pkg_cv_FT_CFLAGS=`$PKG_CONFIG --cflags "freetype2" 2>/dev/null`
3depict-0.0.22/configure-6472-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
3depict-0.0.22/configure-6487-  test $ac_status = 0; }; then
3depict-0.0.22/configure:6488:  pkg_cv_FT_LIBS=`$PKG_CONFIG --libs "freetype2" 2>/dev/null`
3depict-0.0.22/configure-6489-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
3depict-0.0.22/configure-6508-        if test $_pkg_short_errors_supported = yes; then
3depict-0.0.22/configure:6509:	        FT_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "freetype2" 2>&1`
3depict-0.0.22/configure-6510-        else
3depict-0.0.22/configure:6511:	        FT_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "freetype2" 2>&1`
3depict-0.0.22/configure-6512-        fi
##############################################
3depict-0.0.22/configure-6607-  test $ac_status = 0; }; then
3depict-0.0.22/configure:6608:  pkg_cv_FTGL_CFLAGS=`$PKG_CONFIG --cflags "ftgl >= 2.0.0" 2>/dev/null`
3depict-0.0.22/configure-6609-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
3depict-0.0.22/configure-6624-  test $ac_status = 0; }; then
3depict-0.0.22/configure:6625:  pkg_cv_FTGL_LIBS=`$PKG_CONFIG --libs "ftgl >= 2.0.0" 2>/dev/null`
3depict-0.0.22/configure-6626-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
3depict-0.0.22/configure-6645-        if test $_pkg_short_errors_supported = yes; then
3depict-0.0.22/configure:6646:	        FTGL_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "ftgl >= 2.0.0" 2>&1`
3depict-0.0.22/configure-6647-        else
3depict-0.0.22/configure:6648:	        FTGL_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "ftgl >= 2.0.0" 2>&1`
3depict-0.0.22/configure-6649-        fi
##############################################
3depict-0.0.22/configure-6782-						#scrub the FTGL_CFLAGS for -I and then tack on /FTGL as needed
3depict-0.0.22/configure:6783:		FTGL_CFLAGS=`echo $FTGL_CFLAGS | sed -e 's/-I\([a-z\\\/]*\)/-I\1\/FTGL /'`
3depict-0.0.22/configure-6784-
##############################################
3depict-0.0.22/configure-7028-  test $ac_status = 0; }; then
3depict-0.0.22/configure:7029:  pkg_cv_PNG_CFLAGS=`$PKG_CONFIG --cflags "libpng >= 1.2" 2>/dev/null`
3depict-0.0.22/configure-7030-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
3depict-0.0.22/configure-7045-  test $ac_status = 0; }; then
3depict-0.0.22/configure:7046:  pkg_cv_PNG_LIBS=`$PKG_CONFIG --libs "libpng >= 1.2" 2>/dev/null`
3depict-0.0.22/configure-7047-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
3depict-0.0.22/configure-7066-        if test $_pkg_short_errors_supported = yes; then
3depict-0.0.22/configure:7067:	        PNG_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "libpng >= 1.2" 2>&1`
3depict-0.0.22/configure-7068-        else
3depict-0.0.22/configure:7069:	        PNG_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "libpng >= 1.2" 2>&1`
3depict-0.0.22/configure-7070-        fi
##############################################
3depict-0.0.22/configure-7505-  else
3depict-0.0.22/configure:7506:    GSL_CFLAGS=`$GSL_CONFIG --cflags`
3depict-0.0.22/configure:7507:    GSL_LIBS=`$GSL_CONFIG --libs`
3depict-0.0.22/configure-7508-
##############################################
3depict-0.0.22/configure-7809-      *:) vendor=$ventest; continue ;;
3depict-0.0.22/configure:7810:      *)  vencpp="defined("`echo $ventest | sed 's/,/) || defined(/g'`")" ;;
3depict-0.0.22/configure-7811-    esac
##############################################
3depict-0.0.22/configure-7831-  done
3depict-0.0.22/configure:7832:  ax_cv_c_compiler_vendor=`echo $vendor | cut -d: -f1`
3depict-0.0.22/configure-7833-
##############################################
3depict-0.0.22/configure-7862-  # Check for GNU $ac_path_SED
3depict-0.0.22/configure:7863:case `"$ac_path_SED" --version 2>&1` in
3depict-0.0.22/configure-7864-*GNU*)
##############################################
3depict-0.0.22/configure-8806-
3depict-0.0.22/configure:8807:  ax_cv_c_compiler_version=`tcc -v | $SED 's/^[ ]*tcc[ ]\+version[ ]\+\([0-9.]\+\).*/\1/g'`
3depict-0.0.22/configure-8808-   ;; #(
##############################################
3depict-0.0.22/configure-8906-
3depict-0.0.22/configure:8907:		CFLAGS=`echo "$CFLAGS" | sed -e 's/-O[0-9s]*//g'`
3depict-0.0.22/configure:8908:		CXXFLAGS=`echo "$CXXFLAGS" | sed -e 's/-O[0-9s]*//g'`
3depict-0.0.22/configure-8909-
##############################################
3depict-0.0.22/configure-9260-do :
3depict-0.0.22/configure:9261:  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
3depict-0.0.22/configure-9262-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
##############################################
3depict-0.0.22/configure-9264-  cat >>confdefs.h <<_ACEOF
3depict-0.0.22/configure:9265:#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
3depict-0.0.22/configure-9266-_ACEOF
##############################################
3depict-0.0.22/configure-9272-do :
3depict-0.0.22/configure:9273:  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
3depict-0.0.22/configure-9274-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
##############################################
3depict-0.0.22/configure-9276-  cat >>confdefs.h <<_ACEOF
3depict-0.0.22/configure:9277:#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
3depict-0.0.22/configure-9278-_ACEOF
##############################################
3depict-0.0.22/configure-9284-do :
3depict-0.0.22/configure:9285:  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
3depict-0.0.22/configure-9286-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
##############################################
3depict-0.0.22/configure-9288-  cat >>confdefs.h <<_ACEOF
3depict-0.0.22/configure:9289:#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
3depict-0.0.22/configure-9290-_ACEOF
##############################################
3depict-0.0.22/configure-9340-do :
3depict-0.0.22/configure:9341:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
3depict-0.0.22/configure-9342-ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
##############################################
3depict-0.0.22/configure-9344-  cat >>confdefs.h <<_ACEOF
3depict-0.0.22/configure:9345:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
3depict-0.0.22/configure-9346-_ACEOF
##############################################
3depict-0.0.22/configure-9481-  ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
3depict-0.0.22/configure:9482:  ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
3depict-0.0.22/configure-9483-  # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
##############################################
3depict-0.0.22/configure-9584-if test -z "$BASH_VERSION$ZSH_VERSION" \
3depict-0.0.22/configure:9585:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
3depict-0.0.22/configure-9586-  as_echo='print -r --'
3depict-0.0.22/configure-9587-  as_echo_n='print -rn --'
3depict-0.0.22/configure:9588:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
3depict-0.0.22/configure-9589-  as_echo='printf %s\n'
##############################################
3depict-0.0.22/configure-9591-else
3depict-0.0.22/configure:9592:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
3depict-0.0.22/configure-9593-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
3depict-0.0.22/configure-9601-	expr "X$arg" : "X\\(.*\\)$as_nl";
3depict-0.0.22/configure:9602:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
3depict-0.0.22/configure-9603-      esac;
##############################################
3depict-0.0.22/configure-9678-# ----------------------------------------
3depict-0.0.22/configure:9679:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
3depict-0.0.22/configure-9680-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
3depict-0.0.22/configure-9750-  {
3depict-0.0.22/configure:9751:    as_val=`expr "$@" || test $? -eq 1`
3depict-0.0.22/configure-9752-  }
##############################################
3depict-0.0.22/configure-9854-      case $as_dir in #(
3depict-0.0.22/configure:9855:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
3depict-0.0.22/configure-9856-      *) as_qdir=$as_dir;;
##############################################
3depict-0.0.22/configure-9989-cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
3depict-0.0.22/configure:9990:ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
3depict-0.0.22/configure-9991-ac_cs_version="\\
##############################################
3depict-0.0.22/configure-10014-  --*=?*)
3depict-0.0.22/configure:10015:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
3depict-0.0.22/configure:10016:    ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
3depict-0.0.22/configure-10017-    ac_shift=:
##############################################
3depict-0.0.22/configure-10019-  --*=)
3depict-0.0.22/configure:10020:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
3depict-0.0.22/configure-10021-    ac_optarg=
##############################################
3depict-0.0.22/configure-10043-    case $ac_optarg in
3depict-0.0.22/configure:10044:    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
3depict-0.0.22/configure-10045-    '') as_fn_error $? "missing file argument" ;;
##############################################
3depict-0.0.22/configure-10051-    case $ac_optarg in
3depict-0.0.22/configure:10052:    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
3depict-0.0.22/configure-10053-    esac
##############################################
3depict-0.0.22/configure-10180-fi
3depict-0.0.22/configure:10181:ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
3depict-0.0.22/configure-10182-if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
##############################################
3depict-0.0.22/configure-10197-  as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
3depict-0.0.22/configure:10198:ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
3depict-0.0.22/configure-10199-ac_delim='%!_!# '
##############################################
3depict-0.0.22/configure-10203-
3depict-0.0.22/configure:10204:  ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
3depict-0.0.22/configure-10205-  if test $ac_delim_n = $ac_delim_num; then
##############################################
3depict-0.0.22/configure-10341-for ac_last_try in false false :; do
3depict-0.0.22/configure:10342:  ac_tt=`sed -n "/$ac_delim/p" confdefs.h`
3depict-0.0.22/configure-10343-  if test -z "$ac_tt"; then
##############################################
3depict-0.0.22/configure-10473-      esac
3depict-0.0.22/configure:10474:      case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
3depict-0.0.22/configure-10475-      as_fn_append ac_file_inputs " '$ac_f'"
##############################################
3depict-0.0.22/configure-10532-*)
3depict-0.0.22/configure:10533:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
3depict-0.0.22/configure-10534-  # A ".." for each directory in $ac_dir_suffix.
3depict-0.0.22/configure:10535:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
3depict-0.0.22/configure-10536-  case $ac_top_builddir_sub in
##############################################
3depict-0.0.22/configure-10593-/@mandir@/p'
3depict-0.0.22/configure:10594:case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
3depict-0.0.22/configure-10595-*datarootdir*) ac_datarootdir_seen=yes;;
##############################################
3depict-0.0.22/configure-10610-
3depict-0.0.22/configure:10611:# Neutralize VPATH when `$srcdir' = `.'.
3depict-0.0.22/configure-10612-# Shell code in configure.ac might set extrasub.
##############################################
3depict-0.0.22/configure-10638-test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
3depict-0.0.22/configure:10639:  { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
3depict-0.0.22/configure-10640-  { ac_out=`sed -n '/^[	 ]*datarootdir[	 ]*:*=/p' \
##############################################
3depict-0.0.22/configure-10684-    * )
3depict-0.0.22/configure:10685:      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
3depict-0.0.22/configure-10686-  esac
##############################################
3depict-0.0.22/configure-10739-    # Strip MF so we end up with the name of the file.
3depict-0.0.22/configure:10740:    am_mf=`$as_echo "$am_mf" | sed -e 's/:.*$//'`
3depict-0.0.22/configure-10741-    # Check whether this is an Automake generated Makefile which includes
##############################################
3depict-0.0.22/configure.ac-48-#Append the --gl-libs flag
3depict-0.0.22/configure.ac:49:WX_LIBS="$WX_LIBS `$WX_CONFIG_PATH --libs gl,propgrid`"
3depict-0.0.22/configure.ac-50-
##############################################
3depict-0.0.22/configure.ac-352-		changequote({,})
3depict-0.0.22/configure.ac:353:		CFLAGS=`echo "$CFLAGS" | sed -e 's/-O[0-9s]*//g'`
3depict-0.0.22/configure.ac:354:		CXXFLAGS=`echo "$CXXFLAGS" | sed -e 's/-O[0-9s]*//g'`
3depict-0.0.22/configure.ac-355-		changequote([,])