===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
golly-3.3/gui-web/zlib/zlib.h-1117-     8: DEBUG
golly-3.3/gui-web/zlib/zlib.h:1118:     9: ASMV or ASMINF -- use ASM code
golly-3.3/gui-web/zlib/zlib.h-1119-     10: ZLIB_WINAPI -- exported functions use the WINAPI calling convention
##############################################
golly-3.3/gui-web/zlib/deflate.c-88-#ifdef ASMV
golly-3.3/gui-web/zlib/deflate.c:89:      void match_init OF((void)); /* asm code initialization */
golly-3.3/gui-web/zlib/deflate.c-90-      uInt longest_match  OF((deflate_state *s, IPos cur_match));
##############################################
golly-3.3/gui-web/zlib/deflate.c-1128-#ifdef ASMV
golly-3.3/gui-web/zlib/deflate.c:1129:    match_init(); /* initialize the asm code */
golly-3.3/gui-web/zlib/deflate.c-1130-#endif
##############################################
golly-3.3/gui-web/zlib/deflate.c-1144-#ifndef ASMV
golly-3.3/gui-web/zlib/deflate.c:1145:/* For 80x86 and 680x0, an optimized version will be provided in match.asm or
golly-3.3/gui-web/zlib/deflate.c-1146- * match.S. The code will be functionally equivalent.
##############################################
golly-3.3/gui-web/zlib/crc32.c-187-/* =========================================================================
golly-3.3/gui-web/zlib/crc32.c:188: * This function can be used by asm versions of crc32()
golly-3.3/gui-web/zlib/crc32.c-189- */
##############################################
golly-3.3/gui-android/Golly/gradlew-12-APP_NAME="Gradle"
golly-3.3/gui-android/Golly/gradlew:13:APP_BASE_NAME=`basename "$0"`
golly-3.3/gui-android/Golly/gradlew-14-
##############################################
golly-3.3/gui-android/Golly/gradlew-46-if $cygwin ; then
golly-3.3/gui-android/Golly/gradlew:47:    [ -n "$JAVA_HOME" ] && JAVA_HOME=`cygpath --unix "$JAVA_HOME"`
golly-3.3/gui-android/Golly/gradlew-48-fi
##############################################
golly-3.3/gui-android/Golly/gradlew-54-while [ -h "$PRG" ] ; do
golly-3.3/gui-android/Golly/gradlew:55:    ls=`ls -ld "$PRG"`
golly-3.3/gui-android/Golly/gradlew:56:    link=`expr "$ls" : '.*-> \(.*\)$'`
golly-3.3/gui-android/Golly/gradlew-57-    if expr "$link" : '/.*' > /dev/null; then
##############################################
golly-3.3/gui-android/Golly/gradlew-59-    else
golly-3.3/gui-android/Golly/gradlew:60:        PRG=`dirname "$PRG"`"/$link"
golly-3.3/gui-android/Golly/gradlew-61-    fi
##############################################
golly-3.3/gui-android/Golly/gradlew-63-SAVED="`pwd`"
golly-3.3/gui-android/Golly/gradlew:64:cd "`dirname \"$PRG\"`/" >&-
golly-3.3/gui-android/Golly/gradlew-65-APP_HOME="`pwd -P`"
##############################################
golly-3.3/gui-android/Golly/gradlew-114-if $cygwin ; then
golly-3.3/gui-android/Golly/gradlew:115:    APP_HOME=`cygpath --path --mixed "$APP_HOME"`
golly-3.3/gui-android/Golly/gradlew:116:    CLASSPATH=`cygpath --path --mixed "$CLASSPATH"`
golly-3.3/gui-android/Golly/gradlew-117-
##############################################
golly-3.3/gui-android/Golly/gradlew-132-    for arg in "$@" ; do
golly-3.3/gui-android/Golly/gradlew:133:        CHECK=`echo "$arg"|egrep -c "$OURCYGPATTERN" -`
golly-3.3/gui-android/Golly/gradlew:134:        CHECK2=`echo "$arg"|egrep -c "^-"`                                 ### Determine if an option
golly-3.3/gui-android/Golly/gradlew-135-
golly-3.3/gui-android/Golly/gradlew-136-        if [ $CHECK -ne 0 ] && [ $CHECK2 -eq 0 ] ; then                    ### Added a condition
golly-3.3/gui-android/Golly/gradlew:137:            eval `echo args$i`=`cygpath --path --ignore --mixed "$arg"`
golly-3.3/gui-android/Golly/gradlew-138-        else
golly-3.3/gui-android/Golly/gradlew:139:            eval `echo args$i`="\"$arg\""
golly-3.3/gui-android/Golly/gradlew-140-        fi
##############################################
golly-3.3/lua/lapi.c-59-
golly-3.3/lua/lapi.c:60:static TValue *index2addr (lua_State *L, int idx) {
golly-3.3/lua/lapi.c-61-  CallInfo *ci = L->ci;
##############################################
golly-3.3/lua/lapi.c-210-  t = L->top - 1;  /* end of stack segment being rotated */
golly-3.3/lua/lapi.c:211:  p = index2addr(L, idx);  /* start of segment */
golly-3.3/lua/lapi.c-212-  api_checkstackindex(L, idx, p);
##############################################
golly-3.3/lua/lapi.c-224-  lua_lock(L);
golly-3.3/lua/lapi.c:225:  fr = index2addr(L, fromidx);
golly-3.3/lua/lapi.c:226:  to = index2addr(L, toidx);
golly-3.3/lua/lapi.c-227-  api_checkvalidindex(L, to);
##############################################
golly-3.3/lua/lapi.c-238-  lua_lock(L);
golly-3.3/lua/lapi.c:239:  setobj2s(L, L->top, index2addr(L, idx));
golly-3.3/lua/lapi.c-240-  api_incr_top(L);
##############################################
golly-3.3/lua/lapi.c-251-LUA_API int lua_type (lua_State *L, int idx) {
golly-3.3/lua/lapi.c:252:  StkId o = index2addr(L, idx);
golly-3.3/lua/lapi.c-253-  return (isvalid(o) ? ttnov(o) : LUA_TNONE);
##############################################
golly-3.3/lua/lapi.c-264-LUA_API int lua_iscfunction (lua_State *L, int idx) {
golly-3.3/lua/lapi.c:265:  StkId o = index2addr(L, idx);
golly-3.3/lua/lapi.c-266-  return (ttislcf(o) || (ttisCclosure(o)));
##############################################
golly-3.3/lua/lapi.c-270-LUA_API int lua_isinteger (lua_State *L, int idx) {
golly-3.3/lua/lapi.c:271:  StkId o = index2addr(L, idx);
golly-3.3/lua/lapi.c-272-  return ttisinteger(o);
##############################################
golly-3.3/lua/lapi.c-277-  lua_Number n;
golly-3.3/lua/lapi.c:278:  const TValue *o = index2addr(L, idx);
golly-3.3/lua/lapi.c-279-  return tonumber(o, &n);
##############################################
golly-3.3/lua/lapi.c-283-LUA_API int lua_isstring (lua_State *L, int idx) {
golly-3.3/lua/lapi.c:284:  const TValue *o = index2addr(L, idx);
golly-3.3/lua/lapi.c-285-  return (ttisstring(o) || cvt2str(o));
##############################################
golly-3.3/lua/lapi.c-289-LUA_API int lua_isuserdata (lua_State *L, int idx) {
golly-3.3/lua/lapi.c:290:  const TValue *o = index2addr(L, idx);
golly-3.3/lua/lapi.c-291-  return (ttisfulluserdata(o) || ttislightuserdata(o));
##############################################
golly-3.3/lua/lapi.c-295-LUA_API int lua_rawequal (lua_State *L, int index1, int index2) {
golly-3.3/lua/lapi.c:296:  StkId o1 = index2addr(L, index1);
golly-3.3/lua/lapi.c:297:  StkId o2 = index2addr(L, index2);
golly-3.3/lua/lapi.c-298-  return (isvalid(o1) && isvalid(o2)) ? luaV_rawequalobj(o1, o2) : 0;
##############################################
golly-3.3/lua/lapi.c-321-  lua_lock(L);  /* may call tag method */
golly-3.3/lua/lapi.c:322:  o1 = index2addr(L, index1);
golly-3.3/lua/lapi.c:323:  o2 = index2addr(L, index2);
golly-3.3/lua/lapi.c-324-  if (isvalid(o1) && isvalid(o2)) {
##############################################
golly-3.3/lua/lapi.c-346-  lua_Number n;
golly-3.3/lua/lapi.c:347:  const TValue *o = index2addr(L, idx);
golly-3.3/lua/lapi.c-348-  int isnum = tonumber(o, &n);
##############################################
golly-3.3/lua/lapi.c-357-  lua_Integer res;
golly-3.3/lua/lapi.c:358:  const TValue *o = index2addr(L, idx);
golly-3.3/lua/lapi.c-359-  int isnum = tointeger(o, &res);
##############################################
golly-3.3/lua/lapi.c-367-LUA_API int lua_toboolean (lua_State *L, int idx) {
golly-3.3/lua/lapi.c:368:  const TValue *o = index2addr(L, idx);
golly-3.3/lua/lapi.c-369-  return !l_isfalse(o);
##############################################
golly-3.3/lua/lapi.c-373-LUA_API const char *lua_tolstring (lua_State *L, int idx, size_t *len) {
golly-3.3/lua/lapi.c:374:  StkId o = index2addr(L, idx);
golly-3.3/lua/lapi.c-375-  if (!ttisstring(o)) {
##############################################
golly-3.3/lua/lapi.c-382-    luaC_checkGC(L);
golly-3.3/lua/lapi.c:383:    o = index2addr(L, idx);  /* previous call may reallocate the stack */
golly-3.3/lua/lapi.c-384-    lua_unlock(L);
##############################################
golly-3.3/lua/lapi.c-392-LUA_API size_t lua_rawlen (lua_State *L, int idx) {
golly-3.3/lua/lapi.c:393:  StkId o = index2addr(L, idx);
golly-3.3/lua/lapi.c-394-  switch (ttype(o)) {
##############################################
golly-3.3/lua/lapi.c-404-LUA_API lua_CFunction lua_tocfunction (lua_State *L, int idx) {
golly-3.3/lua/lapi.c:405:  StkId o = index2addr(L, idx);
golly-3.3/lua/lapi.c-406-  if (ttislcf(o)) return fvalue(o);
##############################################
golly-3.3/lua/lapi.c-413-LUA_API void *lua_touserdata (lua_State *L, int idx) {
golly-3.3/lua/lapi.c:414:  StkId o = index2addr(L, idx);
golly-3.3/lua/lapi.c-415-  switch (ttnov(o)) {
##############################################
golly-3.3/lua/lapi.c-423-LUA_API lua_State *lua_tothread (lua_State *L, int idx) {
golly-3.3/lua/lapi.c:424:  StkId o = index2addr(L, idx);
golly-3.3/lua/lapi.c-425-  return (!ttisthread(o)) ? NULL : thvalue(o);
##############################################
golly-3.3/lua/lapi.c-429-LUA_API const void *lua_topointer (lua_State *L, int idx) {
golly-3.3/lua/lapi.c:430:  StkId o = index2addr(L, idx);
golly-3.3/lua/lapi.c-431-  switch (ttype(o)) {
##############################################
golly-3.3/lua/lapi.c-614-  lua_lock(L);
golly-3.3/lua/lapi.c:615:  t = index2addr(L, idx);
golly-3.3/lua/lapi.c-616-  luaV_gettable(L, t, L->top - 1, L->top - 1);
##############################################
golly-3.3/lua/lapi.c-623-  lua_lock(L);
golly-3.3/lua/lapi.c:624:  return auxgetstr(L, index2addr(L, idx), k);
golly-3.3/lua/lapi.c-625-}
##############################################
golly-3.3/lua/lapi.c-631-  lua_lock(L);
golly-3.3/lua/lapi.c:632:  t = index2addr(L, idx);
golly-3.3/lua/lapi.c-633-  if (luaV_fastget(L, t, n, slot, luaH_getint)) {
##############################################
golly-3.3/lua/lapi.c-649-  lua_lock(L);
golly-3.3/lua/lapi.c:650:  t = index2addr(L, idx);
golly-3.3/lua/lapi.c-651-  api_check(L, ttistable(t), "table expected");
##############################################
golly-3.3/lua/lapi.c-660-  lua_lock(L);
golly-3.3/lua/lapi.c:661:  t = index2addr(L, idx);
golly-3.3/lua/lapi.c-662-  api_check(L, ttistable(t), "table expected");
##############################################
golly-3.3/lua/lapi.c-673-  lua_lock(L);
golly-3.3/lua/lapi.c:674:  t = index2addr(L, idx);
golly-3.3/lua/lapi.c-675-  api_check(L, ttistable(t), "table expected");
##############################################
golly-3.3/lua/lapi.c-701-  lua_lock(L);
golly-3.3/lua/lapi.c:702:  obj = index2addr(L, objindex);
golly-3.3/lua/lapi.c-703-  switch (ttnov(obj)) {
##############################################
golly-3.3/lua/lapi.c-726-  lua_lock(L);
golly-3.3/lua/lapi.c:727:  o = index2addr(L, idx);
golly-3.3/lua/lapi.c-728-  api_check(L, ttisfulluserdata(o), "full userdata expected");
##############################################
golly-3.3/lua/lapi.c-769-  api_checknelems(L, 2);
golly-3.3/lua/lapi.c:770:  t = index2addr(L, idx);
golly-3.3/lua/lapi.c-771-  luaV_settable(L, t, L->top - 2, L->top - 1);
##############################################
golly-3.3/lua/lapi.c-778-  lua_lock(L);  /* unlock done in 'auxsetstr' */
golly-3.3/lua/lapi.c:779:  auxsetstr(L, index2addr(L, idx), k);
golly-3.3/lua/lapi.c-780-}
##############################################
golly-3.3/lua/lapi.c-787-  api_checknelems(L, 1);
golly-3.3/lua/lapi.c:788:  t = index2addr(L, idx);
golly-3.3/lua/lapi.c-789-  if (luaV_fastset(L, t, n, slot, luaH_getint, L->top - 1))
##############################################
golly-3.3/lua/lapi.c-805-  api_checknelems(L, 2);
golly-3.3/lua/lapi.c:806:  o = index2addr(L, idx);
golly-3.3/lua/lapi.c-807-  api_check(L, ttistable(o), "table expected");
##############################################
golly-3.3/lua/lapi.c-820-  api_checknelems(L, 1);
golly-3.3/lua/lapi.c:821:  o = index2addr(L, idx);
golly-3.3/lua/lapi.c-822-  api_check(L, ttistable(o), "table expected");
##############################################
golly-3.3/lua/lapi.c-834-  api_checknelems(L, 1);
golly-3.3/lua/lapi.c:835:  o = index2addr(L, idx);
golly-3.3/lua/lapi.c-836-  api_check(L, ttistable(o), "table expected");
##############################################
golly-3.3/lua/lapi.c-850-  api_checknelems(L, 1);
golly-3.3/lua/lapi.c:851:  obj = index2addr(L, objindex);
golly-3.3/lua/lapi.c-852-  if (ttisnil(L->top - 1))
##############################################
golly-3.3/lua/lapi.c-889-  api_checknelems(L, 1);
golly-3.3/lua/lapi.c:890:  o = index2addr(L, idx);
golly-3.3/lua/lapi.c-891-  api_check(L, ttisfulluserdata(o), "full userdata expected");
##############################################
golly-3.3/lua/lapi.c-961-  else {
golly-3.3/lua/lapi.c:962:    StkId o = index2addr(L, errfunc);
golly-3.3/lua/lapi.c-963-    api_checkstackindex(L, errfunc, o);
##############################################
golly-3.3/lua/lapi.c-1126-  lua_lock(L);
golly-3.3/lua/lapi.c:1127:  t = index2addr(L, idx);
golly-3.3/lua/lapi.c-1128-  api_check(L, ttistable(t), "table expected");
##############################################
golly-3.3/lua/lapi.c-1158-  lua_lock(L);
golly-3.3/lua/lapi.c:1159:  t = index2addr(L, idx);
golly-3.3/lua/lapi.c-1160-  luaV_objlen(L, L->top, t);
##############################################
golly-3.3/lua/lapi.c-1225-  lua_lock(L);
golly-3.3/lua/lapi.c:1226:  name = aux_upvalue(index2addr(L, funcindex), n, &val, NULL, NULL);
golly-3.3/lua/lapi.c-1227-  if (name) {
##############################################
golly-3.3/lua/lapi.c-1242-  lua_lock(L);
golly-3.3/lua/lapi.c:1243:  fi = index2addr(L, funcindex);
golly-3.3/lua/lapi.c-1244-  api_checknelems(L, 1);
##############################################
golly-3.3/lua/lapi.c-1258-  LClosure *f;
golly-3.3/lua/lapi.c:1259:  StkId fi = index2addr(L, fidx);
golly-3.3/lua/lapi.c-1260-  api_check(L, ttisLclosure(fi), "Lua function expected");
##############################################
golly-3.3/lua/lapi.c-1268-LUA_API void *lua_upvalueid (lua_State *L, int fidx, int n) {
golly-3.3/lua/lapi.c:1269:  StkId fi = index2addr(L, fidx);
golly-3.3/lua/lapi.c-1270-  switch (ttype(fi)) {
##############################################
golly-3.3/gui-wx/makefile-gtk-66-    # it contains the boot_DynaLoader code
golly-3.3/gui-wx/makefile-gtk:67:    PERL_LINK = `perl -MExtUtils::Embed -e '$$]<5.010 && ldopts'`
golly-3.3/gui-wx/makefile-gtk-68-    PERL_SHLIB = libperl.so.5.10  # TODO: figure out how to do this dynamically
##############################################
golly-3.3/gui-wx/configure/m4/wxwin.m4-216-
golly-3.3/gui-wx/configure/m4/wxwin.m4:217:    WX_VERSION=`$WX_CONFIG_WITH_ARGS --version 2>/dev/null`
golly-3.3/gui-wx/configure/m4/wxwin.m4-218-    wx_config_major_version=`echo $WX_VERSION | \
##############################################
golly-3.3/gui-wx/configure/m4/wxwin.m4-237-      AC_MSG_RESULT(yes (version $WX_VERSION))
golly-3.3/gui-wx/configure/m4/wxwin.m4:238:      WX_LIBS=`$WX_CONFIG_WITH_ARGS --libs $4`
golly-3.3/gui-wx/configure/m4/wxwin.m4-239-
##############################################
golly-3.3/gui-wx/configure/m4/wxwin.m4-244-      AC_MSG_CHECKING([for wxWidgets static library])
golly-3.3/gui-wx/configure/m4/wxwin.m4:245:      WX_LIBS_STATIC=`$WX_CONFIG_WITH_ARGS --static --libs $4 2>/dev/null`
golly-3.3/gui-wx/configure/m4/wxwin.m4-246-      if test "x$WX_LIBS_STATIC" = "x"; then
##############################################
golly-3.3/gui-wx/configure/m4/wxwin.m4-284-      else
golly-3.3/gui-wx/configure/m4/wxwin.m4:285:         WX_RESCOMP=`$WX_CONFIG_WITH_ARGS --rescomp`
golly-3.3/gui-wx/configure/m4/wxwin.m4-286-      fi
##############################################
golly-3.3/gui-wx/configure/m4/wxwin.m4-289-         dnl no choice but to define all flags like CFLAGS
golly-3.3/gui-wx/configure/m4/wxwin.m4:290:         WX_CFLAGS=`$WX_CONFIG_WITH_ARGS --cflags $4`
golly-3.3/gui-wx/configure/m4/wxwin.m4-291-         WX_CPPFLAGS=$WX_CFLAGS
##############################################
golly-3.3/gui-wx/configure/m4/wxwin.m4-297-         dnl we have CPPFLAGS included in CFLAGS included in CXXFLAGS
golly-3.3/gui-wx/configure/m4/wxwin.m4:298:         WX_CPPFLAGS="`$WX_CONFIG_WITH_ARGS --cppflags $4` -D__WXGTK20__"
golly-3.3/gui-wx/configure/m4/wxwin.m4:299:         WX_CXXFLAGS="`$WX_CONFIG_WITH_ARGS --cxxflags $4` -D__WXGTK20__"
golly-3.3/gui-wx/configure/m4/wxwin.m4:300:         WX_CFLAGS="`$WX_CONFIG_WITH_ARGS --cflags $4`  -D__WXGTK20__"
golly-3.3/gui-wx/configure/m4/wxwin.m4-301-
golly-3.3/gui-wx/configure/m4/wxwin.m4:302:         WX_CFLAGS_ONLY=`echo $WX_CFLAGS | sed "s@^$WX_CPPFLAGS *@@"`
golly-3.3/gui-wx/configure/m4/wxwin.m4:303:         WX_CXXFLAGS_ONLY=`echo $WX_CXXFLAGS | sed "s@^$WX_CFLAGS *@@"`
golly-3.3/gui-wx/configure/m4/wxwin.m4-304-      fi
##############################################
golly-3.3/gui-wx/configure/m4/wxwin.m4-449-      if test -n "$wx_ver_ok"; then
golly-3.3/gui-wx/configure/m4/wxwin.m4:450:        WXRC=`$WX_CONFIG_WITH_ARGS --utility=wxrc`
golly-3.3/gui-wx/configure/m4/wxwin.m4-451-      fi
##############################################
golly-3.3/gui-wx/configure/ar-lib-65-	mingw)
golly-3.3/gui-wx/configure/ar-lib:66:	  file=`cmd //C echo "$file " | sed -e 's/"\(.*\) " *$/\1/'`
golly-3.3/gui-wx/configure/ar-lib-67-	  ;;
golly-3.3/gui-wx/configure/ar-lib-68-	cygwin)
golly-3.3/gui-wx/configure/ar-lib:69:	  file=`cygpath -m "$file" || echo "$file"`
golly-3.3/gui-wx/configure/ar-lib-70-	  ;;
golly-3.3/gui-wx/configure/ar-lib-71-	wine)
golly-3.3/gui-wx/configure/ar-lib:72:	  file=`winepath -w "$file" || echo "$file"`
golly-3.3/gui-wx/configure/ar-lib-73-	  ;;
##############################################
golly-3.3/gui-wx/configure/ar-lib-88-  archive=$3
golly-3.3/gui-wx/configure/ar-lib:89:  at_file_contents=`cat "$1"`
golly-3.3/gui-wx/configure/ar-lib-90-  eval set x "$at_file_contents"
##############################################
golly-3.3/gui-wx/configure/configure-45-if test -z "$BASH_VERSION$ZSH_VERSION" \
golly-3.3/gui-wx/configure/configure:46:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
golly-3.3/gui-wx/configure/configure-47-  as_echo='print -r --'
golly-3.3/gui-wx/configure/configure-48-  as_echo_n='print -rn --'
golly-3.3/gui-wx/configure/configure:49:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
golly-3.3/gui-wx/configure/configure-50-  as_echo='printf %s\n'
##############################################
golly-3.3/gui-wx/configure/configure-52-else
golly-3.3/gui-wx/configure/configure:53:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
golly-3.3/gui-wx/configure/configure-54-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
golly-3.3/gui-wx/configure/configure-62-	expr "X$arg" : "X\\(.*\\)$as_nl";
golly-3.3/gui-wx/configure/configure:63:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
golly-3.3/gui-wx/configure/configure-64-      esac;
##############################################
golly-3.3/gui-wx/configure/configure-173-  eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
golly-3.3/gui-wx/configure/configure:174:  test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
golly-3.3/gui-wx/configure/configure-175-test \$(( 1 + 1 )) = 2 || exit 1"
##############################################
golly-3.3/gui-wx/configure/configure-296-      case $as_dir in #(
golly-3.3/gui-wx/configure/configure:297:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
golly-3.3/gui-wx/configure/configure-298-      *) as_qdir=$as_dir;;
##############################################
golly-3.3/gui-wx/configure/configure-361-  {
golly-3.3/gui-wx/configure/configure:362:    as_val=`expr "$@" || test $? -eq 1`
golly-3.3/gui-wx/configure/configure-363-  }
##############################################
golly-3.3/gui-wx/configure/configure-368-# ----------------------------------------
golly-3.3/gui-wx/configure/configure:369:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
golly-3.3/gui-wx/configure/configure-370-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
golly-3.3/gui-wx/configure/configure-431-  eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
golly-3.3/gui-wx/configure/configure:432:  test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
golly-3.3/gui-wx/configure/configure-433-  # Blame Lee E. McMahon (1931-1989) for sed's syntax.  :-)
##############################################
golly-3.3/gui-wx/configure/configure-522-	esac;
golly-3.3/gui-wx/configure/configure:523:	case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
golly-3.3/gui-wx/configure/configure-524-	???[sx]*):;;*)false;;esac;fi
##############################################
golly-3.3/gui-wx/configure/configure-838-  case $ac_option in
golly-3.3/gui-wx/configure/configure:839:  *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
golly-3.3/gui-wx/configure/configure-840-  *=)   ac_optarg= ;;
##############################################
golly-3.3/gui-wx/configure/configure-882-  -disable-* | --disable-*)
golly-3.3/gui-wx/configure/configure:883:    ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
golly-3.3/gui-wx/configure/configure-884-    # Reject names that are not valid shell variable names.
##############################################
golly-3.3/gui-wx/configure/configure-887-    ac_useropt_orig=$ac_useropt
golly-3.3/gui-wx/configure/configure:888:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
golly-3.3/gui-wx/configure/configure-889-    case $ac_user_opts in
##############################################
golly-3.3/gui-wx/configure/configure-908-  -enable-* | --enable-*)
golly-3.3/gui-wx/configure/configure:909:    ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
golly-3.3/gui-wx/configure/configure-910-    # Reject names that are not valid shell variable names.
##############################################
golly-3.3/gui-wx/configure/configure-913-    ac_useropt_orig=$ac_useropt
golly-3.3/gui-wx/configure/configure:914:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
golly-3.3/gui-wx/configure/configure-915-    case $ac_user_opts in
##############################################
golly-3.3/gui-wx/configure/configure-1112-  -with-* | --with-*)
golly-3.3/gui-wx/configure/configure:1113:    ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
golly-3.3/gui-wx/configure/configure-1114-    # Reject names that are not valid shell variable names.
##############################################
golly-3.3/gui-wx/configure/configure-1117-    ac_useropt_orig=$ac_useropt
golly-3.3/gui-wx/configure/configure:1118:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
golly-3.3/gui-wx/configure/configure-1119-    case $ac_user_opts in
##############################################
golly-3.3/gui-wx/configure/configure-1128-  -without-* | --without-*)
golly-3.3/gui-wx/configure/configure:1129:    ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
golly-3.3/gui-wx/configure/configure-1130-    # Reject names that are not valid shell variable names.
##############################################
golly-3.3/gui-wx/configure/configure-1133-    ac_useropt_orig=$ac_useropt
golly-3.3/gui-wx/configure/configure:1134:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
golly-3.3/gui-wx/configure/configure-1135-    case $ac_user_opts in
##############################################
golly-3.3/gui-wx/configure/configure-1166-  *=*)
golly-3.3/gui-wx/configure/configure:1167:    ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
golly-3.3/gui-wx/configure/configure-1168-    # Reject names that are not valid shell variable names.
##############################################
golly-3.3/gui-wx/configure/configure-1187-if test -n "$ac_prev"; then
golly-3.3/gui-wx/configure/configure:1188:  ac_option=--`echo $ac_prev | sed 's/_/-/g'`
golly-3.3/gui-wx/configure/configure-1189-  as_fn_error $? "missing argument to $ac_option"
##############################################
golly-3.3/gui-wx/configure/configure-1209-    */ )
golly-3.3/gui-wx/configure/configure:1210:      ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
golly-3.3/gui-wx/configure/configure-1211-      eval $ac_var=\$ac_val;;
##############################################
golly-3.3/gui-wx/configure/configure-1246-ac_ls_di=`ls -di .` &&
golly-3.3/gui-wx/configure/configure:1247:ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
golly-3.3/gui-wx/configure/configure-1248-  as_fn_error $? "working directory cannot be determined"
##############################################
golly-3.3/gui-wx/configure/configure-1302-case $srcdir in
golly-3.3/gui-wx/configure/configure:1303:*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
golly-3.3/gui-wx/configure/configure-1304-esac
##############################################
golly-3.3/gui-wx/configure/configure-1345-By default, \`make install' will install all the files in
golly-3.3/gui-wx/configure/configure:1346:\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
golly-3.3/gui-wx/configure/configure:1347:an installation prefix other than \`$ac_default_prefix' using \`--prefix',
golly-3.3/gui-wx/configure/configure-1348-for instance \`--prefix=\$HOME'.
##############################################
golly-3.3/gui-wx/configure/configure-1457-*)
golly-3.3/gui-wx/configure/configure:1458:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
golly-3.3/gui-wx/configure/configure-1459-  # A ".." for each directory in $ac_dir_suffix.
golly-3.3/gui-wx/configure/configure:1460:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
golly-3.3/gui-wx/configure/configure-1461-  case $ac_top_builddir_sub in
##############################################
golly-3.3/gui-wx/configure/configure-2079-    *\'*)
golly-3.3/gui-wx/configure/configure:2080:      ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
golly-3.3/gui-wx/configure/configure-2081-    esac
##############################################
golly-3.3/gui-wx/configure/configure-2162-      case $ac_val in
golly-3.3/gui-wx/configure/configure:2163:      *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
golly-3.3/gui-wx/configure/configure-2164-      esac
##############################################
golly-3.3/gui-wx/configure/configure-2177-	case $ac_val in
golly-3.3/gui-wx/configure/configure:2178:	*\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
golly-3.3/gui-wx/configure/configure-2179-	esac
##############################################
golly-3.3/gui-wx/configure/configure-2297-    set,)
golly-3.3/gui-wx/configure/configure:2298:      { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
golly-3.3/gui-wx/configure/configure:2299:$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
golly-3.3/gui-wx/configure/configure-2300-      ac_cache_corrupted=: ;;
##############################################
golly-3.3/gui-wx/configure/configure-2308-	# differences in whitespace do not lead to failure.
golly-3.3/gui-wx/configure/configure:2309:	ac_old_val_w=`echo x $ac_old_val`
golly-3.3/gui-wx/configure/configure:2310:	ac_new_val_w=`echo x $ac_new_val`
golly-3.3/gui-wx/configure/configure-2311-	if test "$ac_old_val_w" != "$ac_new_val_w"; then
##############################################
golly-3.3/gui-wx/configure/configure-2328-    case $ac_new_val in
golly-3.3/gui-wx/configure/configure:2329:    *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
golly-3.3/gui-wx/configure/configure-2330-    *) ac_arg=$ac_var=$ac_new_val ;;
##############################################
golly-3.3/gui-wx/configure/configure-2395-test "x$ac_build_alias" = x &&
golly-3.3/gui-wx/configure/configure:2396:  ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
golly-3.3/gui-wx/configure/configure-2397-test "x$ac_build_alias" = x &&
golly-3.3/gui-wx/configure/configure-2398-  as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5
golly-3.3/gui-wx/configure/configure:2399:ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
golly-3.3/gui-wx/configure/configure-2400-  as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
##############################################
golly-3.3/gui-wx/configure/configure-2419-IFS=$ac_save_IFS
golly-3.3/gui-wx/configure/configure:2420:case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
golly-3.3/gui-wx/configure/configure-2421-
##############################################
golly-3.3/gui-wx/configure/configure-2430-else
golly-3.3/gui-wx/configure/configure:2431:  ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
golly-3.3/gui-wx/configure/configure-2432-    as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
##############################################
golly-3.3/gui-wx/configure/configure-2452-IFS=$ac_save_IFS
golly-3.3/gui-wx/configure/configure:2453:case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
golly-3.3/gui-wx/configure/configure-2454-
##############################################
golly-3.3/gui-wx/configure/configure-2463-else
golly-3.3/gui-wx/configure/configure:2464:  ac_cv_target=`$SHELL "$ac_aux_dir/config.sub" $target_alias` ||
golly-3.3/gui-wx/configure/configure-2465-    as_fn_error $? "$SHELL $ac_aux_dir/config.sub $target_alias failed" "$LINENO" 5
##############################################
golly-3.3/gui-wx/configure/configure-2485-IFS=$ac_save_IFS
golly-3.3/gui-wx/configure/configure:2486:case $target_os in *\ *) target_os=`echo "$target_os" | sed 's/ /-/g'`;; esac
golly-3.3/gui-wx/configure/configure-2487-
##############################################
golly-3.3/gui-wx/configure/configure-2613-if (
golly-3.3/gui-wx/configure/configure:2614:   set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
golly-3.3/gui-wx/configure/configure-2615-   if test "$*" = "X"; then
golly-3.3/gui-wx/configure/configure-2616-      # -L didn't work.
golly-3.3/gui-wx/configure/configure:2617:      set X `ls -t "$srcdir/configure" conftest.file`
golly-3.3/gui-wx/configure/configure-2618-   fi
##############################################
golly-3.3/gui-wx/configure/configure-2649-ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
golly-3.3/gui-wx/configure/configure:2650:program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
golly-3.3/gui-wx/configure/configure-2651-
golly-3.3/gui-wx/configure/configure-2652-# expand $ac_aux_dir to an absolute path
golly-3.3/gui-wx/configure/configure:2653:am_aux_dir=`cd $ac_aux_dir && pwd`
golly-3.3/gui-wx/configure/configure-2654-
##############################################
golly-3.3/gui-wx/configure/configure-2794-	   { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; } || continue
golly-3.3/gui-wx/configure/configure:2795:	   case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
golly-3.3/gui-wx/configure/configure-2796-	     'mkdir (GNU coreutils) '* | \
##############################################
golly-3.3/gui-wx/configure/configure-2873-set x ${MAKE-make}
golly-3.3/gui-wx/configure/configure:2874:ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
golly-3.3/gui-wx/configure/configure-2875-if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then :
##############################################
golly-3.3/gui-wx/configure/configure-2883-# GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
golly-3.3/gui-wx/configure/configure:2884:case `${MAKE-make} -f conftest.make 2>/dev/null` in
golly-3.3/gui-wx/configure/configure-2885-  *@@@%%%=?*=@@@%%%*)
##############################################
golly-3.3/gui-wx/configure/configure-2910-
golly-3.3/gui-wx/configure/configure:2911:if test "`cd $srcdir && pwd`" != "`pwd`"; then
golly-3.3/gui-wx/configure/configure-2912-  # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
##############################################
golly-3.3/gui-wx/configure/configure-3022-# Ignore all kinds of additional output from `make'.
golly-3.3/gui-wx/configure/configure:3023:case `$am_make -s -f confmf 2> /dev/null` in #(
golly-3.3/gui-wx/configure/configure-3024-*the\ am__doit\ target*)
##############################################
golly-3.3/gui-wx/configure/configure-3032-   echo '.include "confinc"' > confmf
golly-3.3/gui-wx/configure/configure:3033:   case `$am_make -s -f confmf 2> /dev/null` in #(
golly-3.3/gui-wx/configure/configure-3034-   *the\ am__doit\ target*)
##############################################
golly-3.3/gui-wx/configure/configure-3411-$as_echo_n "checking whether the C compiler works... " >&6; }
golly-3.3/gui-wx/configure/configure:3412:ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
golly-3.3/gui-wx/configure/configure-3413-
##############################################
golly-3.3/gui-wx/configure/configure-3455-	then :; else
golly-3.3/gui-wx/configure/configure:3456:	   ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
golly-3.3/gui-wx/configure/configure-3457-	fi
##############################################
golly-3.3/gui-wx/configure/configure-3515-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
golly-3.3/gui-wx/configure/configure:3516:    *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
golly-3.3/gui-wx/configure/configure-3517-	  break;;
##############################################
golly-3.3/gui-wx/configure/configure-3624-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
golly-3.3/gui-wx/configure/configure:3625:    *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
golly-3.3/gui-wx/configure/configure-3626-       break;;
##############################################
golly-3.3/gui-wx/configure/configure-3884-  if test "$am_compiler_list" = ""; then
golly-3.3/gui-wx/configure/configure:3885:     am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
golly-3.3/gui-wx/configure/configure-3886-  fi
##############################################
golly-3.3/gui-wx/configure/configure-4163-  # Check for GNU $ac_path_GREP
golly-3.3/gui-wx/configure/configure:4164:case `"$ac_path_GREP" --version 2>&1` in
golly-3.3/gui-wx/configure/configure-4165-*GNU*)
##############################################
golly-3.3/gui-wx/configure/configure-4229-  # Check for GNU $ac_path_EGREP
golly-3.3/gui-wx/configure/configure:4230:case `"$ac_path_EGREP" --version 2>&1` in
golly-3.3/gui-wx/configure/configure-4231-*GNU*)
##############################################
golly-3.3/gui-wx/configure/configure-4299-  # Check for GNU $ac_path_SED
golly-3.3/gui-wx/configure/configure:4300:case `"$ac_path_SED" --version 2>&1` in
golly-3.3/gui-wx/configure/configure-4301-*GNU*)
##############################################
golly-3.3/gui-wx/configure/configure-4721-  if test "$am_compiler_list" = ""; then
golly-3.3/gui-wx/configure/configure:4722:     am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
golly-3.3/gui-wx/configure/configure-4723-  fi
##############################################
golly-3.3/gui-wx/configure/configure-5263-do :
golly-3.3/gui-wx/configure/configure:5264:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
golly-3.3/gui-wx/configure/configure-5265-ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
##############################################
golly-3.3/gui-wx/configure/configure-5268-  cat >>confdefs.h <<_ACEOF
golly-3.3/gui-wx/configure/configure:5269:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
golly-3.3/gui-wx/configure/configure-5270-_ACEOF
##############################################
golly-3.3/gui-wx/configure/configure-5278-do :
golly-3.3/gui-wx/configure/configure:5279:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
golly-3.3/gui-wx/configure/configure-5280-ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
##############################################
golly-3.3/gui-wx/configure/configure-5282-  cat >>confdefs.h <<_ACEOF
golly-3.3/gui-wx/configure/configure:5283:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
golly-3.3/gui-wx/configure/configure-5284-_ACEOF
##############################################
golly-3.3/gui-wx/configure/configure-5640-do :
golly-3.3/gui-wx/configure/configure:5641:  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
golly-3.3/gui-wx/configure/configure-5642-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
##############################################
golly-3.3/gui-wx/configure/configure-5644-  cat >>confdefs.h <<_ACEOF
golly-3.3/gui-wx/configure/configure:5645:#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
golly-3.3/gui-wx/configure/configure-5646-_ACEOF
##############################################
golly-3.3/gui-wx/configure/configure-5976-
golly-3.3/gui-wx/configure/configure:5977:    WX_VERSION=`$WX_CONFIG_WITH_ARGS --version 2>/dev/null`
golly-3.3/gui-wx/configure/configure-5978-    wx_config_major_version=`echo $WX_VERSION | \
##############################################
golly-3.3/gui-wx/configure/configure-6015-$as_echo "yes (version $WX_VERSION)" >&6; }
golly-3.3/gui-wx/configure/configure:6016:      WX_LIBS=`$WX_CONFIG_WITH_ARGS --libs std,gl`
golly-3.3/gui-wx/configure/configure-6017-
##############################################
golly-3.3/gui-wx/configure/configure-6019-$as_echo_n "checking for wxWidgets static library... " >&6; }
golly-3.3/gui-wx/configure/configure:6020:      WX_LIBS_STATIC=`$WX_CONFIG_WITH_ARGS --static --libs std,gl 2>/dev/null`
golly-3.3/gui-wx/configure/configure-6021-      if test "x$WX_LIBS_STATIC" = "x"; then
##############################################
golly-3.3/gui-wx/configure/configure-6058-      else
golly-3.3/gui-wx/configure/configure:6059:         WX_RESCOMP=`$WX_CONFIG_WITH_ARGS --rescomp`
golly-3.3/gui-wx/configure/configure-6060-      fi
##############################################
golly-3.3/gui-wx/configure/configure-6062-      if test "x$wx_has_cppflags" = x ; then
golly-3.3/gui-wx/configure/configure:6063:                  WX_CFLAGS=`$WX_CONFIG_WITH_ARGS --cflags std,gl`
golly-3.3/gui-wx/configure/configure-6064-         WX_CPPFLAGS=$WX_CFLAGS
##############################################
golly-3.3/gui-wx/configure/configure-6069-      else
golly-3.3/gui-wx/configure/configure:6070:                  WX_CPPFLAGS=`$WX_CONFIG_WITH_ARGS --cppflags std,gl`
golly-3.3/gui-wx/configure/configure:6071:         WX_CXXFLAGS=`$WX_CONFIG_WITH_ARGS --cxxflags std,gl`
golly-3.3/gui-wx/configure/configure:6072:         WX_CFLAGS=`$WX_CONFIG_WITH_ARGS --cflags std,gl`
golly-3.3/gui-wx/configure/configure-6073-
golly-3.3/gui-wx/configure/configure:6074:         WX_CFLAGS_ONLY=`echo $WX_CFLAGS | sed "s@^$WX_CPPFLAGS *@@"`
golly-3.3/gui-wx/configure/configure:6075:         WX_CXXFLAGS_ONLY=`echo $WX_CXXFLAGS | sed "s@^$WX_CFLAGS *@@"`
golly-3.3/gui-wx/configure/configure-6076-      fi
##############################################
golly-3.3/gui-wx/configure/configure-6552-
golly-3.3/gui-wx/configure/configure:6553:	PERL_INCLUDE=`$PERL -MExtUtils::Embed -e ccopts`
golly-3.3/gui-wx/configure/configure-6554-
##############################################
golly-3.3/gui-wx/configure/configure-6631-fi
golly-3.3/gui-wx/configure/configure:6632:PYTHON_INCLUDE=-I"'`$PYTHON -c "import distutils.sysconfig; print(distutils.sysconfig.get_python_inc())"`'"
golly-3.3/gui-wx/configure/configure-6633-
golly-3.3/gui-wx/configure/configure-6634-if test "x$with_python_shlib" = xcheck; then :
golly-3.3/gui-wx/configure/configure:6635:  	shlib=`$PYTHON -c "import distutils.sysconfig; print(distutils.sysconfig.get_config_var('LDLIBRARY') or '')"`
golly-3.3/gui-wx/configure/configure-6636-		if test "x$shlib" = x; then :
##############################################
golly-3.3/gui-wx/configure/configure-7030-'
golly-3.3/gui-wx/configure/configure:7031:DEFS=`sed -n "$ac_script" confdefs.h`
golly-3.3/gui-wx/configure/configure-7032-
##############################################
golly-3.3/gui-wx/configure/configure-7039-  ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
golly-3.3/gui-wx/configure/configure:7040:  ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
golly-3.3/gui-wx/configure/configure-7041-  # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
##############################################
golly-3.3/gui-wx/configure/configure-7142-if test -z "$BASH_VERSION$ZSH_VERSION" \
golly-3.3/gui-wx/configure/configure:7143:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
golly-3.3/gui-wx/configure/configure-7144-  as_echo='print -r --'
golly-3.3/gui-wx/configure/configure-7145-  as_echo_n='print -rn --'
golly-3.3/gui-wx/configure/configure:7146:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
golly-3.3/gui-wx/configure/configure-7147-  as_echo='printf %s\n'
##############################################
golly-3.3/gui-wx/configure/configure-7149-else
golly-3.3/gui-wx/configure/configure:7150:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
golly-3.3/gui-wx/configure/configure-7151-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
golly-3.3/gui-wx/configure/configure-7159-	expr "X$arg" : "X\\(.*\\)$as_nl";
golly-3.3/gui-wx/configure/configure:7160:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
golly-3.3/gui-wx/configure/configure-7161-      esac;
##############################################
golly-3.3/gui-wx/configure/configure-7236-# ----------------------------------------
golly-3.3/gui-wx/configure/configure:7237:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
golly-3.3/gui-wx/configure/configure-7238-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
golly-3.3/gui-wx/configure/configure-7308-  {
golly-3.3/gui-wx/configure/configure:7309:    as_val=`expr "$@" || test $? -eq 1`
golly-3.3/gui-wx/configure/configure-7310-  }
##############################################
golly-3.3/gui-wx/configure/configure-7412-      case $as_dir in #(
golly-3.3/gui-wx/configure/configure:7413:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
golly-3.3/gui-wx/configure/configure-7414-      *) as_qdir=$as_dir;;
##############################################
golly-3.3/gui-wx/configure/configure-7469-	esac;
golly-3.3/gui-wx/configure/configure:7470:	case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
golly-3.3/gui-wx/configure/configure-7471-	???[sx]*):;;*)false;;esac;fi
##############################################
golly-3.3/gui-wx/configure/configure-7550-cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
golly-3.3/gui-wx/configure/configure:7551:ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
golly-3.3/gui-wx/configure/configure-7552-ac_cs_version="\\
##############################################
golly-3.3/gui-wx/configure/configure-7575-  --*=?*)
golly-3.3/gui-wx/configure/configure:7576:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
golly-3.3/gui-wx/configure/configure:7577:    ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
golly-3.3/gui-wx/configure/configure-7578-    ac_shift=:
##############################################
golly-3.3/gui-wx/configure/configure-7580-  --*=)
golly-3.3/gui-wx/configure/configure:7581:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
golly-3.3/gui-wx/configure/configure-7582-    ac_optarg=
##############################################
golly-3.3/gui-wx/configure/configure-7604-    case $ac_optarg in
golly-3.3/gui-wx/configure/configure:7605:    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
golly-3.3/gui-wx/configure/configure-7606-    '') as_fn_error $? "missing file argument" ;;
##############################################
golly-3.3/gui-wx/configure/configure-7727-fi
golly-3.3/gui-wx/configure/configure:7728:ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
golly-3.3/gui-wx/configure/configure-7729-if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
##############################################
golly-3.3/gui-wx/configure/configure-7744-  as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
golly-3.3/gui-wx/configure/configure:7745:ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
golly-3.3/gui-wx/configure/configure-7746-ac_delim='%!_!# '
##############################################
golly-3.3/gui-wx/configure/configure-7750-
golly-3.3/gui-wx/configure/configure:7751:  ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
golly-3.3/gui-wx/configure/configure-7752-  if test $ac_delim_n = $ac_delim_num; then
##############################################
golly-3.3/gui-wx/configure/configure-7912-      esac
golly-3.3/gui-wx/configure/configure:7913:      case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
golly-3.3/gui-wx/configure/configure-7914-      as_fn_append ac_file_inputs " '$ac_f'"
##############################################
golly-3.3/gui-wx/configure/configure-7971-*)
golly-3.3/gui-wx/configure/configure:7972:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
golly-3.3/gui-wx/configure/configure-7973-  # A ".." for each directory in $ac_dir_suffix.
golly-3.3/gui-wx/configure/configure:7974:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
golly-3.3/gui-wx/configure/configure-7975-  case $ac_top_builddir_sub in
##############################################
golly-3.3/gui-wx/configure/configure-8032-/@mandir@/p'
golly-3.3/gui-wx/configure/configure:8033:case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
golly-3.3/gui-wx/configure/configure-8034-*datarootdir*) ac_datarootdir_seen=yes;;
##############################################
golly-3.3/gui-wx/configure/configure-8049-
golly-3.3/gui-wx/configure/configure:8050:# Neutralize VPATH when `$srcdir' = `.'.
golly-3.3/gui-wx/configure/configure-8051-# Shell code in configure.ac might set extrasub.
##############################################
golly-3.3/gui-wx/configure/configure-8077-test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
golly-3.3/gui-wx/configure/configure:8078:  { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
golly-3.3/gui-wx/configure/configure-8079-  { ac_out=`sed -n '/^[	 ]*datarootdir[	 ]*:*=/p' \
##############################################
golly-3.3/gui-wx/configure/configure-8113-    # Strip MF so we end up with the name of the file.
golly-3.3/gui-wx/configure/configure:8114:    mf=`echo "$mf" | sed -e 's/:.*$//'`
golly-3.3/gui-wx/configure/configure-8115-    # Check whether this is an Automake generated Makefile or not.
##############################################
golly-3.3/gui-wx/configure/configure-8150-    # from the Makefile without running `make'.
golly-3.3/gui-wx/configure/configure:8151:    DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
golly-3.3/gui-wx/configure/configure-8152-    test -z "$DEPDIR" && continue
golly-3.3/gui-wx/configure/configure:8153:    am__include=`sed -n 's/^am__include = //p' < "$mf"`
golly-3.3/gui-wx/configure/configure-8154-    test -z "am__include" && continue
golly-3.3/gui-wx/configure/configure:8155:    am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
golly-3.3/gui-wx/configure/configure-8156-    # When using ansi2knr, U may be empty or an underscore; expand it
golly-3.3/gui-wx/configure/configure:8157:    U=`sed -n 's/^U = //p' < "$mf"`
golly-3.3/gui-wx/configure/configure-8158-    # Find all dependency output files, they are included files with
##############################################
golly-3.3/gui-wx/configure/config.sub-57-
golly-3.3/gui-wx/configure/config.sub:58:me=`echo "$0" | sed -e 's,.*/,,'`
golly-3.3/gui-wx/configure/config.sub-59-
##############################################
golly-3.3/gui-wx/configure/config.sub-122-# Here we must recognize all the valid KERNEL-OS combinations.
golly-3.3/gui-wx/configure/config.sub:123:maybe_os=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\2/'`
golly-3.3/gui-wx/configure/config.sub-124-case $maybe_os in
##############################################
golly-3.3/gui-wx/configure/config.sub-130-    os=-$maybe_os
golly-3.3/gui-wx/configure/config.sub:131:    basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'`
golly-3.3/gui-wx/configure/config.sub-132-    ;;
##############################################
golly-3.3/gui-wx/configure/config.sub-134-    os=-linux-android
golly-3.3/gui-wx/configure/config.sub:135:    basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'`-unknown
golly-3.3/gui-wx/configure/config.sub-136-    ;;
golly-3.3/gui-wx/configure/config.sub-137-  *)
golly-3.3/gui-wx/configure/config.sub:138:    basic_machine=`echo $1 | sed 's/-[^-]*$//'`
golly-3.3/gui-wx/configure/config.sub-139-    if [ $basic_machine != $1 ]
golly-3.3/gui-wx/configure/config.sub:140:    then os=`echo $1 | sed 's/.*-/-/'`
golly-3.3/gui-wx/configure/config.sub-141-    else os=; fi
##############################################
golly-3.3/gui-wx/configure/config.sub-188-		os=-sco5v6
golly-3.3/gui-wx/configure/config.sub:189:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
golly-3.3/gui-wx/configure/config.sub-190-		;;
##############################################
golly-3.3/gui-wx/configure/config.sub-192-		os=-sco3.2v5
golly-3.3/gui-wx/configure/config.sub:193:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
golly-3.3/gui-wx/configure/config.sub-194-		;;
##############################################
golly-3.3/gui-wx/configure/config.sub-196-		os=-sco3.2v4
golly-3.3/gui-wx/configure/config.sub:197:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
golly-3.3/gui-wx/configure/config.sub-198-		;;
golly-3.3/gui-wx/configure/config.sub-199-	-sco3.2.[4-9]*)
golly-3.3/gui-wx/configure/config.sub:200:		os=`echo $os | sed -e 's/sco3.2./sco3.2v/'`
golly-3.3/gui-wx/configure/config.sub:201:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
golly-3.3/gui-wx/configure/config.sub-202-		;;
##############################################
golly-3.3/gui-wx/configure/config.sub-204-		# Don't forget version if it is 3.2v4 or newer.
golly-3.3/gui-wx/configure/config.sub:205:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
golly-3.3/gui-wx/configure/config.sub-206-		;;
##############################################
golly-3.3/gui-wx/configure/config.sub-208-		# Don't forget version if it is 3.2v4 or newer.
golly-3.3/gui-wx/configure/config.sub:209:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
golly-3.3/gui-wx/configure/config.sub-210-		;;
##############################################
golly-3.3/gui-wx/configure/config.sub-212-		os=-sco3.2v2
golly-3.3/gui-wx/configure/config.sub:213:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
golly-3.3/gui-wx/configure/config.sub-214-		;;
golly-3.3/gui-wx/configure/config.sub-215-	-udk*)
golly-3.3/gui-wx/configure/config.sub:216:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
golly-3.3/gui-wx/configure/config.sub-217-		;;
##############################################
golly-3.3/gui-wx/configure/config.sub-219-		os=-isc2.2
golly-3.3/gui-wx/configure/config.sub:220:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
golly-3.3/gui-wx/configure/config.sub-221-		;;
##############################################
golly-3.3/gui-wx/configure/config.sub-225-	-isc*)
golly-3.3/gui-wx/configure/config.sub:226:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
golly-3.3/gui-wx/configure/config.sub-227-		;;
##############################################
golly-3.3/gui-wx/configure/config.sub-231-	-ptx*)
golly-3.3/gui-wx/configure/config.sub:232:		basic_machine=`echo $1 | sed -e 's/86-.*/86-sequent/'`
golly-3.3/gui-wx/configure/config.sub-233-		;;
golly-3.3/gui-wx/configure/config.sub-234-	-windowsnt*)
golly-3.3/gui-wx/configure/config.sub:235:		os=`echo $os | sed -e 's/windowsnt/winnt/'`
golly-3.3/gui-wx/configure/config.sub-236-		;;
##############################################
golly-3.3/gui-wx/configure/config.sub-357-	*-*-*)
golly-3.3/gui-wx/configure/config.sub:358:		echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2
golly-3.3/gui-wx/configure/config.sub-359-		exit 1
##############################################
golly-3.3/gui-wx/configure/config.sub-475-	amd64-*)
golly-3.3/gui-wx/configure/config.sub:476:		basic_machine=x86_64-`echo $basic_machine | sed 's/^[^-]*-//'`
golly-3.3/gui-wx/configure/config.sub-477-		;;
##############################################
golly-3.3/gui-wx/configure/config.sub-517-	blackfin-*)
golly-3.3/gui-wx/configure/config.sub:518:		basic_machine=bfin-`echo $basic_machine | sed 's/^[^-]*-//'`
golly-3.3/gui-wx/configure/config.sub-519-		os=-linux
##############################################
golly-3.3/gui-wx/configure/config.sub-525-	c54x-*)
golly-3.3/gui-wx/configure/config.sub:526:		basic_machine=tic54x-`echo $basic_machine | sed 's/^[^-]*-//'`
golly-3.3/gui-wx/configure/config.sub-527-		;;
golly-3.3/gui-wx/configure/config.sub-528-	c55x-*)
golly-3.3/gui-wx/configure/config.sub:529:		basic_machine=tic55x-`echo $basic_machine | sed 's/^[^-]*-//'`
golly-3.3/gui-wx/configure/config.sub-530-		;;
golly-3.3/gui-wx/configure/config.sub-531-	c6x-*)
golly-3.3/gui-wx/configure/config.sub:532:		basic_machine=tic6x-`echo $basic_machine | sed 's/^[^-]*-//'`
golly-3.3/gui-wx/configure/config.sub-533-		;;
##############################################
golly-3.3/gui-wx/configure/config.sub-728-	i*86v32)
golly-3.3/gui-wx/configure/config.sub:729:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
golly-3.3/gui-wx/configure/config.sub-730-		os=-sysv32
##############################################
golly-3.3/gui-wx/configure/config.sub-732-	i*86v4*)
golly-3.3/gui-wx/configure/config.sub:733:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
golly-3.3/gui-wx/configure/config.sub-734-		os=-sysv4
##############################################
golly-3.3/gui-wx/configure/config.sub-736-	i*86v)
golly-3.3/gui-wx/configure/config.sub:737:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
golly-3.3/gui-wx/configure/config.sub-738-		os=-sysv
##############################################
golly-3.3/gui-wx/configure/config.sub-740-	i*86sol2)
golly-3.3/gui-wx/configure/config.sub:741:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
golly-3.3/gui-wx/configure/config.sub-742-		os=-solaris2
##############################################
golly-3.3/gui-wx/configure/config.sub-770-	m68knommu-*)
golly-3.3/gui-wx/configure/config.sub:771:		basic_machine=m68k-`echo $basic_machine | sed 's/^[^-]*-//'`
golly-3.3/gui-wx/configure/config.sub-772-		os=-linux
##############################################
golly-3.3/gui-wx/configure/config.sub-803-	mips3*-*)
golly-3.3/gui-wx/configure/config.sub:804:		basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'`
golly-3.3/gui-wx/configure/config.sub-805-		;;
golly-3.3/gui-wx/configure/config.sub-806-	mips3*)
golly-3.3/gui-wx/configure/config.sub:807:		basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'`-unknown
golly-3.3/gui-wx/configure/config.sub-808-		;;
##############################################
golly-3.3/gui-wx/configure/config.sub-821-	ms1-*)
golly-3.3/gui-wx/configure/config.sub:822:		basic_machine=`echo $basic_machine | sed -e 's/ms1-/mt-/'`
golly-3.3/gui-wx/configure/config.sub-823-		;;
##############################################
golly-3.3/gui-wx/configure/config.sub-940-	parisc-*)
golly-3.3/gui-wx/configure/config.sub:941:		basic_machine=hppa-`echo $basic_machine | sed 's/^[^-]*-//'`
golly-3.3/gui-wx/configure/config.sub-942-		os=-linux
##############################################
golly-3.3/gui-wx/configure/config.sub-956-	pc98-*)
golly-3.3/gui-wx/configure/config.sub:957:		basic_machine=i386-`echo $basic_machine | sed 's/^[^-]*-//'`
golly-3.3/gui-wx/configure/config.sub-958-		;;
##############################################
golly-3.3/gui-wx/configure/config.sub-971-	pentium-* | p5-* | k5-* | k6-* | nexgen-* | viac3-*)
golly-3.3/gui-wx/configure/config.sub:972:		basic_machine=i586-`echo $basic_machine | sed 's/^[^-]*-//'`
golly-3.3/gui-wx/configure/config.sub-973-		;;
golly-3.3/gui-wx/configure/config.sub-974-	pentiumpro-* | p6-* | 6x86-* | athlon-*)
golly-3.3/gui-wx/configure/config.sub:975:		basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'`
golly-3.3/gui-wx/configure/config.sub-976-		;;
golly-3.3/gui-wx/configure/config.sub-977-	pentiumii-* | pentium2-* | pentiumiii-* | pentium3-*)
golly-3.3/gui-wx/configure/config.sub:978:		basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'`
golly-3.3/gui-wx/configure/config.sub-979-		;;
golly-3.3/gui-wx/configure/config.sub-980-	pentium4-*)
golly-3.3/gui-wx/configure/config.sub:981:		basic_machine=i786-`echo $basic_machine | sed 's/^[^-]*-//'`
golly-3.3/gui-wx/configure/config.sub-982-		;;
##############################################
golly-3.3/gui-wx/configure/config.sub-990-	ppc-* | ppcbe-*)
golly-3.3/gui-wx/configure/config.sub:991:		basic_machine=powerpc-`echo $basic_machine | sed 's/^[^-]*-//'`
golly-3.3/gui-wx/configure/config.sub-992-		;;
##############################################
golly-3.3/gui-wx/configure/config.sub-996-	ppcle-* | powerpclittle-*)
golly-3.3/gui-wx/configure/config.sub:997:		basic_machine=powerpcle-`echo $basic_machine | sed 's/^[^-]*-//'`
golly-3.3/gui-wx/configure/config.sub-998-		;;
##############################################
golly-3.3/gui-wx/configure/config.sub-1000-		;;
golly-3.3/gui-wx/configure/config.sub:1001:	ppc64-*) basic_machine=powerpc64-`echo $basic_machine | sed 's/^[^-]*-//'`
golly-3.3/gui-wx/configure/config.sub-1002-		;;
##############################################
golly-3.3/gui-wx/configure/config.sub-1006-	ppc64le-* | powerpc64little-*)
golly-3.3/gui-wx/configure/config.sub:1007:		basic_machine=powerpc64le-`echo $basic_machine | sed 's/^[^-]*-//'`
golly-3.3/gui-wx/configure/config.sub-1008-		;;
##############################################
golly-3.3/gui-wx/configure/config.sub-1085-	strongarm-* | thumb-*)
golly-3.3/gui-wx/configure/config.sub:1086:		basic_machine=arm-`echo $basic_machine | sed 's/^[^-]*-//'`
golly-3.3/gui-wx/configure/config.sub-1087-		;;
##############################################
golly-3.3/gui-wx/configure/config.sub-1215-	xscale-* | xscalee[bl]-*)
golly-3.3/gui-wx/configure/config.sub:1216:		basic_machine=`echo $basic_machine | sed 's/^xscale/arm/'`
golly-3.3/gui-wx/configure/config.sub-1217-		;;
##############################################
golly-3.3/gui-wx/configure/config.sub-1292-	*)
golly-3.3/gui-wx/configure/config.sub:1293:		echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2
golly-3.3/gui-wx/configure/config.sub-1294-		exit 1
##############################################
golly-3.3/gui-wx/configure/config.sub-1300-	*-digital*)
golly-3.3/gui-wx/configure/config.sub:1301:		basic_machine=`echo $basic_machine | sed 's/digital.*/dec/'`
golly-3.3/gui-wx/configure/config.sub-1302-		;;
golly-3.3/gui-wx/configure/config.sub-1303-	*-commodore*)
golly-3.3/gui-wx/configure/config.sub:1304:		basic_machine=`echo $basic_machine | sed 's/commodore.*/cbm/'`
golly-3.3/gui-wx/configure/config.sub-1305-		;;
##############################################
golly-3.3/gui-wx/configure/config.sub-1321-	-solaris1 | -solaris1.*)
golly-3.3/gui-wx/configure/config.sub:1322:		os=`echo $os | sed -e 's|solaris1|sunos4|'`
golly-3.3/gui-wx/configure/config.sub-1323-		;;
##############################################
golly-3.3/gui-wx/configure/config.sub-1333-	-gnu/linux*)
golly-3.3/gui-wx/configure/config.sub:1334:		os=`echo $os | sed -e 's|gnu/linux|linux-gnu|'`
golly-3.3/gui-wx/configure/config.sub-1335-		;;
##############################################
golly-3.3/gui-wx/configure/config.sub-1379-	-nto*)
golly-3.3/gui-wx/configure/config.sub:1380:		os=`echo $os | sed -e 's|nto|nto-qnx|'`
golly-3.3/gui-wx/configure/config.sub-1381-		;;
##############################################
golly-3.3/gui-wx/configure/config.sub-1386-	-mac*)
golly-3.3/gui-wx/configure/config.sub:1387:		os=`echo $os | sed -e 's|mac|macos|'`
golly-3.3/gui-wx/configure/config.sub-1388-		;;
##############################################
golly-3.3/gui-wx/configure/config.sub-1392-	-linux*)
golly-3.3/gui-wx/configure/config.sub:1393:		os=`echo $os | sed -e 's|linux|linux-gnu|'`
golly-3.3/gui-wx/configure/config.sub-1394-		;;
golly-3.3/gui-wx/configure/config.sub-1395-	-sunos5*)
golly-3.3/gui-wx/configure/config.sub:1396:		os=`echo $os | sed -e 's|sunos5|solaris2|'`
golly-3.3/gui-wx/configure/config.sub-1397-		;;
golly-3.3/gui-wx/configure/config.sub-1398-	-sunos6*)
golly-3.3/gui-wx/configure/config.sub:1399:		os=`echo $os | sed -e 's|sunos6|solaris3|'`
golly-3.3/gui-wx/configure/config.sub-1400-		;;
##############################################
golly-3.3/gui-wx/configure/config.sub-1447-	-sinix5.*)
golly-3.3/gui-wx/configure/config.sub:1448:		os=`echo $os | sed -e 's|sinix|sysv|'`
golly-3.3/gui-wx/configure/config.sub-1449-		;;
##############################################
golly-3.3/gui-wx/configure/config.sub-1503-		# Get rid of the `-' at the beginning of $os.
golly-3.3/gui-wx/configure/config.sub:1504:		os=`echo $os | sed 's/[^-]*-//'`
golly-3.3/gui-wx/configure/config.sub:1505:		echo Invalid configuration \`$1\': system \`$os\' not recognized 1>&2
golly-3.3/gui-wx/configure/config.sub-1506-		exit 1
##############################################
golly-3.3/gui-wx/configure/config.sub-1760-		esac
golly-3.3/gui-wx/configure/config.sub:1761:		basic_machine=`echo $basic_machine | sed "s/unknown/$vendor/"`
golly-3.3/gui-wx/configure/config.sub-1762-		;;
##############################################
golly-3.3/gui-wx/configure/aclocal.m4-134-# $ac_aux_dir to `$srcdir/foo'.  In other projects, it is set to
golly-3.3/gui-wx/configure/aclocal.m4:135:# `$srcdir', `$srcdir/..', or `$srcdir/../..'.
golly-3.3/gui-wx/configure/aclocal.m4-136-#
##############################################
golly-3.3/gui-wx/configure/aclocal.m4-158-# iff we strip the leading $srcdir from $ac_aux_dir.  That would be:
golly-3.3/gui-wx/configure/aclocal.m4:159:#   am_aux_dir='\$(top_srcdir)/'`expr "$ac_aux_dir" : "$srcdir//*\(.*\)"`
golly-3.3/gui-wx/configure/aclocal.m4-160-# and then we would define $MISSING as
##############################################
golly-3.3/gui-wx/configure/aclocal.m4-174-# expand $ac_aux_dir to an absolute path
golly-3.3/gui-wx/configure/aclocal.m4:175:am_aux_dir=`cd $ac_aux_dir && pwd`
golly-3.3/gui-wx/configure/aclocal.m4-176-])
##############################################
golly-3.3/gui-wx/configure/aclocal.m4-276-  if test "$am_compiler_list" = ""; then
golly-3.3/gui-wx/configure/aclocal.m4:277:     am_compiler_list=`sed -n ['s/^#*\([a-zA-Z0-9]*\))$/\1/p'] < ./depcomp`
golly-3.3/gui-wx/configure/aclocal.m4-278-  fi
##############################################
golly-3.3/gui-wx/configure/aclocal.m4-425-    # Strip MF so we end up with the name of the file.
golly-3.3/gui-wx/configure/aclocal.m4:426:    mf=`echo "$mf" | sed -e 's/:.*$//'`
golly-3.3/gui-wx/configure/aclocal.m4-427-    # Check whether this is an Automake generated Makefile or not.
##############################################
golly-3.3/gui-wx/configure/aclocal.m4-434-    if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
golly-3.3/gui-wx/configure/aclocal.m4:435:      dirpart=`AS_DIRNAME("$mf")`
golly-3.3/gui-wx/configure/aclocal.m4-436-    else
##############################################
golly-3.3/gui-wx/configure/aclocal.m4-440-    # from the Makefile without running `make'.
golly-3.3/gui-wx/configure/aclocal.m4:441:    DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
golly-3.3/gui-wx/configure/aclocal.m4-442-    test -z "$DEPDIR" && continue
golly-3.3/gui-wx/configure/aclocal.m4:443:    am__include=`sed -n 's/^am__include = //p' < "$mf"`
golly-3.3/gui-wx/configure/aclocal.m4-444-    test -z "am__include" && continue
golly-3.3/gui-wx/configure/aclocal.m4:445:    am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
golly-3.3/gui-wx/configure/aclocal.m4-446-    # When using ansi2knr, U may be empty or an underscore; expand it
golly-3.3/gui-wx/configure/aclocal.m4:447:    U=`sed -n 's/^U = //p' < "$mf"`
golly-3.3/gui-wx/configure/aclocal.m4-448-    # Find all dependency output files, they are included files with
##############################################
golly-3.3/gui-wx/configure/aclocal.m4-456-      test -f "$dirpart/$file" && continue
golly-3.3/gui-wx/configure/aclocal.m4:457:      fdir=`AS_DIRNAME(["$file"])`
golly-3.3/gui-wx/configure/aclocal.m4-458-      AS_MKDIR_P([$dirpart/$fdir])
##############################################
golly-3.3/gui-wx/configure/aclocal.m4-511-AC_REQUIRE([AC_PROG_INSTALL])dnl
golly-3.3/gui-wx/configure/aclocal.m4:512:if test "`cd $srcdir && pwd`" != "`pwd`"; then
golly-3.3/gui-wx/configure/aclocal.m4-513-  # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
##############################################
golly-3.3/gui-wx/configure/aclocal.m4-613-    * )
golly-3.3/gui-wx/configure/aclocal.m4:614:      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
golly-3.3/gui-wx/configure/aclocal.m4-615-  esac
golly-3.3/gui-wx/configure/aclocal.m4-616-done
golly-3.3/gui-wx/configure/aclocal.m4:617:echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count])
golly-3.3/gui-wx/configure/aclocal.m4-618-
##############################################
golly-3.3/gui-wx/configure/aclocal.m4-691-# Ignore all kinds of additional output from `make'.
golly-3.3/gui-wx/configure/aclocal.m4:692:case `$am_make -s -f confmf 2> /dev/null` in #(
golly-3.3/gui-wx/configure/aclocal.m4-693-*the\ am__doit\ target*)
##############################################
golly-3.3/gui-wx/configure/aclocal.m4-701-   echo '.include "confinc"' > confmf
golly-3.3/gui-wx/configure/aclocal.m4:702:   case `$am_make -s -f confmf 2> /dev/null` in #(
golly-3.3/gui-wx/configure/aclocal.m4-703-   *the\ am__doit\ target*)
##############################################
golly-3.3/gui-wx/configure/aclocal.m4-858-if (
golly-3.3/gui-wx/configure/aclocal.m4:859:   set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
golly-3.3/gui-wx/configure/aclocal.m4-860-   if test "$[*]" = "X"; then
golly-3.3/gui-wx/configure/aclocal.m4-861-      # -L didn't work.
golly-3.3/gui-wx/configure/aclocal.m4:862:      set X `ls -t "$srcdir/configure" conftest.file`
golly-3.3/gui-wx/configure/aclocal.m4-863-   fi
##############################################
golly-3.3/gui-wx/configure/depcomp-67-  sed 's|[^\\/]*$|'${DEPDIR-.deps}'/&|;s|\.\([^.]*\)$|.P\1|;s|Pobj$|Po|'`}
golly-3.3/gui-wx/configure/depcomp:68:tmpdepfile=${tmpdepfile-`echo "$depfile" | sed 's/\.\([^.]*\)$/.T\1/'`}
golly-3.3/gui-wx/configure/depcomp-69-
##############################################
golly-3.3/gui-wx/configure/depcomp-234-  # Version 6 uses the directory in both cases.
golly-3.3/gui-wx/configure/depcomp:235:  dir=`echo "$object" | sed -e 's|/[^/]*$|/|'`
golly-3.3/gui-wx/configure/depcomp-236-  test "x$dir" = "x$object" && dir=
golly-3.3/gui-wx/configure/depcomp:237:  base=`echo "$object" | sed -e 's|^.*/||' -e 's/\.o$//' -e 's/\.lo$//'`
golly-3.3/gui-wx/configure/depcomp-238-  if test "$libtool" = yes; then
##############################################
golly-3.3/gui-wx/configure/depcomp-263-    # Do two passes, one to just change these to
golly-3.3/gui-wx/configure/depcomp:264:    # `$object: dependent.h' and one to simply `dependent.h:'.
golly-3.3/gui-wx/configure/depcomp-265-    sed -e "s,^.*\.[a-z]*:,$object:," < "$tmpdepfile" > "$depfile"
##############################################
golly-3.3/gui-wx/configure/depcomp-305-  # Do two passes, one to just change these to
golly-3.3/gui-wx/configure/depcomp:306:  # `$object: dependent.h' and one to simply `dependent.h:'.
golly-3.3/gui-wx/configure/depcomp-307-  sed "s,^[^:]*:,$object :," < "$tmpdepfile" > "$depfile"
##############################################
golly-3.3/gui-wx/configure/depcomp-321-  # Much of this is similar to the tru64 case; see comments there.
golly-3.3/gui-wx/configure/depcomp:322:  dir=`echo "$object" | sed -e 's|/[^/]*$|/|'`
golly-3.3/gui-wx/configure/depcomp-323-  test "x$dir" = "x$object" && dir=
golly-3.3/gui-wx/configure/depcomp:324:  base=`echo "$object" | sed -e 's|^.*/||' -e 's/\.o$//' -e 's/\.lo$//'`
golly-3.3/gui-wx/configure/depcomp-325-  if test "$libtool" = yes; then
##############################################
golly-3.3/gui-wx/configure/depcomp-365-   # Subdirectories are respected.
golly-3.3/gui-wx/configure/depcomp:366:   dir=`echo "$object" | sed -e 's|/[^/]*$|/|'`
golly-3.3/gui-wx/configure/depcomp-367-   test "x$dir" = "x$object" && dir=
golly-3.3/gui-wx/configure/depcomp:368:   base=`echo "$object" | sed -e 's|^.*/||' -e 's/\.o$//' -e 's/\.lo$//'`
golly-3.3/gui-wx/configure/depcomp-369-
##############################################
golly-3.3/gui-wx/configure/depcomp-557-  done
golly-3.3/gui-wx/configure/depcomp:558:  obj_suffix=`echo "$object" | sed 's/^.*\././'`
golly-3.3/gui-wx/configure/depcomp-559-  touch "$tmpdepfile"
##############################################
golly-3.3/gui-wx/configure/missing-129-       # Could not run --version or --help.  This is probably someone
golly-3.3/gui-wx/configure/missing:130:       # running `$TOOL --version' or `$TOOL --help' to check whether
golly-3.3/gui-wx/configure/missing-131-       # $TOOL exists and not knowing $TOOL uses missing.
##############################################
golly-3.3/gui-wx/configure/missing-163-         from any GNU archive site."
golly-3.3/gui-wx/configure/missing:164:    files=`sed -n 's/^[ ]*A[CM]_CONFIG_HEADER(\([^)]*\)).*/\1/p' ${configure_ac}`
golly-3.3/gui-wx/configure/missing-165-    test -z "$files" && files="config.h"
##############################################
golly-3.3/gui-wx/configure/missing-192-         proper tools for further handling them.
golly-3.3/gui-wx/configure/missing:193:         You can get \`$1' as part of \`Autoconf' from any GNU
golly-3.3/gui-wx/configure/missing-194-         archive site."
golly-3.3/gui-wx/configure/missing-195-
golly-3.3/gui-wx/configure/missing:196:    file=`echo "$*" | sed -n "$sed_output"`
golly-3.3/gui-wx/configure/missing:197:    test -z "$file" && file=`echo "$*" | sed -n "$sed_minuso"`
golly-3.3/gui-wx/configure/missing-198-    if test -f "$file"; then
##############################################
golly-3.3/gui-wx/configure/missing-221-	*.y)
golly-3.3/gui-wx/configure/missing:222:	    SRCFILE=`echo "$LASTARG" | sed 's/y$/c/'`
golly-3.3/gui-wx/configure/missing-223-	    if test -f "$SRCFILE"; then
##############################################
golly-3.3/gui-wx/configure/missing-225-	    fi
golly-3.3/gui-wx/configure/missing:226:	    SRCFILE=`echo "$LASTARG" | sed 's/y$/h/'`
golly-3.3/gui-wx/configure/missing-227-	    if test -f "$SRCFILE"; then
##############################################
golly-3.3/gui-wx/configure/missing-251-	*.l)
golly-3.3/gui-wx/configure/missing:252:	    SRCFILE=`echo "$LASTARG" | sed 's/l$/c/'`
golly-3.3/gui-wx/configure/missing-253-	    if test -f "$SRCFILE"; then
##############################################
golly-3.3/gui-wx/configure/missing-270-
golly-3.3/gui-wx/configure/missing:271:    file=`echo "$*" | sed -n "$sed_output"`
golly-3.3/gui-wx/configure/missing:272:    test -z "$file" && file=`echo "$*" | sed -n "$sed_minuso"`
golly-3.3/gui-wx/configure/missing-273-    if test -f "$file"; then
##############################################
golly-3.3/gui-wx/configure/missing-290-    # The file to touch is that specified with -o ...
golly-3.3/gui-wx/configure/missing:291:    file=`echo "$*" | sed -n "$sed_output"`
golly-3.3/gui-wx/configure/missing:292:    test -z "$file" && file=`echo "$*" | sed -n "$sed_minuso"`
golly-3.3/gui-wx/configure/missing-293-    if test -z "$file"; then
golly-3.3/gui-wx/configure/missing-294-      # ... or it is the one specified with @setfilename ...
golly-3.3/gui-wx/configure/missing:295:      infile=`echo "$*" | sed 's/.* \([^ ]*\) *$/\1/'`
golly-3.3/gui-wx/configure/missing-296-      file=`sed -n '
##############################################
golly-3.3/gui-wx/configure/missing-302-      # ... or it is derived from the source name (dir/f.texi becomes f.info)
golly-3.3/gui-wx/configure/missing:303:      test -z "$file" && file=`echo "$infile" | sed 's,.*/,,;s,.[^.]*$,,'`.info
golly-3.3/gui-wx/configure/missing-304-    fi
##############################################
golly-3.3/gui-wx/configure/install-sh-229-      fi
golly-3.3/gui-wx/configure/install-sh:230:      cp_umask=`expr '(' 777 - $mode % 1000 ')' $u_plus_rw`;;
golly-3.3/gui-wx/configure/install-sh-231-    *)
##############################################
golly-3.3/gui-wx/configure/install-sh-276-      dstdir=$dst
golly-3.3/gui-wx/configure/install-sh:277:      dst=$dstdir/`basename "$src"`
golly-3.3/gui-wx/configure/install-sh-278-      dstdir_status=0
##############################################
golly-3.3/gui-wx/configure/install-sh-358-		   # FreeBSD 6.1 mkdir -m -p sets mode of existing directory.
golly-3.3/gui-wx/configure/install-sh:359:		   ls_ld_tmpdir=`ls -ld "$tmpdir"`
golly-3.3/gui-wx/configure/install-sh-360-		   case $ls_ld_tmpdir in
##############################################
golly-3.3/gui-wx/configure/install-sh-365-		   $mkdirprog -m$different_mode -p -- "$tmpdir" && {
golly-3.3/gui-wx/configure/install-sh:366:		     ls_ld_tmpdir_1=`ls -ld "$tmpdir"`
golly-3.3/gui-wx/configure/install-sh-367-		     test "$ls_ld_tmpdir" = "$ls_ld_tmpdir_1"
##############################################
golly-3.3/gui-wx/configure/install-sh-425-	    case $prefix in
golly-3.3/gui-wx/configure/install-sh:426:	      *\'*) qprefix=`echo "$prefix" | sed "s/'/'\\\\\\\\''/g"`;;
golly-3.3/gui-wx/configure/install-sh-427-	      *) qprefix=$prefix;;
##############################################
golly-3.3/gui-wx/configure/install-sh-474-    if $copy_on_change &&
golly-3.3/gui-wx/configure/install-sh:475:       old=`LC_ALL=C ls -dlL "$dst"	2>/dev/null` &&
golly-3.3/gui-wx/configure/install-sh:476:       new=`LC_ALL=C ls -dlL "$dsttmp"	2>/dev/null` &&
golly-3.3/gui-wx/configure/install-sh-477-
##############################################
golly-3.3/gui-wx/configure/config.guess-38-
golly-3.3/gui-wx/configure/config.guess:39:me=`echo "$0" | sed -e 's,.*/,,'`
golly-3.3/gui-wx/configure/config.guess-40-
##############################################
golly-3.3/gui-wx/configure/config.guess-108-: ${TMPDIR=/tmp} ;
golly-3.3/gui-wx/configure/config.guess:109: { tmp=`(umask 077 && mktemp -d "$TMPDIR/cgXXXXXX") 2>/dev/null` && test -n "$tmp" && test -d "$tmp" ; } ||
golly-3.3/gui-wx/configure/config.guess-110- { test -n "$RANDOM" && tmp=$TMPDIR/cg$$-$RANDOM && (umask 077 && mkdir $tmp) ; } ||
##############################################
golly-3.3/gui-wx/configure/config.guess-194-	    *)
golly-3.3/gui-wx/configure/config.guess:195:		release=`echo ${UNAME_RELEASE}|sed -e 's/[-_].*/\./'`
golly-3.3/gui-wx/configure/config.guess-196-		;;
##############################################
golly-3.3/gui-wx/configure/config.guess-221-	*4.0)
golly-3.3/gui-wx/configure/config.guess:222:		UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $3}'`
golly-3.3/gui-wx/configure/config.guess-223-		;;
golly-3.3/gui-wx/configure/config.guess-224-	*5.*)
golly-3.3/gui-wx/configure/config.guess:225:		UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $4}'`
golly-3.3/gui-wx/configure/config.guess-226-		;;
##############################################
golly-3.3/gui-wx/configure/config.guess-231-	# types through head -n 1, so we only detect the type of CPU 0.
golly-3.3/gui-wx/configure/config.guess:232:	ALPHA_CPU_TYPE=`/usr/sbin/psrinfo -v | sed -n -e 's/^  The alpha \(.*\) processor.*$/\1/p' | head -n 1`
golly-3.3/gui-wx/configure/config.guess-233-	case "$ALPHA_CPU_TYPE" in
##############################################
golly-3.3/gui-wx/configure/config.guess-269-	# 1.2 uses "1.2" for uname -r.
golly-3.3/gui-wx/configure/config.guess:270:	echo ${UNAME_MACHINE}-dec-osf`echo ${UNAME_RELEASE} | sed -e 's/^[PVTX]//' | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz'`
golly-3.3/gui-wx/configure/config.guess-271-	# Reset EXIT trap before exiting to avoid spurious non-zero exit code.
##############################################
golly-3.3/gui-wx/configure/config.guess-329-    s390x:SunOS:*:*)
golly-3.3/gui-wx/configure/config.guess:330:	echo ${UNAME_MACHINE}-ibm-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
golly-3.3/gui-wx/configure/config.guess-331-	exit ;;
golly-3.3/gui-wx/configure/config.guess-332-    sun4H:SunOS:5.*:*)
golly-3.3/gui-wx/configure/config.guess:333:	echo sparc-hal-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
golly-3.3/gui-wx/configure/config.guess-334-	exit ;;
golly-3.3/gui-wx/configure/config.guess-335-    sun4*:SunOS:5.*:* | tadpole*:SunOS:5.*:*)
golly-3.3/gui-wx/configure/config.guess:336:	echo sparc-sun-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
golly-3.3/gui-wx/configure/config.guess-337-	exit ;;
##############################################
golly-3.3/gui-wx/configure/config.guess-354-	fi
golly-3.3/gui-wx/configure/config.guess:355:	echo ${SUN_ARCH}-pc-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
golly-3.3/gui-wx/configure/config.guess-356-	exit ;;
##############################################
golly-3.3/gui-wx/configure/config.guess-360-	# it's likely to be more like Solaris than SunOS4.
golly-3.3/gui-wx/configure/config.guess:361:	echo sparc-sun-solaris3`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
golly-3.3/gui-wx/configure/config.guess-362-	exit ;;
##############################################
golly-3.3/gui-wx/configure/config.guess-369-	# Japanese Language versions have a version number like `4.1.3-JL'.
golly-3.3/gui-wx/configure/config.guess:370:	echo sparc-sun-sunos`echo ${UNAME_RELEASE}|sed -e 's/-/_/'`
golly-3.3/gui-wx/configure/config.guess-371-	exit ;;
##############################################
golly-3.3/gui-wx/configure/config.guess-375-    sun*:*:4.2BSD:*)
golly-3.3/gui-wx/configure/config.guess:376:	UNAME_RELEASE=`(sed 1q /etc/motd | awk '{print substr($5,1,3)}') 2>/dev/null`
golly-3.3/gui-wx/configure/config.guess-377-	test "x${UNAME_RELEASE}" = "x" && UNAME_RELEASE=3
##############################################
golly-3.3/gui-wx/configure/config.guess-457-	$CC_FOR_BUILD -o $dummy $dummy.c &&
golly-3.3/gui-wx/configure/config.guess:458:	  dummyarg=`echo "${UNAME_RELEASE}" | sed -n 's/\([0-9]*\).*/\1/p'` &&
golly-3.3/gui-wx/configure/config.guess:459:	  SYSTEM_NAME=`$dummy $dummyarg` &&
golly-3.3/gui-wx/configure/config.guess-460-	    { echo "$SYSTEM_NAME"; exit; }
##############################################
golly-3.3/gui-wx/configure/config.guess-513-    *:IRIX*:*:*)
golly-3.3/gui-wx/configure/config.guess:514:	echo mips-sgi-irix`echo ${UNAME_RELEASE}|sed -e 's/-/_/g'`
golly-3.3/gui-wx/configure/config.guess-515-	exit ;;
##############################################
golly-3.3/gui-wx/configure/config.guess-543-EOF
golly-3.3/gui-wx/configure/config.guess:544:		if $CC_FOR_BUILD -o $dummy $dummy.c && SYSTEM_NAME=`$dummy`
golly-3.3/gui-wx/configure/config.guess-545-		then
##############################################
golly-3.3/gui-wx/configure/config.guess-556-    *:AIX:*:[4567])
golly-3.3/gui-wx/configure/config.guess:557:	IBM_CPU_ID=`/usr/sbin/lsdev -C -c processor -S available | sed 1q | awk '{ print $1 }'`
golly-3.3/gui-wx/configure/config.guess-558-	if /usr/sbin/lsattr -El ${IBM_CPU_ID} | grep ' POWER' >/dev/null 2>&1; then
##############################################
golly-3.3/gui-wx/configure/config.guess-591-    9000/[34678]??:HP-UX:*:*)
golly-3.3/gui-wx/configure/config.guess:592:	HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'`
golly-3.3/gui-wx/configure/config.guess-593-	case "${UNAME_MACHINE}" in
##############################################
golly-3.3/gui-wx/configure/config.guess-645-EOF
golly-3.3/gui-wx/configure/config.guess:646:		    (CCOPTS= $CC_FOR_BUILD -o $dummy $dummy.c 2>/dev/null) && HP_ARCH=`$dummy`
golly-3.3/gui-wx/configure/config.guess-647-		    test -z "$HP_ARCH" && HP_ARCH=hppa
##############################################
golly-3.3/gui-wx/configure/config.guess-673-    ia64:HP-UX:*:*)
golly-3.3/gui-wx/configure/config.guess:674:	HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'`
golly-3.3/gui-wx/configure/config.guess-675-	echo ia64-hp-hpux${HPUX_REV}
##############################################
golly-3.3/gui-wx/configure/config.guess-703-EOF
golly-3.3/gui-wx/configure/config.guess:704:	$CC_FOR_BUILD -o $dummy $dummy.c && SYSTEM_NAME=`$dummy` &&
golly-3.3/gui-wx/configure/config.guess-705-		{ echo "$SYSTEM_NAME"; exit; }
##############################################
golly-3.3/gui-wx/configure/config.guess-774-	FUJITSU_SYS=`uname -p | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/\///'`
golly-3.3/gui-wx/configure/config.guess:775:	FUJITSU_REL=`echo ${UNAME_RELEASE} | sed -e 's/ /_/'`
golly-3.3/gui-wx/configure/config.guess-776-	echo "${FUJITSU_PROC}-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}"
##############################################
golly-3.3/gui-wx/configure/config.guess-779-	FUJITSU_SYS=`uname -p | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/\///'`
golly-3.3/gui-wx/configure/config.guess:780:	FUJITSU_REL=`echo ${UNAME_RELEASE} | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/ /_/'`
golly-3.3/gui-wx/configure/config.guess-781-	echo "sparc-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}"
##############################################
golly-3.3/gui-wx/configure/config.guess-795-	    amd64)
golly-3.3/gui-wx/configure/config.guess:796:		echo x86_64-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;;
golly-3.3/gui-wx/configure/config.guess-797-	    *)
golly-3.3/gui-wx/configure/config.guess:798:		echo ${UNAME_PROCESSOR}-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;;
golly-3.3/gui-wx/configure/config.guess-799-	esac
##############################################
golly-3.3/gui-wx/configure/config.guess-850-    prep*:SunOS:5.*:*)
golly-3.3/gui-wx/configure/config.guess:851:	echo powerpcle-unknown-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
golly-3.3/gui-wx/configure/config.guess-852-	exit ;;
##############################################
golly-3.3/gui-wx/configure/config.guess-854-	# the GNU system
golly-3.3/gui-wx/configure/config.guess:855:	echo `echo ${UNAME_MACHINE}|sed -e 's,[-/].*$,,'`-unknown-gnu`echo ${UNAME_RELEASE}|sed -e 's,/.*$,,'`
golly-3.3/gui-wx/configure/config.guess-856-	exit ;;
##############################################
golly-3.3/gui-wx/configure/config.guess-858-	# other systems with GNU libc and userland
golly-3.3/gui-wx/configure/config.guess:859:	echo ${UNAME_MACHINE}-unknown-`echo ${UNAME_SYSTEM} | sed 's,^[^/]*/,,' | tr '[A-Z]' '[a-z]'``echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`-gnu
golly-3.3/gui-wx/configure/config.guess-860-	exit ;;
##############################################
golly-3.3/gui-wx/configure/config.guess-923-EOF
golly-3.3/gui-wx/configure/config.guess:924:	eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep '^LIBC'`
golly-3.3/gui-wx/configure/config.guess-925-	echo "${UNAME_MACHINE}-pc-linux-${LIBC}"
##############################################
golly-3.3/gui-wx/configure/config.guess-951-EOF
golly-3.3/gui-wx/configure/config.guess:952:	eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep '^CPU'`
golly-3.3/gui-wx/configure/config.guess-953-	test x"${CPU}" != x && { echo "${CPU}-unknown-linux-gnu"; exit; }
##############################################
golly-3.3/gui-wx/configure/config.guess-1036-    i*86:*:4.*:* | i*86:SYSTEM_V:4.*:*)
golly-3.3/gui-wx/configure/config.guess:1037:	UNAME_REL=`echo ${UNAME_RELEASE} | sed 's/\/MP$//'`
golly-3.3/gui-wx/configure/config.guess-1038-	if grep Novell /usr/include/link.h >/dev/null 2>/dev/null; then
##############################################
golly-3.3/gui-wx/configure/config.guess-1306-    *:DragonFly:*:*)
golly-3.3/gui-wx/configure/config.guess:1307:	echo ${UNAME_MACHINE}-unknown-dragonfly`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`
golly-3.3/gui-wx/configure/config.guess-1308-	exit ;;
##############################################
golly-3.3/gui-wx/configure/config.guess-1319-    i*86:skyos:*:*)
golly-3.3/gui-wx/configure/config.guess:1320:	echo ${UNAME_MACHINE}-pc-skyos`echo ${UNAME_RELEASE}` | sed -e 's/ .*$//'
golly-3.3/gui-wx/configure/config.guess-1321-	exit ;;
##############################################
golly-3.3/gui-wx/configure/config.guess-1450-
golly-3.3/gui-wx/configure/config.guess:1451:$CC_FOR_BUILD -o $dummy $dummy.c 2>/dev/null && SYSTEM_NAME=`$dummy` &&
golly-3.3/gui-wx/configure/config.guess-1452-	{ echo "$SYSTEM_NAME"; exit; }
##############################################
golly-3.3/gui-wx/configure/Makefile.in-136-	$(bgolly_SOURCES) $(golly_SOURCES)
golly-3.3/gui-wx/configure/Makefile.in:137:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
golly-3.3/gui-wx/configure/Makefile.in-138-am__vpath_adj = case $$p in \
golly-3.3/gui-wx/configure/Makefile.in:139:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
golly-3.3/gui-wx/configure/Makefile.in-140-    *) f=$$p;; \
golly-3.3/gui-wx/configure/Makefile.in-141-  esac;
golly-3.3/gui-wx/configure/Makefile.in:142:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
golly-3.3/gui-wx/configure/Makefile.in-143-am__install_max = 40
golly-3.3/gui-wx/configure/Makefile.in-144-am__nobase_strip_setup = \
golly-3.3/gui-wx/configure/Makefile.in:145:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
golly-3.3/gui-wx/configure/Makefile.in-146-am__nobase_strip = \
##############################################
golly-3.3/gui-wx/configure/Makefile.in-1290-.c.obj:
golly-3.3/gui-wx/configure/Makefile.in:1291:@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
golly-3.3/gui-wx/configure/Makefile.in-1292-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
##############################################
golly-3.3/gui-wx/configure/Makefile.in-1294-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
golly-3.3/gui-wx/configure/Makefile.in:1295:@am__fastdepCC_FALSE@	$(COMPILE) -c `$(CYGPATH_W) '$<'`
golly-3.3/gui-wx/configure/Makefile.in-1296-
golly-3.3/gui-wx/configure/Makefile.in-1297-liblua_a-lapi.o: ../../lua/lapi.c
golly-3.3/gui-wx/configure/Makefile.in:1298:@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblua_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT liblua_a-lapi.o -MD -MP -MF $(DEPDIR)/liblua_a-lapi.Tpo -c -o liblua_a-lapi.o `test -f '../../lua/lapi.c' || echo '$(srcdir)/'`../../lua/lapi.c
golly-3.3/gui-wx/configure/Makefile.in-1299-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/liblua_a-lapi.Tpo $(DEPDIR)/liblua_a-lapi.Po
##############################################
golly-3.3/gui-wx/configure/Makefile.in-1301-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
golly-3.3/gui-wx/configure/Makefile.in:1302:@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblua_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o liblua_a-lapi.o `test -f '../../lua/lapi.c' || echo '$(srcdir)/'`../../lua/lapi.c
golly-3.3/gui-wx/configure/Makefile.in-1303-
golly-3.3/gui-wx/configure/Makefile.in-1304-liblua_a-lapi.obj: ../../lua/lapi.c
golly-3.3/gui-wx/configure/Makefile.in:1305:@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblua_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT liblua_a-lapi.obj -MD -MP -MF $(DEPDIR)/liblua_a-lapi.Tpo -c -o liblua_a-lapi.obj `if test -f '../../lua/lapi.c'; then $(CYGPATH_W) '../../lua/lapi.c'; else $(CYGPATH_W) '$(srcdir)/../../lua/lapi.c'; fi`
golly-3.3/gui-wx/configure/Makefile.in-1306-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/liblua_a-lapi.Tpo $(DEPDIR)/liblua_a-lapi.Po
##############################################
golly-3.3/gui-wx/configure/Makefile.in-1308-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
golly-3.3/gui-wx/configure/Makefile.in:1309:@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblua_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o liblua_a-lapi.obj `if test -f '../../lua/lapi.c'; then $(CYGPATH_W) '../../lua/lapi.c'; else $(CYGPATH_W) '$(srcdir)/../../lua/lapi.c'; fi`
golly-3.3/gui-wx/configure/Makefile.in-1310-
golly-3.3/gui-wx/configure/Makefile.in-1311-liblua_a-lauxlib.o: ../../lua/lauxlib.c
golly-3.3/gui-wx/configure/Makefile.in:1312:@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblua_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT liblua_a-lauxlib.o -MD -MP -MF $(DEPDIR)/liblua_a-lauxlib.Tpo -c -o liblua_a-lauxlib.o `test -f '../../lua/lauxlib.c' || echo '$(srcdir)/'`../../lua/lauxlib.c
golly-3.3/gui-wx/configure/Makefile.in-1313-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/liblua_a-lauxlib.Tpo $(DEPDIR)/liblua_a-lauxlib.Po
##############################################
golly-3.3/gui-wx/configure/Makefile.in-1315-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
golly-3.3/gui-wx/configure/Makefile.in:1316:@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblua_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o liblua_a-lauxlib.o `test -f '../../lua/lauxlib.c' || echo '$(srcdir)/'`../../lua/lauxlib.c
golly-3.3/gui-wx/configure/Makefile.in-1317-
golly-3.3/gui-wx/configure/Makefile.in-1318-liblua_a-lauxlib.obj: ../../lua/lauxlib.c
golly-3.3/gui-wx/configure/Makefile.in:1319:@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblua_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT liblua_a-lauxlib.obj -MD -MP -MF $(DEPDIR)/liblua_a-lauxlib.Tpo -c -o liblua_a-lauxlib.obj `if test -f '../../lua/lauxlib.c'; then $(CYGPATH_W) '../../lua/lauxlib.c'; else $(CYGPATH_W) '$(srcdir)/../../lua/lauxlib.c'; fi`
golly-3.3/gui-wx/configure/Makefile.in-1320-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/liblua_a-lauxlib.Tpo $(DEPDIR)/liblua_a-lauxlib.Po
##############################################
golly-3.3/gui-wx/configure/Makefile.in-1322-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
golly-3.3/gui-wx/configure/Makefile.in:1323:@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblua_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o liblua_a-lauxlib.obj `if test -f '../../lua/lauxlib.c'; then $(CYGPATH_W) '../../lua/lauxlib.c'; else $(CYGPATH_W) '$(srcdir)/../../lua/lauxlib.c'; fi`
golly-3.3/gui-wx/configure/Makefile.in-1324-
golly-3.3/gui-wx/configure/Makefile.in-1325-liblua_a-lbaselib.o: ../../lua/lbaselib.c
golly-3.3/gui-wx/configure/Makefile.in:1326:@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblua_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT liblua_a-lbaselib.o -MD -MP -MF $(DEPDIR)/liblua_a-lbaselib.Tpo -c -o liblua_a-lbaselib.o `test -f '../../lua/lbaselib.c' || echo '$(srcdir)/'`../../lua/lbaselib.c
golly-3.3/gui-wx/configure/Makefile.in-1327-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/liblua_a-lbaselib.Tpo $(DEPDIR)/liblua_a-lbaselib.Po
##############################################
golly-3.3/gui-wx/configure/Makefile.in-1329-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
golly-3.3/gui-wx/configure/Makefile.in:1330:@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblua_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o liblua_a-lbaselib.o `test -f '../../lua/lbaselib.c' || echo '$(srcdir)/'`../../lua/lbaselib.c
golly-3.3/gui-wx/configure/Makefile.in-1331-
golly-3.3/gui-wx/configure/Makefile.in-1332-liblua_a-lbaselib.obj: ../../lua/lbaselib.c
golly-3.3/gui-wx/configure/Makefile.in:1333:@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblua_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT liblua_a-lbaselib.obj -MD -MP -MF $(DEPDIR)/liblua_a-lbaselib.Tpo -c -o liblua_a-lbaselib.obj `if test -f '../../lua/lbaselib.c'; then $(CYGPATH_W) '../../lua/lbaselib.c'; else $(CYGPATH_W) '$(srcdir)/../../lua/lbaselib.c'; fi`
golly-3.3/gui-wx/configure/Makefile.in-1334-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/liblua_a-lbaselib.Tpo $(DEPDIR)/liblua_a-lbaselib.Po
##############################################
golly-3.3/gui-wx/configure/Makefile.in-1336-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
golly-3.3/gui-wx/configure/Makefile.in:1337:@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblua_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o liblua_a-lbaselib.obj `if test -f '../../lua/lbaselib.c'; then $(CYGPATH_W) '../../lua/lbaselib.c'; else $(CYGPATH_W) '$(srcdir)/../../lua/lbaselib.c'; fi`
golly-3.3/gui-wx/configure/Makefile.in-1338-
golly-3.3/gui-wx/configure/Makefile.in-1339-liblua_a-lbitlib.o: ../../lua/lbitlib.c
golly-3.3/gui-wx/configure/Makefile.in:1340:@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblua_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT liblua_a-lbitlib.o -MD -MP -MF $(DEPDIR)/liblua_a-lbitlib.Tpo -c -o liblua_a-lbitlib.o `test -f '../../lua/lbitlib.c' || echo '$(srcdir)/'`../../lua/lbitlib.c
golly-3.3/gui-wx/configure/Makefile.in-1341-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/liblua_a-lbitlib.Tpo $(DEPDIR)/liblua_a-lbitlib.Po
##############################################
golly-3.3/gui-wx/configure/Makefile.in-1343-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
golly-3.3/gui-wx/configure/Makefile.in:1344:@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblua_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o liblua_a-lbitlib.o `test -f '../../lua/lbitlib.c' || echo '$(srcdir)/'`../../lua/lbitlib.c
golly-3.3/gui-wx/configure/Makefile.in-1345-
golly-3.3/gui-wx/configure/Makefile.in-1346-liblua_a-lbitlib.obj: ../../lua/lbitlib.c
golly-3.3/gui-wx/configure/Makefile.in:1347:@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblua_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT liblua_a-lbitlib.obj -MD -MP -MF $(DEPDIR)/liblua_a-lbitlib.Tpo -c -o liblua_a-lbitlib.obj `if test -f '../../lua/lbitlib.c'; then $(CYGPATH_W) '../../lua/lbitlib.c'; else $(CYGPATH_W) '$(srcdir)/../../lua/lbitlib.c'; fi`
golly-3.3/gui-wx/configure/Makefile.in-1348-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/liblua_a-lbitlib.Tpo $(DEPDIR)/liblua_a-lbitlib.Po
##############################################
golly-3.3/gui-wx/configure/Makefile.in-1350-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
golly-3.3/gui-wx/configure/Makefile.in:1351:@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblua_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o liblua_a-lbitlib.obj `if test -f '../../lua/lbitlib.c'; then $(CYGPATH_W) '../../lua/lbitlib.c'; else $(CYGPATH_W) '$(srcdir)/../../lua/lbitlib.c'; fi`
golly-3.3/gui-wx/configure/Makefile.in-1352-
golly-3.3/gui-wx/configure/Makefile.in-1353-liblua_a-lcode.o: ../../lua/lcode.c
golly-3.3/gui-wx/configure/Makefile.in:1354:@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblua_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT liblua_a-lcode.o -MD -MP -MF $(DEPDIR)/liblua_a-lcode.Tpo -c -o liblua_a-lcode.o `test -f '../../lua/lcode.c' || echo '$(srcdir)/'`../../lua/lcode.c
golly-3.3/gui-wx/configure/Makefile.in-1355-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/liblua_a-lcode.Tpo $(DEPDIR)/liblua_a-lcode.Po
##############################################
golly-3.3/gui-wx/configure/Makefile.in-1357-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
golly-3.3/gui-wx/configure/Makefile.in:1358:@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblua_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o liblua_a-lcode.o `test -f '../../lua/lcode.c' || echo '$(srcdir)/'`../../lua/lcode.c
golly-3.3/gui-wx/configure/Makefile.in-1359-
golly-3.3/gui-wx/configure/Makefile.in-1360-liblua_a-lcode.obj: ../../lua/lcode.c
golly-3.3/gui-wx/configure/Makefile.in:1361:@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblua_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT liblua_a-lcode.obj -MD -MP -MF $(DEPDIR)/liblua_a-lcode.Tpo -c -o liblua_a-lcode.obj `if test -f '../../lua/lcode.c'; then $(CYGPATH_W) '../../lua/lcode.c'; else $(CYGPATH_W) '$(srcdir)/../../lua/lcode.c'; fi`
golly-3.3/gui-wx/configure/Makefile.in-1362-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/liblua_a-lcode.Tpo $(DEPDIR)/liblua_a-lcode.Po
##############################################
golly-3.3/gui-wx/configure/Makefile.in-1364-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
golly-3.3/gui-wx/configure/Makefile.in:1365:@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblua_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o liblua_a-lcode.obj `if test -f '../../lua/lcode.c'; then $(CYGPATH_W) '../../lua/lcode.c'; else $(CYGPATH_W) '$(srcdir)/../../lua/lcode.c'; fi`
golly-3.3/gui-wx/configure/Makefile.in-1366-
golly-3.3/gui-wx/configure/Makefile.in-1367-liblua_a-lcorolib.o: ../../lua/lcorolib.c
golly-3.3/gui-wx/configure/Makefile.in:1368:@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblua_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT liblua_a-lcorolib.o -MD -MP -MF $(DEPDIR)/liblua_a-lcorolib.Tpo -c -o liblua_a-lcorolib.o `test -f '../../lua/lcorolib.c' || echo '$(srcdir)/'`../../lua/lcorolib.c
golly-3.3/gui-wx/configure/Makefile.in-1369-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/liblua_a-lcorolib.Tpo $(DEPDIR)/liblua_a-lcorolib.Po
##############################################
golly-3.3/gui-wx/configure/Makefile.in-1371-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
golly-3.3/gui-wx/configure/Makefile.in:1372:@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblua_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o liblua_a-lcorolib.o `test -f '../../lua/lcorolib.c' || echo '$(srcdir)/'`../../lua/lcorolib.c
golly-3.3/gui-wx/configure/Makefile.in-1373-
golly-3.3/gui-wx/configure/Makefile.in-1374-liblua_a-lcorolib.obj: ../../lua/lcorolib.c
golly-3.3/gui-wx/configure/Makefile.in:1375:@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblua_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT liblua_a-lcorolib.obj -MD -MP -MF $(DEPDIR)/liblua_a-lcorolib.Tpo -c -o liblua_a-lcorolib.obj `if test -f '../../lua/lcorolib.c'; then $(CYGPATH_W) '../../lua/lcorolib.c'; else $(CYGPATH_W) '$(srcdir)/../../lua/lcorolib.c'; fi`
golly-3.3/gui-wx/configure/Makefile.in-1376-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/liblua_a-lcorolib.Tpo $(DEPDIR)/liblua_a-lcorolib.Po
##############################################
golly-3.3/gui-wx/configure/Makefile.in-1378-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
golly-3.3/gui-wx/configure/Makefile.in:1379:@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblua_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o liblua_a-lcorolib.obj `if test -f '../../lua/lcorolib.c'; then $(CYGPATH_W) '../../lua/lcorolib.c'; else $(CYGPATH_W) '$(srcdir)/../../lua/lcorolib.c'; fi`
golly-3.3/gui-wx/configure/Makefile.in-1380-
golly-3.3/gui-wx/configure/Makefile.in-1381-liblua_a-lctype.o: ../../lua/lctype.c
golly-3.3/gui-wx/configure/Makefile.in:1382:@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblua_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT liblua_a-lctype.o -MD -MP -MF $(DEPDIR)/liblua_a-lctype.Tpo -c -o liblua_a-lctype.o `test -f '../../lua/lctype.c' || echo '$(srcdir)/'`../../lua/lctype.c
golly-3.3/gui-wx/configure/Makefile.in-1383-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/liblua_a-lctype.Tpo $(DEPDIR)/liblua_a-lctype.Po
##############################################
golly-3.3/gui-wx/configure/Makefile.in-1385-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
golly-3.3/gui-wx/configure/Makefile.in:1386:@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblua_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o liblua_a-lctype.o `test -f '../../lua/lctype.c' || echo '$(srcdir)/'`../../lua/lctype.c
golly-3.3/gui-wx/configure/Makefile.in-1387-
golly-3.3/gui-wx/configure/Makefile.in-1388-liblua_a-lctype.obj: ../../lua/lctype.c
golly-3.3/gui-wx/configure/Makefile.in:1389:@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblua_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT liblua_a-lctype.obj -MD -MP -MF $(DEPDIR)/liblua_a-lctype.Tpo -c -o liblua_a-lctype.obj `if test -f '../../lua/lctype.c'; then $(CYGPATH_W) '../../lua/lctype.c'; else $(CYGPATH_W) '$(srcdir)/../../lua/lctype.c'; fi`
golly-3.3/gui-wx/configure/Makefile.in-1390-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/liblua_a-lctype.Tpo $(DEPDIR)/liblua_a-lctype.Po
##############################################
golly-3.3/gui-wx/configure/Makefile.in-1392-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
golly-3.3/gui-wx/configure/Makefile.in:1393:@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblua_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o liblua_a-lctype.obj `if test -f '../../lua/lctype.c'; then $(CYGPATH_W) '../../lua/lctype.c'; else $(CYGPATH_W) '$(srcdir)/../../lua/lctype.c'; fi`
golly-3.3/gui-wx/configure/Makefile.in-1394-
golly-3.3/gui-wx/configure/Makefile.in-1395-liblua_a-ldblib.o: ../../lua/ldblib.c
golly-3.3/gui-wx/configure/Makefile.in:1396:@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblua_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT liblua_a-ldblib.o -MD -MP -MF $(DEPDIR)/liblua_a-ldblib.Tpo -c -o liblua_a-ldblib.o `test -f '../../lua/ldblib.c' || echo '$(srcdir)/'`../../lua/ldblib.c
golly-3.3/gui-wx/configure/Makefile.in-1397-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/liblua_a-ldblib.Tpo $(DEPDIR)/liblua_a-ldblib.Po
##############################################
golly-3.3/gui-wx/configure/Makefile.in-1399-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
golly-3.3/gui-wx/configure/Makefile.in:1400:@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblua_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o liblua_a-ldblib.o `test -f '../../lua/ldblib.c' || echo '$(srcdir)/'`../../lua/ldblib.c
golly-3.3/gui-wx/configure/Makefile.in-1401-
golly-3.3/gui-wx/configure/Makefile.in-1402-liblua_a-ldblib.obj: ../../lua/ldblib.c
golly-3.3/gui-wx/configure/Makefile.in:1403:@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblua_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT liblua_a-ldblib.obj -MD -MP -MF $(DEPDIR)/liblua_a-ldblib.Tpo -c -o liblua_a-ldblib.obj `if test -f '../../lua/ldblib.c'; then $(CYGPATH_W) '../../lua/ldblib.c'; else $(CYGPATH_W) '$(srcdir)/../../lua/ldblib.c'; fi`
golly-3.3/gui-wx/configure/Makefile.in-1404-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/liblua_a-ldblib.Tpo $(DEPDIR)/liblua_a-ldblib.Po
##############################################
golly-3.3/gui-wx/configure/Makefile.in-1406-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
golly-3.3/gui-wx/configure/Makefile.in:1407:@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblua_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o liblua_a-ldblib.obj `if test -f '../../lua/ldblib.c'; then $(CYGPATH_W) '../../lua/ldblib.c'; else $(CYGPATH_W) '$(srcdir)/../../lua/ldblib.c'; fi`
golly-3.3/gui-wx/configure/Makefile.in-1408-
golly-3.3/gui-wx/configure/Makefile.in-1409-liblua_a-ldebug.o: ../../lua/ldebug.c
golly-3.3/gui-wx/configure/Makefile.in:1410:@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblua_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT liblua_a-ldebug.o -MD -MP -MF $(DEPDIR)/liblua_a-ldebug.Tpo -c -o liblua_a-ldebug.o `test -f '../../lua/ldebug.c' || echo '$(srcdir)/'`../../lua/ldebug.c
golly-3.3/gui-wx/configure/Makefile.in-1411-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/liblua_a-ldebug.Tpo $(DEPDIR)/liblua_a-ldebug.Po
##############################################
golly-3.3/gui-wx/configure/Makefile.in-1413-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
golly-3.3/gui-wx/configure/Makefile.in:1414:@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblua_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o liblua_a-ldebug.o `test -f '../../lua/ldebug.c' || echo '$(srcdir)/'`../../lua/ldebug.c
golly-3.3/gui-wx/configure/Makefile.in-1415-
golly-3.3/gui-wx/configure/Makefile.in-1416-liblua_a-ldebug.obj: ../../lua/ldebug.c
golly-3.3/gui-wx/configure/Makefile.in:1417:@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblua_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT liblua_a-ldebug.obj -MD -MP -MF $(DEPDIR)/liblua_a-ldebug.Tpo -c -o liblua_a-ldebug.obj `if test -f '../../lua/ldebug.c'; then $(CYGPATH_W) '../../lua/ldebug.c'; else $(CYGPATH_W) '$(srcdir)/../../lua/ldebug.c'; fi`
golly-3.3/gui-wx/configure/Makefile.in-1418-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/liblua_a-ldebug.Tpo $(DEPDIR)/liblua_a-ldebug.Po
##############################################
golly-3.3/gui-wx/configure/Makefile.in-1420-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
golly-3.3/gui-wx/configure/Makefile.in:1421:@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblua_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o liblua_a-ldebug.obj `if test -f '../../lua/ldebug.c'; then $(CYGPATH_W) '../../lua/ldebug.c'; else $(CYGPATH_W) '$(srcdir)/../../lua/ldebug.c'; fi`
golly-3.3/gui-wx/configure/Makefile.in-1422-
golly-3.3/gui-wx/configure/Makefile.in-1423-liblua_a-ldo.o: ../../lua/ldo.c
golly-3.3/gui-wx/configure/Makefile.in:1424:@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblua_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT liblua_a-ldo.o -MD -MP -MF $(DEPDIR)/liblua_a-ldo.Tpo -c -o liblua_a-ldo.o `test -f '../../lua/ldo.c' || echo '$(srcdir)/'`../../lua/ldo.c
golly-3.3/gui-wx/configure/Makefile.in-1425-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/liblua_a-ldo.Tpo $(DEPDIR)/liblua_a-ldo.Po
##############################################
golly-3.3/gui-wx/configure/Makefile.in-1427-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
golly-3.3/gui-wx/configure/Makefile.in:1428:@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblua_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o liblua_a-ldo.o `test -f '../../lua/ldo.c' || echo '$(srcdir)/'`../../lua/ldo.c
golly-3.3/gui-wx/configure/Makefile.in-1429-
golly-3.3/gui-wx/configure/Makefile.in-1430-liblua_a-ldo.obj: ../../lua/ldo.c
golly-3.3/gui-wx/configure/Makefile.in:1431:@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblua_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT liblua_a-ldo.obj -MD -MP -MF $(DEPDIR)/liblua_a-ldo.Tpo -c -o liblua_a-ldo.obj `if test -f '../../lua/ldo.c'; then $(CYGPATH_W) '../../lua/ldo.c'; else $(CYGPATH_W) '$(srcdir)/../../lua/ldo.c'; fi`
golly-3.3/gui-wx/configure/Makefile.in-1432-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/liblua_a-ldo.Tpo $(DEPDIR)/liblua_a-ldo.Po
##############################################
golly-3.3/gui-wx/configure/Makefile.in-1434-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
golly-3.3/gui-wx/configure/Makefile.in:1435:@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblua_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o liblua_a-ldo.obj `if test -f '../../lua/ldo.c'; then $(CYGPATH_W) '../../lua/ldo.c'; else $(CYGPATH_W) '$(srcdir)/../../lua/ldo.c'; fi`
golly-3.3/gui-wx/configure/Makefile.in-1436-
golly-3.3/gui-wx/configure/Makefile.in-1437-liblua_a-ldump.o: ../../lua/ldump.c
golly-3.3/gui-wx/configure/Makefile.in:1438:@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblua_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT liblua_a-ldump.o -MD -MP -MF $(DEPDIR)/liblua_a-ldump.Tpo -c -o liblua_a-ldump.o `test -f '../../lua/ldump.c' || echo '$(srcdir)/'`../../lua/ldump.c
golly-3.3/gui-wx/configure/Makefile.in-1439-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/liblua_a-ldump.Tpo $(DEPDIR)/liblua_a-ldump.Po
##############################################
golly-3.3/gui-wx/configure/Makefile.in-1441-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
golly-3.3/gui-wx/configure/Makefile.in:1442:@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblua_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o liblua_a-ldump.o `test -f '../../lua/ldump.c' || echo '$(srcdir)/'`../../lua/ldump.c
golly-3.3/gui-wx/configure/Makefile.in-1443-
golly-3.3/gui-wx/configure/Makefile.in-1444-liblua_a-ldump.obj: ../../lua/ldump.c
golly-3.3/gui-wx/configure/Makefile.in:1445:@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblua_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT liblua_a-ldump.obj -MD -MP -MF $(DEPDIR)/liblua_a-ldump.Tpo -c -o liblua_a-ldump.obj `if test -f '../../lua/ldump.c'; then $(CYGPATH_W) '../../lua/ldump.c'; else $(CYGPATH_W) '$(srcdir)/../../lua/ldump.c'; fi`
golly-3.3/gui-wx/configure/Makefile.in-1446-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/liblua_a-ldump.Tpo $(DEPDIR)/liblua_a-ldump.Po
##############################################
golly-3.3/gui-wx/configure/Makefile.in-1448-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
golly-3.3/gui-wx/configure/Makefile.in:1449:@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblua_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o liblua_a-ldump.obj `if test -f '../../lua/ldump.c'; then $(CYGPATH_W) '../../lua/ldump.c'; else $(CYGPATH_W) '$(srcdir)/../../lua/ldump.c'; fi`
golly-3.3/gui-wx/configure/Makefile.in-1450-
golly-3.3/gui-wx/configure/Makefile.in-1451-liblua_a-lfunc.o: ../../lua/lfunc.c
golly-3.3/gui-wx/configure/Makefile.in:1452:@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblua_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT liblua_a-lfunc.o -MD -MP -MF $(DEPDIR)/liblua_a-lfunc.Tpo -c -o liblua_a-lfunc.o `test -f '../../lua/lfunc.c' || echo '$(srcdir)/'`../../lua/lfunc.c
golly-3.3/gui-wx/configure/Makefile.in-1453-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/liblua_a-lfunc.Tpo $(DEPDIR)/liblua_a-lfunc.Po
##############################################
golly-3.3/gui-wx/configure/Makefile.in-1455-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
golly-3.3/gui-wx/configure/Makefile.in:1456:@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblua_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o liblua_a-lfunc.o `test -f '../../lua/lfunc.c' || echo '$(srcdir)/'`../../lua/lfunc.c
golly-3.3/gui-wx/configure/Makefile.in-1457-
golly-3.3/gui-wx/configure/Makefile.in-1458-liblua_a-lfunc.obj: ../../lua/lfunc.c
golly-3.3/gui-wx/configure/Makefile.in:1459:@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblua_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT liblua_a-lfunc.obj -MD -MP -MF $(DEPDIR)/liblua_a-lfunc.Tpo -c -o liblua_a-lfunc.obj `if test -f '../../lua/lfunc.c'; then $(CYGPATH_W) '../../lua/lfunc.c'; else $(CYGPATH_W) '$(srcdir)/../../lua/lfunc.c'; fi`
golly-3.3/gui-wx/configure/Makefile.in-1460-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/liblua_a-lfunc.Tpo $(DEPDIR)/liblua_a-lfunc.Po
##############################################
golly-3.3/gui-wx/configure/Makefile.in-1462-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
golly-3.3/gui-wx/configure/Makefile.in:1463:@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblua_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o liblua_a-lfunc.obj `if test -f '../../lua/lfunc.c'; then $(CYGPATH_W) '../../lua/lfunc.c'; else $(CYGPATH_W) '$(srcdir)/../../lua/lfunc.c'; fi`
golly-3.3/gui-wx/configure/Makefile.in-1464-
golly-3.3/gui-wx/configure/Makefile.in-1465-liblua_a-lgc.o: ../../lua/lgc.c
golly-3.3/gui-wx/configure/Makefile.in:1466:@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblua_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT liblua_a-lgc.o -MD -MP -MF $(DEPDIR)/liblua_a-lgc.Tpo -c -o liblua_a-lgc.o `test -f '../../lua/lgc.c' || echo '$(srcdir)/'`../../lua/lgc.c
golly-3.3/gui-wx/configure/Makefile.in-1467-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/liblua_a-lgc.Tpo $(DEPDIR)/liblua_a-lgc.Po
##############################################
golly-3.3/gui-wx/configure/Makefile.in-1469-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
golly-3.3/gui-wx/configure/Makefile.in:1470:@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblua_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o liblua_a-lgc.o `test -f '../../lua/lgc.c' || echo '$(srcdir)/'`../../lua/lgc.c
golly-3.3/gui-wx/configure/Makefile.in-1471-
golly-3.3/gui-wx/configure/Makefile.in-1472-liblua_a-lgc.obj: ../../lua/lgc.c
golly-3.3/gui-wx/configure/Makefile.in:1473:@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblua_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT liblua_a-lgc.obj -MD -MP -MF $(DEPDIR)/liblua_a-lgc.Tpo -c -o liblua_a-lgc.obj `if test -f '../../lua/lgc.c'; then $(CYGPATH_W) '../../lua/lgc.c'; else $(CYGPATH_W) '$(srcdir)/../../lua/lgc.c'; fi`
golly-3.3/gui-wx/configure/Makefile.in-1474-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/liblua_a-lgc.Tpo $(DEPDIR)/liblua_a-lgc.Po
##############################################
golly-3.3/gui-wx/configure/Makefile.in-1476-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
golly-3.3/gui-wx/configure/Makefile.in:1477:@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblua_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o liblua_a-lgc.obj `if test -f '../../lua/lgc.c'; then $(CYGPATH_W) '../../lua/lgc.c'; else $(CYGPATH_W) '$(srcdir)/../../lua/lgc.c'; fi`
golly-3.3/gui-wx/configure/Makefile.in-1478-
golly-3.3/gui-wx/configure/Makefile.in-1479-liblua_a-linit.o: ../../lua/linit.c
golly-3.3/gui-wx/configure/Makefile.in:1480:@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblua_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT liblua_a-linit.o -MD -MP -MF $(DEPDIR)/liblua_a-linit.Tpo -c -o liblua_a-linit.o `test -f '../../lua/linit.c' || echo '$(srcdir)/'`../../lua/linit.c
golly-3.3/gui-wx/configure/Makefile.in-1481-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/liblua_a-linit.Tpo $(DEPDIR)/liblua_a-linit.Po
##############################################
golly-3.3/gui-wx/configure/Makefile.in-1483-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
golly-3.3/gui-wx/configure/Makefile.in:1484:@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblua_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o liblua_a-linit.o `test -f '../../lua/linit.c' || echo '$(srcdir)/'`../../lua/linit.c
golly-3.3/gui-wx/configure/Makefile.in-1485-
golly-3.3/gui-wx/configure/Makefile.in-1486-liblua_a-linit.obj: ../../lua/linit.c
golly-3.3/gui-wx/configure/Makefile.in:1487:@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblua_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT liblua_a-linit.obj -MD -MP -MF $(DEPDIR)/liblua_a-linit.Tpo -c -o liblua_a-linit.obj `if test -f '../../lua/linit.c'; then $(CYGPATH_W) '../../lua/linit.c'; else $(CYGPATH_W) '$(srcdir)/../../lua/linit.c'; fi`
golly-3.3/gui-wx/configure/Makefile.in-1488-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/liblua_a-linit.Tpo $(DEPDIR)/liblua_a-linit.Po
##############################################
golly-3.3/gui-wx/configure/Makefile.in-1490-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
golly-3.3/gui-wx/configure/Makefile.in:1491:@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblua_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o liblua_a-linit.obj `if test -f '../../lua/linit.c'; then $(CYGPATH_W) '../../lua/linit.c'; else $(CYGPATH_W) '$(srcdir)/../../lua/linit.c'; fi`
golly-3.3/gui-wx/configure/Makefile.in-1492-
golly-3.3/gui-wx/configure/Makefile.in-1493-liblua_a-liolib.o: ../../lua/liolib.c
golly-3.3/gui-wx/configure/Makefile.in:1494:@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblua_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT liblua_a-liolib.o -MD -MP -MF $(DEPDIR)/liblua_a-liolib.Tpo -c -o liblua_a-liolib.o `test -f '../../lua/liolib.c' || echo '$(srcdir)/'`../../lua/liolib.c
golly-3.3/gui-wx/configure/Makefile.in-1495-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/liblua_a-liolib.Tpo $(DEPDIR)/liblua_a-liolib.Po
##############################################
golly-3.3/gui-wx/configure/Makefile.in-1497-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
golly-3.3/gui-wx/configure/Makefile.in:1498:@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblua_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o liblua_a-liolib.o `test -f '../../lua/liolib.c' || echo '$(srcdir)/'`../../lua/liolib.c
golly-3.3/gui-wx/configure/Makefile.in-1499-
golly-3.3/gui-wx/configure/Makefile.in-1500-liblua_a-liolib.obj: ../../lua/liolib.c
golly-3.3/gui-wx/configure/Makefile.in:1501:@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblua_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT liblua_a-liolib.obj -MD -MP -MF $(DEPDIR)/liblua_a-liolib.Tpo -c -o liblua_a-liolib.obj `if test -f '../../lua/liolib.c'; then $(CYGPATH_W) '../../lua/liolib.c'; else $(CYGPATH_W) '$(srcdir)/../../lua/liolib.c'; fi`
golly-3.3/gui-wx/configure/Makefile.in-1502-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/liblua_a-liolib.Tpo $(DEPDIR)/liblua_a-liolib.Po
##############################################
golly-3.3/gui-wx/configure/Makefile.in-1504-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
golly-3.3/gui-wx/configure/Makefile.in:1505:@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblua_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o liblua_a-liolib.obj `if test -f '../../lua/liolib.c'; then $(CYGPATH_W) '../../lua/liolib.c'; else $(CYGPATH_W) '$(srcdir)/../../lua/liolib.c'; fi`
golly-3.3/gui-wx/configure/Makefile.in-1506-
golly-3.3/gui-wx/configure/Makefile.in-1507-liblua_a-llex.o: ../../lua/llex.c
golly-3.3/gui-wx/configure/Makefile.in:1508:@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblua_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT liblua_a-llex.o -MD -MP -MF $(DEPDIR)/liblua_a-llex.Tpo -c -o liblua_a-llex.o `test -f '../../lua/llex.c' || echo '$(srcdir)/'`../../lua/llex.c
golly-3.3/gui-wx/configure/Makefile.in-1509-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/liblua_a-llex.Tpo $(DEPDIR)/liblua_a-llex.Po
##############################################
golly-3.3/gui-wx/configure/Makefile.in-1511-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
golly-3.3/gui-wx/configure/Makefile.in:1512:@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblua_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o liblua_a-llex.o `test -f '../../lua/llex.c' || echo '$(srcdir)/'`../../lua/llex.c
golly-3.3/gui-wx/configure/Makefile.in-1513-
golly-3.3/gui-wx/configure/Makefile.in-1514-liblua_a-llex.obj: ../../lua/llex.c
golly-3.3/gui-wx/configure/Makefile.in:1515:@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblua_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT liblua_a-llex.obj -MD -MP -MF $(DEPDIR)/liblua_a-llex.Tpo -c -o liblua_a-llex.obj `if test -f '../../lua/llex.c'; then $(CYGPATH_W) '../../lua/llex.c'; else $(CYGPATH_W) '$(srcdir)/../../lua/llex.c'; fi`
golly-3.3/gui-wx/configure/Makefile.in-1516-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/liblua_a-llex.Tpo $(DEPDIR)/liblua_a-llex.Po
##############################################
golly-3.3/gui-wx/configure/Makefile.in-1518-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
golly-3.3/gui-wx/configure/Makefile.in:1519:@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblua_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o liblua_a-llex.obj `if test -f '../../lua/llex.c'; then $(CYGPATH_W) '../../lua/llex.c'; else $(CYGPATH_W) '$(srcdir)/../../lua/llex.c'; fi`
golly-3.3/gui-wx/configure/Makefile.in-1520-
golly-3.3/gui-wx/configure/Makefile.in-1521-liblua_a-lmathlib.o: ../../lua/lmathlib.c
golly-3.3/gui-wx/configure/Makefile.in:1522:@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblua_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT liblua_a-lmathlib.o -MD -MP -MF $(DEPDIR)/liblua_a-lmathlib.Tpo -c -o liblua_a-lmathlib.o `test -f '../../lua/lmathlib.c' || echo '$(srcdir)/'`../../lua/lmathlib.c
golly-3.3/gui-wx/configure/Makefile.in-1523-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/liblua_a-lmathlib.Tpo $(DEPDIR)/liblua_a-lmathlib.Po
##############################################
golly-3.3/gui-wx/configure/Makefile.in-1525-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
golly-3.3/gui-wx/configure/Makefile.in:1526:@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblua_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o liblua_a-lmathlib.o `test -f '../../lua/lmathlib.c' || echo '$(srcdir)/'`../../lua/lmathlib.c
golly-3.3/gui-wx/configure/Makefile.in-1527-
golly-3.3/gui-wx/configure/Makefile.in-1528-liblua_a-lmathlib.obj: ../../lua/lmathlib.c
golly-3.3/gui-wx/configure/Makefile.in:1529:@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblua_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT liblua_a-lmathlib.obj -MD -MP -MF $(DEPDIR)/liblua_a-lmathlib.Tpo -c -o liblua_a-lmathlib.obj `if test -f '../../lua/lmathlib.c'; then $(CYGPATH_W) '../../lua/lmathlib.c'; else $(CYGPATH_W) '$(srcdir)/../../lua/lmathlib.c'; fi`
golly-3.3/gui-wx/configure/Makefile.in-1530-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/liblua_a-lmathlib.Tpo $(DEPDIR)/liblua_a-lmathlib.Po
##############################################
golly-3.3/gui-wx/configure/Makefile.in-1532-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
golly-3.3/gui-wx/configure/Makefile.in:1533:@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblua_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o liblua_a-lmathlib.obj `if test -f '../../lua/lmathlib.c'; then $(CYGPATH_W) '../../lua/lmathlib.c'; else $(CYGPATH_W) '$(srcdir)/../../lua/lmathlib.c'; fi`
golly-3.3/gui-wx/configure/Makefile.in-1534-
golly-3.3/gui-wx/configure/Makefile.in-1535-liblua_a-lmem.o: ../../lua/lmem.c
golly-3.3/gui-wx/configure/Makefile.in:1536:@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblua_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT liblua_a-lmem.o -MD -MP -MF $(DEPDIR)/liblua_a-lmem.Tpo -c -o liblua_a-lmem.o `test -f '../../lua/lmem.c' || echo '$(srcdir)/'`../../lua/lmem.c
golly-3.3/gui-wx/configure/Makefile.in-1537-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/liblua_a-lmem.Tpo $(DEPDIR)/liblua_a-lmem.Po
##############################################
golly-3.3/gui-wx/configure/Makefile.in-1539-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
golly-3.3/gui-wx/configure/Makefile.in:1540:@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblua_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o liblua_a-lmem.o `test -f '../../lua/lmem.c' || echo '$(srcdir)/'`../../lua/lmem.c
golly-3.3/gui-wx/configure/Makefile.in-1541-
golly-3.3/gui-wx/configure/Makefile.in-1542-liblua_a-lmem.obj: ../../lua/lmem.c
golly-3.3/gui-wx/configure/Makefile.in:1543:@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblua_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT liblua_a-lmem.obj -MD -MP -MF $(DEPDIR)/liblua_a-lmem.Tpo -c -o liblua_a-lmem.obj `if test -f '../../lua/lmem.c'; then $(CYGPATH_W) '../../lua/lmem.c'; else $(CYGPATH_W) '$(srcdir)/../../lua/lmem.c'; fi`
golly-3.3/gui-wx/configure/Makefile.in-1544-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/liblua_a-lmem.Tpo $(DEPDIR)/liblua_a-lmem.Po
##############################################
golly-3.3/gui-wx/configure/Makefile.in-1546-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
golly-3.3/gui-wx/configure/Makefile.in:1547:@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblua_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o liblua_a-lmem.obj `if test -f '../../lua/lmem.c'; then $(CYGPATH_W) '../../lua/lmem.c'; else $(CYGPATH_W) '$(srcdir)/../../lua/lmem.c'; fi`
golly-3.3/gui-wx/configure/Makefile.in-1548-
golly-3.3/gui-wx/configure/Makefile.in-1549-liblua_a-loadlib.o: ../../lua/loadlib.c
golly-3.3/gui-wx/configure/Makefile.in:1550:@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblua_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT liblua_a-loadlib.o -MD -MP -MF $(DEPDIR)/liblua_a-loadlib.Tpo -c -o liblua_a-loadlib.o `test -f '../../lua/loadlib.c' || echo '$(srcdir)/'`../../lua/loadlib.c
golly-3.3/gui-wx/configure/Makefile.in-1551-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/liblua_a-loadlib.Tpo $(DEPDIR)/liblua_a-loadlib.Po
##############################################
golly-3.3/gui-wx/configure/Makefile.in-1553-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
golly-3.3/gui-wx/configure/Makefile.in:1554:@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblua_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o liblua_a-loadlib.o `test -f '../../lua/loadlib.c' || echo '$(srcdir)/'`../../lua/loadlib.c
golly-3.3/gui-wx/configure/Makefile.in-1555-
golly-3.3/gui-wx/configure/Makefile.in-1556-liblua_a-loadlib.obj: ../../lua/loadlib.c
golly-3.3/gui-wx/configure/Makefile.in:1557:@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblua_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT liblua_a-loadlib.obj -MD -MP -MF $(DEPDIR)/liblua_a-loadlib.Tpo -c -o liblua_a-loadlib.obj `if test -f '../../lua/loadlib.c'; then $(CYGPATH_W) '../../lua/loadlib.c'; else $(CYGPATH_W) '$(srcdir)/../../lua/loadlib.c'; fi`
golly-3.3/gui-wx/configure/Makefile.in-1558-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/liblua_a-loadlib.Tpo $(DEPDIR)/liblua_a-loadlib.Po
##############################################
golly-3.3/gui-wx/configure/Makefile.in-1560-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
golly-3.3/gui-wx/configure/Makefile.in:1561:@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblua_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o liblua_a-loadlib.obj `if test -f '../../lua/loadlib.c'; then $(CYGPATH_W) '../../lua/loadlib.c'; else $(CYGPATH_W) '$(srcdir)/../../lua/loadlib.c'; fi`
golly-3.3/gui-wx/configure/Makefile.in-1562-
golly-3.3/gui-wx/configure/Makefile.in-1563-liblua_a-lobject.o: ../../lua/lobject.c
golly-3.3/gui-wx/configure/Makefile.in:1564:@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblua_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT liblua_a-lobject.o -MD -MP -MF $(DEPDIR)/liblua_a-lobject.Tpo -c -o liblua_a-lobject.o `test -f '../../lua/lobject.c' || echo '$(srcdir)/'`../../lua/lobject.c
golly-3.3/gui-wx/configure/Makefile.in-1565-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/liblua_a-lobject.Tpo $(DEPDIR)/liblua_a-lobject.Po
##############################################
golly-3.3/gui-wx/configure/Makefile.in-1567-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
golly-3.3/gui-wx/configure/Makefile.in:1568:@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblua_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o liblua_a-lobject.o `test -f '../../lua/lobject.c' || echo '$(srcdir)/'`../../lua/lobject.c
golly-3.3/gui-wx/configure/Makefile.in-1569-
golly-3.3/gui-wx/configure/Makefile.in-1570-liblua_a-lobject.obj: ../../lua/lobject.c
golly-3.3/gui-wx/configure/Makefile.in:1571:@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblua_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT liblua_a-lobject.obj -MD -MP -MF $(DEPDIR)/liblua_a-lobject.Tpo -c -o liblua_a-lobject.obj `if test -f '../../lua/lobject.c'; then $(CYGPATH_W) '../../lua/lobject.c'; else $(CYGPATH_W) '$(srcdir)/../../lua/lobject.c'; fi`
golly-3.3/gui-wx/configure/Makefile.in-1572-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/liblua_a-lobject.Tpo $(DEPDIR)/liblua_a-lobject.Po
##############################################
golly-3.3/gui-wx/configure/Makefile.in-1574-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
golly-3.3/gui-wx/configure/Makefile.in:1575:@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblua_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o liblua_a-lobject.obj `if test -f '../../lua/lobject.c'; then $(CYGPATH_W) '../../lua/lobject.c'; else $(CYGPATH_W) '$(srcdir)/../../lua/lobject.c'; fi`
golly-3.3/gui-wx/configure/Makefile.in-1576-
golly-3.3/gui-wx/configure/Makefile.in-1577-liblua_a-lopcodes.o: ../../lua/lopcodes.c
golly-3.3/gui-wx/configure/Makefile.in:1578:@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblua_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT liblua_a-lopcodes.o -MD -MP -MF $(DEPDIR)/liblua_a-lopcodes.Tpo -c -o liblua_a-lopcodes.o `test -f '../../lua/lopcodes.c' || echo '$(srcdir)/'`../../lua/lopcodes.c
golly-3.3/gui-wx/configure/Makefile.in-1579-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/liblua_a-lopcodes.Tpo $(DEPDIR)/liblua_a-lopcodes.Po
##############################################
golly-3.3/gui-wx/configure/Makefile.in-1581-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
golly-3.3/gui-wx/configure/Makefile.in:1582:@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblua_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o liblua_a-lopcodes.o `test -f '../../lua/lopcodes.c' || echo '$(srcdir)/'`../../lua/lopcodes.c
golly-3.3/gui-wx/configure/Makefile.in-1583-
golly-3.3/gui-wx/configure/Makefile.in-1584-liblua_a-lopcodes.obj: ../../lua/lopcodes.c
golly-3.3/gui-wx/configure/Makefile.in:1585:@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblua_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT liblua_a-lopcodes.obj -MD -MP -MF $(DEPDIR)/liblua_a-lopcodes.Tpo -c -o liblua_a-lopcodes.obj `if test -f '../../lua/lopcodes.c'; then $(CYGPATH_W) '../../lua/lopcodes.c'; else $(CYGPATH_W) '$(srcdir)/../../lua/lopcodes.c'; fi`
golly-3.3/gui-wx/configure/Makefile.in-1586-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/liblua_a-lopcodes.Tpo $(DEPDIR)/liblua_a-lopcodes.Po
##############################################
golly-3.3/gui-wx/configure/Makefile.in-1588-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
golly-3.3/gui-wx/configure/Makefile.in:1589:@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblua_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o liblua_a-lopcodes.obj `if test -f '../../lua/lopcodes.c'; then $(CYGPATH_W) '../../lua/lopcodes.c'; else $(CYGPATH_W) '$(srcdir)/../../lua/lopcodes.c'; fi`
golly-3.3/gui-wx/configure/Makefile.in-1590-
golly-3.3/gui-wx/configure/Makefile.in-1591-liblua_a-loslib.o: ../../lua/loslib.c
golly-3.3/gui-wx/configure/Makefile.in:1592:@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblua_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT liblua_a-loslib.o -MD -MP -MF $(DEPDIR)/liblua_a-loslib.Tpo -c -o liblua_a-loslib.o `test -f '../../lua/loslib.c' || echo '$(srcdir)/'`../../lua/loslib.c
golly-3.3/gui-wx/configure/Makefile.in-1593-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/liblua_a-loslib.Tpo $(DEPDIR)/liblua_a-loslib.Po
##############################################
golly-3.3/gui-wx/configure/Makefile.in-1595-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
golly-3.3/gui-wx/configure/Makefile.in:1596:@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblua_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o liblua_a-loslib.o `test -f '../../lua/loslib.c' || echo '$(srcdir)/'`../../lua/loslib.c
golly-3.3/gui-wx/configure/Makefile.in-1597-
golly-3.3/gui-wx/configure/Makefile.in-1598-liblua_a-loslib.obj: ../../lua/loslib.c
golly-3.3/gui-wx/configure/Makefile.in:1599:@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblua_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT liblua_a-loslib.obj -MD -MP -MF $(DEPDIR)/liblua_a-loslib.Tpo -c -o liblua_a-loslib.obj `if test -f '../../lua/loslib.c'; then $(CYGPATH_W) '../../lua/loslib.c'; else $(CYGPATH_W) '$(srcdir)/../../lua/loslib.c'; fi`
golly-3.3/gui-wx/configure/Makefile.in-1600-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/liblua_a-loslib.Tpo $(DEPDIR)/liblua_a-loslib.Po
##############################################
golly-3.3/gui-wx/configure/Makefile.in-1602-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
golly-3.3/gui-wx/configure/Makefile.in:1603:@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblua_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o liblua_a-loslib.obj `if test -f '../../lua/loslib.c'; then $(CYGPATH_W) '../../lua/loslib.c'; else $(CYGPATH_W) '$(srcdir)/../../lua/loslib.c'; fi`
golly-3.3/gui-wx/configure/Makefile.in-1604-
golly-3.3/gui-wx/configure/Makefile.in-1605-liblua_a-lparser.o: ../../lua/lparser.c
golly-3.3/gui-wx/configure/Makefile.in:1606:@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblua_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT liblua_a-lparser.o -MD -MP -MF $(DEPDIR)/liblua_a-lparser.Tpo -c -o liblua_a-lparser.o `test -f '../../lua/lparser.c' || echo '$(srcdir)/'`../../lua/lparser.c
golly-3.3/gui-wx/configure/Makefile.in-1607-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/liblua_a-lparser.Tpo $(DEPDIR)/liblua_a-lparser.Po
##############################################
golly-3.3/gui-wx/configure/Makefile.in-1609-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
golly-3.3/gui-wx/configure/Makefile.in:1610:@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblua_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o liblua_a-lparser.o `test -f '../../lua/lparser.c' || echo '$(srcdir)/'`../../lua/lparser.c
golly-3.3/gui-wx/configure/Makefile.in-1611-
golly-3.3/gui-wx/configure/Makefile.in-1612-liblua_a-lparser.obj: ../../lua/lparser.c
golly-3.3/gui-wx/configure/Makefile.in:1613:@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblua_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT liblua_a-lparser.obj -MD -MP -MF $(DEPDIR)/liblua_a-lparser.Tpo -c -o liblua_a-lparser.obj `if test -f '../../lua/lparser.c'; then $(CYGPATH_W) '../../lua/lparser.c'; else $(CYGPATH_W) '$(srcdir)/../../lua/lparser.c'; fi`
golly-3.3/gui-wx/configure/Makefile.in-1614-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/liblua_a-lparser.Tpo $(DEPDIR)/liblua_a-lparser.Po
##############################################
golly-3.3/gui-wx/configure/Makefile.in-1616-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
golly-3.3/gui-wx/configure/Makefile.in:1617:@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblua_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o liblua_a-lparser.obj `if test -f '../../lua/lparser.c'; then $(CYGPATH_W) '../../lua/lparser.c'; else $(CYGPATH_W) '$(srcdir)/../../lua/lparser.c'; fi`
golly-3.3/gui-wx/configure/Makefile.in-1618-
golly-3.3/gui-wx/configure/Makefile.in-1619-liblua_a-lstate.o: ../../lua/lstate.c
golly-3.3/gui-wx/configure/Makefile.in:1620:@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblua_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT liblua_a-lstate.o -MD -MP -MF $(DEPDIR)/liblua_a-lstate.Tpo -c -o liblua_a-lstate.o `test -f '../../lua/lstate.c' || echo '$(srcdir)/'`../../lua/lstate.c
golly-3.3/gui-wx/configure/Makefile.in-1621-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/liblua_a-lstate.Tpo $(DEPDIR)/liblua_a-lstate.Po
##############################################
golly-3.3/gui-wx/configure/Makefile.in-1623-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
golly-3.3/gui-wx/configure/Makefile.in:1624:@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblua_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o liblua_a-lstate.o `test -f '../../lua/lstate.c' || echo '$(srcdir)/'`../../lua/lstate.c
golly-3.3/gui-wx/configure/Makefile.in-1625-
golly-3.3/gui-wx/configure/Makefile.in-1626-liblua_a-lstate.obj: ../../lua/lstate.c
golly-3.3/gui-wx/configure/Makefile.in:1627:@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblua_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT liblua_a-lstate.obj -MD -MP -MF $(DEPDIR)/liblua_a-lstate.Tpo -c -o liblua_a-lstate.obj `if test -f '../../lua/lstate.c'; then $(CYGPATH_W) '../../lua/lstate.c'; else $(CYGPATH_W) '$(srcdir)/../../lua/lstate.c'; fi`
golly-3.3/gui-wx/configure/Makefile.in-1628-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/liblua_a-lstate.Tpo $(DEPDIR)/liblua_a-lstate.Po
##############################################
golly-3.3/gui-wx/configure/Makefile.in-1630-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
golly-3.3/gui-wx/configure/Makefile.in:1631:@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblua_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o liblua_a-lstate.obj `if test -f '../../lua/lstate.c'; then $(CYGPATH_W) '../../lua/lstate.c'; else $(CYGPATH_W) '$(srcdir)/../../lua/lstate.c'; fi`
golly-3.3/gui-wx/configure/Makefile.in-1632-
golly-3.3/gui-wx/configure/Makefile.in-1633-liblua_a-lstring.o: ../../lua/lstring.c
golly-3.3/gui-wx/configure/Makefile.in:1634:@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblua_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT liblua_a-lstring.o -MD -MP -MF $(DEPDIR)/liblua_a-lstring.Tpo -c -o liblua_a-lstring.o `test -f '../../lua/lstring.c' || echo '$(srcdir)/'`../../lua/lstring.c
golly-3.3/gui-wx/configure/Makefile.in-1635-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/liblua_a-lstring.Tpo $(DEPDIR)/liblua_a-lstring.Po
##############################################
golly-3.3/gui-wx/configure/Makefile.in-1637-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
golly-3.3/gui-wx/configure/Makefile.in:1638:@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblua_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o liblua_a-lstring.o `test -f '../../lua/lstring.c' || echo '$(srcdir)/'`../../lua/lstring.c
golly-3.3/gui-wx/configure/Makefile.in-1639-
golly-3.3/gui-wx/configure/Makefile.in-1640-liblua_a-lstring.obj: ../../lua/lstring.c
golly-3.3/gui-wx/configure/Makefile.in:1641:@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblua_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT liblua_a-lstring.obj -MD -MP -MF $(DEPDIR)/liblua_a-lstring.Tpo -c -o liblua_a-lstring.obj `if test -f '../../lua/lstring.c'; then $(CYGPATH_W) '../../lua/lstring.c'; else $(CYGPATH_W) '$(srcdir)/../../lua/lstring.c'; fi`
golly-3.3/gui-wx/configure/Makefile.in-1642-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/liblua_a-lstring.Tpo $(DEPDIR)/liblua_a-lstring.Po
##############################################
golly-3.3/gui-wx/configure/Makefile.in-1644-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
golly-3.3/gui-wx/configure/Makefile.in:1645:@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblua_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o liblua_a-lstring.obj `if test -f '../../lua/lstring.c'; then $(CYGPATH_W) '../../lua/lstring.c'; else $(CYGPATH_W) '$(srcdir)/../../lua/lstring.c'; fi`
golly-3.3/gui-wx/configure/Makefile.in-1646-
golly-3.3/gui-wx/configure/Makefile.in-1647-liblua_a-lstrlib.o: ../../lua/lstrlib.c
golly-3.3/gui-wx/configure/Makefile.in:1648:@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblua_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT liblua_a-lstrlib.o -MD -MP -MF $(DEPDIR)/liblua_a-lstrlib.Tpo -c -o liblua_a-lstrlib.o `test -f '../../lua/lstrlib.c' || echo '$(srcdir)/'`../../lua/lstrlib.c
golly-3.3/gui-wx/configure/Makefile.in-1649-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/liblua_a-lstrlib.Tpo $(DEPDIR)/liblua_a-lstrlib.Po
##############################################
golly-3.3/gui-wx/configure/Makefile.in-1651-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
golly-3.3/gui-wx/configure/Makefile.in:1652:@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblua_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o liblua_a-lstrlib.o `test -f '../../lua/lstrlib.c' || echo '$(srcdir)/'`../../lua/lstrlib.c
golly-3.3/gui-wx/configure/Makefile.in-1653-
golly-3.3/gui-wx/configure/Makefile.in-1654-liblua_a-lstrlib.obj: ../../lua/lstrlib.c
golly-3.3/gui-wx/configure/Makefile.in:1655:@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblua_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT liblua_a-lstrlib.obj -MD -MP -MF $(DEPDIR)/liblua_a-lstrlib.Tpo -c -o liblua_a-lstrlib.obj `if test -f '../../lua/lstrlib.c'; then $(CYGPATH_W) '../../lua/lstrlib.c'; else $(CYGPATH_W) '$(srcdir)/../../lua/lstrlib.c'; fi`
golly-3.3/gui-wx/configure/Makefile.in-1656-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/liblua_a-lstrlib.Tpo $(DEPDIR)/liblua_a-lstrlib.Po
##############################################
golly-3.3/gui-wx/configure/Makefile.in-1658-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
golly-3.3/gui-wx/configure/Makefile.in:1659:@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblua_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o liblua_a-lstrlib.obj `if test -f '../../lua/lstrlib.c'; then $(CYGPATH_W) '../../lua/lstrlib.c'; else $(CYGPATH_W) '$(srcdir)/../../lua/lstrlib.c'; fi`
golly-3.3/gui-wx/configure/Makefile.in-1660-
golly-3.3/gui-wx/configure/Makefile.in-1661-liblua_a-ltable.o: ../../lua/ltable.c
golly-3.3/gui-wx/configure/Makefile.in:1662:@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblua_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT liblua_a-ltable.o -MD -MP -MF $(DEPDIR)/liblua_a-ltable.Tpo -c -o liblua_a-ltable.o `test -f '../../lua/ltable.c' || echo '$(srcdir)/'`../../lua/ltable.c
golly-3.3/gui-wx/configure/Makefile.in-1663-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/liblua_a-ltable.Tpo $(DEPDIR)/liblua_a-ltable.Po
##############################################
golly-3.3/gui-wx/configure/Makefile.in-1665-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
golly-3.3/gui-wx/configure/Makefile.in:1666:@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblua_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o liblua_a-ltable.o `test -f '../../lua/ltable.c' || echo '$(srcdir)/'`../../lua/ltable.c
golly-3.3/gui-wx/configure/Makefile.in-1667-
golly-3.3/gui-wx/configure/Makefile.in-1668-liblua_a-ltable.obj: ../../lua/ltable.c
golly-3.3/gui-wx/configure/Makefile.in:1669:@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblua_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT liblua_a-ltable.obj -MD -MP -MF $(DEPDIR)/liblua_a-ltable.Tpo -c -o liblua_a-ltable.obj `if test -f '../../lua/ltable.c'; then $(CYGPATH_W) '../../lua/ltable.c'; else $(CYGPATH_W) '$(srcdir)/../../lua/ltable.c'; fi`
golly-3.3/gui-wx/configure/Makefile.in-1670-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/liblua_a-ltable.Tpo $(DEPDIR)/liblua_a-ltable.Po
##############################################
golly-3.3/gui-wx/configure/Makefile.in-1672-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
golly-3.3/gui-wx/configure/Makefile.in:1673:@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblua_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o liblua_a-ltable.obj `if test -f '../../lua/ltable.c'; then $(CYGPATH_W) '../../lua/ltable.c'; else $(CYGPATH_W) '$(srcdir)/../../lua/ltable.c'; fi`
golly-3.3/gui-wx/configure/Makefile.in-1674-
golly-3.3/gui-wx/configure/Makefile.in-1675-liblua_a-ltablib.o: ../../lua/ltablib.c
golly-3.3/gui-wx/configure/Makefile.in:1676:@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblua_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT liblua_a-ltablib.o -MD -MP -MF $(DEPDIR)/liblua_a-ltablib.Tpo -c -o liblua_a-ltablib.o `test -f '../../lua/ltablib.c' || echo '$(srcdir)/'`../../lua/ltablib.c
golly-3.3/gui-wx/configure/Makefile.in-1677-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/liblua_a-ltablib.Tpo $(DEPDIR)/liblua_a-ltablib.Po
##############################################
golly-3.3/gui-wx/configure/Makefile.in-1679-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
golly-3.3/gui-wx/configure/Makefile.in:1680:@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblua_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o liblua_a-ltablib.o `test -f '../../lua/ltablib.c' || echo '$(srcdir)/'`../../lua/ltablib.c
golly-3.3/gui-wx/configure/Makefile.in-1681-
golly-3.3/gui-wx/configure/Makefile.in-1682-liblua_a-ltablib.obj: ../../lua/ltablib.c
golly-3.3/gui-wx/configure/Makefile.in:1683:@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblua_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT liblua_a-ltablib.obj -MD -MP -MF $(DEPDIR)/liblua_a-ltablib.Tpo -c -o liblua_a-ltablib.obj `if test -f '../../lua/ltablib.c'; then $(CYGPATH_W) '../../lua/ltablib.c'; else $(CYGPATH_W) '$(srcdir)/../../lua/ltablib.c'; fi`
golly-3.3/gui-wx/configure/Makefile.in-1684-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/liblua_a-ltablib.Tpo $(DEPDIR)/liblua_a-ltablib.Po
##############################################
golly-3.3/gui-wx/configure/Makefile.in-1686-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
golly-3.3/gui-wx/configure/Makefile.in:1687:@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblua_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o liblua_a-ltablib.obj `if test -f '../../lua/ltablib.c'; then $(CYGPATH_W) '../../lua/ltablib.c'; else $(CYGPATH_W) '$(srcdir)/../../lua/ltablib.c'; fi`
golly-3.3/gui-wx/configure/Makefile.in-1688-
golly-3.3/gui-wx/configure/Makefile.in-1689-liblua_a-ltm.o: ../../lua/ltm.c
golly-3.3/gui-wx/configure/Makefile.in:1690:@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblua_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT liblua_a-ltm.o -MD -MP -MF $(DEPDIR)/liblua_a-ltm.Tpo -c -o liblua_a-ltm.o `test -f '../../lua/ltm.c' || echo '$(srcdir)/'`../../lua/ltm.c
golly-3.3/gui-wx/configure/Makefile.in-1691-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/liblua_a-ltm.Tpo $(DEPDIR)/liblua_a-ltm.Po
##############################################
golly-3.3/gui-wx/configure/Makefile.in-1693-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
golly-3.3/gui-wx/configure/Makefile.in:1694:@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblua_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o liblua_a-ltm.o `test -f '../../lua/ltm.c' || echo '$(srcdir)/'`../../lua/ltm.c
golly-3.3/gui-wx/configure/Makefile.in-1695-
golly-3.3/gui-wx/configure/Makefile.in-1696-liblua_a-ltm.obj: ../../lua/ltm.c
golly-3.3/gui-wx/configure/Makefile.in:1697:@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblua_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT liblua_a-ltm.obj -MD -MP -MF $(DEPDIR)/liblua_a-ltm.Tpo -c -o liblua_a-ltm.obj `if test -f '../../lua/ltm.c'; then $(CYGPATH_W) '../../lua/ltm.c'; else $(CYGPATH_W) '$(srcdir)/../../lua/ltm.c'; fi`
golly-3.3/gui-wx/configure/Makefile.in-1698-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/liblua_a-ltm.Tpo $(DEPDIR)/liblua_a-ltm.Po
##############################################
golly-3.3/gui-wx/configure/Makefile.in-1700-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
golly-3.3/gui-wx/configure/Makefile.in:1701:@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblua_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o liblua_a-ltm.obj `if test -f '../../lua/ltm.c'; then $(CYGPATH_W) '../../lua/ltm.c'; else $(CYGPATH_W) '$(srcdir)/../../lua/ltm.c'; fi`
golly-3.3/gui-wx/configure/Makefile.in-1702-
golly-3.3/gui-wx/configure/Makefile.in-1703-liblua_a-lundump.o: ../../lua/lundump.c
golly-3.3/gui-wx/configure/Makefile.in:1704:@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblua_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT liblua_a-lundump.o -MD -MP -MF $(DEPDIR)/liblua_a-lundump.Tpo -c -o liblua_a-lundump.o `test -f '../../lua/lundump.c' || echo '$(srcdir)/'`../../lua/lundump.c
golly-3.3/gui-wx/configure/Makefile.in-1705-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/liblua_a-lundump.Tpo $(DEPDIR)/liblua_a-lundump.Po
##############################################
golly-3.3/gui-wx/configure/Makefile.in-1707-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
golly-3.3/gui-wx/configure/Makefile.in:1708:@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblua_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o liblua_a-lundump.o `test -f '../../lua/lundump.c' || echo '$(srcdir)/'`../../lua/lundump.c
golly-3.3/gui-wx/configure/Makefile.in-1709-
golly-3.3/gui-wx/configure/Makefile.in-1710-liblua_a-lundump.obj: ../../lua/lundump.c
golly-3.3/gui-wx/configure/Makefile.in:1711:@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblua_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT liblua_a-lundump.obj -MD -MP -MF $(DEPDIR)/liblua_a-lundump.Tpo -c -o liblua_a-lundump.obj `if test -f '../../lua/lundump.c'; then $(CYGPATH_W) '../../lua/lundump.c'; else $(CYGPATH_W) '$(srcdir)/../../lua/lundump.c'; fi`
golly-3.3/gui-wx/configure/Makefile.in-1712-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/liblua_a-lundump.Tpo $(DEPDIR)/liblua_a-lundump.Po
##############################################
golly-3.3/gui-wx/configure/Makefile.in-1714-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
golly-3.3/gui-wx/configure/Makefile.in:1715:@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblua_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o liblua_a-lundump.obj `if test -f '../../lua/lundump.c'; then $(CYGPATH_W) '../../lua/lundump.c'; else $(CYGPATH_W) '$(srcdir)/../../lua/lundump.c'; fi`
golly-3.3/gui-wx/configure/Makefile.in-1716-
golly-3.3/gui-wx/configure/Makefile.in-1717-liblua_a-lutf8lib.o: ../../lua/lutf8lib.c
golly-3.3/gui-wx/configure/Makefile.in:1718:@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblua_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT liblua_a-lutf8lib.o -MD -MP -MF $(DEPDIR)/liblua_a-lutf8lib.Tpo -c -o liblua_a-lutf8lib.o `test -f '../../lua/lutf8lib.c' || echo '$(srcdir)/'`../../lua/lutf8lib.c
golly-3.3/gui-wx/configure/Makefile.in-1719-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/liblua_a-lutf8lib.Tpo $(DEPDIR)/liblua_a-lutf8lib.Po
##############################################
golly-3.3/gui-wx/configure/Makefile.in-1721-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
golly-3.3/gui-wx/configure/Makefile.in:1722:@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblua_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o liblua_a-lutf8lib.o `test -f '../../lua/lutf8lib.c' || echo '$(srcdir)/'`../../lua/lutf8lib.c
golly-3.3/gui-wx/configure/Makefile.in-1723-
golly-3.3/gui-wx/configure/Makefile.in-1724-liblua_a-lutf8lib.obj: ../../lua/lutf8lib.c
golly-3.3/gui-wx/configure/Makefile.in:1725:@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblua_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT liblua_a-lutf8lib.obj -MD -MP -MF $(DEPDIR)/liblua_a-lutf8lib.Tpo -c -o liblua_a-lutf8lib.obj `if test -f '../../lua/lutf8lib.c'; then $(CYGPATH_W) '../../lua/lutf8lib.c'; else $(CYGPATH_W) '$(srcdir)/../../lua/lutf8lib.c'; fi`
golly-3.3/gui-wx/configure/Makefile.in-1726-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/liblua_a-lutf8lib.Tpo $(DEPDIR)/liblua_a-lutf8lib.Po
##############################################
golly-3.3/gui-wx/configure/Makefile.in-1728-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
golly-3.3/gui-wx/configure/Makefile.in:1729:@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblua_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o liblua_a-lutf8lib.obj `if test -f '../../lua/lutf8lib.c'; then $(CYGPATH_W) '../../lua/lutf8lib.c'; else $(CYGPATH_W) '$(srcdir)/../../lua/lutf8lib.c'; fi`
golly-3.3/gui-wx/configure/Makefile.in-1730-
golly-3.3/gui-wx/configure/Makefile.in-1731-liblua_a-lvm.o: ../../lua/lvm.c
golly-3.3/gui-wx/configure/Makefile.in:1732:@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblua_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT liblua_a-lvm.o -MD -MP -MF $(DEPDIR)/liblua_a-lvm.Tpo -c -o liblua_a-lvm.o `test -f '../../lua/lvm.c' || echo '$(srcdir)/'`../../lua/lvm.c
golly-3.3/gui-wx/configure/Makefile.in-1733-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/liblua_a-lvm.Tpo $(DEPDIR)/liblua_a-lvm.Po
##############################################
golly-3.3/gui-wx/configure/Makefile.in-1735-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
golly-3.3/gui-wx/configure/Makefile.in:1736:@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblua_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o liblua_a-lvm.o `test -f '../../lua/lvm.c' || echo '$(srcdir)/'`../../lua/lvm.c
golly-3.3/gui-wx/configure/Makefile.in-1737-
golly-3.3/gui-wx/configure/Makefile.in-1738-liblua_a-lvm.obj: ../../lua/lvm.c
golly-3.3/gui-wx/configure/Makefile.in:1739:@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblua_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT liblua_a-lvm.obj -MD -MP -MF $(DEPDIR)/liblua_a-lvm.Tpo -c -o liblua_a-lvm.obj `if test -f '../../lua/lvm.c'; then $(CYGPATH_W) '../../lua/lvm.c'; else $(CYGPATH_W) '$(srcdir)/../../lua/lvm.c'; fi`
golly-3.3/gui-wx/configure/Makefile.in-1740-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/liblua_a-lvm.Tpo $(DEPDIR)/liblua_a-lvm.Po
##############################################
golly-3.3/gui-wx/configure/Makefile.in-1742-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
golly-3.3/gui-wx/configure/Makefile.in:1743:@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblua_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o liblua_a-lvm.obj `if test -f '../../lua/lvm.c'; then $(CYGPATH_W) '../../lua/lvm.c'; else $(CYGPATH_W) '$(srcdir)/../../lua/lvm.c'; fi`
golly-3.3/gui-wx/configure/Makefile.in-1744-
golly-3.3/gui-wx/configure/Makefile.in-1745-liblua_a-lzio.o: ../../lua/lzio.c
golly-3.3/gui-wx/configure/Makefile.in:1746:@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblua_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT liblua_a-lzio.o -MD -MP -MF $(DEPDIR)/liblua_a-lzio.Tpo -c -o liblua_a-lzio.o `test -f '../../lua/lzio.c' || echo '$(srcdir)/'`../../lua/lzio.c
golly-3.3/gui-wx/configure/Makefile.in-1747-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/liblua_a-lzio.Tpo $(DEPDIR)/liblua_a-lzio.Po
##############################################
golly-3.3/gui-wx/configure/Makefile.in-1749-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
golly-3.3/gui-wx/configure/Makefile.in:1750:@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblua_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o liblua_a-lzio.o `test -f '../../lua/lzio.c' || echo '$(srcdir)/'`../../lua/lzio.c
golly-3.3/gui-wx/configure/Makefile.in-1751-
golly-3.3/gui-wx/configure/Makefile.in-1752-liblua_a-lzio.obj: ../../lua/lzio.c
golly-3.3/gui-wx/configure/Makefile.in:1753:@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblua_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT liblua_a-lzio.obj -MD -MP -MF $(DEPDIR)/liblua_a-lzio.Tpo -c -o liblua_a-lzio.obj `if test -f '../../lua/lzio.c'; then $(CYGPATH_W) '../../lua/lzio.c'; else $(CYGPATH_W) '$(srcdir)/../../lua/lzio.c'; fi`
golly-3.3/gui-wx/configure/Makefile.in-1754-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/liblua_a-lzio.Tpo $(DEPDIR)/liblua_a-lzio.Po
##############################################
golly-3.3/gui-wx/configure/Makefile.in-1756-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
golly-3.3/gui-wx/configure/Makefile.in:1757:@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblua_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o liblua_a-lzio.obj `if test -f '../../lua/lzio.c'; then $(CYGPATH_W) '../../lua/lzio.c'; else $(CYGPATH_W) '$(srcdir)/../../lua/lzio.c'; fi`
golly-3.3/gui-wx/configure/Makefile.in-1758-
##############################################
golly-3.3/gui-wx/configure/Makefile.in-1766-.cpp.obj:
golly-3.3/gui-wx/configure/Makefile.in:1767:@am__fastdepCXX_TRUE@	$(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
golly-3.3/gui-wx/configure/Makefile.in-1768-@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
##############################################
golly-3.3/gui-wx/configure/Makefile.in-1770-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
golly-3.3/gui-wx/configure/Makefile.in:1771:@am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
golly-3.3/gui-wx/configure/Makefile.in-1772-
golly-3.3/gui-wx/configure/Makefile.in-1773-bigint.o: ../../gollybase/bigint.cpp
golly-3.3/gui-wx/configure/Makefile.in:1774:@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT bigint.o -MD -MP -MF $(DEPDIR)/bigint.Tpo -c -o bigint.o `test -f '../../gollybase/bigint.cpp' || echo '$(srcdir)/'`../../gollybase/bigint.cpp
golly-3.3/gui-wx/configure/Makefile.in-1775-@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/bigint.Tpo $(DEPDIR)/bigint.Po
##############################################
golly-3.3/gui-wx/configure/Makefile.in-1777-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
golly-3.3/gui-wx/configure/Makefile.in:1778:@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o bigint.o `test -f '../../gollybase/bigint.cpp' || echo '$(srcdir)/'`../../gollybase/bigint.cpp
golly-3.3/gui-wx/configure/Makefile.in-1779-
golly-3.3/gui-wx/configure/Makefile.in-1780-bigint.obj: ../../gollybase/bigint.cpp
golly-3.3/gui-wx/configure/Makefile.in:1781:@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT bigint.obj -MD -MP -MF $(DEPDIR)/bigint.Tpo -c -o bigint.obj `if test -f '../../gollybase/bigint.cpp'; then $(CYGPATH_W) '../../gollybase/bigint.cpp'; else $(CYGPATH_W) '$(srcdir)/../../gollybase/bigint.cpp'; fi`
golly-3.3/gui-wx/configure/Makefile.in-1782-@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/bigint.Tpo $(DEPDIR)/bigint.Po
##############################################
golly-3.3/gui-wx/configure/Makefile.in-1784-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
golly-3.3/gui-wx/configure/Makefile.in:1785:@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o bigint.obj `if test -f '../../gollybase/bigint.cpp'; then $(CYGPATH_W) '../../gollybase/bigint.cpp'; else $(CYGPATH_W) '$(srcdir)/../../gollybase/bigint.cpp'; fi`
golly-3.3/gui-wx/configure/Makefile.in-1786-
golly-3.3/gui-wx/configure/Makefile.in-1787-generationsalgo.o: ../../gollybase/generationsalgo.cpp
golly-3.3/gui-wx/configure/Makefile.in:1788:@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT generationsalgo.o -MD -MP -MF $(DEPDIR)/generationsalgo.Tpo -c -o generationsalgo.o `test -f '../../gollybase/generationsalgo.cpp' || echo '$(srcdir)/'`../../gollybase/generationsalgo.cpp
golly-3.3/gui-wx/configure/Makefile.in-1789-@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/generationsalgo.Tpo $(DEPDIR)/generationsalgo.Po
##############################################
golly-3.3/gui-wx/configure/Makefile.in-1791-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
golly-3.3/gui-wx/configure/Makefile.in:1792:@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o generationsalgo.o `test -f '../../gollybase/generationsalgo.cpp' || echo '$(srcdir)/'`../../gollybase/generationsalgo.cpp
golly-3.3/gui-wx/configure/Makefile.in-1793-
golly-3.3/gui-wx/configure/Makefile.in-1794-generationsalgo.obj: ../../gollybase/generationsalgo.cpp
golly-3.3/gui-wx/configure/Makefile.in:1795:@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT generationsalgo.obj -MD -MP -MF $(DEPDIR)/generationsalgo.Tpo -c -o generationsalgo.obj `if test -f '../../gollybase/generationsalgo.cpp'; then $(CYGPATH_W) '../../gollybase/generationsalgo.cpp'; else $(CYGPATH_W) '$(srcdir)/../../gollybase/generationsalgo.cpp'; fi`
golly-3.3/gui-wx/configure/Makefile.in-1796-@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/generationsalgo.Tpo $(DEPDIR)/generationsalgo.Po
##############################################
golly-3.3/gui-wx/configure/Makefile.in-1798-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
golly-3.3/gui-wx/configure/Makefile.in:1799:@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o generationsalgo.obj `if test -f '../../gollybase/generationsalgo.cpp'; then $(CYGPATH_W) '../../gollybase/generationsalgo.cpp'; else $(CYGPATH_W) '$(srcdir)/../../gollybase/generationsalgo.cpp'; fi`
golly-3.3/gui-wx/configure/Makefile.in-1800-
golly-3.3/gui-wx/configure/Makefile.in-1801-ghashbase.o: ../../gollybase/ghashbase.cpp
golly-3.3/gui-wx/configure/Makefile.in:1802:@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT ghashbase.o -MD -MP -MF $(DEPDIR)/ghashbase.Tpo -c -o ghashbase.o `test -f '../../gollybase/ghashbase.cpp' || echo '$(srcdir)/'`../../gollybase/ghashbase.cpp
golly-3.3/gui-wx/configure/Makefile.in-1803-@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/ghashbase.Tpo $(DEPDIR)/ghashbase.Po
##############################################
golly-3.3/gui-wx/configure/Makefile.in-1805-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
golly-3.3/gui-wx/configure/Makefile.in:1806:@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o ghashbase.o `test -f '../../gollybase/ghashbase.cpp' || echo '$(srcdir)/'`../../gollybase/ghashbase.cpp
golly-3.3/gui-wx/configure/Makefile.in-1807-
golly-3.3/gui-wx/configure/Makefile.in-1808-ghashbase.obj: ../../gollybase/ghashbase.cpp
golly-3.3/gui-wx/configure/Makefile.in:1809:@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT ghashbase.obj -MD -MP -MF $(DEPDIR)/ghashbase.Tpo -c -o ghashbase.obj `if test -f '../../gollybase/ghashbase.cpp'; then $(CYGPATH_W) '../../gollybase/ghashbase.cpp'; else $(CYGPATH_W) '$(srcdir)/../../gollybase/ghashbase.cpp'; fi`
golly-3.3/gui-wx/configure/Makefile.in-1810-@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/ghashbase.Tpo $(DEPDIR)/ghashbase.Po
##############################################
golly-3.3/gui-wx/configure/Makefile.in-1812-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
golly-3.3/gui-wx/configure/Makefile.in:1813:@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o ghashbase.obj `if test -f '../../gollybase/ghashbase.cpp'; then $(CYGPATH_W) '../../gollybase/ghashbase.cpp'; else $(CYGPATH_W) '$(srcdir)/../../gollybase/ghashbase.cpp'; fi`
golly-3.3/gui-wx/configure/Makefile.in-1814-
golly-3.3/gui-wx/configure/Makefile.in-1815-ghashdraw.o: ../../gollybase/ghashdraw.cpp
golly-3.3/gui-wx/configure/Makefile.in:1816:@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT ghashdraw.o -MD -MP -MF $(DEPDIR)/ghashdraw.Tpo -c -o ghashdraw.o `test -f '../../gollybase/ghashdraw.cpp' || echo '$(srcdir)/'`../../gollybase/ghashdraw.cpp
golly-3.3/gui-wx/configure/Makefile.in-1817-@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/ghashdraw.Tpo $(DEPDIR)/ghashdraw.Po
##############################################
golly-3.3/gui-wx/configure/Makefile.in-1819-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
golly-3.3/gui-wx/configure/Makefile.in:1820:@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o ghashdraw.o `test -f '../../gollybase/ghashdraw.cpp' || echo '$(srcdir)/'`../../gollybase/ghashdraw.cpp
golly-3.3/gui-wx/configure/Makefile.in-1821-
golly-3.3/gui-wx/configure/Makefile.in-1822-ghashdraw.obj: ../../gollybase/ghashdraw.cpp
golly-3.3/gui-wx/configure/Makefile.in:1823:@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT ghashdraw.obj -MD -MP -MF $(DEPDIR)/ghashdraw.Tpo -c -o ghashdraw.obj `if test -f '../../gollybase/ghashdraw.cpp'; then $(CYGPATH_W) '../../gollybase/ghashdraw.cpp'; else $(CYGPATH_W) '$(srcdir)/../../gollybase/ghashdraw.cpp'; fi`
golly-3.3/gui-wx/configure/Makefile.in-1824-@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/ghashdraw.Tpo $(DEPDIR)/ghashdraw.Po
##############################################
golly-3.3/gui-wx/configure/Makefile.in-1826-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
golly-3.3/gui-wx/configure/Makefile.in:1827:@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o ghashdraw.obj `if test -f '../../gollybase/ghashdraw.cpp'; then $(CYGPATH_W) '../../gollybase/ghashdraw.cpp'; else $(CYGPATH_W) '$(srcdir)/../../gollybase/ghashdraw.cpp'; fi`
golly-3.3/gui-wx/configure/Makefile.in-1828-
golly-3.3/gui-wx/configure/Makefile.in-1829-hlifealgo.o: ../../gollybase/hlifealgo.cpp
golly-3.3/gui-wx/configure/Makefile.in:1830:@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT hlifealgo.o -MD -MP -MF $(DEPDIR)/hlifealgo.Tpo -c -o hlifealgo.o `test -f '../../gollybase/hlifealgo.cpp' || echo '$(srcdir)/'`../../gollybase/hlifealgo.cpp
golly-3.3/gui-wx/configure/Makefile.in-1831-@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/hlifealgo.Tpo $(DEPDIR)/hlifealgo.Po
##############################################
golly-3.3/gui-wx/configure/Makefile.in-1833-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
golly-3.3/gui-wx/configure/Makefile.in:1834:@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o hlifealgo.o `test -f '../../gollybase/hlifealgo.cpp' || echo '$(srcdir)/'`../../gollybase/hlifealgo.cpp
golly-3.3/gui-wx/configure/Makefile.in-1835-
golly-3.3/gui-wx/configure/Makefile.in-1836-hlifealgo.obj: ../../gollybase/hlifealgo.cpp
golly-3.3/gui-wx/configure/Makefile.in:1837:@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT hlifealgo.obj -MD -MP -MF $(DEPDIR)/hlifealgo.Tpo -c -o hlifealgo.obj `if test -f '../../gollybase/hlifealgo.cpp'; then $(CYGPATH_W) '../../gollybase/hlifealgo.cpp'; else $(CYGPATH_W) '$(srcdir)/../../gollybase/hlifealgo.cpp'; fi`
golly-3.3/gui-wx/configure/Makefile.in-1838-@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/hlifealgo.Tpo $(DEPDIR)/hlifealgo.Po
##############################################
golly-3.3/gui-wx/configure/Makefile.in-1840-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
golly-3.3/gui-wx/configure/Makefile.in:1841:@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o hlifealgo.obj `if test -f '../../gollybase/hlifealgo.cpp'; then $(CYGPATH_W) '../../gollybase/hlifealgo.cpp'; else $(CYGPATH_W) '$(srcdir)/../../gollybase/hlifealgo.cpp'; fi`
golly-3.3/gui-wx/configure/Makefile.in-1842-
golly-3.3/gui-wx/configure/Makefile.in-1843-hlifedraw.o: ../../gollybase/hlifedraw.cpp
golly-3.3/gui-wx/configure/Makefile.in:1844:@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT hlifedraw.o -MD -MP -MF $(DEPDIR)/hlifedraw.Tpo -c -o hlifedraw.o `test -f '../../gollybase/hlifedraw.cpp' || echo '$(srcdir)/'`../../gollybase/hlifedraw.cpp
golly-3.3/gui-wx/configure/Makefile.in-1845-@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/hlifedraw.Tpo $(DEPDIR)/hlifedraw.Po
##############################################
golly-3.3/gui-wx/configure/Makefile.in-1847-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
golly-3.3/gui-wx/configure/Makefile.in:1848:@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o hlifedraw.o `test -f '../../gollybase/hlifedraw.cpp' || echo '$(srcdir)/'`../../gollybase/hlifedraw.cpp
golly-3.3/gui-wx/configure/Makefile.in-1849-
golly-3.3/gui-wx/configure/Makefile.in-1850-hlifedraw.obj: ../../gollybase/hlifedraw.cpp
golly-3.3/gui-wx/configure/Makefile.in:1851:@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT hlifedraw.obj -MD -MP -MF $(DEPDIR)/hlifedraw.Tpo -c -o hlifedraw.obj `if test -f '../../gollybase/hlifedraw.cpp'; then $(CYGPATH_W) '../../gollybase/hlifedraw.cpp'; else $(CYGPATH_W) '$(srcdir)/../../gollybase/hlifedraw.cpp'; fi`
golly-3.3/gui-wx/configure/Makefile.in-1852-@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/hlifedraw.Tpo $(DEPDIR)/hlifedraw.Po
##############################################
golly-3.3/gui-wx/configure/Makefile.in-1854-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
golly-3.3/gui-wx/configure/Makefile.in:1855:@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o hlifedraw.obj `if test -f '../../gollybase/hlifedraw.cpp'; then $(CYGPATH_W) '../../gollybase/hlifedraw.cpp'; else $(CYGPATH_W) '$(srcdir)/../../gollybase/hlifedraw.cpp'; fi`
golly-3.3/gui-wx/configure/Makefile.in-1856-
golly-3.3/gui-wx/configure/Makefile.in-1857-jvnalgo.o: ../../gollybase/jvnalgo.cpp
golly-3.3/gui-wx/configure/Makefile.in:1858:@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT jvnalgo.o -MD -MP -MF $(DEPDIR)/jvnalgo.Tpo -c -o jvnalgo.o `test -f '../../gollybase/jvnalgo.cpp' || echo '$(srcdir)/'`../../gollybase/jvnalgo.cpp
golly-3.3/gui-wx/configure/Makefile.in-1859-@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/jvnalgo.Tpo $(DEPDIR)/jvnalgo.Po
##############################################
golly-3.3/gui-wx/configure/Makefile.in-1861-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
golly-3.3/gui-wx/configure/Makefile.in:1862:@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o jvnalgo.o `test -f '../../gollybase/jvnalgo.cpp' || echo '$(srcdir)/'`../../gollybase/jvnalgo.cpp
golly-3.3/gui-wx/configure/Makefile.in-1863-
golly-3.3/gui-wx/configure/Makefile.in-1864-jvnalgo.obj: ../../gollybase/jvnalgo.cpp
golly-3.3/gui-wx/configure/Makefile.in:1865:@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT jvnalgo.obj -MD -MP -MF $(DEPDIR)/jvnalgo.Tpo -c -o jvnalgo.obj `if test -f '../../gollybase/jvnalgo.cpp'; then $(CYGPATH_W) '../../gollybase/jvnalgo.cpp'; else $(CYGPATH_W) '$(srcdir)/../../gollybase/jvnalgo.cpp'; fi`
golly-3.3/gui-wx/configure/Makefile.in-1866-@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/jvnalgo.Tpo $(DEPDIR)/jvnalgo.Po
##############################################
golly-3.3/gui-wx/configure/Makefile.in-1868-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
golly-3.3/gui-wx/configure/Makefile.in:1869:@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o jvnalgo.obj `if test -f '../../gollybase/jvnalgo.cpp'; then $(CYGPATH_W) '../../gollybase/jvnalgo.cpp'; else $(CYGPATH_W) '$(srcdir)/../../gollybase/jvnalgo.cpp'; fi`
golly-3.3/gui-wx/configure/Makefile.in-1870-
golly-3.3/gui-wx/configure/Makefile.in-1871-lifealgo.o: ../../gollybase/lifealgo.cpp
golly-3.3/gui-wx/configure/Makefile.in:1872:@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT lifealgo.o -MD -MP -MF $(DEPDIR)/lifealgo.Tpo -c -o lifealgo.o `test -f '../../gollybase/lifealgo.cpp' || echo '$(srcdir)/'`../../gollybase/lifealgo.cpp
golly-3.3/gui-wx/configure/Makefile.in-1873-@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/lifealgo.Tpo $(DEPDIR)/lifealgo.Po
##############################################
golly-3.3/gui-wx/configure/Makefile.in-1875-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
golly-3.3/gui-wx/configure/Makefile.in:1876:@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o lifealgo.o `test -f '../../gollybase/lifealgo.cpp' || echo '$(srcdir)/'`../../gollybase/lifealgo.cpp
golly-3.3/gui-wx/configure/Makefile.in-1877-
golly-3.3/gui-wx/configure/Makefile.in-1878-lifealgo.obj: ../../gollybase/lifealgo.cpp
golly-3.3/gui-wx/configure/Makefile.in:1879:@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT lifealgo.obj -MD -MP -MF $(DEPDIR)/lifealgo.Tpo -c -o lifealgo.obj `if test -f '../../gollybase/lifealgo.cpp'; then $(CYGPATH_W) '../../gollybase/lifealgo.cpp'; else $(CYGPATH_W) '$(srcdir)/../../gollybase/lifealgo.cpp'; fi`
golly-3.3/gui-wx/configure/Makefile.in-1880-@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/lifealgo.Tpo $(DEPDIR)/lifealgo.Po
##############################################
golly-3.3/gui-wx/configure/Makefile.in-1882-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
golly-3.3/gui-wx/configure/Makefile.in:1883:@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o lifealgo.obj `if test -f '../../gollybase/lifealgo.cpp'; then $(CYGPATH_W) '../../gollybase/lifealgo.cpp'; else $(CYGPATH_W) '$(srcdir)/../../gollybase/lifealgo.cpp'; fi`
golly-3.3/gui-wx/configure/Makefile.in-1884-
golly-3.3/gui-wx/configure/Makefile.in-1885-lifepoll.o: ../../gollybase/lifepoll.cpp
golly-3.3/gui-wx/configure/Makefile.in:1886:@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT lifepoll.o -MD -MP -MF $(DEPDIR)/lifepoll.Tpo -c -o lifepoll.o `test -f '../../gollybase/lifepoll.cpp' || echo '$(srcdir)/'`../../gollybase/lifepoll.cpp
golly-3.3/gui-wx/configure/Makefile.in-1887-@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/lifepoll.Tpo $(DEPDIR)/lifepoll.Po
##############################################
golly-3.3/gui-wx/configure/Makefile.in-1889-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
golly-3.3/gui-wx/configure/Makefile.in:1890:@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o lifepoll.o `test -f '../../gollybase/lifepoll.cpp' || echo '$(srcdir)/'`../../gollybase/lifepoll.cpp
golly-3.3/gui-wx/configure/Makefile.in-1891-
golly-3.3/gui-wx/configure/Makefile.in-1892-lifepoll.obj: ../../gollybase/lifepoll.cpp
golly-3.3/gui-wx/configure/Makefile.in:1893:@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT lifepoll.obj -MD -MP -MF $(DEPDIR)/lifepoll.Tpo -c -o lifepoll.obj `if test -f '../../gollybase/lifepoll.cpp'; then $(CYGPATH_W) '../../gollybase/lifepoll.cpp'; else $(CYGPATH_W) '$(srcdir)/../../gollybase/lifepoll.cpp'; fi`
golly-3.3/gui-wx/configure/Makefile.in-1894-@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/lifepoll.Tpo $(DEPDIR)/lifepoll.Po
##############################################
golly-3.3/gui-wx/configure/Makefile.in-1896-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
golly-3.3/gui-wx/configure/Makefile.in:1897:@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o lifepoll.obj `if test -f '../../gollybase/lifepoll.cpp'; then $(CYGPATH_W) '../../gollybase/lifepoll.cpp'; else $(CYGPATH_W) '$(srcdir)/../../gollybase/lifepoll.cpp'; fi`
golly-3.3/gui-wx/configure/Makefile.in-1898-
golly-3.3/gui-wx/configure/Makefile.in-1899-liferender.o: ../../gollybase/liferender.cpp
golly-3.3/gui-wx/configure/Makefile.in:1900:@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT liferender.o -MD -MP -MF $(DEPDIR)/liferender.Tpo -c -o liferender.o `test -f '../../gollybase/liferender.cpp' || echo '$(srcdir)/'`../../gollybase/liferender.cpp
golly-3.3/gui-wx/configure/Makefile.in-1901-@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/liferender.Tpo $(DEPDIR)/liferender.Po
##############################################
golly-3.3/gui-wx/configure/Makefile.in-1903-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
golly-3.3/gui-wx/configure/Makefile.in:1904:@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o liferender.o `test -f '../../gollybase/liferender.cpp' || echo '$(srcdir)/'`../../gollybase/liferender.cpp
golly-3.3/gui-wx/configure/Makefile.in-1905-
golly-3.3/gui-wx/configure/Makefile.in-1906-liferender.obj: ../../gollybase/liferender.cpp
golly-3.3/gui-wx/configure/Makefile.in:1907:@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT liferender.obj -MD -MP -MF $(DEPDIR)/liferender.Tpo -c -o liferender.obj `if test -f '../../gollybase/liferender.cpp'; then $(CYGPATH_W) '../../gollybase/liferender.cpp'; else $(CYGPATH_W) '$(srcdir)/../../gollybase/liferender.cpp'; fi`
golly-3.3/gui-wx/configure/Makefile.in-1908-@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/liferender.Tpo $(DEPDIR)/liferender.Po
##############################################
golly-3.3/gui-wx/configure/Makefile.in-1910-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
golly-3.3/gui-wx/configure/Makefile.in:1911:@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o liferender.obj `if test -f '../../gollybase/liferender.cpp'; then $(CYGPATH_W) '../../gollybase/liferender.cpp'; else $(CYGPATH_W) '$(srcdir)/../../gollybase/liferender.cpp'; fi`
golly-3.3/gui-wx/configure/Makefile.in-1912-
golly-3.3/gui-wx/configure/Makefile.in-1913-liferules.o: ../../gollybase/liferules.cpp
golly-3.3/gui-wx/configure/Makefile.in:1914:@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT liferules.o -MD -MP -MF $(DEPDIR)/liferules.Tpo -c -o liferules.o `test -f '../../gollybase/liferules.cpp' || echo '$(srcdir)/'`../../gollybase/liferules.cpp
golly-3.3/gui-wx/configure/Makefile.in-1915-@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/liferules.Tpo $(DEPDIR)/liferules.Po
##############################################
golly-3.3/gui-wx/configure/Makefile.in-1917-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
golly-3.3/gui-wx/configure/Makefile.in:1918:@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o liferules.o `test -f '../../gollybase/liferules.cpp' || echo '$(srcdir)/'`../../gollybase/liferules.cpp
golly-3.3/gui-wx/configure/Makefile.in-1919-
golly-3.3/gui-wx/configure/Makefile.in-1920-liferules.obj: ../../gollybase/liferules.cpp
golly-3.3/gui-wx/configure/Makefile.in:1921:@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT liferules.obj -MD -MP -MF $(DEPDIR)/liferules.Tpo -c -o liferules.obj `if test -f '../../gollybase/liferules.cpp'; then $(CYGPATH_W) '../../gollybase/liferules.cpp'; else $(CYGPATH_W) '$(srcdir)/../../gollybase/liferules.cpp'; fi`
golly-3.3/gui-wx/configure/Makefile.in-1922-@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/liferules.Tpo $(DEPDIR)/liferules.Po
##############################################
golly-3.3/gui-wx/configure/Makefile.in-1924-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
golly-3.3/gui-wx/configure/Makefile.in:1925:@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o liferules.obj `if test -f '../../gollybase/liferules.cpp'; then $(CYGPATH_W) '../../gollybase/liferules.cpp'; else $(CYGPATH_W) '$(srcdir)/../../gollybase/liferules.cpp'; fi`
golly-3.3/gui-wx/configure/Makefile.in-1926-
golly-3.3/gui-wx/configure/Makefile.in-1927-ltlalgo.o: ../../gollybase/ltlalgo.cpp
golly-3.3/gui-wx/configure/Makefile.in:1928:@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT ltlalgo.o -MD -MP -MF $(DEPDIR)/ltlalgo.Tpo -c -o ltlalgo.o `test -f '../../gollybase/ltlalgo.cpp' || echo '$(srcdir)/'`../../gollybase/ltlalgo.cpp
golly-3.3/gui-wx/configure/Makefile.in-1929-@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/ltlalgo.Tpo $(DEPDIR)/ltlalgo.Po
##############################################
golly-3.3/gui-wx/configure/Makefile.in-1931-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
golly-3.3/gui-wx/configure/Makefile.in:1932:@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o ltlalgo.o `test -f '../../gollybase/ltlalgo.cpp' || echo '$(srcdir)/'`../../gollybase/ltlalgo.cpp
golly-3.3/gui-wx/configure/Makefile.in-1933-
golly-3.3/gui-wx/configure/Makefile.in-1934-ltlalgo.obj: ../../gollybase/ltlalgo.cpp
golly-3.3/gui-wx/configure/Makefile.in:1935:@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT ltlalgo.obj -MD -MP -MF $(DEPDIR)/ltlalgo.Tpo -c -o ltlalgo.obj `if test -f '../../gollybase/ltlalgo.cpp'; then $(CYGPATH_W) '../../gollybase/ltlalgo.cpp'; else $(CYGPATH_W) '$(srcdir)/../../gollybase/ltlalgo.cpp'; fi`
golly-3.3/gui-wx/configure/Makefile.in-1936-@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/ltlalgo.Tpo $(DEPDIR)/ltlalgo.Po
##############################################
golly-3.3/gui-wx/configure/Makefile.in-1938-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
golly-3.3/gui-wx/configure/Makefile.in:1939:@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o ltlalgo.obj `if test -f '../../gollybase/ltlalgo.cpp'; then $(CYGPATH_W) '../../gollybase/ltlalgo.cpp'; else $(CYGPATH_W) '$(srcdir)/../../gollybase/ltlalgo.cpp'; fi`
golly-3.3/gui-wx/configure/Makefile.in-1940-
golly-3.3/gui-wx/configure/Makefile.in-1941-ltldraw.o: ../../gollybase/ltldraw.cpp
golly-3.3/gui-wx/configure/Makefile.in:1942:@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT ltldraw.o -MD -MP -MF $(DEPDIR)/ltldraw.Tpo -c -o ltldraw.o `test -f '../../gollybase/ltldraw.cpp' || echo '$(srcdir)/'`../../gollybase/ltldraw.cpp
golly-3.3/gui-wx/configure/Makefile.in-1943-@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/ltldraw.Tpo $(DEPDIR)/ltldraw.Po
##############################################
golly-3.3/gui-wx/configure/Makefile.in-1945-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
golly-3.3/gui-wx/configure/Makefile.in:1946:@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o ltldraw.o `test -f '../../gollybase/ltldraw.cpp' || echo '$(srcdir)/'`../../gollybase/ltldraw.cpp
golly-3.3/gui-wx/configure/Makefile.in-1947-
golly-3.3/gui-wx/configure/Makefile.in-1948-ltldraw.obj: ../../gollybase/ltldraw.cpp
golly-3.3/gui-wx/configure/Makefile.in:1949:@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT ltldraw.obj -MD -MP -MF $(DEPDIR)/ltldraw.Tpo -c -o ltldraw.obj `if test -f '../../gollybase/ltldraw.cpp'; then $(CYGPATH_W) '../../gollybase/ltldraw.cpp'; else $(CYGPATH_W) '$(srcdir)/../../gollybase/ltldraw.cpp'; fi`
golly-3.3/gui-wx/configure/Makefile.in-1950-@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/ltldraw.Tpo $(DEPDIR)/ltldraw.Po
##############################################
golly-3.3/gui-wx/configure/Makefile.in-1952-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
golly-3.3/gui-wx/configure/Makefile.in:1953:@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o ltldraw.obj `if test -f '../../gollybase/ltldraw.cpp'; then $(CYGPATH_W) '../../gollybase/ltldraw.cpp'; else $(CYGPATH_W) '$(srcdir)/../../gollybase/ltldraw.cpp'; fi`
golly-3.3/gui-wx/configure/Makefile.in-1954-
golly-3.3/gui-wx/configure/Makefile.in-1955-qlifealgo.o: ../../gollybase/qlifealgo.cpp
golly-3.3/gui-wx/configure/Makefile.in:1956:@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT qlifealgo.o -MD -MP -MF $(DEPDIR)/qlifealgo.Tpo -c -o qlifealgo.o `test -f '../../gollybase/qlifealgo.cpp' || echo '$(srcdir)/'`../../gollybase/qlifealgo.cpp
golly-3.3/gui-wx/configure/Makefile.in-1957-@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/qlifealgo.Tpo $(DEPDIR)/qlifealgo.Po
##############################################
golly-3.3/gui-wx/configure/Makefile.in-1959-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
golly-3.3/gui-wx/configure/Makefile.in:1960:@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o qlifealgo.o `test -f '../../gollybase/qlifealgo.cpp' || echo '$(srcdir)/'`../../gollybase/qlifealgo.cpp
golly-3.3/gui-wx/configure/Makefile.in-1961-
golly-3.3/gui-wx/configure/Makefile.in-1962-qlifealgo.obj: ../../gollybase/qlifealgo.cpp
golly-3.3/gui-wx/configure/Makefile.in:1963:@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT qlifealgo.obj -MD -MP -MF $(DEPDIR)/qlifealgo.Tpo -c -o qlifealgo.obj `if test -f '../../gollybase/qlifealgo.cpp'; then $(CYGPATH_W) '../../gollybase/qlifealgo.cpp'; else $(CYGPATH_W) '$(srcdir)/../../gollybase/qlifealgo.cpp'; fi`
golly-3.3/gui-wx/configure/Makefile.in-1964-@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/qlifealgo.Tpo $(DEPDIR)/qlifealgo.Po
##############################################
golly-3.3/gui-wx/configure/Makefile.in-1966-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
golly-3.3/gui-wx/configure/Makefile.in:1967:@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o qlifealgo.obj `if test -f '../../gollybase/qlifealgo.cpp'; then $(CYGPATH_W) '../../gollybase/qlifealgo.cpp'; else $(CYGPATH_W) '$(srcdir)/../../gollybase/qlifealgo.cpp'; fi`
golly-3.3/gui-wx/configure/Makefile.in-1968-
golly-3.3/gui-wx/configure/Makefile.in-1969-qlifedraw.o: ../../gollybase/qlifedraw.cpp
golly-3.3/gui-wx/configure/Makefile.in:1970:@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT qlifedraw.o -MD -MP -MF $(DEPDIR)/qlifedraw.Tpo -c -o qlifedraw.o `test -f '../../gollybase/qlifedraw.cpp' || echo '$(srcdir)/'`../../gollybase/qlifedraw.cpp
golly-3.3/gui-wx/configure/Makefile.in-1971-@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/qlifedraw.Tpo $(DEPDIR)/qlifedraw.Po
##############################################
golly-3.3/gui-wx/configure/Makefile.in-1973-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
golly-3.3/gui-wx/configure/Makefile.in:1974:@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o qlifedraw.o `test -f '../../gollybase/qlifedraw.cpp' || echo '$(srcdir)/'`../../gollybase/qlifedraw.cpp
golly-3.3/gui-wx/configure/Makefile.in-1975-
golly-3.3/gui-wx/configure/Makefile.in-1976-qlifedraw.obj: ../../gollybase/qlifedraw.cpp
golly-3.3/gui-wx/configure/Makefile.in:1977:@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT qlifedraw.obj -MD -MP -MF $(DEPDIR)/qlifedraw.Tpo -c -o qlifedraw.obj `if test -f '../../gollybase/qlifedraw.cpp'; then $(CYGPATH_W) '../../gollybase/qlifedraw.cpp'; else $(CYGPATH_W) '$(srcdir)/../../gollybase/qlifedraw.cpp'; fi`
golly-3.3/gui-wx/configure/Makefile.in-1978-@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/qlifedraw.Tpo $(DEPDIR)/qlifedraw.Po
##############################################
golly-3.3/gui-wx/configure/Makefile.in-1980-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
golly-3.3/gui-wx/configure/Makefile.in:1981:@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o qlifedraw.obj `if test -f '../../gollybase/qlifedraw.cpp'; then $(CYGPATH_W) '../../gollybase/qlifedraw.cpp'; else $(CYGPATH_W) '$(srcdir)/../../gollybase/qlifedraw.cpp'; fi`
golly-3.3/gui-wx/configure/Makefile.in-1982-
golly-3.3/gui-wx/configure/Makefile.in-1983-readpattern.o: ../../gollybase/readpattern.cpp
golly-3.3/gui-wx/configure/Makefile.in:1984:@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT readpattern.o -MD -MP -MF $(DEPDIR)/readpattern.Tpo -c -o readpattern.o `test -f '../../gollybase/readpattern.cpp' || echo '$(srcdir)/'`../../gollybase/readpattern.cpp
golly-3.3/gui-wx/configure/Makefile.in-1985-@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/readpattern.Tpo $(DEPDIR)/readpattern.Po
##############################################
golly-3.3/gui-wx/configure/Makefile.in-1987-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
golly-3.3/gui-wx/configure/Makefile.in:1988:@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o readpattern.o `test -f '../../gollybase/readpattern.cpp' || echo '$(srcdir)/'`../../gollybase/readpattern.cpp
golly-3.3/gui-wx/configure/Makefile.in-1989-
golly-3.3/gui-wx/configure/Makefile.in-1990-readpattern.obj: ../../gollybase/readpattern.cpp
golly-3.3/gui-wx/configure/Makefile.in:1991:@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT readpattern.obj -MD -MP -MF $(DEPDIR)/readpattern.Tpo -c -o readpattern.obj `if test -f '../../gollybase/readpattern.cpp'; then $(CYGPATH_W) '../../gollybase/readpattern.cpp'; else $(CYGPATH_W) '$(srcdir)/../../gollybase/readpattern.cpp'; fi`
golly-3.3/gui-wx/configure/Makefile.in-1992-@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/readpattern.Tpo $(DEPDIR)/readpattern.Po
##############################################
golly-3.3/gui-wx/configure/Makefile.in-1994-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
golly-3.3/gui-wx/configure/Makefile.in:1995:@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o readpattern.obj `if test -f '../../gollybase/readpattern.cpp'; then $(CYGPATH_W) '../../gollybase/readpattern.cpp'; else $(CYGPATH_W) '$(srcdir)/../../gollybase/readpattern.cpp'; fi`
golly-3.3/gui-wx/configure/Makefile.in-1996-
golly-3.3/gui-wx/configure/Makefile.in-1997-ruleloaderalgo.o: ../../gollybase/ruleloaderalgo.cpp
golly-3.3/gui-wx/configure/Makefile.in:1998:@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT ruleloaderalgo.o -MD -MP -MF $(DEPDIR)/ruleloaderalgo.Tpo -c -o ruleloaderalgo.o `test -f '../../gollybase/ruleloaderalgo.cpp' || echo '$(srcdir)/'`../../gollybase/ruleloaderalgo.cpp
golly-3.3/gui-wx/configure/Makefile.in-1999-@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/ruleloaderalgo.Tpo $(DEPDIR)/ruleloaderalgo.Po
##############################################
golly-3.3/gui-wx/configure/Makefile.in-2001-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
golly-3.3/gui-wx/configure/Makefile.in:2002:@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o ruleloaderalgo.o `test -f '../../gollybase/ruleloaderalgo.cpp' || echo '$(srcdir)/'`../../gollybase/ruleloaderalgo.cpp
golly-3.3/gui-wx/configure/Makefile.in-2003-
golly-3.3/gui-wx/configure/Makefile.in-2004-ruleloaderalgo.obj: ../../gollybase/ruleloaderalgo.cpp
golly-3.3/gui-wx/configure/Makefile.in:2005:@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT ruleloaderalgo.obj -MD -MP -MF $(DEPDIR)/ruleloaderalgo.Tpo -c -o ruleloaderalgo.obj `if test -f '../../gollybase/ruleloaderalgo.cpp'; then $(CYGPATH_W) '../../gollybase/ruleloaderalgo.cpp'; else $(CYGPATH_W) '$(srcdir)/../../gollybase/ruleloaderalgo.cpp'; fi`
golly-3.3/gui-wx/configure/Makefile.in-2006-@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/ruleloaderalgo.Tpo $(DEPDIR)/ruleloaderalgo.Po
##############################################
golly-3.3/gui-wx/configure/Makefile.in-2008-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
golly-3.3/gui-wx/configure/Makefile.in:2009:@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o ruleloaderalgo.obj `if test -f '../../gollybase/ruleloaderalgo.cpp'; then $(CYGPATH_W) '../../gollybase/ruleloaderalgo.cpp'; else $(CYGPATH_W) '$(srcdir)/../../gollybase/ruleloaderalgo.cpp'; fi`
golly-3.3/gui-wx/configure/Makefile.in-2010-
golly-3.3/gui-wx/configure/Makefile.in-2011-ruletable_algo.o: ../../gollybase/ruletable_algo.cpp
golly-3.3/gui-wx/configure/Makefile.in:2012:@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT ruletable_algo.o -MD -MP -MF $(DEPDIR)/ruletable_algo.Tpo -c -o ruletable_algo.o `test -f '../../gollybase/ruletable_algo.cpp' || echo '$(srcdir)/'`../../gollybase/ruletable_algo.cpp
golly-3.3/gui-wx/configure/Makefile.in-2013-@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/ruletable_algo.Tpo $(DEPDIR)/ruletable_algo.Po
##############################################
golly-3.3/gui-wx/configure/Makefile.in-2015-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
golly-3.3/gui-wx/configure/Makefile.in:2016:@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o ruletable_algo.o `test -f '../../gollybase/ruletable_algo.cpp' || echo '$(srcdir)/'`../../gollybase/ruletable_algo.cpp
golly-3.3/gui-wx/configure/Makefile.in-2017-
golly-3.3/gui-wx/configure/Makefile.in-2018-ruletable_algo.obj: ../../gollybase/ruletable_algo.cpp
golly-3.3/gui-wx/configure/Makefile.in:2019:@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT ruletable_algo.obj -MD -MP -MF $(DEPDIR)/ruletable_algo.Tpo -c -o ruletable_algo.obj `if test -f '../../gollybase/ruletable_algo.cpp'; then $(CYGPATH_W) '../../gollybase/ruletable_algo.cpp'; else $(CYGPATH_W) '$(srcdir)/../../gollybase/ruletable_algo.cpp'; fi`
golly-3.3/gui-wx/configure/Makefile.in-2020-@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/ruletable_algo.Tpo $(DEPDIR)/ruletable_algo.Po
##############################################
golly-3.3/gui-wx/configure/Makefile.in-2022-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
golly-3.3/gui-wx/configure/Makefile.in:2023:@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o ruletable_algo.obj `if test -f '../../gollybase/ruletable_algo.cpp'; then $(CYGPATH_W) '../../gollybase/ruletable_algo.cpp'; else $(CYGPATH_W) '$(srcdir)/../../gollybase/ruletable_algo.cpp'; fi`
golly-3.3/gui-wx/configure/Makefile.in-2024-
golly-3.3/gui-wx/configure/Makefile.in-2025-ruletreealgo.o: ../../gollybase/ruletreealgo.cpp
golly-3.3/gui-wx/configure/Makefile.in:2026:@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT ruletreealgo.o -MD -MP -MF $(DEPDIR)/ruletreealgo.Tpo -c -o ruletreealgo.o `test -f '../../gollybase/ruletreealgo.cpp' || echo '$(srcdir)/'`../../gollybase/ruletreealgo.cpp
golly-3.3/gui-wx/configure/Makefile.in-2027-@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/ruletreealgo.Tpo $(DEPDIR)/ruletreealgo.Po
##############################################
golly-3.3/gui-wx/configure/Makefile.in-2029-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
golly-3.3/gui-wx/configure/Makefile.in:2030:@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o ruletreealgo.o `test -f '../../gollybase/ruletreealgo.cpp' || echo '$(srcdir)/'`../../gollybase/ruletreealgo.cpp
golly-3.3/gui-wx/configure/Makefile.in-2031-
golly-3.3/gui-wx/configure/Makefile.in-2032-ruletreealgo.obj: ../../gollybase/ruletreealgo.cpp
golly-3.3/gui-wx/configure/Makefile.in:2033:@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT ruletreealgo.obj -MD -MP -MF $(DEPDIR)/ruletreealgo.Tpo -c -o ruletreealgo.obj `if test -f '../../gollybase/ruletreealgo.cpp'; then $(CYGPATH_W) '../../gollybase/ruletreealgo.cpp'; else $(CYGPATH_W) '$(srcdir)/../../gollybase/ruletreealgo.cpp'; fi`
golly-3.3/gui-wx/configure/Makefile.in-2034-@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/ruletreealgo.Tpo $(DEPDIR)/ruletreealgo.Po
##############################################
golly-3.3/gui-wx/configure/Makefile.in-2036-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
golly-3.3/gui-wx/configure/Makefile.in:2037:@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o ruletreealgo.obj `if test -f '../../gollybase/ruletreealgo.cpp'; then $(CYGPATH_W) '../../gollybase/ruletreealgo.cpp'; else $(CYGPATH_W) '$(srcdir)/../../gollybase/ruletreealgo.cpp'; fi`
golly-3.3/gui-wx/configure/Makefile.in-2038-
golly-3.3/gui-wx/configure/Makefile.in-2039-util.o: ../../gollybase/util.cpp
golly-3.3/gui-wx/configure/Makefile.in:2040:@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT util.o -MD -MP -MF $(DEPDIR)/util.Tpo -c -o util.o `test -f '../../gollybase/util.cpp' || echo '$(srcdir)/'`../../gollybase/util.cpp
golly-3.3/gui-wx/configure/Makefile.in-2041-@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/util.Tpo $(DEPDIR)/util.Po
##############################################
golly-3.3/gui-wx/configure/Makefile.in-2043-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
golly-3.3/gui-wx/configure/Makefile.in:2044:@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o util.o `test -f '../../gollybase/util.cpp' || echo '$(srcdir)/'`../../gollybase/util.cpp
golly-3.3/gui-wx/configure/Makefile.in-2045-
golly-3.3/gui-wx/configure/Makefile.in-2046-util.obj: ../../gollybase/util.cpp
golly-3.3/gui-wx/configure/Makefile.in:2047:@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT util.obj -MD -MP -MF $(DEPDIR)/util.Tpo -c -o util.obj `if test -f '../../gollybase/util.cpp'; then $(CYGPATH_W) '../../gollybase/util.cpp'; else $(CYGPATH_W) '$(srcdir)/../../gollybase/util.cpp'; fi`
golly-3.3/gui-wx/configure/Makefile.in-2048-@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/util.Tpo $(DEPDIR)/util.Po
##############################################
golly-3.3/gui-wx/configure/Makefile.in-2050-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
golly-3.3/gui-wx/configure/Makefile.in:2051:@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o util.obj `if test -f '../../gollybase/util.cpp'; then $(CYGPATH_W) '../../gollybase/util.cpp'; else $(CYGPATH_W) '$(srcdir)/../../gollybase/util.cpp'; fi`
golly-3.3/gui-wx/configure/Makefile.in-2052-
golly-3.3/gui-wx/configure/Makefile.in-2053-viewport.o: ../../gollybase/viewport.cpp
golly-3.3/gui-wx/configure/Makefile.in:2054:@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT viewport.o -MD -MP -MF $(DEPDIR)/viewport.Tpo -c -o viewport.o `test -f '../../gollybase/viewport.cpp' || echo '$(srcdir)/'`../../gollybase/viewport.cpp
golly-3.3/gui-wx/configure/Makefile.in-2055-@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/viewport.Tpo $(DEPDIR)/viewport.Po
##############################################
golly-3.3/gui-wx/configure/Makefile.in-2057-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
golly-3.3/gui-wx/configure/Makefile.in:2058:@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o viewport.o `test -f '../../gollybase/viewport.cpp' || echo '$(srcdir)/'`../../gollybase/viewport.cpp
golly-3.3/gui-wx/configure/Makefile.in-2059-
golly-3.3/gui-wx/configure/Makefile.in-2060-viewport.obj: ../../gollybase/viewport.cpp
golly-3.3/gui-wx/configure/Makefile.in:2061:@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT viewport.obj -MD -MP -MF $(DEPDIR)/viewport.Tpo -c -o viewport.obj `if test -f '../../gollybase/viewport.cpp'; then $(CYGPATH_W) '../../gollybase/viewport.cpp'; else $(CYGPATH_W) '$(srcdir)/../../gollybase/viewport.cpp'; fi`
golly-3.3/gui-wx/configure/Makefile.in-2062-@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/viewport.Tpo $(DEPDIR)/viewport.Po
##############################################
golly-3.3/gui-wx/configure/Makefile.in-2064-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
golly-3.3/gui-wx/configure/Makefile.in:2065:@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o viewport.obj `if test -f '../../gollybase/viewport.cpp'; then $(CYGPATH_W) '../../gollybase/viewport.cpp'; else $(CYGPATH_W) '$(srcdir)/../../gollybase/viewport.cpp'; fi`
golly-3.3/gui-wx/configure/Makefile.in-2066-
golly-3.3/gui-wx/configure/Makefile.in-2067-writepattern.o: ../../gollybase/writepattern.cpp
golly-3.3/gui-wx/configure/Makefile.in:2068:@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT writepattern.o -MD -MP -MF $(DEPDIR)/writepattern.Tpo -c -o writepattern.o `test -f '../../gollybase/writepattern.cpp' || echo '$(srcdir)/'`../../gollybase/writepattern.cpp
golly-3.3/gui-wx/configure/Makefile.in-2069-@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/writepattern.Tpo $(DEPDIR)/writepattern.Po
##############################################
golly-3.3/gui-wx/configure/Makefile.in-2071-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
golly-3.3/gui-wx/configure/Makefile.in:2072:@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o writepattern.o `test -f '../../gollybase/writepattern.cpp' || echo '$(srcdir)/'`../../gollybase/writepattern.cpp
golly-3.3/gui-wx/configure/Makefile.in-2073-
golly-3.3/gui-wx/configure/Makefile.in-2074-writepattern.obj: ../../gollybase/writepattern.cpp
golly-3.3/gui-wx/configure/Makefile.in:2075:@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT writepattern.obj -MD -MP -MF $(DEPDIR)/writepattern.Tpo -c -o writepattern.obj `if test -f '../../gollybase/writepattern.cpp'; then $(CYGPATH_W) '../../gollybase/writepattern.cpp'; else $(CYGPATH_W) '$(srcdir)/../../gollybase/writepattern.cpp'; fi`
golly-3.3/gui-wx/configure/Makefile.in-2076-@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/writepattern.Tpo $(DEPDIR)/writepattern.Po
##############################################
golly-3.3/gui-wx/configure/Makefile.in-2078-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
golly-3.3/gui-wx/configure/Makefile.in:2079:@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o writepattern.obj `if test -f '../../gollybase/writepattern.cpp'; then $(CYGPATH_W) '../../gollybase/writepattern.cpp'; else $(CYGPATH_W) '$(srcdir)/../../gollybase/writepattern.cpp'; fi`
golly-3.3/gui-wx/configure/Makefile.in-2080-
golly-3.3/gui-wx/configure/Makefile.in-2081-RuleTableToTree.o: ../../cmdline/RuleTableToTree.cpp
golly-3.3/gui-wx/configure/Makefile.in:2082:@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT RuleTableToTree.o -MD -MP -MF $(DEPDIR)/RuleTableToTree.Tpo -c -o RuleTableToTree.o `test -f '../../cmdline/RuleTableToTree.cpp' || echo '$(srcdir)/'`../../cmdline/RuleTableToTree.cpp
golly-3.3/gui-wx/configure/Makefile.in-2083-@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/RuleTableToTree.Tpo $(DEPDIR)/RuleTableToTree.Po
##############################################
golly-3.3/gui-wx/configure/Makefile.in-2085-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
golly-3.3/gui-wx/configure/Makefile.in:2086:@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o RuleTableToTree.o `test -f '../../cmdline/RuleTableToTree.cpp' || echo '$(srcdir)/'`../../cmdline/RuleTableToTree.cpp
golly-3.3/gui-wx/configure/Makefile.in-2087-
golly-3.3/gui-wx/configure/Makefile.in-2088-RuleTableToTree.obj: ../../cmdline/RuleTableToTree.cpp
golly-3.3/gui-wx/configure/Makefile.in:2089:@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT RuleTableToTree.obj -MD -MP -MF $(DEPDIR)/RuleTableToTree.Tpo -c -o RuleTableToTree.obj `if test -f '../../cmdline/RuleTableToTree.cpp'; then $(CYGPATH_W) '../../cmdline/RuleTableToTree.cpp'; else $(CYGPATH_W) '$(srcdir)/../../cmdline/RuleTableToTree.cpp'; fi`
golly-3.3/gui-wx/configure/Makefile.in-2090-@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/RuleTableToTree.Tpo $(DEPDIR)/RuleTableToTree.Po
##############################################
golly-3.3/gui-wx/configure/Makefile.in-2092-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
golly-3.3/gui-wx/configure/Makefile.in:2093:@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o RuleTableToTree.obj `if test -f '../../cmdline/RuleTableToTree.cpp'; then $(CYGPATH_W) '../../cmdline/RuleTableToTree.cpp'; else $(CYGPATH_W) '$(srcdir)/../../cmdline/RuleTableToTree.cpp'; fi`
golly-3.3/gui-wx/configure/Makefile.in-2094-
golly-3.3/gui-wx/configure/Makefile.in-2095-bgolly.o: ../../cmdline/bgolly.cpp
golly-3.3/gui-wx/configure/Makefile.in:2096:@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT bgolly.o -MD -MP -MF $(DEPDIR)/bgolly.Tpo -c -o bgolly.o `test -f '../../cmdline/bgolly.cpp' || echo '$(srcdir)/'`../../cmdline/bgolly.cpp
golly-3.3/gui-wx/configure/Makefile.in-2097-@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/bgolly.Tpo $(DEPDIR)/bgolly.Po
##############################################
golly-3.3/gui-wx/configure/Makefile.in-2099-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
golly-3.3/gui-wx/configure/Makefile.in:2100:@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o bgolly.o `test -f '../../cmdline/bgolly.cpp' || echo '$(srcdir)/'`../../cmdline/bgolly.cpp
golly-3.3/gui-wx/configure/Makefile.in-2101-
golly-3.3/gui-wx/configure/Makefile.in-2102-bgolly.obj: ../../cmdline/bgolly.cpp
golly-3.3/gui-wx/configure/Makefile.in:2103:@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT bgolly.obj -MD -MP -MF $(DEPDIR)/bgolly.Tpo -c -o bgolly.obj `if test -f '../../cmdline/bgolly.cpp'; then $(CYGPATH_W) '../../cmdline/bgolly.cpp'; else $(CYGPATH_W) '$(srcdir)/../../cmdline/bgolly.cpp'; fi`
golly-3.3/gui-wx/configure/Makefile.in-2104-@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/bgolly.Tpo $(DEPDIR)/bgolly.Po
##############################################
golly-3.3/gui-wx/configure/Makefile.in-2106-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
golly-3.3/gui-wx/configure/Makefile.in:2107:@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o bgolly.obj `if test -f '../../cmdline/bgolly.cpp'; then $(CYGPATH_W) '../../cmdline/bgolly.cpp'; else $(CYGPATH_W) '$(srcdir)/../../cmdline/bgolly.cpp'; fi`
golly-3.3/gui-wx/configure/Makefile.in-2108-
golly-3.3/gui-wx/configure/Makefile.in-2109-golly-wxalgos.o: ../../gui-wx/wxalgos.cpp
golly-3.3/gui-wx/configure/Makefile.in:2110:@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(golly_CPPFLAGS) $(CPPFLAGS) $(golly_CXXFLAGS) $(CXXFLAGS) -MT golly-wxalgos.o -MD -MP -MF $(DEPDIR)/golly-wxalgos.Tpo -c -o golly-wxalgos.o `test -f '../../gui-wx/wxalgos.cpp' || echo '$(srcdir)/'`../../gui-wx/wxalgos.cpp
golly-3.3/gui-wx/configure/Makefile.in-2111-@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/golly-wxalgos.Tpo $(DEPDIR)/golly-wxalgos.Po
##############################################
golly-3.3/gui-wx/configure/Makefile.in-2113-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
golly-3.3/gui-wx/configure/Makefile.in:2114:@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(golly_CPPFLAGS) $(CPPFLAGS) $(golly_CXXFLAGS) $(CXXFLAGS) -c -o golly-wxalgos.o `test -f '../../gui-wx/wxalgos.cpp' || echo '$(srcdir)/'`../../gui-wx/wxalgos.cpp
golly-3.3/gui-wx/configure/Makefile.in-2115-
golly-3.3/gui-wx/configure/Makefile.in-2116-golly-wxalgos.obj: ../../gui-wx/wxalgos.cpp
golly-3.3/gui-wx/configure/Makefile.in:2117:@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(golly_CPPFLAGS) $(CPPFLAGS) $(golly_CXXFLAGS) $(CXXFLAGS) -MT golly-wxalgos.obj -MD -MP -MF $(DEPDIR)/golly-wxalgos.Tpo -c -o golly-wxalgos.obj `if test -f '../../gui-wx/wxalgos.cpp'; then $(CYGPATH_W) '../../gui-wx/wxalgos.cpp'; else $(CYGPATH_W) '$(srcdir)/../../gui-wx/wxalgos.cpp'; fi`
golly-3.3/gui-wx/configure/Makefile.in-2118-@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/golly-wxalgos.Tpo $(DEPDIR)/golly-wxalgos.Po
##############################################
golly-3.3/gui-wx/configure/Makefile.in-2120-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
golly-3.3/gui-wx/configure/Makefile.in:2121:@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(golly_CPPFLAGS) $(CPPFLAGS) $(golly_CXXFLAGS) $(CXXFLAGS) -c -o golly-wxalgos.obj `if test -f '../../gui-wx/wxalgos.cpp'; then $(CYGPATH_W) '../../gui-wx/wxalgos.cpp'; else $(CYGPATH_W) '$(srcdir)/../../gui-wx/wxalgos.cpp'; fi`
golly-3.3/gui-wx/configure/Makefile.in-2122-
golly-3.3/gui-wx/configure/Makefile.in-2123-golly-wxcontrol.o: ../../gui-wx/wxcontrol.cpp
golly-3.3/gui-wx/configure/Makefile.in:2124:@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(golly_CPPFLAGS) $(CPPFLAGS) $(golly_CXXFLAGS) $(CXXFLAGS) -MT golly-wxcontrol.o -MD -MP -MF $(DEPDIR)/golly-wxcontrol.Tpo -c -o golly-wxcontrol.o `test -f '../../gui-wx/wxcontrol.cpp' || echo '$(srcdir)/'`../../gui-wx/wxcontrol.cpp
golly-3.3/gui-wx/configure/Makefile.in-2125-@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/golly-wxcontrol.Tpo $(DEPDIR)/golly-wxcontrol.Po
##############################################
golly-3.3/gui-wx/configure/Makefile.in-2127-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
golly-3.3/gui-wx/configure/Makefile.in:2128:@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(golly_CPPFLAGS) $(CPPFLAGS) $(golly_CXXFLAGS) $(CXXFLAGS) -c -o golly-wxcontrol.o `test -f '../../gui-wx/wxcontrol.cpp' || echo '$(srcdir)/'`../../gui-wx/wxcontrol.cpp
golly-3.3/gui-wx/configure/Makefile.in-2129-
golly-3.3/gui-wx/configure/Makefile.in-2130-golly-wxcontrol.obj: ../../gui-wx/wxcontrol.cpp
golly-3.3/gui-wx/configure/Makefile.in:2131:@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(golly_CPPFLAGS) $(CPPFLAGS) $(golly_CXXFLAGS) $(CXXFLAGS) -MT golly-wxcontrol.obj -MD -MP -MF $(DEPDIR)/golly-wxcontrol.Tpo -c -o golly-wxcontrol.obj `if test -f '../../gui-wx/wxcontrol.cpp'; then $(CYGPATH_W) '../../gui-wx/wxcontrol.cpp'; else $(CYGPATH_W) '$(srcdir)/../../gui-wx/wxcontrol.cpp'; fi`
golly-3.3/gui-wx/configure/Makefile.in-2132-@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/golly-wxcontrol.Tpo $(DEPDIR)/golly-wxcontrol.Po
##############################################
golly-3.3/gui-wx/configure/Makefile.in-2134-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
golly-3.3/gui-wx/configure/Makefile.in:2135:@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(golly_CPPFLAGS) $(CPPFLAGS) $(golly_CXXFLAGS) $(CXXFLAGS) -c -o golly-wxcontrol.obj `if test -f '../../gui-wx/wxcontrol.cpp'; then $(CYGPATH_W) '../../gui-wx/wxcontrol.cpp'; else $(CYGPATH_W) '$(srcdir)/../../gui-wx/wxcontrol.cpp'; fi`
golly-3.3/gui-wx/configure/Makefile.in-2136-
golly-3.3/gui-wx/configure/Makefile.in-2137-golly-wxedit.o: ../../gui-wx/wxedit.cpp
golly-3.3/gui-wx/configure/Makefile.in:2138:@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(golly_CPPFLAGS) $(CPPFLAGS) $(golly_CXXFLAGS) $(CXXFLAGS) -MT golly-wxedit.o -MD -MP -MF $(DEPDIR)/golly-wxedit.Tpo -c -o golly-wxedit.o `test -f '../../gui-wx/wxedit.cpp' || echo '$(srcdir)/'`../../gui-wx/wxedit.cpp
golly-3.3/gui-wx/configure/Makefile.in-2139-@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/golly-wxedit.Tpo $(DEPDIR)/golly-wxedit.Po
##############################################
golly-3.3/gui-wx/configure/Makefile.in-2141-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
golly-3.3/gui-wx/configure/Makefile.in:2142:@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(golly_CPPFLAGS) $(CPPFLAGS) $(golly_CXXFLAGS) $(CXXFLAGS) -c -o golly-wxedit.o `test -f '../../gui-wx/wxedit.cpp' || echo '$(srcdir)/'`../../gui-wx/wxedit.cpp
golly-3.3/gui-wx/configure/Makefile.in-2143-
golly-3.3/gui-wx/configure/Makefile.in-2144-golly-wxedit.obj: ../../gui-wx/wxedit.cpp
golly-3.3/gui-wx/configure/Makefile.in:2145:@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(golly_CPPFLAGS) $(CPPFLAGS) $(golly_CXXFLAGS) $(CXXFLAGS) -MT golly-wxedit.obj -MD -MP -MF $(DEPDIR)/golly-wxedit.Tpo -c -o golly-wxedit.obj `if test -f '../../gui-wx/wxedit.cpp'; then $(CYGPATH_W) '../../gui-wx/wxedit.cpp'; else $(CYGPATH_W) '$(srcdir)/../../gui-wx/wxedit.cpp'; fi`
golly-3.3/gui-wx/configure/Makefile.in-2146-@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/golly-wxedit.Tpo $(DEPDIR)/golly-wxedit.Po
##############################################
golly-3.3/gui-wx/configure/Makefile.in-2148-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
golly-3.3/gui-wx/configure/Makefile.in:2149:@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(golly_CPPFLAGS) $(CPPFLAGS) $(golly_CXXFLAGS) $(CXXFLAGS) -c -o golly-wxedit.obj `if test -f '../../gui-wx/wxedit.cpp'; then $(CYGPATH_W) '../../gui-wx/wxedit.cpp'; else $(CYGPATH_W) '$(srcdir)/../../gui-wx/wxedit.cpp'; fi`
golly-3.3/gui-wx/configure/Makefile.in-2150-
golly-3.3/gui-wx/configure/Makefile.in-2151-golly-wxfile.o: ../../gui-wx/wxfile.cpp
golly-3.3/gui-wx/configure/Makefile.in:2152:@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(golly_CPPFLAGS) $(CPPFLAGS) $(golly_CXXFLAGS) $(CXXFLAGS) -MT golly-wxfile.o -MD -MP -MF $(DEPDIR)/golly-wxfile.Tpo -c -o golly-wxfile.o `test -f '../../gui-wx/wxfile.cpp' || echo '$(srcdir)/'`../../gui-wx/wxfile.cpp
golly-3.3/gui-wx/configure/Makefile.in-2153-@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/golly-wxfile.Tpo $(DEPDIR)/golly-wxfile.Po
##############################################
golly-3.3/gui-wx/configure/Makefile.in-2155-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
golly-3.3/gui-wx/configure/Makefile.in:2156:@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(golly_CPPFLAGS) $(CPPFLAGS) $(golly_CXXFLAGS) $(CXXFLAGS) -c -o golly-wxfile.o `test -f '../../gui-wx/wxfile.cpp' || echo '$(srcdir)/'`../../gui-wx/wxfile.cpp
golly-3.3/gui-wx/configure/Makefile.in-2157-
golly-3.3/gui-wx/configure/Makefile.in-2158-golly-wxfile.obj: ../../gui-wx/wxfile.cpp
golly-3.3/gui-wx/configure/Makefile.in:2159:@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(golly_CPPFLAGS) $(CPPFLAGS) $(golly_CXXFLAGS) $(CXXFLAGS) -MT golly-wxfile.obj -MD -MP -MF $(DEPDIR)/golly-wxfile.Tpo -c -o golly-wxfile.obj `if test -f '../../gui-wx/wxfile.cpp'; then $(CYGPATH_W) '../../gui-wx/wxfile.cpp'; else $(CYGPATH_W) '$(srcdir)/../../gui-wx/wxfile.cpp'; fi`
golly-3.3/gui-wx/configure/Makefile.in-2160-@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/golly-wxfile.Tpo $(DEPDIR)/golly-wxfile.Po
##############################################
golly-3.3/gui-wx/configure/Makefile.in-2162-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
golly-3.3/gui-wx/configure/Makefile.in:2163:@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(golly_CPPFLAGS) $(CPPFLAGS) $(golly_CXXFLAGS) $(CXXFLAGS) -c -o golly-wxfile.obj `if test -f '../../gui-wx/wxfile.cpp'; then $(CYGPATH_W) '../../gui-wx/wxfile.cpp'; else $(CYGPATH_W) '$(srcdir)/../../gui-wx/wxfile.cpp'; fi`
golly-3.3/gui-wx/configure/Makefile.in-2164-
golly-3.3/gui-wx/configure/Makefile.in-2165-golly-wxgolly.o: ../../gui-wx/wxgolly.cpp
golly-3.3/gui-wx/configure/Makefile.in:2166:@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(golly_CPPFLAGS) $(CPPFLAGS) $(golly_CXXFLAGS) $(CXXFLAGS) -MT golly-wxgolly.o -MD -MP -MF $(DEPDIR)/golly-wxgolly.Tpo -c -o golly-wxgolly.o `test -f '../../gui-wx/wxgolly.cpp' || echo '$(srcdir)/'`../../gui-wx/wxgolly.cpp
golly-3.3/gui-wx/configure/Makefile.in-2167-@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/golly-wxgolly.Tpo $(DEPDIR)/golly-wxgolly.Po
##############################################
golly-3.3/gui-wx/configure/Makefile.in-2169-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
golly-3.3/gui-wx/configure/Makefile.in:2170:@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(golly_CPPFLAGS) $(CPPFLAGS) $(golly_CXXFLAGS) $(CXXFLAGS) -c -o golly-wxgolly.o `test -f '../../gui-wx/wxgolly.cpp' || echo '$(srcdir)/'`../../gui-wx/wxgolly.cpp
golly-3.3/gui-wx/configure/Makefile.in-2171-
golly-3.3/gui-wx/configure/Makefile.in-2172-golly-wxgolly.obj: ../../gui-wx/wxgolly.cpp
golly-3.3/gui-wx/configure/Makefile.in:2173:@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(golly_CPPFLAGS) $(CPPFLAGS) $(golly_CXXFLAGS) $(CXXFLAGS) -MT golly-wxgolly.obj -MD -MP -MF $(DEPDIR)/golly-wxgolly.Tpo -c -o golly-wxgolly.obj `if test -f '../../gui-wx/wxgolly.cpp'; then $(CYGPATH_W) '../../gui-wx/wxgolly.cpp'; else $(CYGPATH_W) '$(srcdir)/../../gui-wx/wxgolly.cpp'; fi`
golly-3.3/gui-wx/configure/Makefile.in-2174-@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/golly-wxgolly.Tpo $(DEPDIR)/golly-wxgolly.Po
##############################################
golly-3.3/gui-wx/configure/Makefile.in-2176-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
golly-3.3/gui-wx/configure/Makefile.in:2177:@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(golly_CPPFLAGS) $(CPPFLAGS) $(golly_CXXFLAGS) $(CXXFLAGS) -c -o golly-wxgolly.obj `if test -f '../../gui-wx/wxgolly.cpp'; then $(CYGPATH_W) '../../gui-wx/wxgolly.cpp'; else $(CYGPATH_W) '$(srcdir)/../../gui-wx/wxgolly.cpp'; fi`
golly-3.3/gui-wx/configure/Makefile.in-2178-
golly-3.3/gui-wx/configure/Makefile.in-2179-golly-wxhelp.o: ../../gui-wx/wxhelp.cpp
golly-3.3/gui-wx/configure/Makefile.in:2180:@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(golly_CPPFLAGS) $(CPPFLAGS) $(golly_CXXFLAGS) $(CXXFLAGS) -MT golly-wxhelp.o -MD -MP -MF $(DEPDIR)/golly-wxhelp.Tpo -c -o golly-wxhelp.o `test -f '../../gui-wx/wxhelp.cpp' || echo '$(srcdir)/'`../../gui-wx/wxhelp.cpp
golly-3.3/gui-wx/configure/Makefile.in-2181-@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/golly-wxhelp.Tpo $(DEPDIR)/golly-wxhelp.Po
##############################################
golly-3.3/gui-wx/configure/Makefile.in-2183-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
golly-3.3/gui-wx/configure/Makefile.in:2184:@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(golly_CPPFLAGS) $(CPPFLAGS) $(golly_CXXFLAGS) $(CXXFLAGS) -c -o golly-wxhelp.o `test -f '../../gui-wx/wxhelp.cpp' || echo '$(srcdir)/'`../../gui-wx/wxhelp.cpp
golly-3.3/gui-wx/configure/Makefile.in-2185-
golly-3.3/gui-wx/configure/Makefile.in-2186-golly-wxhelp.obj: ../../gui-wx/wxhelp.cpp
golly-3.3/gui-wx/configure/Makefile.in:2187:@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(golly_CPPFLAGS) $(CPPFLAGS) $(golly_CXXFLAGS) $(CXXFLAGS) -MT golly-wxhelp.obj -MD -MP -MF $(DEPDIR)/golly-wxhelp.Tpo -c -o golly-wxhelp.obj `if test -f '../../gui-wx/wxhelp.cpp'; then $(CYGPATH_W) '../../gui-wx/wxhelp.cpp'; else $(CYGPATH_W) '$(srcdir)/../../gui-wx/wxhelp.cpp'; fi`
golly-3.3/gui-wx/configure/Makefile.in-2188-@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/golly-wxhelp.Tpo $(DEPDIR)/golly-wxhelp.Po
##############################################
golly-3.3/gui-wx/configure/Makefile.in-2190-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
golly-3.3/gui-wx/configure/Makefile.in:2191:@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(golly_CPPFLAGS) $(CPPFLAGS) $(golly_CXXFLAGS) $(CXXFLAGS) -c -o golly-wxhelp.obj `if test -f '../../gui-wx/wxhelp.cpp'; then $(CYGPATH_W) '../../gui-wx/wxhelp.cpp'; else $(CYGPATH_W) '$(srcdir)/../../gui-wx/wxhelp.cpp'; fi`
golly-3.3/gui-wx/configure/Makefile.in-2192-
golly-3.3/gui-wx/configure/Makefile.in-2193-golly-wxinfo.o: ../../gui-wx/wxinfo.cpp
golly-3.3/gui-wx/configure/Makefile.in:2194:@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(golly_CPPFLAGS) $(CPPFLAGS) $(golly_CXXFLAGS) $(CXXFLAGS) -MT golly-wxinfo.o -MD -MP -MF $(DEPDIR)/golly-wxinfo.Tpo -c -o golly-wxinfo.o `test -f '../../gui-wx/wxinfo.cpp' || echo '$(srcdir)/'`../../gui-wx/wxinfo.cpp
golly-3.3/gui-wx/configure/Makefile.in-2195-@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/golly-wxinfo.Tpo $(DEPDIR)/golly-wxinfo.Po
##############################################
golly-3.3/gui-wx/configure/Makefile.in-2197-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
golly-3.3/gui-wx/configure/Makefile.in:2198:@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(golly_CPPFLAGS) $(CPPFLAGS) $(golly_CXXFLAGS) $(CXXFLAGS) -c -o golly-wxinfo.o `test -f '../../gui-wx/wxinfo.cpp' || echo '$(srcdir)/'`../../gui-wx/wxinfo.cpp
golly-3.3/gui-wx/configure/Makefile.in-2199-
golly-3.3/gui-wx/configure/Makefile.in-2200-golly-wxinfo.obj: ../../gui-wx/wxinfo.cpp
golly-3.3/gui-wx/configure/Makefile.in:2201:@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(golly_CPPFLAGS) $(CPPFLAGS) $(golly_CXXFLAGS) $(CXXFLAGS) -MT golly-wxinfo.obj -MD -MP -MF $(DEPDIR)/golly-wxinfo.Tpo -c -o golly-wxinfo.obj `if test -f '../../gui-wx/wxinfo.cpp'; then $(CYGPATH_W) '../../gui-wx/wxinfo.cpp'; else $(CYGPATH_W) '$(srcdir)/../../gui-wx/wxinfo.cpp'; fi`
golly-3.3/gui-wx/configure/Makefile.in-2202-@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/golly-wxinfo.Tpo $(DEPDIR)/golly-wxinfo.Po
##############################################
golly-3.3/gui-wx/configure/Makefile.in-2204-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
golly-3.3/gui-wx/configure/Makefile.in:2205:@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(golly_CPPFLAGS) $(CPPFLAGS) $(golly_CXXFLAGS) $(CXXFLAGS) -c -o golly-wxinfo.obj `if test -f '../../gui-wx/wxinfo.cpp'; then $(CYGPATH_W) '../../gui-wx/wxinfo.cpp'; else $(CYGPATH_W) '$(srcdir)/../../gui-wx/wxinfo.cpp'; fi`
golly-3.3/gui-wx/configure/Makefile.in-2206-
golly-3.3/gui-wx/configure/Makefile.in-2207-golly-wxlayer.o: ../../gui-wx/wxlayer.cpp
golly-3.3/gui-wx/configure/Makefile.in:2208:@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(golly_CPPFLAGS) $(CPPFLAGS) $(golly_CXXFLAGS) $(CXXFLAGS) -MT golly-wxlayer.o -MD -MP -MF $(DEPDIR)/golly-wxlayer.Tpo -c -o golly-wxlayer.o `test -f '../../gui-wx/wxlayer.cpp' || echo '$(srcdir)/'`../../gui-wx/wxlayer.cpp
golly-3.3/gui-wx/configure/Makefile.in-2209-@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/golly-wxlayer.Tpo $(DEPDIR)/golly-wxlayer.Po
##############################################
golly-3.3/gui-wx/configure/Makefile.in-2211-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
golly-3.3/gui-wx/configure/Makefile.in:2212:@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(golly_CPPFLAGS) $(CPPFLAGS) $(golly_CXXFLAGS) $(CXXFLAGS) -c -o golly-wxlayer.o `test -f '../../gui-wx/wxlayer.cpp' || echo '$(srcdir)/'`../../gui-wx/wxlayer.cpp
golly-3.3/gui-wx/configure/Makefile.in-2213-
golly-3.3/gui-wx/configure/Makefile.in-2214-golly-wxlayer.obj: ../../gui-wx/wxlayer.cpp
golly-3.3/gui-wx/configure/Makefile.in:2215:@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(golly_CPPFLAGS) $(CPPFLAGS) $(golly_CXXFLAGS) $(CXXFLAGS) -MT golly-wxlayer.obj -MD -MP -MF $(DEPDIR)/golly-wxlayer.Tpo -c -o golly-wxlayer.obj `if test -f '../../gui-wx/wxlayer.cpp'; then $(CYGPATH_W) '../../gui-wx/wxlayer.cpp'; else $(CYGPATH_W) '$(srcdir)/../../gui-wx/wxlayer.cpp'; fi`
golly-3.3/gui-wx/configure/Makefile.in-2216-@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/golly-wxlayer.Tpo $(DEPDIR)/golly-wxlayer.Po
##############################################
golly-3.3/gui-wx/configure/Makefile.in-2218-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
golly-3.3/gui-wx/configure/Makefile.in:2219:@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(golly_CPPFLAGS) $(CPPFLAGS) $(golly_CXXFLAGS) $(CXXFLAGS) -c -o golly-wxlayer.obj `if test -f '../../gui-wx/wxlayer.cpp'; then $(CYGPATH_W) '../../gui-wx/wxlayer.cpp'; else $(CYGPATH_W) '$(srcdir)/../../gui-wx/wxlayer.cpp'; fi`
golly-3.3/gui-wx/configure/Makefile.in-2220-
golly-3.3/gui-wx/configure/Makefile.in-2221-golly-wxlua.o: ../../gui-wx/wxlua.cpp
golly-3.3/gui-wx/configure/Makefile.in:2222:@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(golly_CPPFLAGS) $(CPPFLAGS) $(golly_CXXFLAGS) $(CXXFLAGS) -MT golly-wxlua.o -MD -MP -MF $(DEPDIR)/golly-wxlua.Tpo -c -o golly-wxlua.o `test -f '../../gui-wx/wxlua.cpp' || echo '$(srcdir)/'`../../gui-wx/wxlua.cpp
golly-3.3/gui-wx/configure/Makefile.in-2223-@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/golly-wxlua.Tpo $(DEPDIR)/golly-wxlua.Po
##############################################
golly-3.3/gui-wx/configure/Makefile.in-2225-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
golly-3.3/gui-wx/configure/Makefile.in:2226:@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(golly_CPPFLAGS) $(CPPFLAGS) $(golly_CXXFLAGS) $(CXXFLAGS) -c -o golly-wxlua.o `test -f '../../gui-wx/wxlua.cpp' || echo '$(srcdir)/'`../../gui-wx/wxlua.cpp
golly-3.3/gui-wx/configure/Makefile.in-2227-
golly-3.3/gui-wx/configure/Makefile.in-2228-golly-wxlua.obj: ../../gui-wx/wxlua.cpp
golly-3.3/gui-wx/configure/Makefile.in:2229:@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(golly_CPPFLAGS) $(CPPFLAGS) $(golly_CXXFLAGS) $(CXXFLAGS) -MT golly-wxlua.obj -MD -MP -MF $(DEPDIR)/golly-wxlua.Tpo -c -o golly-wxlua.obj `if test -f '../../gui-wx/wxlua.cpp'; then $(CYGPATH_W) '../../gui-wx/wxlua.cpp'; else $(CYGPATH_W) '$(srcdir)/../../gui-wx/wxlua.cpp'; fi`
golly-3.3/gui-wx/configure/Makefile.in-2230-@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/golly-wxlua.Tpo $(DEPDIR)/golly-wxlua.Po
##############################################
golly-3.3/gui-wx/configure/Makefile.in-2232-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
golly-3.3/gui-wx/configure/Makefile.in:2233:@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(golly_CPPFLAGS) $(CPPFLAGS) $(golly_CXXFLAGS) $(CXXFLAGS) -c -o golly-wxlua.obj `if test -f '../../gui-wx/wxlua.cpp'; then $(CYGPATH_W) '../../gui-wx/wxlua.cpp'; else $(CYGPATH_W) '$(srcdir)/../../gui-wx/wxlua.cpp'; fi`
golly-3.3/gui-wx/configure/Makefile.in-2234-
golly-3.3/gui-wx/configure/Makefile.in-2235-golly-wxmain.o: ../../gui-wx/wxmain.cpp
golly-3.3/gui-wx/configure/Makefile.in:2236:@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(golly_CPPFLAGS) $(CPPFLAGS) $(golly_CXXFLAGS) $(CXXFLAGS) -MT golly-wxmain.o -MD -MP -MF $(DEPDIR)/golly-wxmain.Tpo -c -o golly-wxmain.o `test -f '../../gui-wx/wxmain.cpp' || echo '$(srcdir)/'`../../gui-wx/wxmain.cpp
golly-3.3/gui-wx/configure/Makefile.in-2237-@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/golly-wxmain.Tpo $(DEPDIR)/golly-wxmain.Po
##############################################
golly-3.3/gui-wx/configure/Makefile.in-2239-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
golly-3.3/gui-wx/configure/Makefile.in:2240:@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(golly_CPPFLAGS) $(CPPFLAGS) $(golly_CXXFLAGS) $(CXXFLAGS) -c -o golly-wxmain.o `test -f '../../gui-wx/wxmain.cpp' || echo '$(srcdir)/'`../../gui-wx/wxmain.cpp
golly-3.3/gui-wx/configure/Makefile.in-2241-
golly-3.3/gui-wx/configure/Makefile.in-2242-golly-wxmain.obj: ../../gui-wx/wxmain.cpp
golly-3.3/gui-wx/configure/Makefile.in:2243:@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(golly_CPPFLAGS) $(CPPFLAGS) $(golly_CXXFLAGS) $(CXXFLAGS) -MT golly-wxmain.obj -MD -MP -MF $(DEPDIR)/golly-wxmain.Tpo -c -o golly-wxmain.obj `if test -f '../../gui-wx/wxmain.cpp'; then $(CYGPATH_W) '../../gui-wx/wxmain.cpp'; else $(CYGPATH_W) '$(srcdir)/../../gui-wx/wxmain.cpp'; fi`
golly-3.3/gui-wx/configure/Makefile.in-2244-@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/golly-wxmain.Tpo $(DEPDIR)/golly-wxmain.Po
##############################################
golly-3.3/gui-wx/configure/Makefile.in-2246-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
golly-3.3/gui-wx/configure/Makefile.in:2247:@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(golly_CPPFLAGS) $(CPPFLAGS) $(golly_CXXFLAGS) $(CXXFLAGS) -c -o golly-wxmain.obj `if test -f '../../gui-wx/wxmain.cpp'; then $(CYGPATH_W) '../../gui-wx/wxmain.cpp'; else $(CYGPATH_W) '$(srcdir)/../../gui-wx/wxmain.cpp'; fi`
golly-3.3/gui-wx/configure/Makefile.in-2248-
golly-3.3/gui-wx/configure/Makefile.in-2249-golly-wxoverlay.o: ../../gui-wx/wxoverlay.cpp
golly-3.3/gui-wx/configure/Makefile.in:2250:@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(golly_CPPFLAGS) $(CPPFLAGS) $(golly_CXXFLAGS) $(CXXFLAGS) -MT golly-wxoverlay.o -MD -MP -MF $(DEPDIR)/golly-wxoverlay.Tpo -c -o golly-wxoverlay.o `test -f '../../gui-wx/wxoverlay.cpp' || echo '$(srcdir)/'`../../gui-wx/wxoverlay.cpp
golly-3.3/gui-wx/configure/Makefile.in-2251-@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/golly-wxoverlay.Tpo $(DEPDIR)/golly-wxoverlay.Po
##############################################
golly-3.3/gui-wx/configure/Makefile.in-2253-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
golly-3.3/gui-wx/configure/Makefile.in:2254:@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(golly_CPPFLAGS) $(CPPFLAGS) $(golly_CXXFLAGS) $(CXXFLAGS) -c -o golly-wxoverlay.o `test -f '../../gui-wx/wxoverlay.cpp' || echo '$(srcdir)/'`../../gui-wx/wxoverlay.cpp
golly-3.3/gui-wx/configure/Makefile.in-2255-
golly-3.3/gui-wx/configure/Makefile.in-2256-golly-wxoverlay.obj: ../../gui-wx/wxoverlay.cpp
golly-3.3/gui-wx/configure/Makefile.in:2257:@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(golly_CPPFLAGS) $(CPPFLAGS) $(golly_CXXFLAGS) $(CXXFLAGS) -MT golly-wxoverlay.obj -MD -MP -MF $(DEPDIR)/golly-wxoverlay.Tpo -c -o golly-wxoverlay.obj `if test -f '../../gui-wx/wxoverlay.cpp'; then $(CYGPATH_W) '../../gui-wx/wxoverlay.cpp'; else $(CYGPATH_W) '$(srcdir)/../../gui-wx/wxoverlay.cpp'; fi`
golly-3.3/gui-wx/configure/Makefile.in-2258-@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/golly-wxoverlay.Tpo $(DEPDIR)/golly-wxoverlay.Po
##############################################
golly-3.3/gui-wx/configure/Makefile.in-2260-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
golly-3.3/gui-wx/configure/Makefile.in:2261:@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(golly_CPPFLAGS) $(CPPFLAGS) $(golly_CXXFLAGS) $(CXXFLAGS) -c -o golly-wxoverlay.obj `if test -f '../../gui-wx/wxoverlay.cpp'; then $(CYGPATH_W) '../../gui-wx/wxoverlay.cpp'; else $(CYGPATH_W) '$(srcdir)/../../gui-wx/wxoverlay.cpp'; fi`
golly-3.3/gui-wx/configure/Makefile.in-2262-
golly-3.3/gui-wx/configure/Makefile.in-2263-golly-wxperl.o: ../../gui-wx/wxperl.cpp
golly-3.3/gui-wx/configure/Makefile.in:2264:@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(golly_CPPFLAGS) $(CPPFLAGS) $(golly_CXXFLAGS) $(CXXFLAGS) -MT golly-wxperl.o -MD -MP -MF $(DEPDIR)/golly-wxperl.Tpo -c -o golly-wxperl.o `test -f '../../gui-wx/wxperl.cpp' || echo '$(srcdir)/'`../../gui-wx/wxperl.cpp
golly-3.3/gui-wx/configure/Makefile.in-2265-@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/golly-wxperl.Tpo $(DEPDIR)/golly-wxperl.Po
##############################################
golly-3.3/gui-wx/configure/Makefile.in-2267-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
golly-3.3/gui-wx/configure/Makefile.in:2268:@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(golly_CPPFLAGS) $(CPPFLAGS) $(golly_CXXFLAGS) $(CXXFLAGS) -c -o golly-wxperl.o `test -f '../../gui-wx/wxperl.cpp' || echo '$(srcdir)/'`../../gui-wx/wxperl.cpp
golly-3.3/gui-wx/configure/Makefile.in-2269-
golly-3.3/gui-wx/configure/Makefile.in-2270-golly-wxperl.obj: ../../gui-wx/wxperl.cpp
golly-3.3/gui-wx/configure/Makefile.in:2271:@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(golly_CPPFLAGS) $(CPPFLAGS) $(golly_CXXFLAGS) $(CXXFLAGS) -MT golly-wxperl.obj -MD -MP -MF $(DEPDIR)/golly-wxperl.Tpo -c -o golly-wxperl.obj `if test -f '../../gui-wx/wxperl.cpp'; then $(CYGPATH_W) '../../gui-wx/wxperl.cpp'; else $(CYGPATH_W) '$(srcdir)/../../gui-wx/wxperl.cpp'; fi`
golly-3.3/gui-wx/configure/Makefile.in-2272-@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/golly-wxperl.Tpo $(DEPDIR)/golly-wxperl.Po
##############################################
golly-3.3/gui-wx/configure/Makefile.in-2274-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
golly-3.3/gui-wx/configure/Makefile.in:2275:@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(golly_CPPFLAGS) $(CPPFLAGS) $(golly_CXXFLAGS) $(CXXFLAGS) -c -o golly-wxperl.obj `if test -f '../../gui-wx/wxperl.cpp'; then $(CYGPATH_W) '../../gui-wx/wxperl.cpp'; else $(CYGPATH_W) '$(srcdir)/../../gui-wx/wxperl.cpp'; fi`
golly-3.3/gui-wx/configure/Makefile.in-2276-
golly-3.3/gui-wx/configure/Makefile.in-2277-golly-wxprefs.o: ../../gui-wx/wxprefs.cpp
golly-3.3/gui-wx/configure/Makefile.in:2278:@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(golly_CPPFLAGS) $(CPPFLAGS) $(golly_CXXFLAGS) $(CXXFLAGS) -MT golly-wxprefs.o -MD -MP -MF $(DEPDIR)/golly-wxprefs.Tpo -c -o golly-wxprefs.o `test -f '../../gui-wx/wxprefs.cpp' || echo '$(srcdir)/'`../../gui-wx/wxprefs.cpp
golly-3.3/gui-wx/configure/Makefile.in-2279-@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/golly-wxprefs.Tpo $(DEPDIR)/golly-wxprefs.Po
##############################################
golly-3.3/gui-wx/configure/Makefile.in-2281-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
golly-3.3/gui-wx/configure/Makefile.in:2282:@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(golly_CPPFLAGS) $(CPPFLAGS) $(golly_CXXFLAGS) $(CXXFLAGS) -c -o golly-wxprefs.o `test -f '../../gui-wx/wxprefs.cpp' || echo '$(srcdir)/'`../../gui-wx/wxprefs.cpp
golly-3.3/gui-wx/configure/Makefile.in-2283-
golly-3.3/gui-wx/configure/Makefile.in-2284-golly-wxprefs.obj: ../../gui-wx/wxprefs.cpp
golly-3.3/gui-wx/configure/Makefile.in:2285:@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(golly_CPPFLAGS) $(CPPFLAGS) $(golly_CXXFLAGS) $(CXXFLAGS) -MT golly-wxprefs.obj -MD -MP -MF $(DEPDIR)/golly-wxprefs.Tpo -c -o golly-wxprefs.obj `if test -f '../../gui-wx/wxprefs.cpp'; then $(CYGPATH_W) '../../gui-wx/wxprefs.cpp'; else $(CYGPATH_W) '$(srcdir)/../../gui-wx/wxprefs.cpp'; fi`
golly-3.3/gui-wx/configure/Makefile.in-2286-@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/golly-wxprefs.Tpo $(DEPDIR)/golly-wxprefs.Po
##############################################
golly-3.3/gui-wx/configure/Makefile.in-2288-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
golly-3.3/gui-wx/configure/Makefile.in:2289:@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(golly_CPPFLAGS) $(CPPFLAGS) $(golly_CXXFLAGS) $(CXXFLAGS) -c -o golly-wxprefs.obj `if test -f '../../gui-wx/wxprefs.cpp'; then $(CYGPATH_W) '../../gui-wx/wxprefs.cpp'; else $(CYGPATH_W) '$(srcdir)/../../gui-wx/wxprefs.cpp'; fi`
golly-3.3/gui-wx/configure/Makefile.in-2290-
golly-3.3/gui-wx/configure/Makefile.in-2291-golly-wxpython.o: ../../gui-wx/wxpython.cpp
golly-3.3/gui-wx/configure/Makefile.in:2292:@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(golly_CPPFLAGS) $(CPPFLAGS) $(golly_CXXFLAGS) $(CXXFLAGS) -MT golly-wxpython.o -MD -MP -MF $(DEPDIR)/golly-wxpython.Tpo -c -o golly-wxpython.o `test -f '../../gui-wx/wxpython.cpp' || echo '$(srcdir)/'`../../gui-wx/wxpython.cpp
golly-3.3/gui-wx/configure/Makefile.in-2293-@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/golly-wxpython.Tpo $(DEPDIR)/golly-wxpython.Po
##############################################
golly-3.3/gui-wx/configure/Makefile.in-2295-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
golly-3.3/gui-wx/configure/Makefile.in:2296:@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(golly_CPPFLAGS) $(CPPFLAGS) $(golly_CXXFLAGS) $(CXXFLAGS) -c -o golly-wxpython.o `test -f '../../gui-wx/wxpython.cpp' || echo '$(srcdir)/'`../../gui-wx/wxpython.cpp
golly-3.3/gui-wx/configure/Makefile.in-2297-
golly-3.3/gui-wx/configure/Makefile.in-2298-golly-wxpython.obj: ../../gui-wx/wxpython.cpp
golly-3.3/gui-wx/configure/Makefile.in:2299:@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(golly_CPPFLAGS) $(CPPFLAGS) $(golly_CXXFLAGS) $(CXXFLAGS) -MT golly-wxpython.obj -MD -MP -MF $(DEPDIR)/golly-wxpython.Tpo -c -o golly-wxpython.obj `if test -f '../../gui-wx/wxpython.cpp'; then $(CYGPATH_W) '../../gui-wx/wxpython.cpp'; else $(CYGPATH_W) '$(srcdir)/../../gui-wx/wxpython.cpp'; fi`
golly-3.3/gui-wx/configure/Makefile.in-2300-@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/golly-wxpython.Tpo $(DEPDIR)/golly-wxpython.Po
##############################################
golly-3.3/gui-wx/configure/Makefile.in-2302-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
golly-3.3/gui-wx/configure/Makefile.in:2303:@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(golly_CPPFLAGS) $(CPPFLAGS) $(golly_CXXFLAGS) $(CXXFLAGS) -c -o golly-wxpython.obj `if test -f '../../gui-wx/wxpython.cpp'; then $(CYGPATH_W) '../../gui-wx/wxpython.cpp'; else $(CYGPATH_W) '$(srcdir)/../../gui-wx/wxpython.cpp'; fi`
golly-3.3/gui-wx/configure/Makefile.in-2304-
golly-3.3/gui-wx/configure/Makefile.in-2305-golly-wxrender.o: ../../gui-wx/wxrender.cpp
golly-3.3/gui-wx/configure/Makefile.in:2306:@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(golly_CPPFLAGS) $(CPPFLAGS) $(golly_CXXFLAGS) $(CXXFLAGS) -MT golly-wxrender.o -MD -MP -MF $(DEPDIR)/golly-wxrender.Tpo -c -o golly-wxrender.o `test -f '../../gui-wx/wxrender.cpp' || echo '$(srcdir)/'`../../gui-wx/wxrender.cpp
golly-3.3/gui-wx/configure/Makefile.in-2307-@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/golly-wxrender.Tpo $(DEPDIR)/golly-wxrender.Po
##############################################
golly-3.3/gui-wx/configure/Makefile.in-2309-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
golly-3.3/gui-wx/configure/Makefile.in:2310:@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(golly_CPPFLAGS) $(CPPFLAGS) $(golly_CXXFLAGS) $(CXXFLAGS) -c -o golly-wxrender.o `test -f '../../gui-wx/wxrender.cpp' || echo '$(srcdir)/'`../../gui-wx/wxrender.cpp
golly-3.3/gui-wx/configure/Makefile.in-2311-
golly-3.3/gui-wx/configure/Makefile.in-2312-golly-wxrender.obj: ../../gui-wx/wxrender.cpp
golly-3.3/gui-wx/configure/Makefile.in:2313:@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(golly_CPPFLAGS) $(CPPFLAGS) $(golly_CXXFLAGS) $(CXXFLAGS) -MT golly-wxrender.obj -MD -MP -MF $(DEPDIR)/golly-wxrender.Tpo -c -o golly-wxrender.obj `if test -f '../../gui-wx/wxrender.cpp'; then $(CYGPATH_W) '../../gui-wx/wxrender.cpp'; else $(CYGPATH_W) '$(srcdir)/../../gui-wx/wxrender.cpp'; fi`
golly-3.3/gui-wx/configure/Makefile.in-2314-@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/golly-wxrender.Tpo $(DEPDIR)/golly-wxrender.Po
##############################################
golly-3.3/gui-wx/configure/Makefile.in-2316-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
golly-3.3/gui-wx/configure/Makefile.in:2317:@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(golly_CPPFLAGS) $(CPPFLAGS) $(golly_CXXFLAGS) $(CXXFLAGS) -c -o golly-wxrender.obj `if test -f '../../gui-wx/wxrender.cpp'; then $(CYGPATH_W) '../../gui-wx/wxrender.cpp'; else $(CYGPATH_W) '$(srcdir)/../../gui-wx/wxrender.cpp'; fi`
golly-3.3/gui-wx/configure/Makefile.in-2318-
golly-3.3/gui-wx/configure/Makefile.in-2319-golly-wxrule.o: ../../gui-wx/wxrule.cpp
golly-3.3/gui-wx/configure/Makefile.in:2320:@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(golly_CPPFLAGS) $(CPPFLAGS) $(golly_CXXFLAGS) $(CXXFLAGS) -MT golly-wxrule.o -MD -MP -MF $(DEPDIR)/golly-wxrule.Tpo -c -o golly-wxrule.o `test -f '../../gui-wx/wxrule.cpp' || echo '$(srcdir)/'`../../gui-wx/wxrule.cpp
golly-3.3/gui-wx/configure/Makefile.in-2321-@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/golly-wxrule.Tpo $(DEPDIR)/golly-wxrule.Po
##############################################
golly-3.3/gui-wx/configure/Makefile.in-2323-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
golly-3.3/gui-wx/configure/Makefile.in:2324:@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(golly_CPPFLAGS) $(CPPFLAGS) $(golly_CXXFLAGS) $(CXXFLAGS) -c -o golly-wxrule.o `test -f '../../gui-wx/wxrule.cpp' || echo '$(srcdir)/'`../../gui-wx/wxrule.cpp
golly-3.3/gui-wx/configure/Makefile.in-2325-
golly-3.3/gui-wx/configure/Makefile.in-2326-golly-wxrule.obj: ../../gui-wx/wxrule.cpp
golly-3.3/gui-wx/configure/Makefile.in:2327:@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(golly_CPPFLAGS) $(CPPFLAGS) $(golly_CXXFLAGS) $(CXXFLAGS) -MT golly-wxrule.obj -MD -MP -MF $(DEPDIR)/golly-wxrule.Tpo -c -o golly-wxrule.obj `if test -f '../../gui-wx/wxrule.cpp'; then $(CYGPATH_W) '../../gui-wx/wxrule.cpp'; else $(CYGPATH_W) '$(srcdir)/../../gui-wx/wxrule.cpp'; fi`
golly-3.3/gui-wx/configure/Makefile.in-2328-@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/golly-wxrule.Tpo $(DEPDIR)/golly-wxrule.Po
##############################################
golly-3.3/gui-wx/configure/Makefile.in-2330-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
golly-3.3/gui-wx/configure/Makefile.in:2331:@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(golly_CPPFLAGS) $(CPPFLAGS) $(golly_CXXFLAGS) $(CXXFLAGS) -c -o golly-wxrule.obj `if test -f '../../gui-wx/wxrule.cpp'; then $(CYGPATH_W) '../../gui-wx/wxrule.cpp'; else $(CYGPATH_W) '$(srcdir)/../../gui-wx/wxrule.cpp'; fi`
golly-3.3/gui-wx/configure/Makefile.in-2332-
golly-3.3/gui-wx/configure/Makefile.in-2333-golly-wxscript.o: ../../gui-wx/wxscript.cpp
golly-3.3/gui-wx/configure/Makefile.in:2334:@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(golly_CPPFLAGS) $(CPPFLAGS) $(golly_CXXFLAGS) $(CXXFLAGS) -MT golly-wxscript.o -MD -MP -MF $(DEPDIR)/golly-wxscript.Tpo -c -o golly-wxscript.o `test -f '../../gui-wx/wxscript.cpp' || echo '$(srcdir)/'`../../gui-wx/wxscript.cpp
golly-3.3/gui-wx/configure/Makefile.in-2335-@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/golly-wxscript.Tpo $(DEPDIR)/golly-wxscript.Po
##############################################
golly-3.3/gui-wx/configure/Makefile.in-2337-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
golly-3.3/gui-wx/configure/Makefile.in:2338:@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(golly_CPPFLAGS) $(CPPFLAGS) $(golly_CXXFLAGS) $(CXXFLAGS) -c -o golly-wxscript.o `test -f '../../gui-wx/wxscript.cpp' || echo '$(srcdir)/'`../../gui-wx/wxscript.cpp
golly-3.3/gui-wx/configure/Makefile.in-2339-
golly-3.3/gui-wx/configure/Makefile.in-2340-golly-wxscript.obj: ../../gui-wx/wxscript.cpp
golly-3.3/gui-wx/configure/Makefile.in:2341:@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(golly_CPPFLAGS) $(CPPFLAGS) $(golly_CXXFLAGS) $(CXXFLAGS) -MT golly-wxscript.obj -MD -MP -MF $(DEPDIR)/golly-wxscript.Tpo -c -o golly-wxscript.obj `if test -f '../../gui-wx/wxscript.cpp'; then $(CYGPATH_W) '../../gui-wx/wxscript.cpp'; else $(CYGPATH_W) '$(srcdir)/../../gui-wx/wxscript.cpp'; fi`
golly-3.3/gui-wx/configure/Makefile.in-2342-@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/golly-wxscript.Tpo $(DEPDIR)/golly-wxscript.Po
##############################################
golly-3.3/gui-wx/configure/Makefile.in-2344-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
golly-3.3/gui-wx/configure/Makefile.in:2345:@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(golly_CPPFLAGS) $(CPPFLAGS) $(golly_CXXFLAGS) $(CXXFLAGS) -c -o golly-wxscript.obj `if test -f '../../gui-wx/wxscript.cpp'; then $(CYGPATH_W) '../../gui-wx/wxscript.cpp'; else $(CYGPATH_W) '$(srcdir)/../../gui-wx/wxscript.cpp'; fi`
golly-3.3/gui-wx/configure/Makefile.in-2346-
golly-3.3/gui-wx/configure/Makefile.in-2347-golly-wxselect.o: ../../gui-wx/wxselect.cpp
golly-3.3/gui-wx/configure/Makefile.in:2348:@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(golly_CPPFLAGS) $(CPPFLAGS) $(golly_CXXFLAGS) $(CXXFLAGS) -MT golly-wxselect.o -MD -MP -MF $(DEPDIR)/golly-wxselect.Tpo -c -o golly-wxselect.o `test -f '../../gui-wx/wxselect.cpp' || echo '$(srcdir)/'`../../gui-wx/wxselect.cpp
golly-3.3/gui-wx/configure/Makefile.in-2349-@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/golly-wxselect.Tpo $(DEPDIR)/golly-wxselect.Po
##############################################
golly-3.3/gui-wx/configure/Makefile.in-2351-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
golly-3.3/gui-wx/configure/Makefile.in:2352:@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(golly_CPPFLAGS) $(CPPFLAGS) $(golly_CXXFLAGS) $(CXXFLAGS) -c -o golly-wxselect.o `test -f '../../gui-wx/wxselect.cpp' || echo '$(srcdir)/'`../../gui-wx/wxselect.cpp
golly-3.3/gui-wx/configure/Makefile.in-2353-
golly-3.3/gui-wx/configure/Makefile.in-2354-golly-wxselect.obj: ../../gui-wx/wxselect.cpp
golly-3.3/gui-wx/configure/Makefile.in:2355:@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(golly_CPPFLAGS) $(CPPFLAGS) $(golly_CXXFLAGS) $(CXXFLAGS) -MT golly-wxselect.obj -MD -MP -MF $(DEPDIR)/golly-wxselect.Tpo -c -o golly-wxselect.obj `if test -f '../../gui-wx/wxselect.cpp'; then $(CYGPATH_W) '../../gui-wx/wxselect.cpp'; else $(CYGPATH_W) '$(srcdir)/../../gui-wx/wxselect.cpp'; fi`
golly-3.3/gui-wx/configure/Makefile.in-2356-@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/golly-wxselect.Tpo $(DEPDIR)/golly-wxselect.Po
##############################################
golly-3.3/gui-wx/configure/Makefile.in-2358-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
golly-3.3/gui-wx/configure/Makefile.in:2359:@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(golly_CPPFLAGS) $(CPPFLAGS) $(golly_CXXFLAGS) $(CXXFLAGS) -c -o golly-wxselect.obj `if test -f '../../gui-wx/wxselect.cpp'; then $(CYGPATH_W) '../../gui-wx/wxselect.cpp'; else $(CYGPATH_W) '$(srcdir)/../../gui-wx/wxselect.cpp'; fi`
golly-3.3/gui-wx/configure/Makefile.in-2360-
golly-3.3/gui-wx/configure/Makefile.in-2361-golly-wxstatus.o: ../../gui-wx/wxstatus.cpp
golly-3.3/gui-wx/configure/Makefile.in:2362:@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(golly_CPPFLAGS) $(CPPFLAGS) $(golly_CXXFLAGS) $(CXXFLAGS) -MT golly-wxstatus.o -MD -MP -MF $(DEPDIR)/golly-wxstatus.Tpo -c -o golly-wxstatus.o `test -f '../../gui-wx/wxstatus.cpp' || echo '$(srcdir)/'`../../gui-wx/wxstatus.cpp
golly-3.3/gui-wx/configure/Makefile.in-2363-@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/golly-wxstatus.Tpo $(DEPDIR)/golly-wxstatus.Po
##############################################
golly-3.3/gui-wx/configure/Makefile.in-2365-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
golly-3.3/gui-wx/configure/Makefile.in:2366:@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(golly_CPPFLAGS) $(CPPFLAGS) $(golly_CXXFLAGS) $(CXXFLAGS) -c -o golly-wxstatus.o `test -f '../../gui-wx/wxstatus.cpp' || echo '$(srcdir)/'`../../gui-wx/wxstatus.cpp
golly-3.3/gui-wx/configure/Makefile.in-2367-
golly-3.3/gui-wx/configure/Makefile.in-2368-golly-wxstatus.obj: ../../gui-wx/wxstatus.cpp
golly-3.3/gui-wx/configure/Makefile.in:2369:@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(golly_CPPFLAGS) $(CPPFLAGS) $(golly_CXXFLAGS) $(CXXFLAGS) -MT golly-wxstatus.obj -MD -MP -MF $(DEPDIR)/golly-wxstatus.Tpo -c -o golly-wxstatus.obj `if test -f '../../gui-wx/wxstatus.cpp'; then $(CYGPATH_W) '../../gui-wx/wxstatus.cpp'; else $(CYGPATH_W) '$(srcdir)/../../gui-wx/wxstatus.cpp'; fi`
golly-3.3/gui-wx/configure/Makefile.in-2370-@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/golly-wxstatus.Tpo $(DEPDIR)/golly-wxstatus.Po
##############################################
golly-3.3/gui-wx/configure/Makefile.in-2372-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
golly-3.3/gui-wx/configure/Makefile.in:2373:@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(golly_CPPFLAGS) $(CPPFLAGS) $(golly_CXXFLAGS) $(CXXFLAGS) -c -o golly-wxstatus.obj `if test -f '../../gui-wx/wxstatus.cpp'; then $(CYGPATH_W) '../../gui-wx/wxstatus.cpp'; else $(CYGPATH_W) '$(srcdir)/../../gui-wx/wxstatus.cpp'; fi`
golly-3.3/gui-wx/configure/Makefile.in-2374-
golly-3.3/gui-wx/configure/Makefile.in-2375-golly-wxtimeline.o: ../../gui-wx/wxtimeline.cpp
golly-3.3/gui-wx/configure/Makefile.in:2376:@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(golly_CPPFLAGS) $(CPPFLAGS) $(golly_CXXFLAGS) $(CXXFLAGS) -MT golly-wxtimeline.o -MD -MP -MF $(DEPDIR)/golly-wxtimeline.Tpo -c -o golly-wxtimeline.o `test -f '../../gui-wx/wxtimeline.cpp' || echo '$(srcdir)/'`../../gui-wx/wxtimeline.cpp
golly-3.3/gui-wx/configure/Makefile.in-2377-@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/golly-wxtimeline.Tpo $(DEPDIR)/golly-wxtimeline.Po
##############################################
golly-3.3/gui-wx/configure/Makefile.in-2379-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
golly-3.3/gui-wx/configure/Makefile.in:2380:@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(golly_CPPFLAGS) $(CPPFLAGS) $(golly_CXXFLAGS) $(CXXFLAGS) -c -o golly-wxtimeline.o `test -f '../../gui-wx/wxtimeline.cpp' || echo '$(srcdir)/'`../../gui-wx/wxtimeline.cpp
golly-3.3/gui-wx/configure/Makefile.in-2381-
golly-3.3/gui-wx/configure/Makefile.in-2382-golly-wxtimeline.obj: ../../gui-wx/wxtimeline.cpp
golly-3.3/gui-wx/configure/Makefile.in:2383:@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(golly_CPPFLAGS) $(CPPFLAGS) $(golly_CXXFLAGS) $(CXXFLAGS) -MT golly-wxtimeline.obj -MD -MP -MF $(DEPDIR)/golly-wxtimeline.Tpo -c -o golly-wxtimeline.obj `if test -f '../../gui-wx/wxtimeline.cpp'; then $(CYGPATH_W) '../../gui-wx/wxtimeline.cpp'; else $(CYGPATH_W) '$(srcdir)/../../gui-wx/wxtimeline.cpp'; fi`
golly-3.3/gui-wx/configure/Makefile.in-2384-@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/golly-wxtimeline.Tpo $(DEPDIR)/golly-wxtimeline.Po
##############################################
golly-3.3/gui-wx/configure/Makefile.in-2386-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
golly-3.3/gui-wx/configure/Makefile.in:2387:@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(golly_CPPFLAGS) $(CPPFLAGS) $(golly_CXXFLAGS) $(CXXFLAGS) -c -o golly-wxtimeline.obj `if test -f '../../gui-wx/wxtimeline.cpp'; then $(CYGPATH_W) '../../gui-wx/wxtimeline.cpp'; else $(CYGPATH_W) '$(srcdir)/../../gui-wx/wxtimeline.cpp'; fi`
golly-3.3/gui-wx/configure/Makefile.in-2388-
golly-3.3/gui-wx/configure/Makefile.in-2389-golly-wxundo.o: ../../gui-wx/wxundo.cpp
golly-3.3/gui-wx/configure/Makefile.in:2390:@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(golly_CPPFLAGS) $(CPPFLAGS) $(golly_CXXFLAGS) $(CXXFLAGS) -MT golly-wxundo.o -MD -MP -MF $(DEPDIR)/golly-wxundo.Tpo -c -o golly-wxundo.o `test -f '../../gui-wx/wxundo.cpp' || echo '$(srcdir)/'`../../gui-wx/wxundo.cpp
golly-3.3/gui-wx/configure/Makefile.in-2391-@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/golly-wxundo.Tpo $(DEPDIR)/golly-wxundo.Po
##############################################
golly-3.3/gui-wx/configure/Makefile.in-2393-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
golly-3.3/gui-wx/configure/Makefile.in:2394:@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(golly_CPPFLAGS) $(CPPFLAGS) $(golly_CXXFLAGS) $(CXXFLAGS) -c -o golly-wxundo.o `test -f '../../gui-wx/wxundo.cpp' || echo '$(srcdir)/'`../../gui-wx/wxundo.cpp
golly-3.3/gui-wx/configure/Makefile.in-2395-
golly-3.3/gui-wx/configure/Makefile.in-2396-golly-wxundo.obj: ../../gui-wx/wxundo.cpp
golly-3.3/gui-wx/configure/Makefile.in:2397:@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(golly_CPPFLAGS) $(CPPFLAGS) $(golly_CXXFLAGS) $(CXXFLAGS) -MT golly-wxundo.obj -MD -MP -MF $(DEPDIR)/golly-wxundo.Tpo -c -o golly-wxundo.obj `if test -f '../../gui-wx/wxundo.cpp'; then $(CYGPATH_W) '../../gui-wx/wxundo.cpp'; else $(CYGPATH_W) '$(srcdir)/../../gui-wx/wxundo.cpp'; fi`
golly-3.3/gui-wx/configure/Makefile.in-2398-@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/golly-wxundo.Tpo $(DEPDIR)/golly-wxundo.Po
##############################################
golly-3.3/gui-wx/configure/Makefile.in-2400-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
golly-3.3/gui-wx/configure/Makefile.in:2401:@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(golly_CPPFLAGS) $(CPPFLAGS) $(golly_CXXFLAGS) $(CXXFLAGS) -c -o golly-wxundo.obj `if test -f '../../gui-wx/wxundo.cpp'; then $(CYGPATH_W) '../../gui-wx/wxundo.cpp'; else $(CYGPATH_W) '$(srcdir)/../../gui-wx/wxundo.cpp'; fi`
golly-3.3/gui-wx/configure/Makefile.in-2402-
golly-3.3/gui-wx/configure/Makefile.in-2403-golly-wxutils.o: ../../gui-wx/wxutils.cpp
golly-3.3/gui-wx/configure/Makefile.in:2404:@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(golly_CPPFLAGS) $(CPPFLAGS) $(golly_CXXFLAGS) $(CXXFLAGS) -MT golly-wxutils.o -MD -MP -MF $(DEPDIR)/golly-wxutils.Tpo -c -o golly-wxutils.o `test -f '../../gui-wx/wxutils.cpp' || echo '$(srcdir)/'`../../gui-wx/wxutils.cpp
golly-3.3/gui-wx/configure/Makefile.in-2405-@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/golly-wxutils.Tpo $(DEPDIR)/golly-wxutils.Po
##############################################
golly-3.3/gui-wx/configure/Makefile.in-2407-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
golly-3.3/gui-wx/configure/Makefile.in:2408:@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(golly_CPPFLAGS) $(CPPFLAGS) $(golly_CXXFLAGS) $(CXXFLAGS) -c -o golly-wxutils.o `test -f '../../gui-wx/wxutils.cpp' || echo '$(srcdir)/'`../../gui-wx/wxutils.cpp
golly-3.3/gui-wx/configure/Makefile.in-2409-
golly-3.3/gui-wx/configure/Makefile.in-2410-golly-wxutils.obj: ../../gui-wx/wxutils.cpp
golly-3.3/gui-wx/configure/Makefile.in:2411:@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(golly_CPPFLAGS) $(CPPFLAGS) $(golly_CXXFLAGS) $(CXXFLAGS) -MT golly-wxutils.obj -MD -MP -MF $(DEPDIR)/golly-wxutils.Tpo -c -o golly-wxutils.obj `if test -f '../../gui-wx/wxutils.cpp'; then $(CYGPATH_W) '../../gui-wx/wxutils.cpp'; else $(CYGPATH_W) '$(srcdir)/../../gui-wx/wxutils.cpp'; fi`
golly-3.3/gui-wx/configure/Makefile.in-2412-@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/golly-wxutils.Tpo $(DEPDIR)/golly-wxutils.Po
##############################################
golly-3.3/gui-wx/configure/Makefile.in-2414-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
golly-3.3/gui-wx/configure/Makefile.in:2415:@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(golly_CPPFLAGS) $(CPPFLAGS) $(golly_CXXFLAGS) $(CXXFLAGS) -c -o golly-wxutils.obj `if test -f '../../gui-wx/wxutils.cpp'; then $(CYGPATH_W) '../../gui-wx/wxutils.cpp'; else $(CYGPATH_W) '$(srcdir)/../../gui-wx/wxutils.cpp'; fi`
golly-3.3/gui-wx/configure/Makefile.in-2416-
golly-3.3/gui-wx/configure/Makefile.in-2417-golly-wxview.o: ../../gui-wx/wxview.cpp
golly-3.3/gui-wx/configure/Makefile.in:2418:@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(golly_CPPFLAGS) $(CPPFLAGS) $(golly_CXXFLAGS) $(CXXFLAGS) -MT golly-wxview.o -MD -MP -MF $(DEPDIR)/golly-wxview.Tpo -c -o golly-wxview.o `test -f '../../gui-wx/wxview.cpp' || echo '$(srcdir)/'`../../gui-wx/wxview.cpp
golly-3.3/gui-wx/configure/Makefile.in-2419-@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/golly-wxview.Tpo $(DEPDIR)/golly-wxview.Po
##############################################
golly-3.3/gui-wx/configure/Makefile.in-2421-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
golly-3.3/gui-wx/configure/Makefile.in:2422:@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(golly_CPPFLAGS) $(CPPFLAGS) $(golly_CXXFLAGS) $(CXXFLAGS) -c -o golly-wxview.o `test -f '../../gui-wx/wxview.cpp' || echo '$(srcdir)/'`../../gui-wx/wxview.cpp
golly-3.3/gui-wx/configure/Makefile.in-2423-
golly-3.3/gui-wx/configure/Makefile.in-2424-golly-wxview.obj: ../../gui-wx/wxview.cpp
golly-3.3/gui-wx/configure/Makefile.in:2425:@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(golly_CPPFLAGS) $(CPPFLAGS) $(golly_CXXFLAGS) $(CXXFLAGS) -MT golly-wxview.obj -MD -MP -MF $(DEPDIR)/golly-wxview.Tpo -c -o golly-wxview.obj `if test -f '../../gui-wx/wxview.cpp'; then $(CYGPATH_W) '../../gui-wx/wxview.cpp'; else $(CYGPATH_W) '$(srcdir)/../../gui-wx/wxview.cpp'; fi`
golly-3.3/gui-wx/configure/Makefile.in-2426-@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/golly-wxview.Tpo $(DEPDIR)/golly-wxview.Po
##############################################
golly-3.3/gui-wx/configure/Makefile.in-2428-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
golly-3.3/gui-wx/configure/Makefile.in:2429:@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(golly_CPPFLAGS) $(CPPFLAGS) $(golly_CXXFLAGS) $(CXXFLAGS) -c -o golly-wxview.obj `if test -f '../../gui-wx/wxview.cpp'; then $(CYGPATH_W) '../../gui-wx/wxview.cpp'; else $(CYGPATH_W) '$(srcdir)/../../gui-wx/wxview.cpp'; fi`
golly-3.3/gui-wx/configure/Makefile.in-2430-install-docDATA: $(doc_DATA)
##############################################
golly-3.3/gui-wx/configure/Makefile.in-2445-	@list='$(doc_DATA)'; test -n "$(docdir)" || list=; \
golly-3.3/gui-wx/configure/Makefile.in:2446:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
golly-3.3/gui-wx/configure/Makefile.in-2447-	dir='$(DESTDIR)$(docdir)'; $(am__uninstall_files_from_dir)
##############################################
golly-3.3/gui-wx/configure/Makefile.in-2466-	@list='$(nobase_dist_gollydata_DATA)'; test -n "$(gollydatadir)" || list=; \
golly-3.3/gui-wx/configure/Makefile.in:2467:	$(am__nobase_strip_setup); files=`$(am__nobase_strip)`; \
golly-3.3/gui-wx/configure/Makefile.in-2468-	dir='$(DESTDIR)$(gollydatadir)'; $(am__uninstall_files_from_dir)
##############################################
golly-3.3/gui-wx/configure/Makefile.in-2514-GTAGS:
golly-3.3/gui-wx/configure/Makefile.in:2515:	here=`$(am__cd) $(top_builddir) && pwd` \
golly-3.3/gui-wx/configure/Makefile.in-2516-	  && $(am__cd) $(top_srcdir) \
##############################################
golly-3.3/gui-wx/configure/Makefile.in-2524-	test -d "$(distdir)" || mkdir "$(distdir)"
golly-3.3/gui-wx/configure/Makefile.in:2525:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
golly-3.3/gui-wx/configure/Makefile.in:2526:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
golly-3.3/gui-wx/configure/Makefile.in-2527-	list='$(DISTFILES)'; \
##############################################
golly-3.3/gui-wx/configure/Makefile.in-2538-	  if test -d $$d/$$file; then \
golly-3.3/gui-wx/configure/Makefile.in:2539:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
golly-3.3/gui-wx/configure/Makefile.in-2540-	    if test -d "$(distdir)/$$file"; then \
##############################################
golly-3.3/gui-wx/configure/Makefile.in-2624-	test -d $(distdir)/_build || exit 0; \
golly-3.3/gui-wx/configure/Makefile.in:2625:	dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
golly-3.3/gui-wx/configure/Makefile.in-2626-	  && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
##############################################
golly-3.3/gui-wx/configure/Makefile.in-2667-	}; \
golly-3.3/gui-wx/configure/Makefile.in:2668:	test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
golly-3.3/gui-wx/configure/Makefile.in-2669-	   || { echo "ERROR: files left after uninstall:" ; \
##############################################
golly-3.3/gui-wx/configure/Makefile.in-2679-	fi
golly-3.3/gui-wx/configure/Makefile.in:2680:	@test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
golly-3.3/gui-wx/configure/Makefile.in-2681-	  || { echo "ERROR: files left in build directory after distclean:" ; \
##############################################
golly-3.3/gui-wx/configure/configure.ac-68-	AC_SUBST([PERL_CPPFLAGS], [-DENABLE_PERL])
golly-3.3/gui-wx/configure/configure.ac:69:	AC_SUBST([PERL_INCLUDE], [`$PERL -MExtUtils::Embed -e ccopts`])
golly-3.3/gui-wx/configure/configure.ac-70-	AS_IF([test "x$with_perl_shlib" = xcheck],
##############################################
golly-3.3/gui-wx/configure/configure.ac-80-# AS_IF([test "x$PYTHON" = x], [AC_MSG_ERROR([missing Python])])
golly-3.3/gui-wx/configure/configure.ac:81:# AC_SUBST([PYTHON_INCLUDE], [-I"'`$PYTHON -c "import distutils.sysconfig; print(distutils.sysconfig.get_python_inc())"`'"])
golly-3.3/gui-wx/configure/configure.ac-82-# AS_IF([test "x$with_python_shlib" = xcheck],
golly-3.3/gui-wx/configure/configure.ac:83:# 	[	[shlib=`$PYTHON -c "import distutils.sysconfig; print(distutils.sysconfig.get_config_var('LDLIBRARY') or '')"`]
golly-3.3/gui-wx/configure/configure.ac-84-# 		AS_IF([test "x$shlib" = x], [CHECK_SHLIB_USED([shlib], [$PYTHON], [python])]) ],
##############################################
golly-3.3/debian/patches/0005-wxwidgets-inmature-yet.patch-12-          dnl we have CPPFLAGS included in CFLAGS included in CXXFLAGS
golly-3.3/debian/patches/0005-wxwidgets-inmature-yet.patch:13:-         WX_CPPFLAGS=`$WX_CONFIG_WITH_ARGS --cppflags $4`
golly-3.3/debian/patches/0005-wxwidgets-inmature-yet.patch:14:-         WX_CXXFLAGS=`$WX_CONFIG_WITH_ARGS --cxxflags $4`
golly-3.3/debian/patches/0005-wxwidgets-inmature-yet.patch:15:-         WX_CFLAGS=`$WX_CONFIG_WITH_ARGS --cflags $4`
golly-3.3/debian/patches/0005-wxwidgets-inmature-yet.patch:16:+         WX_CPPFLAGS="`$WX_CONFIG_WITH_ARGS --cppflags $4` -D__WXGTK20__"
golly-3.3/debian/patches/0005-wxwidgets-inmature-yet.patch:17:+         WX_CXXFLAGS="`$WX_CONFIG_WITH_ARGS --cxxflags $4` -D__WXGTK20__"
golly-3.3/debian/patches/0005-wxwidgets-inmature-yet.patch:18:+         WX_CFLAGS="`$WX_CONFIG_WITH_ARGS --cflags $4`  -D__WXGTK20__"
golly-3.3/debian/patches/0005-wxwidgets-inmature-yet.patch-19- 
golly-3.3/debian/patches/0005-wxwidgets-inmature-yet.patch:20:          WX_CFLAGS_ONLY=`echo $WX_CFLAGS | sed "s@^$WX_CPPFLAGS *@@"`
golly-3.3/debian/patches/0005-wxwidgets-inmature-yet.patch:21:          WX_CXXFLAGS_ONLY=`echo $WX_CXXFLAGS | sed "s@^$WX_CFLAGS *@@"`
##############################################
golly-3.3/debian/patches/0006-python2-support-removal.patch-23--AS_IF([test "x$PYTHON" = x], [AC_MSG_ERROR([missing Python])])
golly-3.3/debian/patches/0006-python2-support-removal.patch:24:-AC_SUBST([PYTHON_INCLUDE], [-I"'`$PYTHON -c "import distutils.sysconfig; print(distutils.sysconfig.get_python_inc())"`'"])
golly-3.3/debian/patches/0006-python2-support-removal.patch-25--AS_IF([test "x$with_python_shlib" = xcheck],
golly-3.3/debian/patches/0006-python2-support-removal.patch:26:-	[	[shlib=`$PYTHON -c "import distutils.sysconfig; print(distutils.sysconfig.get_config_var('LDLIBRARY') or '')"`]
golly-3.3/debian/patches/0006-python2-support-removal.patch-27--		AS_IF([test "x$shlib" = x], [CHECK_SHLIB_USED([shlib], [$PYTHON], [python])]) ],
##############################################
golly-3.3/debian/patches/0006-python2-support-removal.patch-32-+# AS_IF([test "x$PYTHON" = x], [AC_MSG_ERROR([missing Python])])
golly-3.3/debian/patches/0006-python2-support-removal.patch:33:+# AC_SUBST([PYTHON_INCLUDE], [-I"'`$PYTHON -c "import distutils.sysconfig; print(distutils.sysconfig.get_python_inc())"`'"])
golly-3.3/debian/patches/0006-python2-support-removal.patch-34-+# AS_IF([test "x$with_python_shlib" = xcheck],
golly-3.3/debian/patches/0006-python2-support-removal.patch:35:+# 	[	[shlib=`$PYTHON -c "import distutils.sysconfig; print(distutils.sysconfig.get_config_var('LDLIBRARY') or '')"`]
golly-3.3/debian/patches/0006-python2-support-removal.patch-36-+# 		AS_IF([test "x$shlib" = x], [CHECK_SHLIB_USED([shlib], [$PYTHON], [python])]) ],
##############################################
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-136-	$(bgolly_SOURCES) $(golly_SOURCES)
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in:137:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-138-am__vpath_adj = case $$p in \
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in:139:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-140-    *) f=$$p;; \
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-141-  esac;
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in:142:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-143-am__install_max = 40
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-144-am__nobase_strip_setup = \
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in:145:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-146-am__nobase_strip = \
##############################################
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-1291-.c.obj:
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in:1292:@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-1293-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
##############################################
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-1295-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in:1296:@am__fastdepCC_FALSE@	$(COMPILE) -c `$(CYGPATH_W) '$<'`
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-1297-
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-1298-liblua_a-lapi.o: ../../lua/lapi.c
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in:1299:@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblua_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT liblua_a-lapi.o -MD -MP -MF $(DEPDIR)/liblua_a-lapi.Tpo -c -o liblua_a-lapi.o `test -f '../../lua/lapi.c' || echo '$(srcdir)/'`../../lua/lapi.c
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-1300-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/liblua_a-lapi.Tpo $(DEPDIR)/liblua_a-lapi.Po
##############################################
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-1302-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in:1303:@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblua_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o liblua_a-lapi.o `test -f '../../lua/lapi.c' || echo '$(srcdir)/'`../../lua/lapi.c
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-1304-
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-1305-liblua_a-lapi.obj: ../../lua/lapi.c
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in:1306:@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblua_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT liblua_a-lapi.obj -MD -MP -MF $(DEPDIR)/liblua_a-lapi.Tpo -c -o liblua_a-lapi.obj `if test -f '../../lua/lapi.c'; then $(CYGPATH_W) '../../lua/lapi.c'; else $(CYGPATH_W) '$(srcdir)/../../lua/lapi.c'; fi`
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-1307-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/liblua_a-lapi.Tpo $(DEPDIR)/liblua_a-lapi.Po
##############################################
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-1309-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in:1310:@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblua_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o liblua_a-lapi.obj `if test -f '../../lua/lapi.c'; then $(CYGPATH_W) '../../lua/lapi.c'; else $(CYGPATH_W) '$(srcdir)/../../lua/lapi.c'; fi`
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-1311-
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-1312-liblua_a-lauxlib.o: ../../lua/lauxlib.c
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in:1313:@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblua_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT liblua_a-lauxlib.o -MD -MP -MF $(DEPDIR)/liblua_a-lauxlib.Tpo -c -o liblua_a-lauxlib.o `test -f '../../lua/lauxlib.c' || echo '$(srcdir)/'`../../lua/lauxlib.c
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-1314-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/liblua_a-lauxlib.Tpo $(DEPDIR)/liblua_a-lauxlib.Po
##############################################
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-1316-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in:1317:@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblua_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o liblua_a-lauxlib.o `test -f '../../lua/lauxlib.c' || echo '$(srcdir)/'`../../lua/lauxlib.c
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-1318-
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-1319-liblua_a-lauxlib.obj: ../../lua/lauxlib.c
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in:1320:@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblua_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT liblua_a-lauxlib.obj -MD -MP -MF $(DEPDIR)/liblua_a-lauxlib.Tpo -c -o liblua_a-lauxlib.obj `if test -f '../../lua/lauxlib.c'; then $(CYGPATH_W) '../../lua/lauxlib.c'; else $(CYGPATH_W) '$(srcdir)/../../lua/lauxlib.c'; fi`
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-1321-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/liblua_a-lauxlib.Tpo $(DEPDIR)/liblua_a-lauxlib.Po
##############################################
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-1323-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in:1324:@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblua_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o liblua_a-lauxlib.obj `if test -f '../../lua/lauxlib.c'; then $(CYGPATH_W) '../../lua/lauxlib.c'; else $(CYGPATH_W) '$(srcdir)/../../lua/lauxlib.c'; fi`
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-1325-
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-1326-liblua_a-lbaselib.o: ../../lua/lbaselib.c
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in:1327:@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblua_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT liblua_a-lbaselib.o -MD -MP -MF $(DEPDIR)/liblua_a-lbaselib.Tpo -c -o liblua_a-lbaselib.o `test -f '../../lua/lbaselib.c' || echo '$(srcdir)/'`../../lua/lbaselib.c
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-1328-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/liblua_a-lbaselib.Tpo $(DEPDIR)/liblua_a-lbaselib.Po
##############################################
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-1330-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in:1331:@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblua_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o liblua_a-lbaselib.o `test -f '../../lua/lbaselib.c' || echo '$(srcdir)/'`../../lua/lbaselib.c
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-1332-
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-1333-liblua_a-lbaselib.obj: ../../lua/lbaselib.c
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in:1334:@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblua_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT liblua_a-lbaselib.obj -MD -MP -MF $(DEPDIR)/liblua_a-lbaselib.Tpo -c -o liblua_a-lbaselib.obj `if test -f '../../lua/lbaselib.c'; then $(CYGPATH_W) '../../lua/lbaselib.c'; else $(CYGPATH_W) '$(srcdir)/../../lua/lbaselib.c'; fi`
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-1335-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/liblua_a-lbaselib.Tpo $(DEPDIR)/liblua_a-lbaselib.Po
##############################################
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-1337-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in:1338:@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblua_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o liblua_a-lbaselib.obj `if test -f '../../lua/lbaselib.c'; then $(CYGPATH_W) '../../lua/lbaselib.c'; else $(CYGPATH_W) '$(srcdir)/../../lua/lbaselib.c'; fi`
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-1339-
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-1340-liblua_a-lbitlib.o: ../../lua/lbitlib.c
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in:1341:@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblua_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT liblua_a-lbitlib.o -MD -MP -MF $(DEPDIR)/liblua_a-lbitlib.Tpo -c -o liblua_a-lbitlib.o `test -f '../../lua/lbitlib.c' || echo '$(srcdir)/'`../../lua/lbitlib.c
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-1342-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/liblua_a-lbitlib.Tpo $(DEPDIR)/liblua_a-lbitlib.Po
##############################################
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-1344-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in:1345:@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblua_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o liblua_a-lbitlib.o `test -f '../../lua/lbitlib.c' || echo '$(srcdir)/'`../../lua/lbitlib.c
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-1346-
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-1347-liblua_a-lbitlib.obj: ../../lua/lbitlib.c
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in:1348:@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblua_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT liblua_a-lbitlib.obj -MD -MP -MF $(DEPDIR)/liblua_a-lbitlib.Tpo -c -o liblua_a-lbitlib.obj `if test -f '../../lua/lbitlib.c'; then $(CYGPATH_W) '../../lua/lbitlib.c'; else $(CYGPATH_W) '$(srcdir)/../../lua/lbitlib.c'; fi`
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-1349-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/liblua_a-lbitlib.Tpo $(DEPDIR)/liblua_a-lbitlib.Po
##############################################
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-1351-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in:1352:@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblua_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o liblua_a-lbitlib.obj `if test -f '../../lua/lbitlib.c'; then $(CYGPATH_W) '../../lua/lbitlib.c'; else $(CYGPATH_W) '$(srcdir)/../../lua/lbitlib.c'; fi`
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-1353-
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-1354-liblua_a-lcode.o: ../../lua/lcode.c
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in:1355:@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblua_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT liblua_a-lcode.o -MD -MP -MF $(DEPDIR)/liblua_a-lcode.Tpo -c -o liblua_a-lcode.o `test -f '../../lua/lcode.c' || echo '$(srcdir)/'`../../lua/lcode.c
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-1356-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/liblua_a-lcode.Tpo $(DEPDIR)/liblua_a-lcode.Po
##############################################
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-1358-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in:1359:@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblua_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o liblua_a-lcode.o `test -f '../../lua/lcode.c' || echo '$(srcdir)/'`../../lua/lcode.c
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-1360-
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-1361-liblua_a-lcode.obj: ../../lua/lcode.c
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in:1362:@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblua_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT liblua_a-lcode.obj -MD -MP -MF $(DEPDIR)/liblua_a-lcode.Tpo -c -o liblua_a-lcode.obj `if test -f '../../lua/lcode.c'; then $(CYGPATH_W) '../../lua/lcode.c'; else $(CYGPATH_W) '$(srcdir)/../../lua/lcode.c'; fi`
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-1363-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/liblua_a-lcode.Tpo $(DEPDIR)/liblua_a-lcode.Po
##############################################
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-1365-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in:1366:@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblua_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o liblua_a-lcode.obj `if test -f '../../lua/lcode.c'; then $(CYGPATH_W) '../../lua/lcode.c'; else $(CYGPATH_W) '$(srcdir)/../../lua/lcode.c'; fi`
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-1367-
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-1368-liblua_a-lcorolib.o: ../../lua/lcorolib.c
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in:1369:@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblua_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT liblua_a-lcorolib.o -MD -MP -MF $(DEPDIR)/liblua_a-lcorolib.Tpo -c -o liblua_a-lcorolib.o `test -f '../../lua/lcorolib.c' || echo '$(srcdir)/'`../../lua/lcorolib.c
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-1370-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/liblua_a-lcorolib.Tpo $(DEPDIR)/liblua_a-lcorolib.Po
##############################################
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-1372-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in:1373:@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblua_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o liblua_a-lcorolib.o `test -f '../../lua/lcorolib.c' || echo '$(srcdir)/'`../../lua/lcorolib.c
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-1374-
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-1375-liblua_a-lcorolib.obj: ../../lua/lcorolib.c
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in:1376:@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblua_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT liblua_a-lcorolib.obj -MD -MP -MF $(DEPDIR)/liblua_a-lcorolib.Tpo -c -o liblua_a-lcorolib.obj `if test -f '../../lua/lcorolib.c'; then $(CYGPATH_W) '../../lua/lcorolib.c'; else $(CYGPATH_W) '$(srcdir)/../../lua/lcorolib.c'; fi`
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-1377-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/liblua_a-lcorolib.Tpo $(DEPDIR)/liblua_a-lcorolib.Po
##############################################
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-1379-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in:1380:@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblua_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o liblua_a-lcorolib.obj `if test -f '../../lua/lcorolib.c'; then $(CYGPATH_W) '../../lua/lcorolib.c'; else $(CYGPATH_W) '$(srcdir)/../../lua/lcorolib.c'; fi`
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-1381-
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-1382-liblua_a-lctype.o: ../../lua/lctype.c
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in:1383:@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblua_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT liblua_a-lctype.o -MD -MP -MF $(DEPDIR)/liblua_a-lctype.Tpo -c -o liblua_a-lctype.o `test -f '../../lua/lctype.c' || echo '$(srcdir)/'`../../lua/lctype.c
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-1384-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/liblua_a-lctype.Tpo $(DEPDIR)/liblua_a-lctype.Po
##############################################
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-1386-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in:1387:@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblua_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o liblua_a-lctype.o `test -f '../../lua/lctype.c' || echo '$(srcdir)/'`../../lua/lctype.c
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-1388-
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-1389-liblua_a-lctype.obj: ../../lua/lctype.c
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in:1390:@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblua_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT liblua_a-lctype.obj -MD -MP -MF $(DEPDIR)/liblua_a-lctype.Tpo -c -o liblua_a-lctype.obj `if test -f '../../lua/lctype.c'; then $(CYGPATH_W) '../../lua/lctype.c'; else $(CYGPATH_W) '$(srcdir)/../../lua/lctype.c'; fi`
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-1391-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/liblua_a-lctype.Tpo $(DEPDIR)/liblua_a-lctype.Po
##############################################
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-1393-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in:1394:@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblua_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o liblua_a-lctype.obj `if test -f '../../lua/lctype.c'; then $(CYGPATH_W) '../../lua/lctype.c'; else $(CYGPATH_W) '$(srcdir)/../../lua/lctype.c'; fi`
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-1395-
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-1396-liblua_a-ldblib.o: ../../lua/ldblib.c
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in:1397:@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblua_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT liblua_a-ldblib.o -MD -MP -MF $(DEPDIR)/liblua_a-ldblib.Tpo -c -o liblua_a-ldblib.o `test -f '../../lua/ldblib.c' || echo '$(srcdir)/'`../../lua/ldblib.c
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-1398-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/liblua_a-ldblib.Tpo $(DEPDIR)/liblua_a-ldblib.Po
##############################################
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-1400-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in:1401:@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblua_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o liblua_a-ldblib.o `test -f '../../lua/ldblib.c' || echo '$(srcdir)/'`../../lua/ldblib.c
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-1402-
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-1403-liblua_a-ldblib.obj: ../../lua/ldblib.c
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in:1404:@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblua_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT liblua_a-ldblib.obj -MD -MP -MF $(DEPDIR)/liblua_a-ldblib.Tpo -c -o liblua_a-ldblib.obj `if test -f '../../lua/ldblib.c'; then $(CYGPATH_W) '../../lua/ldblib.c'; else $(CYGPATH_W) '$(srcdir)/../../lua/ldblib.c'; fi`
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-1405-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/liblua_a-ldblib.Tpo $(DEPDIR)/liblua_a-ldblib.Po
##############################################
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-1407-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in:1408:@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblua_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o liblua_a-ldblib.obj `if test -f '../../lua/ldblib.c'; then $(CYGPATH_W) '../../lua/ldblib.c'; else $(CYGPATH_W) '$(srcdir)/../../lua/ldblib.c'; fi`
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-1409-
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-1410-liblua_a-ldebug.o: ../../lua/ldebug.c
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in:1411:@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblua_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT liblua_a-ldebug.o -MD -MP -MF $(DEPDIR)/liblua_a-ldebug.Tpo -c -o liblua_a-ldebug.o `test -f '../../lua/ldebug.c' || echo '$(srcdir)/'`../../lua/ldebug.c
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-1412-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/liblua_a-ldebug.Tpo $(DEPDIR)/liblua_a-ldebug.Po
##############################################
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-1414-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in:1415:@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblua_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o liblua_a-ldebug.o `test -f '../../lua/ldebug.c' || echo '$(srcdir)/'`../../lua/ldebug.c
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-1416-
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-1417-liblua_a-ldebug.obj: ../../lua/ldebug.c
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in:1418:@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblua_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT liblua_a-ldebug.obj -MD -MP -MF $(DEPDIR)/liblua_a-ldebug.Tpo -c -o liblua_a-ldebug.obj `if test -f '../../lua/ldebug.c'; then $(CYGPATH_W) '../../lua/ldebug.c'; else $(CYGPATH_W) '$(srcdir)/../../lua/ldebug.c'; fi`
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-1419-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/liblua_a-ldebug.Tpo $(DEPDIR)/liblua_a-ldebug.Po
##############################################
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-1421-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in:1422:@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblua_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o liblua_a-ldebug.obj `if test -f '../../lua/ldebug.c'; then $(CYGPATH_W) '../../lua/ldebug.c'; else $(CYGPATH_W) '$(srcdir)/../../lua/ldebug.c'; fi`
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-1423-
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-1424-liblua_a-ldo.o: ../../lua/ldo.c
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in:1425:@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblua_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT liblua_a-ldo.o -MD -MP -MF $(DEPDIR)/liblua_a-ldo.Tpo -c -o liblua_a-ldo.o `test -f '../../lua/ldo.c' || echo '$(srcdir)/'`../../lua/ldo.c
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-1426-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/liblua_a-ldo.Tpo $(DEPDIR)/liblua_a-ldo.Po
##############################################
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-1428-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in:1429:@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblua_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o liblua_a-ldo.o `test -f '../../lua/ldo.c' || echo '$(srcdir)/'`../../lua/ldo.c
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-1430-
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-1431-liblua_a-ldo.obj: ../../lua/ldo.c
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in:1432:@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblua_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT liblua_a-ldo.obj -MD -MP -MF $(DEPDIR)/liblua_a-ldo.Tpo -c -o liblua_a-ldo.obj `if test -f '../../lua/ldo.c'; then $(CYGPATH_W) '../../lua/ldo.c'; else $(CYGPATH_W) '$(srcdir)/../../lua/ldo.c'; fi`
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-1433-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/liblua_a-ldo.Tpo $(DEPDIR)/liblua_a-ldo.Po
##############################################
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-1435-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in:1436:@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblua_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o liblua_a-ldo.obj `if test -f '../../lua/ldo.c'; then $(CYGPATH_W) '../../lua/ldo.c'; else $(CYGPATH_W) '$(srcdir)/../../lua/ldo.c'; fi`
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-1437-
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-1438-liblua_a-ldump.o: ../../lua/ldump.c
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in:1439:@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblua_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT liblua_a-ldump.o -MD -MP -MF $(DEPDIR)/liblua_a-ldump.Tpo -c -o liblua_a-ldump.o `test -f '../../lua/ldump.c' || echo '$(srcdir)/'`../../lua/ldump.c
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-1440-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/liblua_a-ldump.Tpo $(DEPDIR)/liblua_a-ldump.Po
##############################################
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-1442-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in:1443:@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblua_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o liblua_a-ldump.o `test -f '../../lua/ldump.c' || echo '$(srcdir)/'`../../lua/ldump.c
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-1444-
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-1445-liblua_a-ldump.obj: ../../lua/ldump.c
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in:1446:@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblua_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT liblua_a-ldump.obj -MD -MP -MF $(DEPDIR)/liblua_a-ldump.Tpo -c -o liblua_a-ldump.obj `if test -f '../../lua/ldump.c'; then $(CYGPATH_W) '../../lua/ldump.c'; else $(CYGPATH_W) '$(srcdir)/../../lua/ldump.c'; fi`
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-1447-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/liblua_a-ldump.Tpo $(DEPDIR)/liblua_a-ldump.Po
##############################################
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-1449-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in:1450:@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblua_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o liblua_a-ldump.obj `if test -f '../../lua/ldump.c'; then $(CYGPATH_W) '../../lua/ldump.c'; else $(CYGPATH_W) '$(srcdir)/../../lua/ldump.c'; fi`
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-1451-
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-1452-liblua_a-lfunc.o: ../../lua/lfunc.c
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in:1453:@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblua_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT liblua_a-lfunc.o -MD -MP -MF $(DEPDIR)/liblua_a-lfunc.Tpo -c -o liblua_a-lfunc.o `test -f '../../lua/lfunc.c' || echo '$(srcdir)/'`../../lua/lfunc.c
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-1454-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/liblua_a-lfunc.Tpo $(DEPDIR)/liblua_a-lfunc.Po
##############################################
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-1456-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in:1457:@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblua_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o liblua_a-lfunc.o `test -f '../../lua/lfunc.c' || echo '$(srcdir)/'`../../lua/lfunc.c
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-1458-
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-1459-liblua_a-lfunc.obj: ../../lua/lfunc.c
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in:1460:@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblua_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT liblua_a-lfunc.obj -MD -MP -MF $(DEPDIR)/liblua_a-lfunc.Tpo -c -o liblua_a-lfunc.obj `if test -f '../../lua/lfunc.c'; then $(CYGPATH_W) '../../lua/lfunc.c'; else $(CYGPATH_W) '$(srcdir)/../../lua/lfunc.c'; fi`
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-1461-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/liblua_a-lfunc.Tpo $(DEPDIR)/liblua_a-lfunc.Po
##############################################
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-1463-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in:1464:@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblua_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o liblua_a-lfunc.obj `if test -f '../../lua/lfunc.c'; then $(CYGPATH_W) '../../lua/lfunc.c'; else $(CYGPATH_W) '$(srcdir)/../../lua/lfunc.c'; fi`
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-1465-
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-1466-liblua_a-lgc.o: ../../lua/lgc.c
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in:1467:@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblua_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT liblua_a-lgc.o -MD -MP -MF $(DEPDIR)/liblua_a-lgc.Tpo -c -o liblua_a-lgc.o `test -f '../../lua/lgc.c' || echo '$(srcdir)/'`../../lua/lgc.c
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-1468-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/liblua_a-lgc.Tpo $(DEPDIR)/liblua_a-lgc.Po
##############################################
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-1470-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in:1471:@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblua_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o liblua_a-lgc.o `test -f '../../lua/lgc.c' || echo '$(srcdir)/'`../../lua/lgc.c
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-1472-
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-1473-liblua_a-lgc.obj: ../../lua/lgc.c
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in:1474:@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblua_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT liblua_a-lgc.obj -MD -MP -MF $(DEPDIR)/liblua_a-lgc.Tpo -c -o liblua_a-lgc.obj `if test -f '../../lua/lgc.c'; then $(CYGPATH_W) '../../lua/lgc.c'; else $(CYGPATH_W) '$(srcdir)/../../lua/lgc.c'; fi`
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-1475-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/liblua_a-lgc.Tpo $(DEPDIR)/liblua_a-lgc.Po
##############################################
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-1477-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in:1478:@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblua_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o liblua_a-lgc.obj `if test -f '../../lua/lgc.c'; then $(CYGPATH_W) '../../lua/lgc.c'; else $(CYGPATH_W) '$(srcdir)/../../lua/lgc.c'; fi`
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-1479-
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-1480-liblua_a-linit.o: ../../lua/linit.c
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in:1481:@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblua_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT liblua_a-linit.o -MD -MP -MF $(DEPDIR)/liblua_a-linit.Tpo -c -o liblua_a-linit.o `test -f '../../lua/linit.c' || echo '$(srcdir)/'`../../lua/linit.c
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-1482-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/liblua_a-linit.Tpo $(DEPDIR)/liblua_a-linit.Po
##############################################
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-1484-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in:1485:@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblua_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o liblua_a-linit.o `test -f '../../lua/linit.c' || echo '$(srcdir)/'`../../lua/linit.c
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-1486-
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-1487-liblua_a-linit.obj: ../../lua/linit.c
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in:1488:@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblua_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT liblua_a-linit.obj -MD -MP -MF $(DEPDIR)/liblua_a-linit.Tpo -c -o liblua_a-linit.obj `if test -f '../../lua/linit.c'; then $(CYGPATH_W) '../../lua/linit.c'; else $(CYGPATH_W) '$(srcdir)/../../lua/linit.c'; fi`
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-1489-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/liblua_a-linit.Tpo $(DEPDIR)/liblua_a-linit.Po
##############################################
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-1491-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in:1492:@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblua_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o liblua_a-linit.obj `if test -f '../../lua/linit.c'; then $(CYGPATH_W) '../../lua/linit.c'; else $(CYGPATH_W) '$(srcdir)/../../lua/linit.c'; fi`
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-1493-
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-1494-liblua_a-liolib.o: ../../lua/liolib.c
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in:1495:@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblua_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT liblua_a-liolib.o -MD -MP -MF $(DEPDIR)/liblua_a-liolib.Tpo -c -o liblua_a-liolib.o `test -f '../../lua/liolib.c' || echo '$(srcdir)/'`../../lua/liolib.c
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-1496-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/liblua_a-liolib.Tpo $(DEPDIR)/liblua_a-liolib.Po
##############################################
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-1498-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in:1499:@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblua_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o liblua_a-liolib.o `test -f '../../lua/liolib.c' || echo '$(srcdir)/'`../../lua/liolib.c
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-1500-
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-1501-liblua_a-liolib.obj: ../../lua/liolib.c
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in:1502:@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblua_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT liblua_a-liolib.obj -MD -MP -MF $(DEPDIR)/liblua_a-liolib.Tpo -c -o liblua_a-liolib.obj `if test -f '../../lua/liolib.c'; then $(CYGPATH_W) '../../lua/liolib.c'; else $(CYGPATH_W) '$(srcdir)/../../lua/liolib.c'; fi`
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-1503-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/liblua_a-liolib.Tpo $(DEPDIR)/liblua_a-liolib.Po
##############################################
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-1505-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in:1506:@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblua_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o liblua_a-liolib.obj `if test -f '../../lua/liolib.c'; then $(CYGPATH_W) '../../lua/liolib.c'; else $(CYGPATH_W) '$(srcdir)/../../lua/liolib.c'; fi`
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-1507-
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-1508-liblua_a-llex.o: ../../lua/llex.c
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in:1509:@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblua_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT liblua_a-llex.o -MD -MP -MF $(DEPDIR)/liblua_a-llex.Tpo -c -o liblua_a-llex.o `test -f '../../lua/llex.c' || echo '$(srcdir)/'`../../lua/llex.c
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-1510-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/liblua_a-llex.Tpo $(DEPDIR)/liblua_a-llex.Po
##############################################
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-1512-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in:1513:@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblua_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o liblua_a-llex.o `test -f '../../lua/llex.c' || echo '$(srcdir)/'`../../lua/llex.c
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-1514-
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-1515-liblua_a-llex.obj: ../../lua/llex.c
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in:1516:@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblua_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT liblua_a-llex.obj -MD -MP -MF $(DEPDIR)/liblua_a-llex.Tpo -c -o liblua_a-llex.obj `if test -f '../../lua/llex.c'; then $(CYGPATH_W) '../../lua/llex.c'; else $(CYGPATH_W) '$(srcdir)/../../lua/llex.c'; fi`
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-1517-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/liblua_a-llex.Tpo $(DEPDIR)/liblua_a-llex.Po
##############################################
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-1519-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in:1520:@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblua_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o liblua_a-llex.obj `if test -f '../../lua/llex.c'; then $(CYGPATH_W) '../../lua/llex.c'; else $(CYGPATH_W) '$(srcdir)/../../lua/llex.c'; fi`
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-1521-
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-1522-liblua_a-lmathlib.o: ../../lua/lmathlib.c
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in:1523:@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblua_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT liblua_a-lmathlib.o -MD -MP -MF $(DEPDIR)/liblua_a-lmathlib.Tpo -c -o liblua_a-lmathlib.o `test -f '../../lua/lmathlib.c' || echo '$(srcdir)/'`../../lua/lmathlib.c
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-1524-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/liblua_a-lmathlib.Tpo $(DEPDIR)/liblua_a-lmathlib.Po
##############################################
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-1526-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in:1527:@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblua_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o liblua_a-lmathlib.o `test -f '../../lua/lmathlib.c' || echo '$(srcdir)/'`../../lua/lmathlib.c
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-1528-
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-1529-liblua_a-lmathlib.obj: ../../lua/lmathlib.c
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in:1530:@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblua_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT liblua_a-lmathlib.obj -MD -MP -MF $(DEPDIR)/liblua_a-lmathlib.Tpo -c -o liblua_a-lmathlib.obj `if test -f '../../lua/lmathlib.c'; then $(CYGPATH_W) '../../lua/lmathlib.c'; else $(CYGPATH_W) '$(srcdir)/../../lua/lmathlib.c'; fi`
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-1531-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/liblua_a-lmathlib.Tpo $(DEPDIR)/liblua_a-lmathlib.Po
##############################################
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-1533-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in:1534:@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblua_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o liblua_a-lmathlib.obj `if test -f '../../lua/lmathlib.c'; then $(CYGPATH_W) '../../lua/lmathlib.c'; else $(CYGPATH_W) '$(srcdir)/../../lua/lmathlib.c'; fi`
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-1535-
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-1536-liblua_a-lmem.o: ../../lua/lmem.c
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in:1537:@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblua_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT liblua_a-lmem.o -MD -MP -MF $(DEPDIR)/liblua_a-lmem.Tpo -c -o liblua_a-lmem.o `test -f '../../lua/lmem.c' || echo '$(srcdir)/'`../../lua/lmem.c
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-1538-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/liblua_a-lmem.Tpo $(DEPDIR)/liblua_a-lmem.Po
##############################################
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-1540-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in:1541:@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblua_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o liblua_a-lmem.o `test -f '../../lua/lmem.c' || echo '$(srcdir)/'`../../lua/lmem.c
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-1542-
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-1543-liblua_a-lmem.obj: ../../lua/lmem.c
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in:1544:@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblua_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT liblua_a-lmem.obj -MD -MP -MF $(DEPDIR)/liblua_a-lmem.Tpo -c -o liblua_a-lmem.obj `if test -f '../../lua/lmem.c'; then $(CYGPATH_W) '../../lua/lmem.c'; else $(CYGPATH_W) '$(srcdir)/../../lua/lmem.c'; fi`
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-1545-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/liblua_a-lmem.Tpo $(DEPDIR)/liblua_a-lmem.Po
##############################################
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-1547-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in:1548:@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblua_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o liblua_a-lmem.obj `if test -f '../../lua/lmem.c'; then $(CYGPATH_W) '../../lua/lmem.c'; else $(CYGPATH_W) '$(srcdir)/../../lua/lmem.c'; fi`
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-1549-
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-1550-liblua_a-loadlib.o: ../../lua/loadlib.c
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in:1551:@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblua_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT liblua_a-loadlib.o -MD -MP -MF $(DEPDIR)/liblua_a-loadlib.Tpo -c -o liblua_a-loadlib.o `test -f '../../lua/loadlib.c' || echo '$(srcdir)/'`../../lua/loadlib.c
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-1552-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/liblua_a-loadlib.Tpo $(DEPDIR)/liblua_a-loadlib.Po
##############################################
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-1554-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in:1555:@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblua_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o liblua_a-loadlib.o `test -f '../../lua/loadlib.c' || echo '$(srcdir)/'`../../lua/loadlib.c
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-1556-
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-1557-liblua_a-loadlib.obj: ../../lua/loadlib.c
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in:1558:@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblua_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT liblua_a-loadlib.obj -MD -MP -MF $(DEPDIR)/liblua_a-loadlib.Tpo -c -o liblua_a-loadlib.obj `if test -f '../../lua/loadlib.c'; then $(CYGPATH_W) '../../lua/loadlib.c'; else $(CYGPATH_W) '$(srcdir)/../../lua/loadlib.c'; fi`
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-1559-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/liblua_a-loadlib.Tpo $(DEPDIR)/liblua_a-loadlib.Po
##############################################
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-1561-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in:1562:@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblua_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o liblua_a-loadlib.obj `if test -f '../../lua/loadlib.c'; then $(CYGPATH_W) '../../lua/loadlib.c'; else $(CYGPATH_W) '$(srcdir)/../../lua/loadlib.c'; fi`
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-1563-
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-1564-liblua_a-lobject.o: ../../lua/lobject.c
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in:1565:@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblua_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT liblua_a-lobject.o -MD -MP -MF $(DEPDIR)/liblua_a-lobject.Tpo -c -o liblua_a-lobject.o `test -f '../../lua/lobject.c' || echo '$(srcdir)/'`../../lua/lobject.c
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-1566-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/liblua_a-lobject.Tpo $(DEPDIR)/liblua_a-lobject.Po
##############################################
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-1568-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in:1569:@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblua_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o liblua_a-lobject.o `test -f '../../lua/lobject.c' || echo '$(srcdir)/'`../../lua/lobject.c
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-1570-
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-1571-liblua_a-lobject.obj: ../../lua/lobject.c
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in:1572:@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblua_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT liblua_a-lobject.obj -MD -MP -MF $(DEPDIR)/liblua_a-lobject.Tpo -c -o liblua_a-lobject.obj `if test -f '../../lua/lobject.c'; then $(CYGPATH_W) '../../lua/lobject.c'; else $(CYGPATH_W) '$(srcdir)/../../lua/lobject.c'; fi`
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-1573-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/liblua_a-lobject.Tpo $(DEPDIR)/liblua_a-lobject.Po
##############################################
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-1575-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in:1576:@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblua_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o liblua_a-lobject.obj `if test -f '../../lua/lobject.c'; then $(CYGPATH_W) '../../lua/lobject.c'; else $(CYGPATH_W) '$(srcdir)/../../lua/lobject.c'; fi`
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-1577-
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-1578-liblua_a-lopcodes.o: ../../lua/lopcodes.c
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in:1579:@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblua_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT liblua_a-lopcodes.o -MD -MP -MF $(DEPDIR)/liblua_a-lopcodes.Tpo -c -o liblua_a-lopcodes.o `test -f '../../lua/lopcodes.c' || echo '$(srcdir)/'`../../lua/lopcodes.c
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-1580-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/liblua_a-lopcodes.Tpo $(DEPDIR)/liblua_a-lopcodes.Po
##############################################
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-1582-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in:1583:@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblua_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o liblua_a-lopcodes.o `test -f '../../lua/lopcodes.c' || echo '$(srcdir)/'`../../lua/lopcodes.c
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-1584-
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-1585-liblua_a-lopcodes.obj: ../../lua/lopcodes.c
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in:1586:@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblua_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT liblua_a-lopcodes.obj -MD -MP -MF $(DEPDIR)/liblua_a-lopcodes.Tpo -c -o liblua_a-lopcodes.obj `if test -f '../../lua/lopcodes.c'; then $(CYGPATH_W) '../../lua/lopcodes.c'; else $(CYGPATH_W) '$(srcdir)/../../lua/lopcodes.c'; fi`
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-1587-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/liblua_a-lopcodes.Tpo $(DEPDIR)/liblua_a-lopcodes.Po
##############################################
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-1589-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in:1590:@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblua_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o liblua_a-lopcodes.obj `if test -f '../../lua/lopcodes.c'; then $(CYGPATH_W) '../../lua/lopcodes.c'; else $(CYGPATH_W) '$(srcdir)/../../lua/lopcodes.c'; fi`
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-1591-
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-1592-liblua_a-loslib.o: ../../lua/loslib.c
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in:1593:@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblua_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT liblua_a-loslib.o -MD -MP -MF $(DEPDIR)/liblua_a-loslib.Tpo -c -o liblua_a-loslib.o `test -f '../../lua/loslib.c' || echo '$(srcdir)/'`../../lua/loslib.c
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-1594-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/liblua_a-loslib.Tpo $(DEPDIR)/liblua_a-loslib.Po
##############################################
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-1596-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in:1597:@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblua_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o liblua_a-loslib.o `test -f '../../lua/loslib.c' || echo '$(srcdir)/'`../../lua/loslib.c
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-1598-
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-1599-liblua_a-loslib.obj: ../../lua/loslib.c
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in:1600:@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblua_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT liblua_a-loslib.obj -MD -MP -MF $(DEPDIR)/liblua_a-loslib.Tpo -c -o liblua_a-loslib.obj `if test -f '../../lua/loslib.c'; then $(CYGPATH_W) '../../lua/loslib.c'; else $(CYGPATH_W) '$(srcdir)/../../lua/loslib.c'; fi`
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-1601-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/liblua_a-loslib.Tpo $(DEPDIR)/liblua_a-loslib.Po
##############################################
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-1603-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in:1604:@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblua_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o liblua_a-loslib.obj `if test -f '../../lua/loslib.c'; then $(CYGPATH_W) '../../lua/loslib.c'; else $(CYGPATH_W) '$(srcdir)/../../lua/loslib.c'; fi`
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-1605-
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-1606-liblua_a-lparser.o: ../../lua/lparser.c
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in:1607:@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblua_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT liblua_a-lparser.o -MD -MP -MF $(DEPDIR)/liblua_a-lparser.Tpo -c -o liblua_a-lparser.o `test -f '../../lua/lparser.c' || echo '$(srcdir)/'`../../lua/lparser.c
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-1608-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/liblua_a-lparser.Tpo $(DEPDIR)/liblua_a-lparser.Po
##############################################
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-1610-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in:1611:@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblua_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o liblua_a-lparser.o `test -f '../../lua/lparser.c' || echo '$(srcdir)/'`../../lua/lparser.c
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-1612-
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-1613-liblua_a-lparser.obj: ../../lua/lparser.c
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in:1614:@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblua_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT liblua_a-lparser.obj -MD -MP -MF $(DEPDIR)/liblua_a-lparser.Tpo -c -o liblua_a-lparser.obj `if test -f '../../lua/lparser.c'; then $(CYGPATH_W) '../../lua/lparser.c'; else $(CYGPATH_W) '$(srcdir)/../../lua/lparser.c'; fi`
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-1615-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/liblua_a-lparser.Tpo $(DEPDIR)/liblua_a-lparser.Po
##############################################
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-1617-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in:1618:@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblua_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o liblua_a-lparser.obj `if test -f '../../lua/lparser.c'; then $(CYGPATH_W) '../../lua/lparser.c'; else $(CYGPATH_W) '$(srcdir)/../../lua/lparser.c'; fi`
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-1619-
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-1620-liblua_a-lstate.o: ../../lua/lstate.c
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in:1621:@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblua_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT liblua_a-lstate.o -MD -MP -MF $(DEPDIR)/liblua_a-lstate.Tpo -c -o liblua_a-lstate.o `test -f '../../lua/lstate.c' || echo '$(srcdir)/'`../../lua/lstate.c
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-1622-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/liblua_a-lstate.Tpo $(DEPDIR)/liblua_a-lstate.Po
##############################################
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-1624-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in:1625:@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblua_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o liblua_a-lstate.o `test -f '../../lua/lstate.c' || echo '$(srcdir)/'`../../lua/lstate.c
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-1626-
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-1627-liblua_a-lstate.obj: ../../lua/lstate.c
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in:1628:@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblua_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT liblua_a-lstate.obj -MD -MP -MF $(DEPDIR)/liblua_a-lstate.Tpo -c -o liblua_a-lstate.obj `if test -f '../../lua/lstate.c'; then $(CYGPATH_W) '../../lua/lstate.c'; else $(CYGPATH_W) '$(srcdir)/../../lua/lstate.c'; fi`
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-1629-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/liblua_a-lstate.Tpo $(DEPDIR)/liblua_a-lstate.Po
##############################################
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-1631-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in:1632:@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblua_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o liblua_a-lstate.obj `if test -f '../../lua/lstate.c'; then $(CYGPATH_W) '../../lua/lstate.c'; else $(CYGPATH_W) '$(srcdir)/../../lua/lstate.c'; fi`
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-1633-
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-1634-liblua_a-lstring.o: ../../lua/lstring.c
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in:1635:@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblua_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT liblua_a-lstring.o -MD -MP -MF $(DEPDIR)/liblua_a-lstring.Tpo -c -o liblua_a-lstring.o `test -f '../../lua/lstring.c' || echo '$(srcdir)/'`../../lua/lstring.c
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-1636-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/liblua_a-lstring.Tpo $(DEPDIR)/liblua_a-lstring.Po
##############################################
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-1638-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in:1639:@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblua_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o liblua_a-lstring.o `test -f '../../lua/lstring.c' || echo '$(srcdir)/'`../../lua/lstring.c
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-1640-
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-1641-liblua_a-lstring.obj: ../../lua/lstring.c
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in:1642:@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblua_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT liblua_a-lstring.obj -MD -MP -MF $(DEPDIR)/liblua_a-lstring.Tpo -c -o liblua_a-lstring.obj `if test -f '../../lua/lstring.c'; then $(CYGPATH_W) '../../lua/lstring.c'; else $(CYGPATH_W) '$(srcdir)/../../lua/lstring.c'; fi`
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-1643-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/liblua_a-lstring.Tpo $(DEPDIR)/liblua_a-lstring.Po
##############################################
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-1645-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in:1646:@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblua_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o liblua_a-lstring.obj `if test -f '../../lua/lstring.c'; then $(CYGPATH_W) '../../lua/lstring.c'; else $(CYGPATH_W) '$(srcdir)/../../lua/lstring.c'; fi`
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-1647-
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-1648-liblua_a-lstrlib.o: ../../lua/lstrlib.c
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in:1649:@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblua_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT liblua_a-lstrlib.o -MD -MP -MF $(DEPDIR)/liblua_a-lstrlib.Tpo -c -o liblua_a-lstrlib.o `test -f '../../lua/lstrlib.c' || echo '$(srcdir)/'`../../lua/lstrlib.c
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-1650-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/liblua_a-lstrlib.Tpo $(DEPDIR)/liblua_a-lstrlib.Po
##############################################
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-1652-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in:1653:@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblua_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o liblua_a-lstrlib.o `test -f '../../lua/lstrlib.c' || echo '$(srcdir)/'`../../lua/lstrlib.c
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-1654-
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-1655-liblua_a-lstrlib.obj: ../../lua/lstrlib.c
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in:1656:@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblua_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT liblua_a-lstrlib.obj -MD -MP -MF $(DEPDIR)/liblua_a-lstrlib.Tpo -c -o liblua_a-lstrlib.obj `if test -f '../../lua/lstrlib.c'; then $(CYGPATH_W) '../../lua/lstrlib.c'; else $(CYGPATH_W) '$(srcdir)/../../lua/lstrlib.c'; fi`
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-1657-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/liblua_a-lstrlib.Tpo $(DEPDIR)/liblua_a-lstrlib.Po
##############################################
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-1659-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in:1660:@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblua_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o liblua_a-lstrlib.obj `if test -f '../../lua/lstrlib.c'; then $(CYGPATH_W) '../../lua/lstrlib.c'; else $(CYGPATH_W) '$(srcdir)/../../lua/lstrlib.c'; fi`
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-1661-
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-1662-liblua_a-ltable.o: ../../lua/ltable.c
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in:1663:@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblua_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT liblua_a-ltable.o -MD -MP -MF $(DEPDIR)/liblua_a-ltable.Tpo -c -o liblua_a-ltable.o `test -f '../../lua/ltable.c' || echo '$(srcdir)/'`../../lua/ltable.c
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-1664-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/liblua_a-ltable.Tpo $(DEPDIR)/liblua_a-ltable.Po
##############################################
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-1666-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in:1667:@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblua_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o liblua_a-ltable.o `test -f '../../lua/ltable.c' || echo '$(srcdir)/'`../../lua/ltable.c
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-1668-
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-1669-liblua_a-ltable.obj: ../../lua/ltable.c
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in:1670:@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblua_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT liblua_a-ltable.obj -MD -MP -MF $(DEPDIR)/liblua_a-ltable.Tpo -c -o liblua_a-ltable.obj `if test -f '../../lua/ltable.c'; then $(CYGPATH_W) '../../lua/ltable.c'; else $(CYGPATH_W) '$(srcdir)/../../lua/ltable.c'; fi`
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-1671-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/liblua_a-ltable.Tpo $(DEPDIR)/liblua_a-ltable.Po
##############################################
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-1673-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in:1674:@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblua_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o liblua_a-ltable.obj `if test -f '../../lua/ltable.c'; then $(CYGPATH_W) '../../lua/ltable.c'; else $(CYGPATH_W) '$(srcdir)/../../lua/ltable.c'; fi`
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-1675-
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-1676-liblua_a-ltablib.o: ../../lua/ltablib.c
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in:1677:@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblua_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT liblua_a-ltablib.o -MD -MP -MF $(DEPDIR)/liblua_a-ltablib.Tpo -c -o liblua_a-ltablib.o `test -f '../../lua/ltablib.c' || echo '$(srcdir)/'`../../lua/ltablib.c
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-1678-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/liblua_a-ltablib.Tpo $(DEPDIR)/liblua_a-ltablib.Po
##############################################
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-1680-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in:1681:@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblua_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o liblua_a-ltablib.o `test -f '../../lua/ltablib.c' || echo '$(srcdir)/'`../../lua/ltablib.c
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-1682-
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-1683-liblua_a-ltablib.obj: ../../lua/ltablib.c
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in:1684:@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblua_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT liblua_a-ltablib.obj -MD -MP -MF $(DEPDIR)/liblua_a-ltablib.Tpo -c -o liblua_a-ltablib.obj `if test -f '../../lua/ltablib.c'; then $(CYGPATH_W) '../../lua/ltablib.c'; else $(CYGPATH_W) '$(srcdir)/../../lua/ltablib.c'; fi`
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-1685-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/liblua_a-ltablib.Tpo $(DEPDIR)/liblua_a-ltablib.Po
##############################################
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-1687-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in:1688:@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblua_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o liblua_a-ltablib.obj `if test -f '../../lua/ltablib.c'; then $(CYGPATH_W) '../../lua/ltablib.c'; else $(CYGPATH_W) '$(srcdir)/../../lua/ltablib.c'; fi`
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-1689-
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-1690-liblua_a-ltm.o: ../../lua/ltm.c
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in:1691:@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblua_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT liblua_a-ltm.o -MD -MP -MF $(DEPDIR)/liblua_a-ltm.Tpo -c -o liblua_a-ltm.o `test -f '../../lua/ltm.c' || echo '$(srcdir)/'`../../lua/ltm.c
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-1692-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/liblua_a-ltm.Tpo $(DEPDIR)/liblua_a-ltm.Po
##############################################
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-1694-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in:1695:@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblua_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o liblua_a-ltm.o `test -f '../../lua/ltm.c' || echo '$(srcdir)/'`../../lua/ltm.c
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-1696-
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-1697-liblua_a-ltm.obj: ../../lua/ltm.c
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in:1698:@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblua_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT liblua_a-ltm.obj -MD -MP -MF $(DEPDIR)/liblua_a-ltm.Tpo -c -o liblua_a-ltm.obj `if test -f '../../lua/ltm.c'; then $(CYGPATH_W) '../../lua/ltm.c'; else $(CYGPATH_W) '$(srcdir)/../../lua/ltm.c'; fi`
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-1699-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/liblua_a-ltm.Tpo $(DEPDIR)/liblua_a-ltm.Po
##############################################
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-1701-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in:1702:@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblua_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o liblua_a-ltm.obj `if test -f '../../lua/ltm.c'; then $(CYGPATH_W) '../../lua/ltm.c'; else $(CYGPATH_W) '$(srcdir)/../../lua/ltm.c'; fi`
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-1703-
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-1704-liblua_a-lundump.o: ../../lua/lundump.c
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in:1705:@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblua_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT liblua_a-lundump.o -MD -MP -MF $(DEPDIR)/liblua_a-lundump.Tpo -c -o liblua_a-lundump.o `test -f '../../lua/lundump.c' || echo '$(srcdir)/'`../../lua/lundump.c
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-1706-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/liblua_a-lundump.Tpo $(DEPDIR)/liblua_a-lundump.Po
##############################################
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-1708-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in:1709:@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblua_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o liblua_a-lundump.o `test -f '../../lua/lundump.c' || echo '$(srcdir)/'`../../lua/lundump.c
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-1710-
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-1711-liblua_a-lundump.obj: ../../lua/lundump.c
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in:1712:@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblua_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT liblua_a-lundump.obj -MD -MP -MF $(DEPDIR)/liblua_a-lundump.Tpo -c -o liblua_a-lundump.obj `if test -f '../../lua/lundump.c'; then $(CYGPATH_W) '../../lua/lundump.c'; else $(CYGPATH_W) '$(srcdir)/../../lua/lundump.c'; fi`
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-1713-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/liblua_a-lundump.Tpo $(DEPDIR)/liblua_a-lundump.Po
##############################################
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-1715-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in:1716:@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblua_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o liblua_a-lundump.obj `if test -f '../../lua/lundump.c'; then $(CYGPATH_W) '../../lua/lundump.c'; else $(CYGPATH_W) '$(srcdir)/../../lua/lundump.c'; fi`
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-1717-
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-1718-liblua_a-lutf8lib.o: ../../lua/lutf8lib.c
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in:1719:@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblua_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT liblua_a-lutf8lib.o -MD -MP -MF $(DEPDIR)/liblua_a-lutf8lib.Tpo -c -o liblua_a-lutf8lib.o `test -f '../../lua/lutf8lib.c' || echo '$(srcdir)/'`../../lua/lutf8lib.c
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-1720-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/liblua_a-lutf8lib.Tpo $(DEPDIR)/liblua_a-lutf8lib.Po
##############################################
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-1722-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in:1723:@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblua_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o liblua_a-lutf8lib.o `test -f '../../lua/lutf8lib.c' || echo '$(srcdir)/'`../../lua/lutf8lib.c
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-1724-
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-1725-liblua_a-lutf8lib.obj: ../../lua/lutf8lib.c
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in:1726:@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblua_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT liblua_a-lutf8lib.obj -MD -MP -MF $(DEPDIR)/liblua_a-lutf8lib.Tpo -c -o liblua_a-lutf8lib.obj `if test -f '../../lua/lutf8lib.c'; then $(CYGPATH_W) '../../lua/lutf8lib.c'; else $(CYGPATH_W) '$(srcdir)/../../lua/lutf8lib.c'; fi`
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-1727-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/liblua_a-lutf8lib.Tpo $(DEPDIR)/liblua_a-lutf8lib.Po
##############################################
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-1729-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in:1730:@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblua_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o liblua_a-lutf8lib.obj `if test -f '../../lua/lutf8lib.c'; then $(CYGPATH_W) '../../lua/lutf8lib.c'; else $(CYGPATH_W) '$(srcdir)/../../lua/lutf8lib.c'; fi`
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-1731-
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-1732-liblua_a-lvm.o: ../../lua/lvm.c
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in:1733:@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblua_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT liblua_a-lvm.o -MD -MP -MF $(DEPDIR)/liblua_a-lvm.Tpo -c -o liblua_a-lvm.o `test -f '../../lua/lvm.c' || echo '$(srcdir)/'`../../lua/lvm.c
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-1734-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/liblua_a-lvm.Tpo $(DEPDIR)/liblua_a-lvm.Po
##############################################
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-1736-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in:1737:@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblua_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o liblua_a-lvm.o `test -f '../../lua/lvm.c' || echo '$(srcdir)/'`../../lua/lvm.c
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-1738-
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-1739-liblua_a-lvm.obj: ../../lua/lvm.c
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in:1740:@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblua_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT liblua_a-lvm.obj -MD -MP -MF $(DEPDIR)/liblua_a-lvm.Tpo -c -o liblua_a-lvm.obj `if test -f '../../lua/lvm.c'; then $(CYGPATH_W) '../../lua/lvm.c'; else $(CYGPATH_W) '$(srcdir)/../../lua/lvm.c'; fi`
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-1741-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/liblua_a-lvm.Tpo $(DEPDIR)/liblua_a-lvm.Po
##############################################
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-1743-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in:1744:@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblua_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o liblua_a-lvm.obj `if test -f '../../lua/lvm.c'; then $(CYGPATH_W) '../../lua/lvm.c'; else $(CYGPATH_W) '$(srcdir)/../../lua/lvm.c'; fi`
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-1745-
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-1746-liblua_a-lzio.o: ../../lua/lzio.c
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in:1747:@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblua_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT liblua_a-lzio.o -MD -MP -MF $(DEPDIR)/liblua_a-lzio.Tpo -c -o liblua_a-lzio.o `test -f '../../lua/lzio.c' || echo '$(srcdir)/'`../../lua/lzio.c
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-1748-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/liblua_a-lzio.Tpo $(DEPDIR)/liblua_a-lzio.Po
##############################################
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-1750-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in:1751:@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblua_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o liblua_a-lzio.o `test -f '../../lua/lzio.c' || echo '$(srcdir)/'`../../lua/lzio.c
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-1752-
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-1753-liblua_a-lzio.obj: ../../lua/lzio.c
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in:1754:@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblua_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT liblua_a-lzio.obj -MD -MP -MF $(DEPDIR)/liblua_a-lzio.Tpo -c -o liblua_a-lzio.obj `if test -f '../../lua/lzio.c'; then $(CYGPATH_W) '../../lua/lzio.c'; else $(CYGPATH_W) '$(srcdir)/../../lua/lzio.c'; fi`
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-1755-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/liblua_a-lzio.Tpo $(DEPDIR)/liblua_a-lzio.Po
##############################################
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-1757-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in:1758:@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblua_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o liblua_a-lzio.obj `if test -f '../../lua/lzio.c'; then $(CYGPATH_W) '../../lua/lzio.c'; else $(CYGPATH_W) '$(srcdir)/../../lua/lzio.c'; fi`
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-1759-
##############################################
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-1767-.cpp.obj:
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in:1768:@am__fastdepCXX_TRUE@	$(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-1769-@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
##############################################
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-1771-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in:1772:@am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-1773-
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-1774-bigint.o: ../../gollybase/bigint.cpp
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in:1775:@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT bigint.o -MD -MP -MF $(DEPDIR)/bigint.Tpo -c -o bigint.o `test -f '../../gollybase/bigint.cpp' || echo '$(srcdir)/'`../../gollybase/bigint.cpp
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-1776-@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/bigint.Tpo $(DEPDIR)/bigint.Po
##############################################
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-1778-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in:1779:@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o bigint.o `test -f '../../gollybase/bigint.cpp' || echo '$(srcdir)/'`../../gollybase/bigint.cpp
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-1780-
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-1781-bigint.obj: ../../gollybase/bigint.cpp
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in:1782:@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT bigint.obj -MD -MP -MF $(DEPDIR)/bigint.Tpo -c -o bigint.obj `if test -f '../../gollybase/bigint.cpp'; then $(CYGPATH_W) '../../gollybase/bigint.cpp'; else $(CYGPATH_W) '$(srcdir)/../../gollybase/bigint.cpp'; fi`
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-1783-@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/bigint.Tpo $(DEPDIR)/bigint.Po
##############################################
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-1785-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in:1786:@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o bigint.obj `if test -f '../../gollybase/bigint.cpp'; then $(CYGPATH_W) '../../gollybase/bigint.cpp'; else $(CYGPATH_W) '$(srcdir)/../../gollybase/bigint.cpp'; fi`
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-1787-
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-1788-generationsalgo.o: ../../gollybase/generationsalgo.cpp
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in:1789:@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT generationsalgo.o -MD -MP -MF $(DEPDIR)/generationsalgo.Tpo -c -o generationsalgo.o `test -f '../../gollybase/generationsalgo.cpp' || echo '$(srcdir)/'`../../gollybase/generationsalgo.cpp
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-1790-@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/generationsalgo.Tpo $(DEPDIR)/generationsalgo.Po
##############################################
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-1792-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in:1793:@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o generationsalgo.o `test -f '../../gollybase/generationsalgo.cpp' || echo '$(srcdir)/'`../../gollybase/generationsalgo.cpp
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-1794-
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-1795-generationsalgo.obj: ../../gollybase/generationsalgo.cpp
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in:1796:@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT generationsalgo.obj -MD -MP -MF $(DEPDIR)/generationsalgo.Tpo -c -o generationsalgo.obj `if test -f '../../gollybase/generationsalgo.cpp'; then $(CYGPATH_W) '../../gollybase/generationsalgo.cpp'; else $(CYGPATH_W) '$(srcdir)/../../gollybase/generationsalgo.cpp'; fi`
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-1797-@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/generationsalgo.Tpo $(DEPDIR)/generationsalgo.Po
##############################################
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-1799-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in:1800:@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o generationsalgo.obj `if test -f '../../gollybase/generationsalgo.cpp'; then $(CYGPATH_W) '../../gollybase/generationsalgo.cpp'; else $(CYGPATH_W) '$(srcdir)/../../gollybase/generationsalgo.cpp'; fi`
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-1801-
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-1802-ghashbase.o: ../../gollybase/ghashbase.cpp
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in:1803:@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT ghashbase.o -MD -MP -MF $(DEPDIR)/ghashbase.Tpo -c -o ghashbase.o `test -f '../../gollybase/ghashbase.cpp' || echo '$(srcdir)/'`../../gollybase/ghashbase.cpp
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-1804-@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/ghashbase.Tpo $(DEPDIR)/ghashbase.Po
##############################################
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-1806-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in:1807:@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o ghashbase.o `test -f '../../gollybase/ghashbase.cpp' || echo '$(srcdir)/'`../../gollybase/ghashbase.cpp
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-1808-
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-1809-ghashbase.obj: ../../gollybase/ghashbase.cpp
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in:1810:@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT ghashbase.obj -MD -MP -MF $(DEPDIR)/ghashbase.Tpo -c -o ghashbase.obj `if test -f '../../gollybase/ghashbase.cpp'; then $(CYGPATH_W) '../../gollybase/ghashbase.cpp'; else $(CYGPATH_W) '$(srcdir)/../../gollybase/ghashbase.cpp'; fi`
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-1811-@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/ghashbase.Tpo $(DEPDIR)/ghashbase.Po
##############################################
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-1813-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in:1814:@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o ghashbase.obj `if test -f '../../gollybase/ghashbase.cpp'; then $(CYGPATH_W) '../../gollybase/ghashbase.cpp'; else $(CYGPATH_W) '$(srcdir)/../../gollybase/ghashbase.cpp'; fi`
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-1815-
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-1816-ghashdraw.o: ../../gollybase/ghashdraw.cpp
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in:1817:@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT ghashdraw.o -MD -MP -MF $(DEPDIR)/ghashdraw.Tpo -c -o ghashdraw.o `test -f '../../gollybase/ghashdraw.cpp' || echo '$(srcdir)/'`../../gollybase/ghashdraw.cpp
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-1818-@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/ghashdraw.Tpo $(DEPDIR)/ghashdraw.Po
##############################################
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-1820-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in:1821:@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o ghashdraw.o `test -f '../../gollybase/ghashdraw.cpp' || echo '$(srcdir)/'`../../gollybase/ghashdraw.cpp
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-1822-
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-1823-ghashdraw.obj: ../../gollybase/ghashdraw.cpp
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in:1824:@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT ghashdraw.obj -MD -MP -MF $(DEPDIR)/ghashdraw.Tpo -c -o ghashdraw.obj `if test -f '../../gollybase/ghashdraw.cpp'; then $(CYGPATH_W) '../../gollybase/ghashdraw.cpp'; else $(CYGPATH_W) '$(srcdir)/../../gollybase/ghashdraw.cpp'; fi`
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-1825-@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/ghashdraw.Tpo $(DEPDIR)/ghashdraw.Po
##############################################
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-1827-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in:1828:@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o ghashdraw.obj `if test -f '../../gollybase/ghashdraw.cpp'; then $(CYGPATH_W) '../../gollybase/ghashdraw.cpp'; else $(CYGPATH_W) '$(srcdir)/../../gollybase/ghashdraw.cpp'; fi`
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-1829-
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-1830-hlifealgo.o: ../../gollybase/hlifealgo.cpp
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in:1831:@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT hlifealgo.o -MD -MP -MF $(DEPDIR)/hlifealgo.Tpo -c -o hlifealgo.o `test -f '../../gollybase/hlifealgo.cpp' || echo '$(srcdir)/'`../../gollybase/hlifealgo.cpp
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-1832-@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/hlifealgo.Tpo $(DEPDIR)/hlifealgo.Po
##############################################
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-1834-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in:1835:@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o hlifealgo.o `test -f '../../gollybase/hlifealgo.cpp' || echo '$(srcdir)/'`../../gollybase/hlifealgo.cpp
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-1836-
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-1837-hlifealgo.obj: ../../gollybase/hlifealgo.cpp
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in:1838:@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT hlifealgo.obj -MD -MP -MF $(DEPDIR)/hlifealgo.Tpo -c -o hlifealgo.obj `if test -f '../../gollybase/hlifealgo.cpp'; then $(CYGPATH_W) '../../gollybase/hlifealgo.cpp'; else $(CYGPATH_W) '$(srcdir)/../../gollybase/hlifealgo.cpp'; fi`
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-1839-@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/hlifealgo.Tpo $(DEPDIR)/hlifealgo.Po
##############################################
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-1841-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in:1842:@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o hlifealgo.obj `if test -f '../../gollybase/hlifealgo.cpp'; then $(CYGPATH_W) '../../gollybase/hlifealgo.cpp'; else $(CYGPATH_W) '$(srcdir)/../../gollybase/hlifealgo.cpp'; fi`
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-1843-
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-1844-hlifedraw.o: ../../gollybase/hlifedraw.cpp
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in:1845:@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT hlifedraw.o -MD -MP -MF $(DEPDIR)/hlifedraw.Tpo -c -o hlifedraw.o `test -f '../../gollybase/hlifedraw.cpp' || echo '$(srcdir)/'`../../gollybase/hlifedraw.cpp
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-1846-@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/hlifedraw.Tpo $(DEPDIR)/hlifedraw.Po
##############################################
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-1848-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in:1849:@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o hlifedraw.o `test -f '../../gollybase/hlifedraw.cpp' || echo '$(srcdir)/'`../../gollybase/hlifedraw.cpp
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-1850-
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-1851-hlifedraw.obj: ../../gollybase/hlifedraw.cpp
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in:1852:@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT hlifedraw.obj -MD -MP -MF $(DEPDIR)/hlifedraw.Tpo -c -o hlifedraw.obj `if test -f '../../gollybase/hlifedraw.cpp'; then $(CYGPATH_W) '../../gollybase/hlifedraw.cpp'; else $(CYGPATH_W) '$(srcdir)/../../gollybase/hlifedraw.cpp'; fi`
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-1853-@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/hlifedraw.Tpo $(DEPDIR)/hlifedraw.Po
##############################################
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-1855-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in:1856:@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o hlifedraw.obj `if test -f '../../gollybase/hlifedraw.cpp'; then $(CYGPATH_W) '../../gollybase/hlifedraw.cpp'; else $(CYGPATH_W) '$(srcdir)/../../gollybase/hlifedraw.cpp'; fi`
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-1857-
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-1858-jvnalgo.o: ../../gollybase/jvnalgo.cpp
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in:1859:@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT jvnalgo.o -MD -MP -MF $(DEPDIR)/jvnalgo.Tpo -c -o jvnalgo.o `test -f '../../gollybase/jvnalgo.cpp' || echo '$(srcdir)/'`../../gollybase/jvnalgo.cpp
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-1860-@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/jvnalgo.Tpo $(DEPDIR)/jvnalgo.Po
##############################################
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-1862-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in:1863:@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o jvnalgo.o `test -f '../../gollybase/jvnalgo.cpp' || echo '$(srcdir)/'`../../gollybase/jvnalgo.cpp
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-1864-
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-1865-jvnalgo.obj: ../../gollybase/jvnalgo.cpp
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in:1866:@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT jvnalgo.obj -MD -MP -MF $(DEPDIR)/jvnalgo.Tpo -c -o jvnalgo.obj `if test -f '../../gollybase/jvnalgo.cpp'; then $(CYGPATH_W) '../../gollybase/jvnalgo.cpp'; else $(CYGPATH_W) '$(srcdir)/../../gollybase/jvnalgo.cpp'; fi`
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-1867-@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/jvnalgo.Tpo $(DEPDIR)/jvnalgo.Po
##############################################
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-1869-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in:1870:@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o jvnalgo.obj `if test -f '../../gollybase/jvnalgo.cpp'; then $(CYGPATH_W) '../../gollybase/jvnalgo.cpp'; else $(CYGPATH_W) '$(srcdir)/../../gollybase/jvnalgo.cpp'; fi`
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-1871-
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-1872-lifealgo.o: ../../gollybase/lifealgo.cpp
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in:1873:@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT lifealgo.o -MD -MP -MF $(DEPDIR)/lifealgo.Tpo -c -o lifealgo.o `test -f '../../gollybase/lifealgo.cpp' || echo '$(srcdir)/'`../../gollybase/lifealgo.cpp
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-1874-@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/lifealgo.Tpo $(DEPDIR)/lifealgo.Po
##############################################
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-1876-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in:1877:@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o lifealgo.o `test -f '../../gollybase/lifealgo.cpp' || echo '$(srcdir)/'`../../gollybase/lifealgo.cpp
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-1878-
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-1879-lifealgo.obj: ../../gollybase/lifealgo.cpp
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in:1880:@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT lifealgo.obj -MD -MP -MF $(DEPDIR)/lifealgo.Tpo -c -o lifealgo.obj `if test -f '../../gollybase/lifealgo.cpp'; then $(CYGPATH_W) '../../gollybase/lifealgo.cpp'; else $(CYGPATH_W) '$(srcdir)/../../gollybase/lifealgo.cpp'; fi`
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-1881-@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/lifealgo.Tpo $(DEPDIR)/lifealgo.Po
##############################################
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-1883-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in:1884:@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o lifealgo.obj `if test -f '../../gollybase/lifealgo.cpp'; then $(CYGPATH_W) '../../gollybase/lifealgo.cpp'; else $(CYGPATH_W) '$(srcdir)/../../gollybase/lifealgo.cpp'; fi`
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-1885-
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-1886-lifepoll.o: ../../gollybase/lifepoll.cpp
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in:1887:@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT lifepoll.o -MD -MP -MF $(DEPDIR)/lifepoll.Tpo -c -o lifepoll.o `test -f '../../gollybase/lifepoll.cpp' || echo '$(srcdir)/'`../../gollybase/lifepoll.cpp
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-1888-@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/lifepoll.Tpo $(DEPDIR)/lifepoll.Po
##############################################
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-1890-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in:1891:@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o lifepoll.o `test -f '../../gollybase/lifepoll.cpp' || echo '$(srcdir)/'`../../gollybase/lifepoll.cpp
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-1892-
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-1893-lifepoll.obj: ../../gollybase/lifepoll.cpp
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in:1894:@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT lifepoll.obj -MD -MP -MF $(DEPDIR)/lifepoll.Tpo -c -o lifepoll.obj `if test -f '../../gollybase/lifepoll.cpp'; then $(CYGPATH_W) '../../gollybase/lifepoll.cpp'; else $(CYGPATH_W) '$(srcdir)/../../gollybase/lifepoll.cpp'; fi`
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-1895-@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/lifepoll.Tpo $(DEPDIR)/lifepoll.Po
##############################################
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-1897-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in:1898:@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o lifepoll.obj `if test -f '../../gollybase/lifepoll.cpp'; then $(CYGPATH_W) '../../gollybase/lifepoll.cpp'; else $(CYGPATH_W) '$(srcdir)/../../gollybase/lifepoll.cpp'; fi`
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-1899-
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-1900-liferender.o: ../../gollybase/liferender.cpp
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in:1901:@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT liferender.o -MD -MP -MF $(DEPDIR)/liferender.Tpo -c -o liferender.o `test -f '../../gollybase/liferender.cpp' || echo '$(srcdir)/'`../../gollybase/liferender.cpp
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-1902-@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/liferender.Tpo $(DEPDIR)/liferender.Po
##############################################
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-1904-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in:1905:@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o liferender.o `test -f '../../gollybase/liferender.cpp' || echo '$(srcdir)/'`../../gollybase/liferender.cpp
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-1906-
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-1907-liferender.obj: ../../gollybase/liferender.cpp
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in:1908:@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT liferender.obj -MD -MP -MF $(DEPDIR)/liferender.Tpo -c -o liferender.obj `if test -f '../../gollybase/liferender.cpp'; then $(CYGPATH_W) '../../gollybase/liferender.cpp'; else $(CYGPATH_W) '$(srcdir)/../../gollybase/liferender.cpp'; fi`
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-1909-@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/liferender.Tpo $(DEPDIR)/liferender.Po
##############################################
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-1911-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in:1912:@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o liferender.obj `if test -f '../../gollybase/liferender.cpp'; then $(CYGPATH_W) '../../gollybase/liferender.cpp'; else $(CYGPATH_W) '$(srcdir)/../../gollybase/liferender.cpp'; fi`
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-1913-
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-1914-liferules.o: ../../gollybase/liferules.cpp
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in:1915:@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT liferules.o -MD -MP -MF $(DEPDIR)/liferules.Tpo -c -o liferules.o `test -f '../../gollybase/liferules.cpp' || echo '$(srcdir)/'`../../gollybase/liferules.cpp
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-1916-@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/liferules.Tpo $(DEPDIR)/liferules.Po
##############################################
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-1918-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in:1919:@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o liferules.o `test -f '../../gollybase/liferules.cpp' || echo '$(srcdir)/'`../../gollybase/liferules.cpp
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-1920-
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-1921-liferules.obj: ../../gollybase/liferules.cpp
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in:1922:@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT liferules.obj -MD -MP -MF $(DEPDIR)/liferules.Tpo -c -o liferules.obj `if test -f '../../gollybase/liferules.cpp'; then $(CYGPATH_W) '../../gollybase/liferules.cpp'; else $(CYGPATH_W) '$(srcdir)/../../gollybase/liferules.cpp'; fi`
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-1923-@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/liferules.Tpo $(DEPDIR)/liferules.Po
##############################################
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-1925-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in:1926:@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o liferules.obj `if test -f '../../gollybase/liferules.cpp'; then $(CYGPATH_W) '../../gollybase/liferules.cpp'; else $(CYGPATH_W) '$(srcdir)/../../gollybase/liferules.cpp'; fi`
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-1927-
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-1928-ltlalgo.o: ../../gollybase/ltlalgo.cpp
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in:1929:@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT ltlalgo.o -MD -MP -MF $(DEPDIR)/ltlalgo.Tpo -c -o ltlalgo.o `test -f '../../gollybase/ltlalgo.cpp' || echo '$(srcdir)/'`../../gollybase/ltlalgo.cpp
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-1930-@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/ltlalgo.Tpo $(DEPDIR)/ltlalgo.Po
##############################################
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-1932-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in:1933:@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o ltlalgo.o `test -f '../../gollybase/ltlalgo.cpp' || echo '$(srcdir)/'`../../gollybase/ltlalgo.cpp
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-1934-
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-1935-ltlalgo.obj: ../../gollybase/ltlalgo.cpp
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in:1936:@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT ltlalgo.obj -MD -MP -MF $(DEPDIR)/ltlalgo.Tpo -c -o ltlalgo.obj `if test -f '../../gollybase/ltlalgo.cpp'; then $(CYGPATH_W) '../../gollybase/ltlalgo.cpp'; else $(CYGPATH_W) '$(srcdir)/../../gollybase/ltlalgo.cpp'; fi`
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-1937-@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/ltlalgo.Tpo $(DEPDIR)/ltlalgo.Po
##############################################
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-1939-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in:1940:@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o ltlalgo.obj `if test -f '../../gollybase/ltlalgo.cpp'; then $(CYGPATH_W) '../../gollybase/ltlalgo.cpp'; else $(CYGPATH_W) '$(srcdir)/../../gollybase/ltlalgo.cpp'; fi`
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-1941-
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-1942-ltldraw.o: ../../gollybase/ltldraw.cpp
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in:1943:@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT ltldraw.o -MD -MP -MF $(DEPDIR)/ltldraw.Tpo -c -o ltldraw.o `test -f '../../gollybase/ltldraw.cpp' || echo '$(srcdir)/'`../../gollybase/ltldraw.cpp
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-1944-@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/ltldraw.Tpo $(DEPDIR)/ltldraw.Po
##############################################
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-1946-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in:1947:@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o ltldraw.o `test -f '../../gollybase/ltldraw.cpp' || echo '$(srcdir)/'`../../gollybase/ltldraw.cpp
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-1948-
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-1949-ltldraw.obj: ../../gollybase/ltldraw.cpp
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in:1950:@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT ltldraw.obj -MD -MP -MF $(DEPDIR)/ltldraw.Tpo -c -o ltldraw.obj `if test -f '../../gollybase/ltldraw.cpp'; then $(CYGPATH_W) '../../gollybase/ltldraw.cpp'; else $(CYGPATH_W) '$(srcdir)/../../gollybase/ltldraw.cpp'; fi`
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-1951-@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/ltldraw.Tpo $(DEPDIR)/ltldraw.Po
##############################################
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-1953-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in:1954:@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o ltldraw.obj `if test -f '../../gollybase/ltldraw.cpp'; then $(CYGPATH_W) '../../gollybase/ltldraw.cpp'; else $(CYGPATH_W) '$(srcdir)/../../gollybase/ltldraw.cpp'; fi`
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-1955-
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-1956-qlifealgo.o: ../../gollybase/qlifealgo.cpp
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in:1957:@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT qlifealgo.o -MD -MP -MF $(DEPDIR)/qlifealgo.Tpo -c -o qlifealgo.o `test -f '../../gollybase/qlifealgo.cpp' || echo '$(srcdir)/'`../../gollybase/qlifealgo.cpp
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-1958-@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/qlifealgo.Tpo $(DEPDIR)/qlifealgo.Po
##############################################
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-1960-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in:1961:@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o qlifealgo.o `test -f '../../gollybase/qlifealgo.cpp' || echo '$(srcdir)/'`../../gollybase/qlifealgo.cpp
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-1962-
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-1963-qlifealgo.obj: ../../gollybase/qlifealgo.cpp
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in:1964:@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT qlifealgo.obj -MD -MP -MF $(DEPDIR)/qlifealgo.Tpo -c -o qlifealgo.obj `if test -f '../../gollybase/qlifealgo.cpp'; then $(CYGPATH_W) '../../gollybase/qlifealgo.cpp'; else $(CYGPATH_W) '$(srcdir)/../../gollybase/qlifealgo.cpp'; fi`
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-1965-@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/qlifealgo.Tpo $(DEPDIR)/qlifealgo.Po
##############################################
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-1967-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in:1968:@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o qlifealgo.obj `if test -f '../../gollybase/qlifealgo.cpp'; then $(CYGPATH_W) '../../gollybase/qlifealgo.cpp'; else $(CYGPATH_W) '$(srcdir)/../../gollybase/qlifealgo.cpp'; fi`
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-1969-
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-1970-qlifedraw.o: ../../gollybase/qlifedraw.cpp
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in:1971:@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT qlifedraw.o -MD -MP -MF $(DEPDIR)/qlifedraw.Tpo -c -o qlifedraw.o `test -f '../../gollybase/qlifedraw.cpp' || echo '$(srcdir)/'`../../gollybase/qlifedraw.cpp
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-1972-@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/qlifedraw.Tpo $(DEPDIR)/qlifedraw.Po
##############################################
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-1974-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in:1975:@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o qlifedraw.o `test -f '../../gollybase/qlifedraw.cpp' || echo '$(srcdir)/'`../../gollybase/qlifedraw.cpp
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-1976-
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-1977-qlifedraw.obj: ../../gollybase/qlifedraw.cpp
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in:1978:@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT qlifedraw.obj -MD -MP -MF $(DEPDIR)/qlifedraw.Tpo -c -o qlifedraw.obj `if test -f '../../gollybase/qlifedraw.cpp'; then $(CYGPATH_W) '../../gollybase/qlifedraw.cpp'; else $(CYGPATH_W) '$(srcdir)/../../gollybase/qlifedraw.cpp'; fi`
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-1979-@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/qlifedraw.Tpo $(DEPDIR)/qlifedraw.Po
##############################################
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-1981-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in:1982:@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o qlifedraw.obj `if test -f '../../gollybase/qlifedraw.cpp'; then $(CYGPATH_W) '../../gollybase/qlifedraw.cpp'; else $(CYGPATH_W) '$(srcdir)/../../gollybase/qlifedraw.cpp'; fi`
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-1983-
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-1984-readpattern.o: ../../gollybase/readpattern.cpp
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in:1985:@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT readpattern.o -MD -MP -MF $(DEPDIR)/readpattern.Tpo -c -o readpattern.o `test -f '../../gollybase/readpattern.cpp' || echo '$(srcdir)/'`../../gollybase/readpattern.cpp
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-1986-@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/readpattern.Tpo $(DEPDIR)/readpattern.Po
##############################################
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-1988-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in:1989:@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o readpattern.o `test -f '../../gollybase/readpattern.cpp' || echo '$(srcdir)/'`../../gollybase/readpattern.cpp
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-1990-
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-1991-readpattern.obj: ../../gollybase/readpattern.cpp
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in:1992:@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT readpattern.obj -MD -MP -MF $(DEPDIR)/readpattern.Tpo -c -o readpattern.obj `if test -f '../../gollybase/readpattern.cpp'; then $(CYGPATH_W) '../../gollybase/readpattern.cpp'; else $(CYGPATH_W) '$(srcdir)/../../gollybase/readpattern.cpp'; fi`
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-1993-@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/readpattern.Tpo $(DEPDIR)/readpattern.Po
##############################################
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-1995-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in:1996:@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o readpattern.obj `if test -f '../../gollybase/readpattern.cpp'; then $(CYGPATH_W) '../../gollybase/readpattern.cpp'; else $(CYGPATH_W) '$(srcdir)/../../gollybase/readpattern.cpp'; fi`
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-1997-
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-1998-ruleloaderalgo.o: ../../gollybase/ruleloaderalgo.cpp
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in:1999:@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT ruleloaderalgo.o -MD -MP -MF $(DEPDIR)/ruleloaderalgo.Tpo -c -o ruleloaderalgo.o `test -f '../../gollybase/ruleloaderalgo.cpp' || echo '$(srcdir)/'`../../gollybase/ruleloaderalgo.cpp
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-2000-@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/ruleloaderalgo.Tpo $(DEPDIR)/ruleloaderalgo.Po
##############################################
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-2002-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in:2003:@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o ruleloaderalgo.o `test -f '../../gollybase/ruleloaderalgo.cpp' || echo '$(srcdir)/'`../../gollybase/ruleloaderalgo.cpp
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-2004-
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-2005-ruleloaderalgo.obj: ../../gollybase/ruleloaderalgo.cpp
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in:2006:@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT ruleloaderalgo.obj -MD -MP -MF $(DEPDIR)/ruleloaderalgo.Tpo -c -o ruleloaderalgo.obj `if test -f '../../gollybase/ruleloaderalgo.cpp'; then $(CYGPATH_W) '../../gollybase/ruleloaderalgo.cpp'; else $(CYGPATH_W) '$(srcdir)/../../gollybase/ruleloaderalgo.cpp'; fi`
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-2007-@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/ruleloaderalgo.Tpo $(DEPDIR)/ruleloaderalgo.Po
##############################################
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-2009-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in:2010:@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o ruleloaderalgo.obj `if test -f '../../gollybase/ruleloaderalgo.cpp'; then $(CYGPATH_W) '../../gollybase/ruleloaderalgo.cpp'; else $(CYGPATH_W) '$(srcdir)/../../gollybase/ruleloaderalgo.cpp'; fi`
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-2011-
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-2012-ruletable_algo.o: ../../gollybase/ruletable_algo.cpp
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in:2013:@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT ruletable_algo.o -MD -MP -MF $(DEPDIR)/ruletable_algo.Tpo -c -o ruletable_algo.o `test -f '../../gollybase/ruletable_algo.cpp' || echo '$(srcdir)/'`../../gollybase/ruletable_algo.cpp
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-2014-@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/ruletable_algo.Tpo $(DEPDIR)/ruletable_algo.Po
##############################################
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-2016-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in:2017:@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o ruletable_algo.o `test -f '../../gollybase/ruletable_algo.cpp' || echo '$(srcdir)/'`../../gollybase/ruletable_algo.cpp
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-2018-
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-2019-ruletable_algo.obj: ../../gollybase/ruletable_algo.cpp
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in:2020:@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT ruletable_algo.obj -MD -MP -MF $(DEPDIR)/ruletable_algo.Tpo -c -o ruletable_algo.obj `if test -f '../../gollybase/ruletable_algo.cpp'; then $(CYGPATH_W) '../../gollybase/ruletable_algo.cpp'; else $(CYGPATH_W) '$(srcdir)/../../gollybase/ruletable_algo.cpp'; fi`
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-2021-@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/ruletable_algo.Tpo $(DEPDIR)/ruletable_algo.Po
##############################################
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-2023-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in:2024:@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o ruletable_algo.obj `if test -f '../../gollybase/ruletable_algo.cpp'; then $(CYGPATH_W) '../../gollybase/ruletable_algo.cpp'; else $(CYGPATH_W) '$(srcdir)/../../gollybase/ruletable_algo.cpp'; fi`
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-2025-
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-2026-ruletreealgo.o: ../../gollybase/ruletreealgo.cpp
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in:2027:@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT ruletreealgo.o -MD -MP -MF $(DEPDIR)/ruletreealgo.Tpo -c -o ruletreealgo.o `test -f '../../gollybase/ruletreealgo.cpp' || echo '$(srcdir)/'`../../gollybase/ruletreealgo.cpp
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-2028-@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/ruletreealgo.Tpo $(DEPDIR)/ruletreealgo.Po
##############################################
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-2030-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in:2031:@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o ruletreealgo.o `test -f '../../gollybase/ruletreealgo.cpp' || echo '$(srcdir)/'`../../gollybase/ruletreealgo.cpp
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-2032-
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-2033-ruletreealgo.obj: ../../gollybase/ruletreealgo.cpp
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in:2034:@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT ruletreealgo.obj -MD -MP -MF $(DEPDIR)/ruletreealgo.Tpo -c -o ruletreealgo.obj `if test -f '../../gollybase/ruletreealgo.cpp'; then $(CYGPATH_W) '../../gollybase/ruletreealgo.cpp'; else $(CYGPATH_W) '$(srcdir)/../../gollybase/ruletreealgo.cpp'; fi`
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-2035-@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/ruletreealgo.Tpo $(DEPDIR)/ruletreealgo.Po
##############################################
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-2037-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in:2038:@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o ruletreealgo.obj `if test -f '../../gollybase/ruletreealgo.cpp'; then $(CYGPATH_W) '../../gollybase/ruletreealgo.cpp'; else $(CYGPATH_W) '$(srcdir)/../../gollybase/ruletreealgo.cpp'; fi`
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-2039-
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-2040-util.o: ../../gollybase/util.cpp
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in:2041:@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT util.o -MD -MP -MF $(DEPDIR)/util.Tpo -c -o util.o `test -f '../../gollybase/util.cpp' || echo '$(srcdir)/'`../../gollybase/util.cpp
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-2042-@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/util.Tpo $(DEPDIR)/util.Po
##############################################
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-2044-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in:2045:@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o util.o `test -f '../../gollybase/util.cpp' || echo '$(srcdir)/'`../../gollybase/util.cpp
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-2046-
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-2047-util.obj: ../../gollybase/util.cpp
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in:2048:@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT util.obj -MD -MP -MF $(DEPDIR)/util.Tpo -c -o util.obj `if test -f '../../gollybase/util.cpp'; then $(CYGPATH_W) '../../gollybase/util.cpp'; else $(CYGPATH_W) '$(srcdir)/../../gollybase/util.cpp'; fi`
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-2049-@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/util.Tpo $(DEPDIR)/util.Po
##############################################
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-2051-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in:2052:@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o util.obj `if test -f '../../gollybase/util.cpp'; then $(CYGPATH_W) '../../gollybase/util.cpp'; else $(CYGPATH_W) '$(srcdir)/../../gollybase/util.cpp'; fi`
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-2053-
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-2054-viewport.o: ../../gollybase/viewport.cpp
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in:2055:@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT viewport.o -MD -MP -MF $(DEPDIR)/viewport.Tpo -c -o viewport.o `test -f '../../gollybase/viewport.cpp' || echo '$(srcdir)/'`../../gollybase/viewport.cpp
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-2056-@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/viewport.Tpo $(DEPDIR)/viewport.Po
##############################################
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-2058-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in:2059:@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o viewport.o `test -f '../../gollybase/viewport.cpp' || echo '$(srcdir)/'`../../gollybase/viewport.cpp
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-2060-
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-2061-viewport.obj: ../../gollybase/viewport.cpp
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in:2062:@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT viewport.obj -MD -MP -MF $(DEPDIR)/viewport.Tpo -c -o viewport.obj `if test -f '../../gollybase/viewport.cpp'; then $(CYGPATH_W) '../../gollybase/viewport.cpp'; else $(CYGPATH_W) '$(srcdir)/../../gollybase/viewport.cpp'; fi`
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-2063-@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/viewport.Tpo $(DEPDIR)/viewport.Po
##############################################
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-2065-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in:2066:@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o viewport.obj `if test -f '../../gollybase/viewport.cpp'; then $(CYGPATH_W) '../../gollybase/viewport.cpp'; else $(CYGPATH_W) '$(srcdir)/../../gollybase/viewport.cpp'; fi`
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-2067-
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-2068-writepattern.o: ../../gollybase/writepattern.cpp
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in:2069:@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT writepattern.o -MD -MP -MF $(DEPDIR)/writepattern.Tpo -c -o writepattern.o `test -f '../../gollybase/writepattern.cpp' || echo '$(srcdir)/'`../../gollybase/writepattern.cpp
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-2070-@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/writepattern.Tpo $(DEPDIR)/writepattern.Po
##############################################
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-2072-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in:2073:@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o writepattern.o `test -f '../../gollybase/writepattern.cpp' || echo '$(srcdir)/'`../../gollybase/writepattern.cpp
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-2074-
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-2075-writepattern.obj: ../../gollybase/writepattern.cpp
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in:2076:@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT writepattern.obj -MD -MP -MF $(DEPDIR)/writepattern.Tpo -c -o writepattern.obj `if test -f '../../gollybase/writepattern.cpp'; then $(CYGPATH_W) '../../gollybase/writepattern.cpp'; else $(CYGPATH_W) '$(srcdir)/../../gollybase/writepattern.cpp'; fi`
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-2077-@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/writepattern.Tpo $(DEPDIR)/writepattern.Po
##############################################
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-2079-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in:2080:@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o writepattern.obj `if test -f '../../gollybase/writepattern.cpp'; then $(CYGPATH_W) '../../gollybase/writepattern.cpp'; else $(CYGPATH_W) '$(srcdir)/../../gollybase/writepattern.cpp'; fi`
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-2081-
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-2082-RuleTableToTree.o: ../../cmdline/RuleTableToTree.cpp
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in:2083:@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT RuleTableToTree.o -MD -MP -MF $(DEPDIR)/RuleTableToTree.Tpo -c -o RuleTableToTree.o `test -f '../../cmdline/RuleTableToTree.cpp' || echo '$(srcdir)/'`../../cmdline/RuleTableToTree.cpp
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-2084-@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/RuleTableToTree.Tpo $(DEPDIR)/RuleTableToTree.Po
##############################################
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-2086-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in:2087:@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o RuleTableToTree.o `test -f '../../cmdline/RuleTableToTree.cpp' || echo '$(srcdir)/'`../../cmdline/RuleTableToTree.cpp
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-2088-
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-2089-RuleTableToTree.obj: ../../cmdline/RuleTableToTree.cpp
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in:2090:@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT RuleTableToTree.obj -MD -MP -MF $(DEPDIR)/RuleTableToTree.Tpo -c -o RuleTableToTree.obj `if test -f '../../cmdline/RuleTableToTree.cpp'; then $(CYGPATH_W) '../../cmdline/RuleTableToTree.cpp'; else $(CYGPATH_W) '$(srcdir)/../../cmdline/RuleTableToTree.cpp'; fi`
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-2091-@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/RuleTableToTree.Tpo $(DEPDIR)/RuleTableToTree.Po
##############################################
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-2093-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in:2094:@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o RuleTableToTree.obj `if test -f '../../cmdline/RuleTableToTree.cpp'; then $(CYGPATH_W) '../../cmdline/RuleTableToTree.cpp'; else $(CYGPATH_W) '$(srcdir)/../../cmdline/RuleTableToTree.cpp'; fi`
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-2095-
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-2096-bgolly.o: ../../cmdline/bgolly.cpp
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in:2097:@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT bgolly.o -MD -MP -MF $(DEPDIR)/bgolly.Tpo -c -o bgolly.o `test -f '../../cmdline/bgolly.cpp' || echo '$(srcdir)/'`../../cmdline/bgolly.cpp
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-2098-@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/bgolly.Tpo $(DEPDIR)/bgolly.Po
##############################################
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-2100-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in:2101:@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o bgolly.o `test -f '../../cmdline/bgolly.cpp' || echo '$(srcdir)/'`../../cmdline/bgolly.cpp
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-2102-
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-2103-bgolly.obj: ../../cmdline/bgolly.cpp
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in:2104:@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT bgolly.obj -MD -MP -MF $(DEPDIR)/bgolly.Tpo -c -o bgolly.obj `if test -f '../../cmdline/bgolly.cpp'; then $(CYGPATH_W) '../../cmdline/bgolly.cpp'; else $(CYGPATH_W) '$(srcdir)/../../cmdline/bgolly.cpp'; fi`
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-2105-@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/bgolly.Tpo $(DEPDIR)/bgolly.Po
##############################################
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-2107-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in:2108:@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o bgolly.obj `if test -f '../../cmdline/bgolly.cpp'; then $(CYGPATH_W) '../../cmdline/bgolly.cpp'; else $(CYGPATH_W) '$(srcdir)/../../cmdline/bgolly.cpp'; fi`
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-2109-
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-2110-golly-wxalgos.o: ../../gui-wx/wxalgos.cpp
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in:2111:@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(golly_CPPFLAGS) $(CPPFLAGS) $(golly_CXXFLAGS) $(CXXFLAGS) -MT golly-wxalgos.o -MD -MP -MF $(DEPDIR)/golly-wxalgos.Tpo -c -o golly-wxalgos.o `test -f '../../gui-wx/wxalgos.cpp' || echo '$(srcdir)/'`../../gui-wx/wxalgos.cpp
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-2112-@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/golly-wxalgos.Tpo $(DEPDIR)/golly-wxalgos.Po
##############################################
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-2114-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in:2115:@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(golly_CPPFLAGS) $(CPPFLAGS) $(golly_CXXFLAGS) $(CXXFLAGS) -c -o golly-wxalgos.o `test -f '../../gui-wx/wxalgos.cpp' || echo '$(srcdir)/'`../../gui-wx/wxalgos.cpp
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-2116-
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-2117-golly-wxalgos.obj: ../../gui-wx/wxalgos.cpp
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in:2118:@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(golly_CPPFLAGS) $(CPPFLAGS) $(golly_CXXFLAGS) $(CXXFLAGS) -MT golly-wxalgos.obj -MD -MP -MF $(DEPDIR)/golly-wxalgos.Tpo -c -o golly-wxalgos.obj `if test -f '../../gui-wx/wxalgos.cpp'; then $(CYGPATH_W) '../../gui-wx/wxalgos.cpp'; else $(CYGPATH_W) '$(srcdir)/../../gui-wx/wxalgos.cpp'; fi`
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-2119-@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/golly-wxalgos.Tpo $(DEPDIR)/golly-wxalgos.Po
##############################################
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-2121-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in:2122:@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(golly_CPPFLAGS) $(CPPFLAGS) $(golly_CXXFLAGS) $(CXXFLAGS) -c -o golly-wxalgos.obj `if test -f '../../gui-wx/wxalgos.cpp'; then $(CYGPATH_W) '../../gui-wx/wxalgos.cpp'; else $(CYGPATH_W) '$(srcdir)/../../gui-wx/wxalgos.cpp'; fi`
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-2123-
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-2124-golly-wxcontrol.o: ../../gui-wx/wxcontrol.cpp
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in:2125:@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(golly_CPPFLAGS) $(CPPFLAGS) $(golly_CXXFLAGS) $(CXXFLAGS) -MT golly-wxcontrol.o -MD -MP -MF $(DEPDIR)/golly-wxcontrol.Tpo -c -o golly-wxcontrol.o `test -f '../../gui-wx/wxcontrol.cpp' || echo '$(srcdir)/'`../../gui-wx/wxcontrol.cpp
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-2126-@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/golly-wxcontrol.Tpo $(DEPDIR)/golly-wxcontrol.Po
##############################################
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-2128-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in:2129:@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(golly_CPPFLAGS) $(CPPFLAGS) $(golly_CXXFLAGS) $(CXXFLAGS) -c -o golly-wxcontrol.o `test -f '../../gui-wx/wxcontrol.cpp' || echo '$(srcdir)/'`../../gui-wx/wxcontrol.cpp
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-2130-
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-2131-golly-wxcontrol.obj: ../../gui-wx/wxcontrol.cpp
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in:2132:@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(golly_CPPFLAGS) $(CPPFLAGS) $(golly_CXXFLAGS) $(CXXFLAGS) -MT golly-wxcontrol.obj -MD -MP -MF $(DEPDIR)/golly-wxcontrol.Tpo -c -o golly-wxcontrol.obj `if test -f '../../gui-wx/wxcontrol.cpp'; then $(CYGPATH_W) '../../gui-wx/wxcontrol.cpp'; else $(CYGPATH_W) '$(srcdir)/../../gui-wx/wxcontrol.cpp'; fi`
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-2133-@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/golly-wxcontrol.Tpo $(DEPDIR)/golly-wxcontrol.Po
##############################################
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-2135-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in:2136:@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(golly_CPPFLAGS) $(CPPFLAGS) $(golly_CXXFLAGS) $(CXXFLAGS) -c -o golly-wxcontrol.obj `if test -f '../../gui-wx/wxcontrol.cpp'; then $(CYGPATH_W) '../../gui-wx/wxcontrol.cpp'; else $(CYGPATH_W) '$(srcdir)/../../gui-wx/wxcontrol.cpp'; fi`
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-2137-
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-2138-golly-wxedit.o: ../../gui-wx/wxedit.cpp
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in:2139:@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(golly_CPPFLAGS) $(CPPFLAGS) $(golly_CXXFLAGS) $(CXXFLAGS) -MT golly-wxedit.o -MD -MP -MF $(DEPDIR)/golly-wxedit.Tpo -c -o golly-wxedit.o `test -f '../../gui-wx/wxedit.cpp' || echo '$(srcdir)/'`../../gui-wx/wxedit.cpp
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-2140-@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/golly-wxedit.Tpo $(DEPDIR)/golly-wxedit.Po
##############################################
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-2142-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in:2143:@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(golly_CPPFLAGS) $(CPPFLAGS) $(golly_CXXFLAGS) $(CXXFLAGS) -c -o golly-wxedit.o `test -f '../../gui-wx/wxedit.cpp' || echo '$(srcdir)/'`../../gui-wx/wxedit.cpp
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-2144-
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-2145-golly-wxedit.obj: ../../gui-wx/wxedit.cpp
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in:2146:@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(golly_CPPFLAGS) $(CPPFLAGS) $(golly_CXXFLAGS) $(CXXFLAGS) -MT golly-wxedit.obj -MD -MP -MF $(DEPDIR)/golly-wxedit.Tpo -c -o golly-wxedit.obj `if test -f '../../gui-wx/wxedit.cpp'; then $(CYGPATH_W) '../../gui-wx/wxedit.cpp'; else $(CYGPATH_W) '$(srcdir)/../../gui-wx/wxedit.cpp'; fi`
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-2147-@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/golly-wxedit.Tpo $(DEPDIR)/golly-wxedit.Po
##############################################
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-2149-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in:2150:@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(golly_CPPFLAGS) $(CPPFLAGS) $(golly_CXXFLAGS) $(CXXFLAGS) -c -o golly-wxedit.obj `if test -f '../../gui-wx/wxedit.cpp'; then $(CYGPATH_W) '../../gui-wx/wxedit.cpp'; else $(CYGPATH_W) '$(srcdir)/../../gui-wx/wxedit.cpp'; fi`
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-2151-
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-2152-golly-wxfile.o: ../../gui-wx/wxfile.cpp
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in:2153:@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(golly_CPPFLAGS) $(CPPFLAGS) $(golly_CXXFLAGS) $(CXXFLAGS) -MT golly-wxfile.o -MD -MP -MF $(DEPDIR)/golly-wxfile.Tpo -c -o golly-wxfile.o `test -f '../../gui-wx/wxfile.cpp' || echo '$(srcdir)/'`../../gui-wx/wxfile.cpp
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-2154-@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/golly-wxfile.Tpo $(DEPDIR)/golly-wxfile.Po
##############################################
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-2156-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in:2157:@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(golly_CPPFLAGS) $(CPPFLAGS) $(golly_CXXFLAGS) $(CXXFLAGS) -c -o golly-wxfile.o `test -f '../../gui-wx/wxfile.cpp' || echo '$(srcdir)/'`../../gui-wx/wxfile.cpp
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-2158-
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-2159-golly-wxfile.obj: ../../gui-wx/wxfile.cpp
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in:2160:@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(golly_CPPFLAGS) $(CPPFLAGS) $(golly_CXXFLAGS) $(CXXFLAGS) -MT golly-wxfile.obj -MD -MP -MF $(DEPDIR)/golly-wxfile.Tpo -c -o golly-wxfile.obj `if test -f '../../gui-wx/wxfile.cpp'; then $(CYGPATH_W) '../../gui-wx/wxfile.cpp'; else $(CYGPATH_W) '$(srcdir)/../../gui-wx/wxfile.cpp'; fi`
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-2161-@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/golly-wxfile.Tpo $(DEPDIR)/golly-wxfile.Po
##############################################
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-2163-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in:2164:@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(golly_CPPFLAGS) $(CPPFLAGS) $(golly_CXXFLAGS) $(CXXFLAGS) -c -o golly-wxfile.obj `if test -f '../../gui-wx/wxfile.cpp'; then $(CYGPATH_W) '../../gui-wx/wxfile.cpp'; else $(CYGPATH_W) '$(srcdir)/../../gui-wx/wxfile.cpp'; fi`
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-2165-
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-2166-golly-wxgolly.o: ../../gui-wx/wxgolly.cpp
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in:2167:@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(golly_CPPFLAGS) $(CPPFLAGS) $(golly_CXXFLAGS) $(CXXFLAGS) -MT golly-wxgolly.o -MD -MP -MF $(DEPDIR)/golly-wxgolly.Tpo -c -o golly-wxgolly.o `test -f '../../gui-wx/wxgolly.cpp' || echo '$(srcdir)/'`../../gui-wx/wxgolly.cpp
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-2168-@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/golly-wxgolly.Tpo $(DEPDIR)/golly-wxgolly.Po
##############################################
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-2170-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in:2171:@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(golly_CPPFLAGS) $(CPPFLAGS) $(golly_CXXFLAGS) $(CXXFLAGS) -c -o golly-wxgolly.o `test -f '../../gui-wx/wxgolly.cpp' || echo '$(srcdir)/'`../../gui-wx/wxgolly.cpp
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-2172-
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-2173-golly-wxgolly.obj: ../../gui-wx/wxgolly.cpp
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in:2174:@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(golly_CPPFLAGS) $(CPPFLAGS) $(golly_CXXFLAGS) $(CXXFLAGS) -MT golly-wxgolly.obj -MD -MP -MF $(DEPDIR)/golly-wxgolly.Tpo -c -o golly-wxgolly.obj `if test -f '../../gui-wx/wxgolly.cpp'; then $(CYGPATH_W) '../../gui-wx/wxgolly.cpp'; else $(CYGPATH_W) '$(srcdir)/../../gui-wx/wxgolly.cpp'; fi`
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-2175-@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/golly-wxgolly.Tpo $(DEPDIR)/golly-wxgolly.Po
##############################################
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-2177-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in:2178:@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(golly_CPPFLAGS) $(CPPFLAGS) $(golly_CXXFLAGS) $(CXXFLAGS) -c -o golly-wxgolly.obj `if test -f '../../gui-wx/wxgolly.cpp'; then $(CYGPATH_W) '../../gui-wx/wxgolly.cpp'; else $(CYGPATH_W) '$(srcdir)/../../gui-wx/wxgolly.cpp'; fi`
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-2179-
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-2180-golly-wxhelp.o: ../../gui-wx/wxhelp.cpp
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in:2181:@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(golly_CPPFLAGS) $(CPPFLAGS) $(golly_CXXFLAGS) $(CXXFLAGS) -MT golly-wxhelp.o -MD -MP -MF $(DEPDIR)/golly-wxhelp.Tpo -c -o golly-wxhelp.o `test -f '../../gui-wx/wxhelp.cpp' || echo '$(srcdir)/'`../../gui-wx/wxhelp.cpp
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-2182-@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/golly-wxhelp.Tpo $(DEPDIR)/golly-wxhelp.Po
##############################################
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-2184-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in:2185:@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(golly_CPPFLAGS) $(CPPFLAGS) $(golly_CXXFLAGS) $(CXXFLAGS) -c -o golly-wxhelp.o `test -f '../../gui-wx/wxhelp.cpp' || echo '$(srcdir)/'`../../gui-wx/wxhelp.cpp
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-2186-
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-2187-golly-wxhelp.obj: ../../gui-wx/wxhelp.cpp
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in:2188:@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(golly_CPPFLAGS) $(CPPFLAGS) $(golly_CXXFLAGS) $(CXXFLAGS) -MT golly-wxhelp.obj -MD -MP -MF $(DEPDIR)/golly-wxhelp.Tpo -c -o golly-wxhelp.obj `if test -f '../../gui-wx/wxhelp.cpp'; then $(CYGPATH_W) '../../gui-wx/wxhelp.cpp'; else $(CYGPATH_W) '$(srcdir)/../../gui-wx/wxhelp.cpp'; fi`
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-2189-@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/golly-wxhelp.Tpo $(DEPDIR)/golly-wxhelp.Po
##############################################
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-2191-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in:2192:@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(golly_CPPFLAGS) $(CPPFLAGS) $(golly_CXXFLAGS) $(CXXFLAGS) -c -o golly-wxhelp.obj `if test -f '../../gui-wx/wxhelp.cpp'; then $(CYGPATH_W) '../../gui-wx/wxhelp.cpp'; else $(CYGPATH_W) '$(srcdir)/../../gui-wx/wxhelp.cpp'; fi`
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-2193-
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-2194-golly-wxinfo.o: ../../gui-wx/wxinfo.cpp
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in:2195:@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(golly_CPPFLAGS) $(CPPFLAGS) $(golly_CXXFLAGS) $(CXXFLAGS) -MT golly-wxinfo.o -MD -MP -MF $(DEPDIR)/golly-wxinfo.Tpo -c -o golly-wxinfo.o `test -f '../../gui-wx/wxinfo.cpp' || echo '$(srcdir)/'`../../gui-wx/wxinfo.cpp
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-2196-@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/golly-wxinfo.Tpo $(DEPDIR)/golly-wxinfo.Po
##############################################
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-2198-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in:2199:@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(golly_CPPFLAGS) $(CPPFLAGS) $(golly_CXXFLAGS) $(CXXFLAGS) -c -o golly-wxinfo.o `test -f '../../gui-wx/wxinfo.cpp' || echo '$(srcdir)/'`../../gui-wx/wxinfo.cpp
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-2200-
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-2201-golly-wxinfo.obj: ../../gui-wx/wxinfo.cpp
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in:2202:@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(golly_CPPFLAGS) $(CPPFLAGS) $(golly_CXXFLAGS) $(CXXFLAGS) -MT golly-wxinfo.obj -MD -MP -MF $(DEPDIR)/golly-wxinfo.Tpo -c -o golly-wxinfo.obj `if test -f '../../gui-wx/wxinfo.cpp'; then $(CYGPATH_W) '../../gui-wx/wxinfo.cpp'; else $(CYGPATH_W) '$(srcdir)/../../gui-wx/wxinfo.cpp'; fi`
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-2203-@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/golly-wxinfo.Tpo $(DEPDIR)/golly-wxinfo.Po
##############################################
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-2205-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in:2206:@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(golly_CPPFLAGS) $(CPPFLAGS) $(golly_CXXFLAGS) $(CXXFLAGS) -c -o golly-wxinfo.obj `if test -f '../../gui-wx/wxinfo.cpp'; then $(CYGPATH_W) '../../gui-wx/wxinfo.cpp'; else $(CYGPATH_W) '$(srcdir)/../../gui-wx/wxinfo.cpp'; fi`
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-2207-
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-2208-golly-wxlayer.o: ../../gui-wx/wxlayer.cpp
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in:2209:@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(golly_CPPFLAGS) $(CPPFLAGS) $(golly_CXXFLAGS) $(CXXFLAGS) -MT golly-wxlayer.o -MD -MP -MF $(DEPDIR)/golly-wxlayer.Tpo -c -o golly-wxlayer.o `test -f '../../gui-wx/wxlayer.cpp' || echo '$(srcdir)/'`../../gui-wx/wxlayer.cpp
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-2210-@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/golly-wxlayer.Tpo $(DEPDIR)/golly-wxlayer.Po
##############################################
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-2212-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in:2213:@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(golly_CPPFLAGS) $(CPPFLAGS) $(golly_CXXFLAGS) $(CXXFLAGS) -c -o golly-wxlayer.o `test -f '../../gui-wx/wxlayer.cpp' || echo '$(srcdir)/'`../../gui-wx/wxlayer.cpp
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-2214-
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-2215-golly-wxlayer.obj: ../../gui-wx/wxlayer.cpp
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in:2216:@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(golly_CPPFLAGS) $(CPPFLAGS) $(golly_CXXFLAGS) $(CXXFLAGS) -MT golly-wxlayer.obj -MD -MP -MF $(DEPDIR)/golly-wxlayer.Tpo -c -o golly-wxlayer.obj `if test -f '../../gui-wx/wxlayer.cpp'; then $(CYGPATH_W) '../../gui-wx/wxlayer.cpp'; else $(CYGPATH_W) '$(srcdir)/../../gui-wx/wxlayer.cpp'; fi`
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-2217-@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/golly-wxlayer.Tpo $(DEPDIR)/golly-wxlayer.Po
##############################################
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-2219-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in:2220:@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(golly_CPPFLAGS) $(CPPFLAGS) $(golly_CXXFLAGS) $(CXXFLAGS) -c -o golly-wxlayer.obj `if test -f '../../gui-wx/wxlayer.cpp'; then $(CYGPATH_W) '../../gui-wx/wxlayer.cpp'; else $(CYGPATH_W) '$(srcdir)/../../gui-wx/wxlayer.cpp'; fi`
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-2221-
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-2222-golly-wxlua.o: ../../gui-wx/wxlua.cpp
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in:2223:@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(golly_CPPFLAGS) $(CPPFLAGS) $(golly_CXXFLAGS) $(CXXFLAGS) -MT golly-wxlua.o -MD -MP -MF $(DEPDIR)/golly-wxlua.Tpo -c -o golly-wxlua.o `test -f '../../gui-wx/wxlua.cpp' || echo '$(srcdir)/'`../../gui-wx/wxlua.cpp
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-2224-@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/golly-wxlua.Tpo $(DEPDIR)/golly-wxlua.Po
##############################################
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-2226-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in:2227:@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(golly_CPPFLAGS) $(CPPFLAGS) $(golly_CXXFLAGS) $(CXXFLAGS) -c -o golly-wxlua.o `test -f '../../gui-wx/wxlua.cpp' || echo '$(srcdir)/'`../../gui-wx/wxlua.cpp
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-2228-
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-2229-golly-wxlua.obj: ../../gui-wx/wxlua.cpp
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in:2230:@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(golly_CPPFLAGS) $(CPPFLAGS) $(golly_CXXFLAGS) $(CXXFLAGS) -MT golly-wxlua.obj -MD -MP -MF $(DEPDIR)/golly-wxlua.Tpo -c -o golly-wxlua.obj `if test -f '../../gui-wx/wxlua.cpp'; then $(CYGPATH_W) '../../gui-wx/wxlua.cpp'; else $(CYGPATH_W) '$(srcdir)/../../gui-wx/wxlua.cpp'; fi`
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-2231-@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/golly-wxlua.Tpo $(DEPDIR)/golly-wxlua.Po
##############################################
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-2233-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in:2234:@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(golly_CPPFLAGS) $(CPPFLAGS) $(golly_CXXFLAGS) $(CXXFLAGS) -c -o golly-wxlua.obj `if test -f '../../gui-wx/wxlua.cpp'; then $(CYGPATH_W) '../../gui-wx/wxlua.cpp'; else $(CYGPATH_W) '$(srcdir)/../../gui-wx/wxlua.cpp'; fi`
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-2235-
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-2236-golly-wxmain.o: ../../gui-wx/wxmain.cpp
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in:2237:@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(golly_CPPFLAGS) $(CPPFLAGS) $(golly_CXXFLAGS) $(CXXFLAGS) -MT golly-wxmain.o -MD -MP -MF $(DEPDIR)/golly-wxmain.Tpo -c -o golly-wxmain.o `test -f '../../gui-wx/wxmain.cpp' || echo '$(srcdir)/'`../../gui-wx/wxmain.cpp
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-2238-@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/golly-wxmain.Tpo $(DEPDIR)/golly-wxmain.Po
##############################################
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-2240-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in:2241:@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(golly_CPPFLAGS) $(CPPFLAGS) $(golly_CXXFLAGS) $(CXXFLAGS) -c -o golly-wxmain.o `test -f '../../gui-wx/wxmain.cpp' || echo '$(srcdir)/'`../../gui-wx/wxmain.cpp
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-2242-
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-2243-golly-wxmain.obj: ../../gui-wx/wxmain.cpp
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in:2244:@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(golly_CPPFLAGS) $(CPPFLAGS) $(golly_CXXFLAGS) $(CXXFLAGS) -MT golly-wxmain.obj -MD -MP -MF $(DEPDIR)/golly-wxmain.Tpo -c -o golly-wxmain.obj `if test -f '../../gui-wx/wxmain.cpp'; then $(CYGPATH_W) '../../gui-wx/wxmain.cpp'; else $(CYGPATH_W) '$(srcdir)/../../gui-wx/wxmain.cpp'; fi`
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-2245-@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/golly-wxmain.Tpo $(DEPDIR)/golly-wxmain.Po
##############################################
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-2247-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in:2248:@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(golly_CPPFLAGS) $(CPPFLAGS) $(golly_CXXFLAGS) $(CXXFLAGS) -c -o golly-wxmain.obj `if test -f '../../gui-wx/wxmain.cpp'; then $(CYGPATH_W) '../../gui-wx/wxmain.cpp'; else $(CYGPATH_W) '$(srcdir)/../../gui-wx/wxmain.cpp'; fi`
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-2249-
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-2250-golly-wxoverlay.o: ../../gui-wx/wxoverlay.cpp
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in:2251:@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(golly_CPPFLAGS) $(CPPFLAGS) $(golly_CXXFLAGS) $(CXXFLAGS) -MT golly-wxoverlay.o -MD -MP -MF $(DEPDIR)/golly-wxoverlay.Tpo -c -o golly-wxoverlay.o `test -f '../../gui-wx/wxoverlay.cpp' || echo '$(srcdir)/'`../../gui-wx/wxoverlay.cpp
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-2252-@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/golly-wxoverlay.Tpo $(DEPDIR)/golly-wxoverlay.Po
##############################################
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-2254-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in:2255:@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(golly_CPPFLAGS) $(CPPFLAGS) $(golly_CXXFLAGS) $(CXXFLAGS) -c -o golly-wxoverlay.o `test -f '../../gui-wx/wxoverlay.cpp' || echo '$(srcdir)/'`../../gui-wx/wxoverlay.cpp
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-2256-
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-2257-golly-wxoverlay.obj: ../../gui-wx/wxoverlay.cpp
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in:2258:@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(golly_CPPFLAGS) $(CPPFLAGS) $(golly_CXXFLAGS) $(CXXFLAGS) -MT golly-wxoverlay.obj -MD -MP -MF $(DEPDIR)/golly-wxoverlay.Tpo -c -o golly-wxoverlay.obj `if test -f '../../gui-wx/wxoverlay.cpp'; then $(CYGPATH_W) '../../gui-wx/wxoverlay.cpp'; else $(CYGPATH_W) '$(srcdir)/../../gui-wx/wxoverlay.cpp'; fi`
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-2259-@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/golly-wxoverlay.Tpo $(DEPDIR)/golly-wxoverlay.Po
##############################################
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-2261-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in:2262:@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(golly_CPPFLAGS) $(CPPFLAGS) $(golly_CXXFLAGS) $(CXXFLAGS) -c -o golly-wxoverlay.obj `if test -f '../../gui-wx/wxoverlay.cpp'; then $(CYGPATH_W) '../../gui-wx/wxoverlay.cpp'; else $(CYGPATH_W) '$(srcdir)/../../gui-wx/wxoverlay.cpp'; fi`
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-2263-
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-2264-golly-wxperl.o: ../../gui-wx/wxperl.cpp
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in:2265:@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(golly_CPPFLAGS) $(CPPFLAGS) $(golly_CXXFLAGS) $(CXXFLAGS) -MT golly-wxperl.o -MD -MP -MF $(DEPDIR)/golly-wxperl.Tpo -c -o golly-wxperl.o `test -f '../../gui-wx/wxperl.cpp' || echo '$(srcdir)/'`../../gui-wx/wxperl.cpp
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-2266-@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/golly-wxperl.Tpo $(DEPDIR)/golly-wxperl.Po
##############################################
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-2268-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in:2269:@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(golly_CPPFLAGS) $(CPPFLAGS) $(golly_CXXFLAGS) $(CXXFLAGS) -c -o golly-wxperl.o `test -f '../../gui-wx/wxperl.cpp' || echo '$(srcdir)/'`../../gui-wx/wxperl.cpp
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-2270-
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-2271-golly-wxperl.obj: ../../gui-wx/wxperl.cpp
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in:2272:@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(golly_CPPFLAGS) $(CPPFLAGS) $(golly_CXXFLAGS) $(CXXFLAGS) -MT golly-wxperl.obj -MD -MP -MF $(DEPDIR)/golly-wxperl.Tpo -c -o golly-wxperl.obj `if test -f '../../gui-wx/wxperl.cpp'; then $(CYGPATH_W) '../../gui-wx/wxperl.cpp'; else $(CYGPATH_W) '$(srcdir)/../../gui-wx/wxperl.cpp'; fi`
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-2273-@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/golly-wxperl.Tpo $(DEPDIR)/golly-wxperl.Po
##############################################
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-2275-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in:2276:@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(golly_CPPFLAGS) $(CPPFLAGS) $(golly_CXXFLAGS) $(CXXFLAGS) -c -o golly-wxperl.obj `if test -f '../../gui-wx/wxperl.cpp'; then $(CYGPATH_W) '../../gui-wx/wxperl.cpp'; else $(CYGPATH_W) '$(srcdir)/../../gui-wx/wxperl.cpp'; fi`
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-2277-
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-2278-golly-wxprefs.o: ../../gui-wx/wxprefs.cpp
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in:2279:@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(golly_CPPFLAGS) $(CPPFLAGS) $(golly_CXXFLAGS) $(CXXFLAGS) -MT golly-wxprefs.o -MD -MP -MF $(DEPDIR)/golly-wxprefs.Tpo -c -o golly-wxprefs.o `test -f '../../gui-wx/wxprefs.cpp' || echo '$(srcdir)/'`../../gui-wx/wxprefs.cpp
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-2280-@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/golly-wxprefs.Tpo $(DEPDIR)/golly-wxprefs.Po
##############################################
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-2282-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in:2283:@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(golly_CPPFLAGS) $(CPPFLAGS) $(golly_CXXFLAGS) $(CXXFLAGS) -c -o golly-wxprefs.o `test -f '../../gui-wx/wxprefs.cpp' || echo '$(srcdir)/'`../../gui-wx/wxprefs.cpp
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-2284-
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-2285-golly-wxprefs.obj: ../../gui-wx/wxprefs.cpp
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in:2286:@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(golly_CPPFLAGS) $(CPPFLAGS) $(golly_CXXFLAGS) $(CXXFLAGS) -MT golly-wxprefs.obj -MD -MP -MF $(DEPDIR)/golly-wxprefs.Tpo -c -o golly-wxprefs.obj `if test -f '../../gui-wx/wxprefs.cpp'; then $(CYGPATH_W) '../../gui-wx/wxprefs.cpp'; else $(CYGPATH_W) '$(srcdir)/../../gui-wx/wxprefs.cpp'; fi`
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-2287-@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/golly-wxprefs.Tpo $(DEPDIR)/golly-wxprefs.Po
##############################################
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-2289-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in:2290:@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(golly_CPPFLAGS) $(CPPFLAGS) $(golly_CXXFLAGS) $(CXXFLAGS) -c -o golly-wxprefs.obj `if test -f '../../gui-wx/wxprefs.cpp'; then $(CYGPATH_W) '../../gui-wx/wxprefs.cpp'; else $(CYGPATH_W) '$(srcdir)/../../gui-wx/wxprefs.cpp'; fi`
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-2291-
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-2292-golly-wxpython.o: ../../gui-wx/wxpython.cpp
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in:2293:@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(golly_CPPFLAGS) $(CPPFLAGS) $(golly_CXXFLAGS) $(CXXFLAGS) -MT golly-wxpython.o -MD -MP -MF $(DEPDIR)/golly-wxpython.Tpo -c -o golly-wxpython.o `test -f '../../gui-wx/wxpython.cpp' || echo '$(srcdir)/'`../../gui-wx/wxpython.cpp
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-2294-@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/golly-wxpython.Tpo $(DEPDIR)/golly-wxpython.Po
##############################################
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-2296-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in:2297:@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(golly_CPPFLAGS) $(CPPFLAGS) $(golly_CXXFLAGS) $(CXXFLAGS) -c -o golly-wxpython.o `test -f '../../gui-wx/wxpython.cpp' || echo '$(srcdir)/'`../../gui-wx/wxpython.cpp
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-2298-
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-2299-golly-wxpython.obj: ../../gui-wx/wxpython.cpp
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in:2300:@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(golly_CPPFLAGS) $(CPPFLAGS) $(golly_CXXFLAGS) $(CXXFLAGS) -MT golly-wxpython.obj -MD -MP -MF $(DEPDIR)/golly-wxpython.Tpo -c -o golly-wxpython.obj `if test -f '../../gui-wx/wxpython.cpp'; then $(CYGPATH_W) '../../gui-wx/wxpython.cpp'; else $(CYGPATH_W) '$(srcdir)/../../gui-wx/wxpython.cpp'; fi`
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-2301-@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/golly-wxpython.Tpo $(DEPDIR)/golly-wxpython.Po
##############################################
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-2303-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in:2304:@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(golly_CPPFLAGS) $(CPPFLAGS) $(golly_CXXFLAGS) $(CXXFLAGS) -c -o golly-wxpython.obj `if test -f '../../gui-wx/wxpython.cpp'; then $(CYGPATH_W) '../../gui-wx/wxpython.cpp'; else $(CYGPATH_W) '$(srcdir)/../../gui-wx/wxpython.cpp'; fi`
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-2305-
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-2306-golly-wxrender.o: ../../gui-wx/wxrender.cpp
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in:2307:@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(golly_CPPFLAGS) $(CPPFLAGS) $(golly_CXXFLAGS) $(CXXFLAGS) -MT golly-wxrender.o -MD -MP -MF $(DEPDIR)/golly-wxrender.Tpo -c -o golly-wxrender.o `test -f '../../gui-wx/wxrender.cpp' || echo '$(srcdir)/'`../../gui-wx/wxrender.cpp
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-2308-@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/golly-wxrender.Tpo $(DEPDIR)/golly-wxrender.Po
##############################################
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-2310-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in:2311:@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(golly_CPPFLAGS) $(CPPFLAGS) $(golly_CXXFLAGS) $(CXXFLAGS) -c -o golly-wxrender.o `test -f '../../gui-wx/wxrender.cpp' || echo '$(srcdir)/'`../../gui-wx/wxrender.cpp
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-2312-
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-2313-golly-wxrender.obj: ../../gui-wx/wxrender.cpp
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in:2314:@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(golly_CPPFLAGS) $(CPPFLAGS) $(golly_CXXFLAGS) $(CXXFLAGS) -MT golly-wxrender.obj -MD -MP -MF $(DEPDIR)/golly-wxrender.Tpo -c -o golly-wxrender.obj `if test -f '../../gui-wx/wxrender.cpp'; then $(CYGPATH_W) '../../gui-wx/wxrender.cpp'; else $(CYGPATH_W) '$(srcdir)/../../gui-wx/wxrender.cpp'; fi`
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-2315-@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/golly-wxrender.Tpo $(DEPDIR)/golly-wxrender.Po
##############################################
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-2317-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in:2318:@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(golly_CPPFLAGS) $(CPPFLAGS) $(golly_CXXFLAGS) $(CXXFLAGS) -c -o golly-wxrender.obj `if test -f '../../gui-wx/wxrender.cpp'; then $(CYGPATH_W) '../../gui-wx/wxrender.cpp'; else $(CYGPATH_W) '$(srcdir)/../../gui-wx/wxrender.cpp'; fi`
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-2319-
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-2320-golly-wxrule.o: ../../gui-wx/wxrule.cpp
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in:2321:@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(golly_CPPFLAGS) $(CPPFLAGS) $(golly_CXXFLAGS) $(CXXFLAGS) -MT golly-wxrule.o -MD -MP -MF $(DEPDIR)/golly-wxrule.Tpo -c -o golly-wxrule.o `test -f '../../gui-wx/wxrule.cpp' || echo '$(srcdir)/'`../../gui-wx/wxrule.cpp
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-2322-@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/golly-wxrule.Tpo $(DEPDIR)/golly-wxrule.Po
##############################################
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-2324-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in:2325:@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(golly_CPPFLAGS) $(CPPFLAGS) $(golly_CXXFLAGS) $(CXXFLAGS) -c -o golly-wxrule.o `test -f '../../gui-wx/wxrule.cpp' || echo '$(srcdir)/'`../../gui-wx/wxrule.cpp
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-2326-
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-2327-golly-wxrule.obj: ../../gui-wx/wxrule.cpp
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in:2328:@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(golly_CPPFLAGS) $(CPPFLAGS) $(golly_CXXFLAGS) $(CXXFLAGS) -MT golly-wxrule.obj -MD -MP -MF $(DEPDIR)/golly-wxrule.Tpo -c -o golly-wxrule.obj `if test -f '../../gui-wx/wxrule.cpp'; then $(CYGPATH_W) '../../gui-wx/wxrule.cpp'; else $(CYGPATH_W) '$(srcdir)/../../gui-wx/wxrule.cpp'; fi`
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-2329-@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/golly-wxrule.Tpo $(DEPDIR)/golly-wxrule.Po
##############################################
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-2331-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in:2332:@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(golly_CPPFLAGS) $(CPPFLAGS) $(golly_CXXFLAGS) $(CXXFLAGS) -c -o golly-wxrule.obj `if test -f '../../gui-wx/wxrule.cpp'; then $(CYGPATH_W) '../../gui-wx/wxrule.cpp'; else $(CYGPATH_W) '$(srcdir)/../../gui-wx/wxrule.cpp'; fi`
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-2333-
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-2334-golly-wxscript.o: ../../gui-wx/wxscript.cpp
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in:2335:@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(golly_CPPFLAGS) $(CPPFLAGS) $(golly_CXXFLAGS) $(CXXFLAGS) -MT golly-wxscript.o -MD -MP -MF $(DEPDIR)/golly-wxscript.Tpo -c -o golly-wxscript.o `test -f '../../gui-wx/wxscript.cpp' || echo '$(srcdir)/'`../../gui-wx/wxscript.cpp
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-2336-@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/golly-wxscript.Tpo $(DEPDIR)/golly-wxscript.Po
##############################################
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-2338-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in:2339:@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(golly_CPPFLAGS) $(CPPFLAGS) $(golly_CXXFLAGS) $(CXXFLAGS) -c -o golly-wxscript.o `test -f '../../gui-wx/wxscript.cpp' || echo '$(srcdir)/'`../../gui-wx/wxscript.cpp
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-2340-
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-2341-golly-wxscript.obj: ../../gui-wx/wxscript.cpp
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in:2342:@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(golly_CPPFLAGS) $(CPPFLAGS) $(golly_CXXFLAGS) $(CXXFLAGS) -MT golly-wxscript.obj -MD -MP -MF $(DEPDIR)/golly-wxscript.Tpo -c -o golly-wxscript.obj `if test -f '../../gui-wx/wxscript.cpp'; then $(CYGPATH_W) '../../gui-wx/wxscript.cpp'; else $(CYGPATH_W) '$(srcdir)/../../gui-wx/wxscript.cpp'; fi`
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-2343-@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/golly-wxscript.Tpo $(DEPDIR)/golly-wxscript.Po
##############################################
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-2345-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in:2346:@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(golly_CPPFLAGS) $(CPPFLAGS) $(golly_CXXFLAGS) $(CXXFLAGS) -c -o golly-wxscript.obj `if test -f '../../gui-wx/wxscript.cpp'; then $(CYGPATH_W) '../../gui-wx/wxscript.cpp'; else $(CYGPATH_W) '$(srcdir)/../../gui-wx/wxscript.cpp'; fi`
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-2347-
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-2348-golly-wxselect.o: ../../gui-wx/wxselect.cpp
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in:2349:@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(golly_CPPFLAGS) $(CPPFLAGS) $(golly_CXXFLAGS) $(CXXFLAGS) -MT golly-wxselect.o -MD -MP -MF $(DEPDIR)/golly-wxselect.Tpo -c -o golly-wxselect.o `test -f '../../gui-wx/wxselect.cpp' || echo '$(srcdir)/'`../../gui-wx/wxselect.cpp
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-2350-@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/golly-wxselect.Tpo $(DEPDIR)/golly-wxselect.Po
##############################################
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-2352-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in:2353:@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(golly_CPPFLAGS) $(CPPFLAGS) $(golly_CXXFLAGS) $(CXXFLAGS) -c -o golly-wxselect.o `test -f '../../gui-wx/wxselect.cpp' || echo '$(srcdir)/'`../../gui-wx/wxselect.cpp
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-2354-
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-2355-golly-wxselect.obj: ../../gui-wx/wxselect.cpp
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in:2356:@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(golly_CPPFLAGS) $(CPPFLAGS) $(golly_CXXFLAGS) $(CXXFLAGS) -MT golly-wxselect.obj -MD -MP -MF $(DEPDIR)/golly-wxselect.Tpo -c -o golly-wxselect.obj `if test -f '../../gui-wx/wxselect.cpp'; then $(CYGPATH_W) '../../gui-wx/wxselect.cpp'; else $(CYGPATH_W) '$(srcdir)/../../gui-wx/wxselect.cpp'; fi`
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-2357-@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/golly-wxselect.Tpo $(DEPDIR)/golly-wxselect.Po
##############################################
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-2359-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in:2360:@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(golly_CPPFLAGS) $(CPPFLAGS) $(golly_CXXFLAGS) $(CXXFLAGS) -c -o golly-wxselect.obj `if test -f '../../gui-wx/wxselect.cpp'; then $(CYGPATH_W) '../../gui-wx/wxselect.cpp'; else $(CYGPATH_W) '$(srcdir)/../../gui-wx/wxselect.cpp'; fi`
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-2361-
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-2362-golly-wxstatus.o: ../../gui-wx/wxstatus.cpp
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in:2363:@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(golly_CPPFLAGS) $(CPPFLAGS) $(golly_CXXFLAGS) $(CXXFLAGS) -MT golly-wxstatus.o -MD -MP -MF $(DEPDIR)/golly-wxstatus.Tpo -c -o golly-wxstatus.o `test -f '../../gui-wx/wxstatus.cpp' || echo '$(srcdir)/'`../../gui-wx/wxstatus.cpp
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-2364-@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/golly-wxstatus.Tpo $(DEPDIR)/golly-wxstatus.Po
##############################################
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-2366-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in:2367:@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(golly_CPPFLAGS) $(CPPFLAGS) $(golly_CXXFLAGS) $(CXXFLAGS) -c -o golly-wxstatus.o `test -f '../../gui-wx/wxstatus.cpp' || echo '$(srcdir)/'`../../gui-wx/wxstatus.cpp
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-2368-
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-2369-golly-wxstatus.obj: ../../gui-wx/wxstatus.cpp
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in:2370:@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(golly_CPPFLAGS) $(CPPFLAGS) $(golly_CXXFLAGS) $(CXXFLAGS) -MT golly-wxstatus.obj -MD -MP -MF $(DEPDIR)/golly-wxstatus.Tpo -c -o golly-wxstatus.obj `if test -f '../../gui-wx/wxstatus.cpp'; then $(CYGPATH_W) '../../gui-wx/wxstatus.cpp'; else $(CYGPATH_W) '$(srcdir)/../../gui-wx/wxstatus.cpp'; fi`
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-2371-@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/golly-wxstatus.Tpo $(DEPDIR)/golly-wxstatus.Po
##############################################
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-2373-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in:2374:@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(golly_CPPFLAGS) $(CPPFLAGS) $(golly_CXXFLAGS) $(CXXFLAGS) -c -o golly-wxstatus.obj `if test -f '../../gui-wx/wxstatus.cpp'; then $(CYGPATH_W) '../../gui-wx/wxstatus.cpp'; else $(CYGPATH_W) '$(srcdir)/../../gui-wx/wxstatus.cpp'; fi`
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-2375-
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-2376-golly-wxtimeline.o: ../../gui-wx/wxtimeline.cpp
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in:2377:@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(golly_CPPFLAGS) $(CPPFLAGS) $(golly_CXXFLAGS) $(CXXFLAGS) -MT golly-wxtimeline.o -MD -MP -MF $(DEPDIR)/golly-wxtimeline.Tpo -c -o golly-wxtimeline.o `test -f '../../gui-wx/wxtimeline.cpp' || echo '$(srcdir)/'`../../gui-wx/wxtimeline.cpp
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-2378-@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/golly-wxtimeline.Tpo $(DEPDIR)/golly-wxtimeline.Po
##############################################
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-2380-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in:2381:@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(golly_CPPFLAGS) $(CPPFLAGS) $(golly_CXXFLAGS) $(CXXFLAGS) -c -o golly-wxtimeline.o `test -f '../../gui-wx/wxtimeline.cpp' || echo '$(srcdir)/'`../../gui-wx/wxtimeline.cpp
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-2382-
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-2383-golly-wxtimeline.obj: ../../gui-wx/wxtimeline.cpp
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in:2384:@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(golly_CPPFLAGS) $(CPPFLAGS) $(golly_CXXFLAGS) $(CXXFLAGS) -MT golly-wxtimeline.obj -MD -MP -MF $(DEPDIR)/golly-wxtimeline.Tpo -c -o golly-wxtimeline.obj `if test -f '../../gui-wx/wxtimeline.cpp'; then $(CYGPATH_W) '../../gui-wx/wxtimeline.cpp'; else $(CYGPATH_W) '$(srcdir)/../../gui-wx/wxtimeline.cpp'; fi`
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-2385-@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/golly-wxtimeline.Tpo $(DEPDIR)/golly-wxtimeline.Po
##############################################
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-2387-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in:2388:@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(golly_CPPFLAGS) $(CPPFLAGS) $(golly_CXXFLAGS) $(CXXFLAGS) -c -o golly-wxtimeline.obj `if test -f '../../gui-wx/wxtimeline.cpp'; then $(CYGPATH_W) '../../gui-wx/wxtimeline.cpp'; else $(CYGPATH_W) '$(srcdir)/../../gui-wx/wxtimeline.cpp'; fi`
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-2389-
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-2390-golly-wxundo.o: ../../gui-wx/wxundo.cpp
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in:2391:@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(golly_CPPFLAGS) $(CPPFLAGS) $(golly_CXXFLAGS) $(CXXFLAGS) -MT golly-wxundo.o -MD -MP -MF $(DEPDIR)/golly-wxundo.Tpo -c -o golly-wxundo.o `test -f '../../gui-wx/wxundo.cpp' || echo '$(srcdir)/'`../../gui-wx/wxundo.cpp
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-2392-@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/golly-wxundo.Tpo $(DEPDIR)/golly-wxundo.Po
##############################################
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-2394-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in:2395:@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(golly_CPPFLAGS) $(CPPFLAGS) $(golly_CXXFLAGS) $(CXXFLAGS) -c -o golly-wxundo.o `test -f '../../gui-wx/wxundo.cpp' || echo '$(srcdir)/'`../../gui-wx/wxundo.cpp
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-2396-
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-2397-golly-wxundo.obj: ../../gui-wx/wxundo.cpp
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in:2398:@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(golly_CPPFLAGS) $(CPPFLAGS) $(golly_CXXFLAGS) $(CXXFLAGS) -MT golly-wxundo.obj -MD -MP -MF $(DEPDIR)/golly-wxundo.Tpo -c -o golly-wxundo.obj `if test -f '../../gui-wx/wxundo.cpp'; then $(CYGPATH_W) '../../gui-wx/wxundo.cpp'; else $(CYGPATH_W) '$(srcdir)/../../gui-wx/wxundo.cpp'; fi`
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-2399-@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/golly-wxundo.Tpo $(DEPDIR)/golly-wxundo.Po
##############################################
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-2401-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in:2402:@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(golly_CPPFLAGS) $(CPPFLAGS) $(golly_CXXFLAGS) $(CXXFLAGS) -c -o golly-wxundo.obj `if test -f '../../gui-wx/wxundo.cpp'; then $(CYGPATH_W) '../../gui-wx/wxundo.cpp'; else $(CYGPATH_W) '$(srcdir)/../../gui-wx/wxundo.cpp'; fi`
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-2403-
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-2404-golly-wxutils.o: ../../gui-wx/wxutils.cpp
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in:2405:@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(golly_CPPFLAGS) $(CPPFLAGS) $(golly_CXXFLAGS) $(CXXFLAGS) -MT golly-wxutils.o -MD -MP -MF $(DEPDIR)/golly-wxutils.Tpo -c -o golly-wxutils.o `test -f '../../gui-wx/wxutils.cpp' || echo '$(srcdir)/'`../../gui-wx/wxutils.cpp
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-2406-@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/golly-wxutils.Tpo $(DEPDIR)/golly-wxutils.Po
##############################################
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-2408-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in:2409:@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(golly_CPPFLAGS) $(CPPFLAGS) $(golly_CXXFLAGS) $(CXXFLAGS) -c -o golly-wxutils.o `test -f '../../gui-wx/wxutils.cpp' || echo '$(srcdir)/'`../../gui-wx/wxutils.cpp
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-2410-
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-2411-golly-wxutils.obj: ../../gui-wx/wxutils.cpp
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in:2412:@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(golly_CPPFLAGS) $(CPPFLAGS) $(golly_CXXFLAGS) $(CXXFLAGS) -MT golly-wxutils.obj -MD -MP -MF $(DEPDIR)/golly-wxutils.Tpo -c -o golly-wxutils.obj `if test -f '../../gui-wx/wxutils.cpp'; then $(CYGPATH_W) '../../gui-wx/wxutils.cpp'; else $(CYGPATH_W) '$(srcdir)/../../gui-wx/wxutils.cpp'; fi`
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-2413-@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/golly-wxutils.Tpo $(DEPDIR)/golly-wxutils.Po
##############################################
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-2415-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in:2416:@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(golly_CPPFLAGS) $(CPPFLAGS) $(golly_CXXFLAGS) $(CXXFLAGS) -c -o golly-wxutils.obj `if test -f '../../gui-wx/wxutils.cpp'; then $(CYGPATH_W) '../../gui-wx/wxutils.cpp'; else $(CYGPATH_W) '$(srcdir)/../../gui-wx/wxutils.cpp'; fi`
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-2417-
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-2418-golly-wxview.o: ../../gui-wx/wxview.cpp
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in:2419:@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(golly_CPPFLAGS) $(CPPFLAGS) $(golly_CXXFLAGS) $(CXXFLAGS) -MT golly-wxview.o -MD -MP -MF $(DEPDIR)/golly-wxview.Tpo -c -o golly-wxview.o `test -f '../../gui-wx/wxview.cpp' || echo '$(srcdir)/'`../../gui-wx/wxview.cpp
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-2420-@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/golly-wxview.Tpo $(DEPDIR)/golly-wxview.Po
##############################################
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-2422-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in:2423:@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(golly_CPPFLAGS) $(CPPFLAGS) $(golly_CXXFLAGS) $(CXXFLAGS) -c -o golly-wxview.o `test -f '../../gui-wx/wxview.cpp' || echo '$(srcdir)/'`../../gui-wx/wxview.cpp
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-2424-
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-2425-golly-wxview.obj: ../../gui-wx/wxview.cpp
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in:2426:@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(golly_CPPFLAGS) $(CPPFLAGS) $(golly_CXXFLAGS) $(CXXFLAGS) -MT golly-wxview.obj -MD -MP -MF $(DEPDIR)/golly-wxview.Tpo -c -o golly-wxview.obj `if test -f '../../gui-wx/wxview.cpp'; then $(CYGPATH_W) '../../gui-wx/wxview.cpp'; else $(CYGPATH_W) '$(srcdir)/../../gui-wx/wxview.cpp'; fi`
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-2427-@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/golly-wxview.Tpo $(DEPDIR)/golly-wxview.Po
##############################################
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-2429-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in:2430:@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(golly_CPPFLAGS) $(CPPFLAGS) $(golly_CXXFLAGS) $(CXXFLAGS) -c -o golly-wxview.obj `if test -f '../../gui-wx/wxview.cpp'; then $(CYGPATH_W) '../../gui-wx/wxview.cpp'; else $(CYGPATH_W) '$(srcdir)/../../gui-wx/wxview.cpp'; fi`
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-2431-install-docDATA: $(doc_DATA)
##############################################
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-2446-	@list='$(doc_DATA)'; test -n "$(docdir)" || list=; \
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in:2447:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-2448-	dir='$(DESTDIR)$(docdir)'; $(am__uninstall_files_from_dir)
##############################################
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-2467-	@list='$(nobase_dist_gollydata_DATA)'; test -n "$(gollydatadir)" || list=; \
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in:2468:	$(am__nobase_strip_setup); files=`$(am__nobase_strip)`; \
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-2469-	dir='$(DESTDIR)$(gollydatadir)'; $(am__uninstall_files_from_dir)
##############################################
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-2515-GTAGS:
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in:2516:	here=`$(am__cd) $(top_builddir) && pwd` \
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-2517-	  && $(am__cd) $(top_srcdir) \
##############################################
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-2525-	test -d "$(distdir)" || mkdir "$(distdir)"
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in:2526:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in:2527:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-2528-	list='$(DISTFILES)'; \
##############################################
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-2539-	  if test -d $$d/$$file; then \
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in:2540:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-2541-	    if test -d "$(distdir)/$$file"; then \
##############################################
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-2625-	test -d $(distdir)/_build || exit 0; \
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in:2626:	dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-2627-	  && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
##############################################
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-2668-	}; \
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in:2669:	test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-2670-	   || { echo "ERROR: files left after uninstall:" ; \
##############################################
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-2680-	fi
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in:2681:	@test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
golly-3.3/.pc/0002-dont-include-tilda-files.patch/gui-wx/configure/Makefile.in-2682-	  || { echo "ERROR: files left in build directory after distclean:" ; \
##############################################
golly-3.3/.pc/0005-wxwidgets-inmature-yet.patch/gui-wx/configure/m4/wxwin.m4-216-
golly-3.3/.pc/0005-wxwidgets-inmature-yet.patch/gui-wx/configure/m4/wxwin.m4:217:    WX_VERSION=`$WX_CONFIG_WITH_ARGS --version 2>/dev/null`
golly-3.3/.pc/0005-wxwidgets-inmature-yet.patch/gui-wx/configure/m4/wxwin.m4-218-    wx_config_major_version=`echo $WX_VERSION | \
##############################################
golly-3.3/.pc/0005-wxwidgets-inmature-yet.patch/gui-wx/configure/m4/wxwin.m4-237-      AC_MSG_RESULT(yes (version $WX_VERSION))
golly-3.3/.pc/0005-wxwidgets-inmature-yet.patch/gui-wx/configure/m4/wxwin.m4:238:      WX_LIBS=`$WX_CONFIG_WITH_ARGS --libs $4`
golly-3.3/.pc/0005-wxwidgets-inmature-yet.patch/gui-wx/configure/m4/wxwin.m4-239-
##############################################
golly-3.3/.pc/0005-wxwidgets-inmature-yet.patch/gui-wx/configure/m4/wxwin.m4-244-      AC_MSG_CHECKING([for wxWidgets static library])
golly-3.3/.pc/0005-wxwidgets-inmature-yet.patch/gui-wx/configure/m4/wxwin.m4:245:      WX_LIBS_STATIC=`$WX_CONFIG_WITH_ARGS --static --libs $4 2>/dev/null`
golly-3.3/.pc/0005-wxwidgets-inmature-yet.patch/gui-wx/configure/m4/wxwin.m4-246-      if test "x$WX_LIBS_STATIC" = "x"; then
##############################################
golly-3.3/.pc/0005-wxwidgets-inmature-yet.patch/gui-wx/configure/m4/wxwin.m4-284-      else
golly-3.3/.pc/0005-wxwidgets-inmature-yet.patch/gui-wx/configure/m4/wxwin.m4:285:         WX_RESCOMP=`$WX_CONFIG_WITH_ARGS --rescomp`
golly-3.3/.pc/0005-wxwidgets-inmature-yet.patch/gui-wx/configure/m4/wxwin.m4-286-      fi
##############################################
golly-3.3/.pc/0005-wxwidgets-inmature-yet.patch/gui-wx/configure/m4/wxwin.m4-289-         dnl no choice but to define all flags like CFLAGS
golly-3.3/.pc/0005-wxwidgets-inmature-yet.patch/gui-wx/configure/m4/wxwin.m4:290:         WX_CFLAGS=`$WX_CONFIG_WITH_ARGS --cflags $4`
golly-3.3/.pc/0005-wxwidgets-inmature-yet.patch/gui-wx/configure/m4/wxwin.m4-291-         WX_CPPFLAGS=$WX_CFLAGS
##############################################
golly-3.3/.pc/0005-wxwidgets-inmature-yet.patch/gui-wx/configure/m4/wxwin.m4-297-         dnl we have CPPFLAGS included in CFLAGS included in CXXFLAGS
golly-3.3/.pc/0005-wxwidgets-inmature-yet.patch/gui-wx/configure/m4/wxwin.m4:298:         WX_CPPFLAGS=`$WX_CONFIG_WITH_ARGS --cppflags $4`
golly-3.3/.pc/0005-wxwidgets-inmature-yet.patch/gui-wx/configure/m4/wxwin.m4:299:         WX_CXXFLAGS=`$WX_CONFIG_WITH_ARGS --cxxflags $4`
golly-3.3/.pc/0005-wxwidgets-inmature-yet.patch/gui-wx/configure/m4/wxwin.m4:300:         WX_CFLAGS=`$WX_CONFIG_WITH_ARGS --cflags $4`
golly-3.3/.pc/0005-wxwidgets-inmature-yet.patch/gui-wx/configure/m4/wxwin.m4-301-
golly-3.3/.pc/0005-wxwidgets-inmature-yet.patch/gui-wx/configure/m4/wxwin.m4:302:         WX_CFLAGS_ONLY=`echo $WX_CFLAGS | sed "s@^$WX_CPPFLAGS *@@"`
golly-3.3/.pc/0005-wxwidgets-inmature-yet.patch/gui-wx/configure/m4/wxwin.m4:303:         WX_CXXFLAGS_ONLY=`echo $WX_CXXFLAGS | sed "s@^$WX_CFLAGS *@@"`
golly-3.3/.pc/0005-wxwidgets-inmature-yet.patch/gui-wx/configure/m4/wxwin.m4-304-      fi
##############################################
golly-3.3/.pc/0005-wxwidgets-inmature-yet.patch/gui-wx/configure/m4/wxwin.m4-449-      if test -n "$wx_ver_ok"; then
golly-3.3/.pc/0005-wxwidgets-inmature-yet.patch/gui-wx/configure/m4/wxwin.m4:450:        WXRC=`$WX_CONFIG_WITH_ARGS --utility=wxrc`
golly-3.3/.pc/0005-wxwidgets-inmature-yet.patch/gui-wx/configure/m4/wxwin.m4-451-      fi
##############################################
golly-3.3/.pc/0006-python2-support-removal.patch/gui-wx/configure/configure.ac-68-	AC_SUBST([PERL_CPPFLAGS], [-DENABLE_PERL])
golly-3.3/.pc/0006-python2-support-removal.patch/gui-wx/configure/configure.ac:69:	AC_SUBST([PERL_INCLUDE], [`$PERL -MExtUtils::Embed -e ccopts`])
golly-3.3/.pc/0006-python2-support-removal.patch/gui-wx/configure/configure.ac-70-	AS_IF([test "x$with_perl_shlib" = xcheck],
##############################################
golly-3.3/.pc/0006-python2-support-removal.patch/gui-wx/configure/configure.ac-80-AS_IF([test "x$PYTHON" = x], [AC_MSG_ERROR([missing Python])])
golly-3.3/.pc/0006-python2-support-removal.patch/gui-wx/configure/configure.ac:81:AC_SUBST([PYTHON_INCLUDE], [-I"'`$PYTHON -c "import distutils.sysconfig; print(distutils.sysconfig.get_python_inc())"`'"])
golly-3.3/.pc/0006-python2-support-removal.patch/gui-wx/configure/configure.ac-82-AS_IF([test "x$with_python_shlib" = xcheck],
golly-3.3/.pc/0006-python2-support-removal.patch/gui-wx/configure/configure.ac:83:	[	[shlib=`$PYTHON -c "import distutils.sysconfig; print(distutils.sysconfig.get_config_var('LDLIBRARY') or '')"`]
golly-3.3/.pc/0006-python2-support-removal.patch/gui-wx/configure/configure.ac-84-		AS_IF([test "x$shlib" = x], [CHECK_SHLIB_USED([shlib], [$PYTHON], [python])]) ],