Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlejandro Conty Estevez <conty@yafray.org>2004-01-05 01:10:36 +0300
committerAlejandro Conty Estevez <conty@yafray.org>2004-01-05 01:10:36 +0300
commiteff07b83294125ca3bf66fbec5b6abc865d04c80 (patch)
treefc9f4e2fa4e73cf32823a0a81ee81b58d028a1c1 /source/blender/python
parent29d23bf86438629a0fc72313d29c40e62cd1bb7d (diff)
Basic initial yafray integration by Eeshlo.
Materials are exported the best we can do by now. It will look almost as in blender except for the missing procedural textures and some minor issues. You have to tweak normal modulation amount to get the desired result cause is not the same in yafray. We added a panel in render space to adjust some yafray settings (GI and so) Also we export transparency and reflection using new raytracing settings, but that will be changed and improved soon. Remember that you have to set YFexport path in user defaults and yafray must be on path (version 0.0.6) We added the "yafray" button to activate all this stuff in the render window. Panel and settings are only shown when checked. So now when activated the code calls yafray export instead of the internal renderer and finally the resulting image is loaded back into render window's buffer. So animation is also possible and results can be saved using blender usual scheme.
Diffstat (limited to 'source/blender/python')
-rw-r--r--source/blender/python/Makefile654
-rw-r--r--source/blender/python/api2_2x/Makefile1891
2 files changed, 2454 insertions, 91 deletions
diff --git a/source/blender/python/Makefile b/source/blender/python/Makefile
index 149e40092f3..bf2edb6e589 100644
--- a/source/blender/python/Makefile
+++ b/source/blender/python/Makefile
@@ -1,37 +1,619 @@
-#
-# $Id$
-#
-# ***** BEGIN GPL/BL DUAL LICENSE BLOCK *****
-#
-# This program is free software; you can redistribute it and/or
-# modify it under the terms of the GNU General Public License
-# as published by the Free Software Foundation; either version 2
-# of the License, or (at your option) any later version. The Blender
-# Foundation also sells licenses for use in proprietary software under
-# the Blender License. See http://www.blender.org/BL/ for information
-# about this.
-#
+# Makefile.in generated by automake 1.7.6 from Makefile.am.
+# source/blender/python/Makefile. Generated from Makefile.in by configure.
+
+# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003
+# Free Software Foundation, Inc.
+# This Makefile.in is free software; the Free Software Foundation
+# gives unlimited permission to copy and/or distribute it,
+# with or without modifications, as long as this notice is preserved.
+
# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-# GNU General Public License for more details.
-#
-# You should have received a copy of the GNU General Public License
-# along with this program; if not, write to the Free Software Foundation,
-# Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
-#
-# The Original Code is Copyright (C) 2001-2002 by NaN Holding BV.
-# All rights reserved.
-#
-# The Original Code is: all of this file.
-#
-# Contributor(s): none yet.
-#
-# ***** END GPL/BL DUAL LICENSE BLOCK *****
-#
-# Bounces make to subdirectories.
-
-SOURCEDIR = source/blender/python
-DIRS = api2_2x
-
-include nan_subdirs.mk
+# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
+# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
+# PARTICULAR PURPOSE.
+
+
+
+srcdir = .
+top_srcdir = ../../..
+
+pkgdatadir = $(datadir)/blender
+pkglibdir = $(libdir)/blender
+pkgincludedir = $(includedir)/blender
+top_builddir = ../../..
+
+am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
+INSTALL = /usr/bin/install -c
+install_sh_DATA = $(install_sh) -c -m 644
+install_sh_PROGRAM = $(install_sh) -c
+install_sh_SCRIPT = $(install_sh) -c
+INSTALL_HEADER = $(INSTALL_DATA)
+transform = $(program_transform_name)
+NORMAL_INSTALL = :
+PRE_INSTALL = :
+POST_INSTALL = :
+NORMAL_UNINSTALL = :
+PRE_UNINSTALL = :
+POST_UNINSTALL = :
+build_triplet = i686-pc-linux-gnu
+host_triplet = i686-pc-linux-gnu
+target_triplet = i686-pc-linux-gnu
+ACLOCAL = ${SHELL} /home/qword/nuevo/fuentes/trabajo/blender/missing --run aclocal-1.7
+AMDEP_FALSE = #
+AMDEP_TRUE =
+AMTAR = ${SHELL} /home/qword/nuevo/fuentes/trabajo/blender/missing --run tar
+AR = ar
+AUTOCONF = ${SHELL} /home/qword/nuevo/fuentes/trabajo/blender/missing --run autoconf
+AUTOHEADER = ${SHELL} /home/qword/nuevo/fuentes/trabajo/blender/missing --run autoheader
+AUTOMAKE = ${SHELL} /home/qword/nuevo/fuentes/trabajo/blender/missing --run automake-1.7
+AWK = mawk
+BLIB_JPEG =
+BLIB_PNG =
+BLIB_SDL =
+BlenderFMOD_FALSE =
+BlenderFMOD_TRUE = #
+BlenderGAME_FALSE =
+BlenderGAME_TRUE = #
+BlenderOPENAL_FALSE =
+BlenderOPENAL_TRUE = #
+BlenderPLUGIN_FALSE =
+BlenderPLUGIN_TRUE = #
+BlenderQUICKTIME_FALSE =
+BlenderQUICKTIME_TRUE = #
+BlenderSTATIC_FALSE =
+BlenderSTATIC_TRUE = #
+CARBON_FALSE =
+CARBON_TRUE = #
+CC = gcc
+CCDEPMODE = depmode=gcc3
+CFLAGS = -funsigned-char
+CPP = gcc -E
+CPPFLAGS =
+CXX = g++
+CXXCPP = g++ -E
+CXXDEPMODE = depmode=gcc3
+CXXFLAGS = -funsigned-char
+CYGPATH_W = echo
+DEFS = -DHAVE_CONFIG_H
+DEPDIR = .deps
+ECHO = echo
+ECHO_C =
+ECHO_N = -n
+ECHO_T =
+EGREP = grep -E
+EXEEXT =
+F77 =
+FFLAGS =
+INSTALL_DATA = ${INSTALL} -m 644
+INSTALL_PROGRAM = ${INSTALL}
+INSTALL_SCRIPT = ${INSTALL}
+INSTALL_STRIP_PROGRAM = ${SHELL} $(install_sh) -c -s
+LDFLAGS =
+LIBM = -lm
+LIBOBJS =
+
+LIBS =
+LIBTOOL = $(SHELL) $(top_builddir)/libtool
+LN_S = ln -s
+LTLIBOBJS =
+MAKE = /usr/bin/make
+MAKEINFO = ${SHELL} /home/qword/nuevo/fuentes/trabajo/blender/missing --run makeinfo
+OBJEXT = o
+PACKAGE = blender
+PACKAGE_BUGREPORT =
+PACKAGE_NAME = blender
+PACKAGE_STRING = blender 2.29
+PACKAGE_TARNAME = blender
+PACKAGE_VERSION = 2.29
+PATH_SEPARATOR = :
+PBBUILD =
+PYTHON = /usr/bin/python
+PYTHONSYSPREFIX = /usr
+PYTHON_EXEC_PREFIX = ${exec_prefix}
+PYTHON_LDFLAGS = -Xlinker -export-dynamic
+PYTHON_PLATFORM = linux2
+PYTHON_PREFIX = ${prefix}
+PYTHON_VERSION = 2.2
+RANLIB = ranlib
+SDL_CFLAGS = -I/usr/include/SDL -D_REENTRANT
+SDL_CONFIG = /usr/bin/sdl-config
+SDL_LIBS = -L/usr/lib -lSDL -lpthread
+SET_MAKE =
+SHELL = /bin/sh
+STRIP = strip
+USE_OPENAL_FALSE =
+USE_OPENAL_TRUE = #
+VERSION = 2.29
+WIN32_FALSE =
+WIN32_TRUE = #
+X11_FALSE = #
+X11_TRUE =
+X_CFLAGS = -I/usr/X11R6/include
+X_EXTRA_LIBS =
+X_LIBS = -L/usr/X11R6/lib
+X_PRE_LIBS = -lSM -lICE
+ac_ct_AR = ar
+ac_ct_CC = gcc
+ac_ct_CXX = g++
+ac_ct_F77 =
+ac_ct_RANLIB = ranlib
+ac_ct_STRIP = strip
+am__fastdepCC_FALSE = #
+am__fastdepCC_TRUE =
+am__fastdepCXX_FALSE = #
+am__fastdepCXX_TRUE =
+am__include = include
+am__leading_dot = .
+am__quote =
+b_jpeg_FALSE =
+b_jpeg_TRUE = #
+b_png_FALSE =
+b_png_TRUE = #
+b_sdl_FALSE =
+b_sdl_TRUE = #
+bindir = ${exec_prefix}/bin
+build = i686-pc-linux-gnu
+build_alias =
+build_cpu = i686
+build_os = linux-gnu
+build_vendor = pc
+datadir = ${prefix}/share
+exec_prefix = ${prefix}
+host = i686-pc-linux-gnu
+host_alias =
+host_cpu = i686
+host_os = linux-gnu
+host_vendor = pc
+includedir = ${prefix}/include
+infodir = ${prefix}/info
+install_sh = /home/qword/nuevo/fuentes/trabajo/blender/install-sh
+libdir = ${exec_prefix}/lib
+libexecdir = ${exec_prefix}/libexec
+localstatedir = ${prefix}/var
+mandir = ${prefix}/man
+oldincludedir = /usr/include
+pkgpyexecdir = ${pyexecdir}/blender
+pkgpythondir = ${pythondir}/blender
+prefix = /usr/local
+program_transform_name = s,x,x,
+pyexecdir = ${exec_prefix}/lib/python2.2/site-packages
+pythondir = ${prefix}/lib/python2.2/site-packages
+sbindir = ${exec_prefix}/sbin
+sharedstatedir = ${prefix}/com
+sysconfdir = ${prefix}/etc
+target = i686-pc-linux-gnu
+target_alias =
+target_cpu = i686
+target_os = linux-gnu
+target_vendor = pc
+SUBDIRS = api2_2x
+
+noinst_LTLIBRARIES = libblender_python.la
+
+libblender_python_la_SOURCES = BPY_interface.c
+
+libblender_python_la_CFLAGS = -Wall
+
+libblender_python_la_LIBADD = \
+ api2_2x/libblender_api2_2x.la
+
+
+INCLUDES = \
+ -I/usr/include/python2.2 \
+ -I$(top_srcdir)/intern/guardedalloc \
+ -I$(top_srcdir)/source/blender/blenlib \
+ -I$(top_srcdir)/source/blender/blenkernel \
+ -I$(top_srcdir)/source/blender/makesdna \
+ -I$(top_srcdir)/source/blender/include/
+
+subdir = source/blender/python
+ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
+mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
+CONFIG_HEADER = $(top_builddir)/config.h
+CONFIG_CLEAN_FILES =
+LTLIBRARIES = $(noinst_LTLIBRARIES)
+
+libblender_python_la_LDFLAGS =
+libblender_python_la_DEPENDENCIES = api2_2x/libblender_api2_2x.la
+am_libblender_python_la_OBJECTS = libblender_python_la-BPY_interface.lo
+libblender_python_la_OBJECTS = $(am_libblender_python_la_OBJECTS)
+
+DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
+depcomp = $(SHELL) $(top_srcdir)/depcomp
+am__depfiles_maybe = depfiles
+DEP_FILES = \
+ ./$(DEPDIR)/libblender_python_la-BPY_interface.Plo
+COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
+ $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
+LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) \
+ $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
+CCLD = $(CC)
+LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
+ $(AM_LDFLAGS) $(LDFLAGS) -o $@
+DIST_SOURCES = $(libblender_python_la_SOURCES)
+
+RECURSIVE_TARGETS = info-recursive dvi-recursive pdf-recursive \
+ ps-recursive install-info-recursive uninstall-info-recursive \
+ all-recursive install-data-recursive install-exec-recursive \
+ installdirs-recursive install-recursive uninstall-recursive \
+ check-recursive installcheck-recursive
+DIST_COMMON = Makefile.am Makefile.in
+DIST_SUBDIRS = $(SUBDIRS)
+SOURCES = $(libblender_python_la_SOURCES)
+
+all: all-recursive
+
+.SUFFIXES:
+.SUFFIXES: .c .lo .o .obj
+$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.ac $(ACLOCAL_M4)
+ cd $(top_srcdir) && \
+ $(AUTOMAKE) --gnu source/blender/python/Makefile
+Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
+ cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
+
+clean-noinstLTLIBRARIES:
+ -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
+ @list='$(noinst_LTLIBRARIES)'; for p in $$list; do \
+ dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
+ test "$$dir" = "$$p" && dir=.; \
+ echo "rm -f \"$${dir}/so_locations\""; \
+ rm -f "$${dir}/so_locations"; \
+ done
+libblender_python.la: $(libblender_python_la_OBJECTS) $(libblender_python_la_DEPENDENCIES)
+ $(LINK) $(libblender_python_la_LDFLAGS) $(libblender_python_la_OBJECTS) $(libblender_python_la_LIBADD) $(LIBS)
+
+mostlyclean-compile:
+ -rm -f *.$(OBJEXT) core *.core
+
+distclean-compile:
+ -rm -f *.tab.c
+
+include ./$(DEPDIR)/libblender_python_la-BPY_interface.Plo
+
+distclean-depend:
+ -rm -rf ./$(DEPDIR)
+
+.c.o:
+ if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" \
+ -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<; \
+ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; \
+ else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; \
+ fi
+# source='$<' object='$@' libtool=no \
+# depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' \
+# $(CCDEPMODE) $(depcomp) \
+# $(COMPILE) -c `test -f '$<' || echo '$(srcdir)/'`$<
+
+.c.obj:
+ if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" \
+ -c -o $@ `if test -f '$<'; then $(CYGPATH_W) '$<'; else $(CYGPATH_W) '$(srcdir)/$<'; fi`; \
+ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; \
+ else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; \
+ fi
+# source='$<' object='$@' libtool=no \
+# depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' \
+# $(CCDEPMODE) $(depcomp) \
+# $(COMPILE) -c `if test -f '$<'; then $(CYGPATH_W) '$<'; else $(CYGPATH_W) '$(srcdir)/$<'; fi`
+
+.c.lo:
+ if $(LTCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" \
+ -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<; \
+ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; \
+ else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; \
+ fi
+# source='$<' object='$@' libtool=yes \
+# depfile='$(DEPDIR)/$*.Plo' tmpdepfile='$(DEPDIR)/$*.TPlo' \
+# $(CCDEPMODE) $(depcomp) \
+# $(LTCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
+
+libblender_python_la-BPY_interface.o: BPY_interface.c
+ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libblender_python_la_CFLAGS) $(CFLAGS) -MT libblender_python_la-BPY_interface.o -MD -MP -MF "$(DEPDIR)/libblender_python_la-BPY_interface.Tpo" \
+ -c -o libblender_python_la-BPY_interface.o `test -f 'BPY_interface.c' || echo '$(srcdir)/'`BPY_interface.c; \
+ then mv -f "$(DEPDIR)/libblender_python_la-BPY_interface.Tpo" "$(DEPDIR)/libblender_python_la-BPY_interface.Po"; \
+ else rm -f "$(DEPDIR)/libblender_python_la-BPY_interface.Tpo"; exit 1; \
+ fi
+# source='BPY_interface.c' object='libblender_python_la-BPY_interface.o' libtool=no \
+# depfile='$(DEPDIR)/libblender_python_la-BPY_interface.Po' tmpdepfile='$(DEPDIR)/libblender_python_la-BPY_interface.TPo' \
+# $(CCDEPMODE) $(depcomp) \
+# $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libblender_python_la_CFLAGS) $(CFLAGS) -c -o libblender_python_la-BPY_interface.o `test -f 'BPY_interface.c' || echo '$(srcdir)/'`BPY_interface.c
+
+libblender_python_la-BPY_interface.obj: BPY_interface.c
+ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libblender_python_la_CFLAGS) $(CFLAGS) -MT libblender_python_la-BPY_interface.obj -MD -MP -MF "$(DEPDIR)/libblender_python_la-BPY_interface.Tpo" \
+ -c -o libblender_python_la-BPY_interface.obj `if test -f 'BPY_interface.c'; then $(CYGPATH_W) 'BPY_interface.c'; else $(CYGPATH_W) '$(srcdir)/BPY_interface.c'; fi`; \
+ then mv -f "$(DEPDIR)/libblender_python_la-BPY_interface.Tpo" "$(DEPDIR)/libblender_python_la-BPY_interface.Po"; \
+ else rm -f "$(DEPDIR)/libblender_python_la-BPY_interface.Tpo"; exit 1; \
+ fi
+# source='BPY_interface.c' object='libblender_python_la-BPY_interface.obj' libtool=no \
+# depfile='$(DEPDIR)/libblender_python_la-BPY_interface.Po' tmpdepfile='$(DEPDIR)/libblender_python_la-BPY_interface.TPo' \
+# $(CCDEPMODE) $(depcomp) \
+# $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libblender_python_la_CFLAGS) $(CFLAGS) -c -o libblender_python_la-BPY_interface.obj `if test -f 'BPY_interface.c'; then $(CYGPATH_W) 'BPY_interface.c'; else $(CYGPATH_W) '$(srcdir)/BPY_interface.c'; fi`
+
+libblender_python_la-BPY_interface.lo: BPY_interface.c
+ if $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libblender_python_la_CFLAGS) $(CFLAGS) -MT libblender_python_la-BPY_interface.lo -MD -MP -MF "$(DEPDIR)/libblender_python_la-BPY_interface.Tpo" \
+ -c -o libblender_python_la-BPY_interface.lo `test -f 'BPY_interface.c' || echo '$(srcdir)/'`BPY_interface.c; \
+ then mv -f "$(DEPDIR)/libblender_python_la-BPY_interface.Tpo" "$(DEPDIR)/libblender_python_la-BPY_interface.Plo"; \
+ else rm -f "$(DEPDIR)/libblender_python_la-BPY_interface.Tpo"; exit 1; \
+ fi
+# source='BPY_interface.c' object='libblender_python_la-BPY_interface.lo' libtool=yes \
+# depfile='$(DEPDIR)/libblender_python_la-BPY_interface.Plo' tmpdepfile='$(DEPDIR)/libblender_python_la-BPY_interface.TPlo' \
+# $(CCDEPMODE) $(depcomp) \
+# $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libblender_python_la_CFLAGS) $(CFLAGS) -c -o libblender_python_la-BPY_interface.lo `test -f 'BPY_interface.c' || echo '$(srcdir)/'`BPY_interface.c
+
+mostlyclean-libtool:
+ -rm -f *.lo
+
+clean-libtool:
+ -rm -rf .libs _libs
+
+distclean-libtool:
+ -rm -f libtool
+uninstall-info-am:
+
+# This directory's subdirectories are mostly independent; you can cd
+# into them and run `make' without going through this Makefile.
+# To change the values of `make' variables: instead of editing Makefiles,
+# (1) if the variable is set in `config.status', edit `config.status'
+# (which will cause the Makefiles to be regenerated when you run `make');
+# (2) otherwise, pass the desired values on the `make' command line.
+$(RECURSIVE_TARGETS):
+ @set fnord $$MAKEFLAGS; amf=$$2; \
+ dot_seen=no; \
+ target=`echo $@ | sed s/-recursive//`; \
+ list='$(SUBDIRS)'; for subdir in $$list; do \
+ echo "Making $$target in $$subdir"; \
+ if test "$$subdir" = "."; then \
+ dot_seen=yes; \
+ local_target="$$target-am"; \
+ else \
+ local_target="$$target"; \
+ fi; \
+ (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
+ || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
+ done; \
+ if test "$$dot_seen" = "no"; then \
+ $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
+ fi; test -z "$$fail"
+
+mostlyclean-recursive clean-recursive distclean-recursive \
+maintainer-clean-recursive:
+ @set fnord $$MAKEFLAGS; amf=$$2; \
+ dot_seen=no; \
+ case "$@" in \
+ distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
+ *) list='$(SUBDIRS)' ;; \
+ esac; \
+ rev=''; for subdir in $$list; do \
+ if test "$$subdir" = "."; then :; else \
+ rev="$$subdir $$rev"; \
+ fi; \
+ done; \
+ rev="$$rev ."; \
+ target=`echo $@ | sed s/-recursive//`; \
+ for subdir in $$rev; do \
+ echo "Making $$target in $$subdir"; \
+ if test "$$subdir" = "."; then \
+ local_target="$$target-am"; \
+ else \
+ local_target="$$target"; \
+ fi; \
+ (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
+ || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
+ done && test -z "$$fail"
+tags-recursive:
+ list='$(SUBDIRS)'; for subdir in $$list; do \
+ test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
+ done
+ctags-recursive:
+ list='$(SUBDIRS)'; for subdir in $$list; do \
+ test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
+ done
+
+ETAGS = etags
+ETAGSFLAGS =
+
+CTAGS = ctags
+CTAGSFLAGS =
+
+tags: TAGS
+
+ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
+ list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
+ unique=`for i in $$list; do \
+ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
+ done | \
+ $(AWK) ' { files[$$0] = 1; } \
+ END { for (i in files) print i; }'`; \
+ mkid -fID $$unique
+
+TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
+ $(TAGS_FILES) $(LISP)
+ tags=; \
+ here=`pwd`; \
+ if (etags --etags-include --version) >/dev/null 2>&1; then \
+ include_option=--etags-include; \
+ else \
+ include_option=--include; \
+ fi; \
+ list='$(SUBDIRS)'; for subdir in $$list; do \
+ if test "$$subdir" = .; then :; else \
+ test -f $$subdir/TAGS && \
+ tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
+ fi; \
+ done; \
+ list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
+ unique=`for i in $$list; do \
+ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
+ done | \
+ $(AWK) ' { files[$$0] = 1; } \
+ END { for (i in files) print i; }'`; \
+ test -z "$(ETAGS_ARGS)$$tags$$unique" \
+ || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
+ $$tags $$unique
+
+ctags: CTAGS
+CTAGS: ctags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
+ $(TAGS_FILES) $(LISP)
+ tags=; \
+ here=`pwd`; \
+ list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
+ unique=`for i in $$list; do \
+ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
+ done | \
+ $(AWK) ' { files[$$0] = 1; } \
+ END { for (i in files) print i; }'`; \
+ test -z "$(CTAGS_ARGS)$$tags$$unique" \
+ || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
+ $$tags $$unique
+
+GTAGS:
+ here=`$(am__cd) $(top_builddir) && pwd` \
+ && cd $(top_srcdir) \
+ && gtags -i $(GTAGS_ARGS) $$here
+
+distclean-tags:
+ -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
+DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+
+top_distdir = ../../..
+distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
+
+distdir: $(DISTFILES)
+ @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
+ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
+ list='$(DISTFILES)'; for file in $$list; do \
+ case $$file in \
+ $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
+ $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
+ esac; \
+ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
+ dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
+ if test "$$dir" != "$$file" && test "$$dir" != "."; then \
+ dir="/$$dir"; \
+ $(mkinstalldirs) "$(distdir)$$dir"; \
+ else \
+ dir=''; \
+ fi; \
+ if test -d $$d/$$file; then \
+ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
+ cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
+ fi; \
+ cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
+ else \
+ test -f $(distdir)/$$file \
+ || cp -p $$d/$$file $(distdir)/$$file \
+ || exit 1; \
+ fi; \
+ done
+ list='$(SUBDIRS)'; for subdir in $$list; do \
+ if test "$$subdir" = .; then :; else \
+ test -d $(distdir)/$$subdir \
+ || mkdir $(distdir)/$$subdir \
+ || exit 1; \
+ (cd $$subdir && \
+ $(MAKE) $(AM_MAKEFLAGS) \
+ top_distdir="$(top_distdir)" \
+ distdir=../$(distdir)/$$subdir \
+ distdir) \
+ || exit 1; \
+ fi; \
+ done
+check-am: all-am
+check: check-recursive
+all-am: Makefile $(LTLIBRARIES)
+installdirs: installdirs-recursive
+installdirs-am:
+
+install: install-recursive
+install-exec: install-exec-recursive
+install-data: install-data-recursive
+uninstall: uninstall-recursive
+
+install-am: all-am
+ @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
+
+installcheck: installcheck-recursive
+install-strip:
+ $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+ INSTALL_STRIP_FLAG=-s \
+ `test -z '$(STRIP)' || \
+ echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
+mostlyclean-generic:
+
+clean-generic:
+
+distclean-generic:
+ -rm -f Makefile $(CONFIG_CLEAN_FILES)
+
+maintainer-clean-generic:
+ @echo "This command is intended for maintainers to use"
+ @echo "it deletes files that may require special tools to rebuild."
+clean: clean-recursive
+
+clean-am: clean-generic clean-libtool clean-noinstLTLIBRARIES \
+ mostlyclean-am
+
+distclean: distclean-recursive
+
+distclean-am: clean-am distclean-compile distclean-depend \
+ distclean-generic distclean-libtool distclean-tags
+
+dvi: dvi-recursive
+
+dvi-am:
+
+info: info-recursive
+
+info-am:
+
+install-data-am:
+
+install-exec-am:
+
+install-info: install-info-recursive
+
+install-man:
+
+installcheck-am:
+
+maintainer-clean: maintainer-clean-recursive
+
+maintainer-clean-am: distclean-am maintainer-clean-generic
+
+mostlyclean: mostlyclean-recursive
+
+mostlyclean-am: mostlyclean-compile mostlyclean-generic \
+ mostlyclean-libtool
+
+pdf: pdf-recursive
+
+pdf-am:
+
+ps: ps-recursive
+
+ps-am:
+
+uninstall-am: uninstall-info-am
+
+uninstall-info: uninstall-info-recursive
+
+.PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am check check-am clean \
+ clean-generic clean-libtool clean-noinstLTLIBRARIES \
+ clean-recursive ctags ctags-recursive distclean \
+ distclean-compile distclean-depend distclean-generic \
+ distclean-libtool distclean-recursive distclean-tags distdir \
+ dvi dvi-am dvi-recursive info info-am info-recursive install \
+ install-am install-data install-data-am install-data-recursive \
+ install-exec install-exec-am install-exec-recursive \
+ install-info install-info-am install-info-recursive install-man \
+ install-recursive install-strip installcheck installcheck-am \
+ installdirs installdirs-am installdirs-recursive \
+ maintainer-clean maintainer-clean-generic \
+ maintainer-clean-recursive mostlyclean mostlyclean-compile \
+ mostlyclean-generic mostlyclean-libtool mostlyclean-recursive \
+ pdf pdf-am pdf-recursive ps ps-am ps-recursive tags \
+ tags-recursive uninstall uninstall-am uninstall-info-am \
+ uninstall-info-recursive uninstall-recursive
+
+# Tell versions [3.59,3.63) of GNU make to not export all variables.
+# Otherwise a system limit (for SysV at least) may be exceeded.
+.NOEXPORT:
diff --git a/source/blender/python/api2_2x/Makefile b/source/blender/python/api2_2x/Makefile
index 7fa8f72a530..f928e529f94 100644
--- a/source/blender/python/api2_2x/Makefile
+++ b/source/blender/python/api2_2x/Makefile
@@ -1,56 +1,1837 @@
-#
-# $Id$
-#
-# ***** BEGIN GPL/BL DUAL LICENSE BLOCK *****
-#
-# This program is free software; you can redistribute it and/or
-# modify it under the terms of the GNU General Public License
-# as published by the Free Software Foundation; either version 2
-# of the License, or (at your option) any later version. The Blender
-# Foundation also sells licenses for use in proprietary software under
-# the Blender License. See http://www.blender.org/BL/ for information
-# about this.
-#
+# Makefile.in generated by automake 1.7.6 from Makefile.am.
+# source/blender/python/api2_2x/Makefile. Generated from Makefile.in by configure.
+
+# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003
+# Free Software Foundation, Inc.
+# This Makefile.in is free software; the Free Software Foundation
+# gives unlimited permission to copy and/or distribute it,
+# with or without modifications, as long as this notice is preserved.
+
# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-# GNU General Public License for more details.
-#
-# You should have received a copy of the GNU General Public License
-# along with this program; if not, write to the Free Software Foundation,
-# Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
-#
-# The Original Code is Copyright (C) 2001-2002 by NaN Holding BV.
-# All rights reserved.
-#
-# The Original Code is: all of this file.
-#
-# Contributor(s): none yet.
-#
-# ***** END GPL/BL DUAL LICENSE BLOCK *****
-#
-#
-
-LIBNAME = python
-DIR = $(OCGDIR)/blender/python
-
-CSRCS ?= $(wildcard *.c) $(wildcard ../*.c)
-
-include nan_compile.mk
-
-ifeq ($(OS),$(findstring $(OS), "beos darwin freebsd linux openbsd solaris windows"))
- CFLAGS += -funsigned-char
-endif
-
-CFLAGS += $(LEVEL_1_C_WARNINGS)
-
-
-CPPFLAGS += -I$(OPENGL_HEADERS)
-CPPFLAGS += -I$(NAN_GUARDEDALLOC)/include
-CPPFLAGS += -I../../makesdna
-CPPFLAGS += -I../../blenkernel
-CPPFLAGS += -I../../blenlib
-CPPFLAGS += -I../../include
-CPPFLAGS += -I$(NAN_BMFONT)/include
-CPPFLAGS += -I../../imbuf
-CPPFLAGS += -I$(NAN_PYTHON)/include/python$(NAN_PYTHON_VERSION)
+# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
+# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
+# PARTICULAR PURPOSE.
+
+
+
+srcdir = .
+top_srcdir = ../../../..
+
+pkgdatadir = $(datadir)/blender
+pkglibdir = $(libdir)/blender
+pkgincludedir = $(includedir)/blender
+top_builddir = ../../../..
+
+am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
+INSTALL = /usr/bin/install -c
+install_sh_DATA = $(install_sh) -c -m 644
+install_sh_PROGRAM = $(install_sh) -c
+install_sh_SCRIPT = $(install_sh) -c
+INSTALL_HEADER = $(INSTALL_DATA)
+transform = $(program_transform_name)
+NORMAL_INSTALL = :
+PRE_INSTALL = :
+POST_INSTALL = :
+NORMAL_UNINSTALL = :
+PRE_UNINSTALL = :
+POST_UNINSTALL = :
+build_triplet = i686-pc-linux-gnu
+host_triplet = i686-pc-linux-gnu
+target_triplet = i686-pc-linux-gnu
+ACLOCAL = ${SHELL} /home/qword/nuevo/fuentes/trabajo/blender/missing --run aclocal-1.7
+AMDEP_FALSE = #
+AMDEP_TRUE =
+AMTAR = ${SHELL} /home/qword/nuevo/fuentes/trabajo/blender/missing --run tar
+AR = ar
+AUTOCONF = ${SHELL} /home/qword/nuevo/fuentes/trabajo/blender/missing --run autoconf
+AUTOHEADER = ${SHELL} /home/qword/nuevo/fuentes/trabajo/blender/missing --run autoheader
+AUTOMAKE = ${SHELL} /home/qword/nuevo/fuentes/trabajo/blender/missing --run automake-1.7
+AWK = mawk
+BLIB_JPEG =
+BLIB_PNG =
+BLIB_SDL =
+BlenderFMOD_FALSE =
+BlenderFMOD_TRUE = #
+BlenderGAME_FALSE =
+BlenderGAME_TRUE = #
+BlenderOPENAL_FALSE =
+BlenderOPENAL_TRUE = #
+BlenderPLUGIN_FALSE =
+BlenderPLUGIN_TRUE = #
+BlenderQUICKTIME_FALSE =
+BlenderQUICKTIME_TRUE = #
+BlenderSTATIC_FALSE =
+BlenderSTATIC_TRUE = #
+CARBON_FALSE =
+CARBON_TRUE = #
+CC = gcc
+CCDEPMODE = depmode=gcc3
+CFLAGS = -funsigned-char
+CPP = gcc -E
+CPPFLAGS =
+CXX = g++
+CXXCPP = g++ -E
+CXXDEPMODE = depmode=gcc3
+CXXFLAGS = -funsigned-char
+CYGPATH_W = echo
+DEFS = -DHAVE_CONFIG_H
+DEPDIR = .deps
+ECHO = echo
+ECHO_C =
+ECHO_N = -n
+ECHO_T =
+EGREP = grep -E
+EXEEXT =
+F77 =
+FFLAGS =
+INSTALL_DATA = ${INSTALL} -m 644
+INSTALL_PROGRAM = ${INSTALL}
+INSTALL_SCRIPT = ${INSTALL}
+INSTALL_STRIP_PROGRAM = ${SHELL} $(install_sh) -c -s
+LDFLAGS =
+LIBM = -lm
+LIBOBJS =
+
+LIBS =
+LIBTOOL = $(SHELL) $(top_builddir)/libtool
+LN_S = ln -s
+LTLIBOBJS =
+MAKE = /usr/bin/make
+MAKEINFO = ${SHELL} /home/qword/nuevo/fuentes/trabajo/blender/missing --run makeinfo
+OBJEXT = o
+PACKAGE = blender
+PACKAGE_BUGREPORT =
+PACKAGE_NAME = blender
+PACKAGE_STRING = blender 2.29
+PACKAGE_TARNAME = blender
+PACKAGE_VERSION = 2.29
+PATH_SEPARATOR = :
+PBBUILD =
+PYTHON = /usr/bin/python
+PYTHONSYSPREFIX = /usr
+PYTHON_EXEC_PREFIX = ${exec_prefix}
+PYTHON_LDFLAGS = -Xlinker -export-dynamic
+PYTHON_PLATFORM = linux2
+PYTHON_PREFIX = ${prefix}
+PYTHON_VERSION = 2.2
+RANLIB = ranlib
+SDL_CFLAGS = -I/usr/include/SDL -D_REENTRANT
+SDL_CONFIG = /usr/bin/sdl-config
+SDL_LIBS = -L/usr/lib -lSDL -lpthread
+SET_MAKE =
+SHELL = /bin/sh
+STRIP = strip
+USE_OPENAL_FALSE =
+USE_OPENAL_TRUE = #
+VERSION = 2.29
+WIN32_FALSE =
+WIN32_TRUE = #
+X11_FALSE = #
+X11_TRUE =
+X_CFLAGS = -I/usr/X11R6/include
+X_EXTRA_LIBS =
+X_LIBS = -L/usr/X11R6/lib
+X_PRE_LIBS = -lSM -lICE
+ac_ct_AR = ar
+ac_ct_CC = gcc
+ac_ct_CXX = g++
+ac_ct_F77 =
+ac_ct_RANLIB = ranlib
+ac_ct_STRIP = strip
+am__fastdepCC_FALSE = #
+am__fastdepCC_TRUE =
+am__fastdepCXX_FALSE = #
+am__fastdepCXX_TRUE =
+am__include = include
+am__leading_dot = .
+am__quote =
+b_jpeg_FALSE =
+b_jpeg_TRUE = #
+b_png_FALSE =
+b_png_TRUE = #
+b_sdl_FALSE =
+b_sdl_TRUE = #
+bindir = ${exec_prefix}/bin
+build = i686-pc-linux-gnu
+build_alias =
+build_cpu = i686
+build_os = linux-gnu
+build_vendor = pc
+datadir = ${prefix}/share
+exec_prefix = ${prefix}
+host = i686-pc-linux-gnu
+host_alias =
+host_cpu = i686
+host_os = linux-gnu
+host_vendor = pc
+includedir = ${prefix}/include
+infodir = ${prefix}/info
+install_sh = /home/qword/nuevo/fuentes/trabajo/blender/install-sh
+libdir = ${exec_prefix}/lib
+libexecdir = ${exec_prefix}/libexec
+localstatedir = ${prefix}/var
+mandir = ${prefix}/man
+oldincludedir = /usr/include
+pkgpyexecdir = ${pyexecdir}/blender
+pkgpythondir = ${pythondir}/blender
+prefix = /usr/local
+program_transform_name = s,x,x,
+pyexecdir = ${exec_prefix}/lib/python2.2/site-packages
+pythondir = ${prefix}/lib/python2.2/site-packages
+sbindir = ${exec_prefix}/sbin
+sharedstatedir = ${prefix}/com
+sysconfdir = ${prefix}/etc
+target = i686-pc-linux-gnu
+target_alias =
+target_cpu = i686
+target_os = linux-gnu
+target_vendor = pc
+noinst_LTLIBRARIES = libblender_api2_2x.la
+
+libblender_api2_2x_la_SOURCES = \
+ Blender.c \
+ Blender.h \
+ Sys.c \
+ Sys.h \
+ Registry.c \
+ Registry.h \
+ Scene.c \
+ Scene.h \
+ Types.c \
+ Types.h \
+ Object.c \
+ Object.h \
+ NMesh.c \
+ NMesh.h \
+ Material.c \
+ Material.h \
+ Camera.c \
+ Camera.h \
+ World.c \
+ Worldy.h \
+ Lamp.c \
+ Lamp.h \
+ Lattice.c \
+ Lattice.h \
+ Curve.c \
+ Curve.h \
+ Armature.c \
+ Armature.h \
+ Bone.c \
+ Bone.h \
+ Ipo.c \
+ Ipo.h \
+ Ipocurve.c \
+ Ipocurve.h \
+ BezTriple.c \
+ BezTriple.h \
+ Metaball.c \
+ Metaball.h \
+ Effect.c \
+ Effect.h \
+ Particle.c \
+ Particle.h \
+ Wave.c \
+ Wave.h \
+ Build.c \
+ Build.h \
+ Image.c \
+ Image.h \
+ Window.c \
+ Window.h \
+ Draw.c \
+ Draw.h \
+ BGL.c \
+ BGL.h \
+ Text.c \
+ Text.h \
+ Texture.c \
+ Texture.h \
+ MTex.c \
+ MTex.h \
+ vector.c \
+ vector.h \
+ constant.c \
+ constant.h \
+ matrix.c \
+ rgbTuple.c \
+ rgbTuple.h \
+ gen_utils.c \
+ gen_utils.h \
+ EXPP_interface.c \
+ EXPP_interface.h \
+ modules.h \
+ bpy_types.h
+
+
+libblender_api2_2x_la_CFLAGS = -Wall
+
+INCLUDES = \
+ -I/usr/include/python2.2 \
+ -I$(top_srcdir)/source/blender/blenkernel \
+ -I$(top_srcdir)/source/blender/blenlib \
+ -I$(top_srcdir)/source/blender/makesdna \
+ -I$(top_srcdir)/intern/guardedalloc \
+ -I$(top_srcdir)/intern/bmfont \
+ -I$(top_srcdir)/source/blender/imbuf \
+ -I$(top_srcdir)/source/blender/include
+
+subdir = source/blender/python/api2_2x
+ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
+mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
+CONFIG_HEADER = $(top_builddir)/config.h
+CONFIG_CLEAN_FILES =
+LTLIBRARIES = $(noinst_LTLIBRARIES)
+
+libblender_api2_2x_la_LDFLAGS =
+libblender_api2_2x_la_LIBADD =
+am_libblender_api2_2x_la_OBJECTS = libblender_api2_2x_la-Blender.lo \
+ libblender_api2_2x_la-Sys.lo libblender_api2_2x_la-Registry.lo \
+ libblender_api2_2x_la-Scene.lo libblender_api2_2x_la-Types.lo \
+ libblender_api2_2x_la-Object.lo libblender_api2_2x_la-NMesh.lo \
+ libblender_api2_2x_la-Material.lo \
+ libblender_api2_2x_la-Camera.lo libblender_api2_2x_la-World.lo \
+ libblender_api2_2x_la-Lamp.lo libblender_api2_2x_la-Lattice.lo \
+ libblender_api2_2x_la-Curve.lo \
+ libblender_api2_2x_la-Armature.lo libblender_api2_2x_la-Bone.lo \
+ libblender_api2_2x_la-Ipo.lo libblender_api2_2x_la-Ipocurve.lo \
+ libblender_api2_2x_la-BezTriple.lo \
+ libblender_api2_2x_la-Metaball.lo \
+ libblender_api2_2x_la-Effect.lo \
+ libblender_api2_2x_la-Particle.lo libblender_api2_2x_la-Wave.lo \
+ libblender_api2_2x_la-Build.lo libblender_api2_2x_la-Image.lo \
+ libblender_api2_2x_la-Window.lo libblender_api2_2x_la-Draw.lo \
+ libblender_api2_2x_la-BGL.lo libblender_api2_2x_la-Text.lo \
+ libblender_api2_2x_la-Texture.lo libblender_api2_2x_la-MTex.lo \
+ libblender_api2_2x_la-vector.lo \
+ libblender_api2_2x_la-constant.lo \
+ libblender_api2_2x_la-matrix.lo \
+ libblender_api2_2x_la-rgbTuple.lo \
+ libblender_api2_2x_la-gen_utils.lo \
+ libblender_api2_2x_la-EXPP_interface.lo
+libblender_api2_2x_la_OBJECTS = $(am_libblender_api2_2x_la_OBJECTS)
+
+DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
+depcomp = $(SHELL) $(top_srcdir)/depcomp
+am__depfiles_maybe = depfiles
+DEP_FILES = ./$(DEPDIR)/libblender_api2_2x_la-Armature.Plo \
+ ./$(DEPDIR)/libblender_api2_2x_la-BGL.Plo \
+ ./$(DEPDIR)/libblender_api2_2x_la-BezTriple.Plo \
+ ./$(DEPDIR)/libblender_api2_2x_la-Blender.Plo \
+ ./$(DEPDIR)/libblender_api2_2x_la-Bone.Plo \
+ ./$(DEPDIR)/libblender_api2_2x_la-Build.Plo \
+ ./$(DEPDIR)/libblender_api2_2x_la-Camera.Plo \
+ ./$(DEPDIR)/libblender_api2_2x_la-Curve.Plo \
+ ./$(DEPDIR)/libblender_api2_2x_la-Draw.Plo \
+ ./$(DEPDIR)/libblender_api2_2x_la-EXPP_interface.Plo \
+ ./$(DEPDIR)/libblender_api2_2x_la-Effect.Plo \
+ ./$(DEPDIR)/libblender_api2_2x_la-Image.Plo \
+ ./$(DEPDIR)/libblender_api2_2x_la-Ipo.Plo \
+ ./$(DEPDIR)/libblender_api2_2x_la-Ipocurve.Plo \
+ ./$(DEPDIR)/libblender_api2_2x_la-Lamp.Plo \
+ ./$(DEPDIR)/libblender_api2_2x_la-Lattice.Plo \
+ ./$(DEPDIR)/libblender_api2_2x_la-MTex.Plo \
+ ./$(DEPDIR)/libblender_api2_2x_la-Material.Plo \
+ ./$(DEPDIR)/libblender_api2_2x_la-Metaball.Plo \
+ ./$(DEPDIR)/libblender_api2_2x_la-NMesh.Plo \
+ ./$(DEPDIR)/libblender_api2_2x_la-Object.Plo \
+ ./$(DEPDIR)/libblender_api2_2x_la-Particle.Plo \
+ ./$(DEPDIR)/libblender_api2_2x_la-Registry.Plo \
+ ./$(DEPDIR)/libblender_api2_2x_la-Scene.Plo \
+ ./$(DEPDIR)/libblender_api2_2x_la-Sys.Plo \
+ ./$(DEPDIR)/libblender_api2_2x_la-Text.Plo \
+ ./$(DEPDIR)/libblender_api2_2x_la-Texture.Plo \
+ ./$(DEPDIR)/libblender_api2_2x_la-Types.Plo \
+ ./$(DEPDIR)/libblender_api2_2x_la-Wave.Plo \
+ ./$(DEPDIR)/libblender_api2_2x_la-Window.Plo \
+ ./$(DEPDIR)/libblender_api2_2x_la-World.Plo \
+ ./$(DEPDIR)/libblender_api2_2x_la-constant.Plo \
+ ./$(DEPDIR)/libblender_api2_2x_la-gen_utils.Plo \
+ ./$(DEPDIR)/libblender_api2_2x_la-matrix.Plo \
+ ./$(DEPDIR)/libblender_api2_2x_la-rgbTuple.Plo \
+ ./$(DEPDIR)/libblender_api2_2x_la-vector.Plo
+COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
+ $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
+LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) \
+ $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
+CCLD = $(CC)
+LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
+ $(AM_LDFLAGS) $(LDFLAGS) -o $@
+DIST_SOURCES = $(libblender_api2_2x_la_SOURCES)
+DIST_COMMON = Makefile.am Makefile.in
+SOURCES = $(libblender_api2_2x_la_SOURCES)
+
+all: all-am
+
+.SUFFIXES:
+.SUFFIXES: .c .lo .o .obj
+$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.ac $(ACLOCAL_M4)
+ cd $(top_srcdir) && \
+ $(AUTOMAKE) --gnu source/blender/python/api2_2x/Makefile
+Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
+ cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
+
+clean-noinstLTLIBRARIES:
+ -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
+ @list='$(noinst_LTLIBRARIES)'; for p in $$list; do \
+ dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
+ test "$$dir" = "$$p" && dir=.; \
+ echo "rm -f \"$${dir}/so_locations\""; \
+ rm -f "$${dir}/so_locations"; \
+ done
+libblender_api2_2x.la: $(libblender_api2_2x_la_OBJECTS) $(libblender_api2_2x_la_DEPENDENCIES)
+ $(LINK) $(libblender_api2_2x_la_LDFLAGS) $(libblender_api2_2x_la_OBJECTS) $(libblender_api2_2x_la_LIBADD) $(LIBS)
+
+mostlyclean-compile:
+ -rm -f *.$(OBJEXT) core *.core
+
+distclean-compile:
+ -rm -f *.tab.c
+
+include ./$(DEPDIR)/libblender_api2_2x_la-Armature.Plo
+include ./$(DEPDIR)/libblender_api2_2x_la-BGL.Plo
+include ./$(DEPDIR)/libblender_api2_2x_la-BezTriple.Plo
+include ./$(DEPDIR)/libblender_api2_2x_la-Blender.Plo
+include ./$(DEPDIR)/libblender_api2_2x_la-Bone.Plo
+include ./$(DEPDIR)/libblender_api2_2x_la-Build.Plo
+include ./$(DEPDIR)/libblender_api2_2x_la-Camera.Plo
+include ./$(DEPDIR)/libblender_api2_2x_la-Curve.Plo
+include ./$(DEPDIR)/libblender_api2_2x_la-Draw.Plo
+include ./$(DEPDIR)/libblender_api2_2x_la-EXPP_interface.Plo
+include ./$(DEPDIR)/libblender_api2_2x_la-Effect.Plo
+include ./$(DEPDIR)/libblender_api2_2x_la-Image.Plo
+include ./$(DEPDIR)/libblender_api2_2x_la-Ipo.Plo
+include ./$(DEPDIR)/libblender_api2_2x_la-Ipocurve.Plo
+include ./$(DEPDIR)/libblender_api2_2x_la-Lamp.Plo
+include ./$(DEPDIR)/libblender_api2_2x_la-Lattice.Plo
+include ./$(DEPDIR)/libblender_api2_2x_la-MTex.Plo
+include ./$(DEPDIR)/libblender_api2_2x_la-Material.Plo
+include ./$(DEPDIR)/libblender_api2_2x_la-Metaball.Plo
+include ./$(DEPDIR)/libblender_api2_2x_la-NMesh.Plo
+include ./$(DEPDIR)/libblender_api2_2x_la-Object.Plo
+include ./$(DEPDIR)/libblender_api2_2x_la-Particle.Plo
+include ./$(DEPDIR)/libblender_api2_2x_la-Registry.Plo
+include ./$(DEPDIR)/libblender_api2_2x_la-Scene.Plo
+include ./$(DEPDIR)/libblender_api2_2x_la-Sys.Plo
+include ./$(DEPDIR)/libblender_api2_2x_la-Text.Plo
+include ./$(DEPDIR)/libblender_api2_2x_la-Texture.Plo
+include ./$(DEPDIR)/libblender_api2_2x_la-Types.Plo
+include ./$(DEPDIR)/libblender_api2_2x_la-Wave.Plo
+include ./$(DEPDIR)/libblender_api2_2x_la-Window.Plo
+include ./$(DEPDIR)/libblender_api2_2x_la-World.Plo
+include ./$(DEPDIR)/libblender_api2_2x_la-constant.Plo
+include ./$(DEPDIR)/libblender_api2_2x_la-gen_utils.Plo
+include ./$(DEPDIR)/libblender_api2_2x_la-matrix.Plo
+include ./$(DEPDIR)/libblender_api2_2x_la-rgbTuple.Plo
+include ./$(DEPDIR)/libblender_api2_2x_la-vector.Plo
+
+distclean-depend:
+ -rm -rf ./$(DEPDIR)
+
+.c.o:
+ if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" \
+ -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<; \
+ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; \
+ else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; \
+ fi
+# source='$<' object='$@' libtool=no \
+# depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' \
+# $(CCDEPMODE) $(depcomp) \
+# $(COMPILE) -c `test -f '$<' || echo '$(srcdir)/'`$<
+
+.c.obj:
+ if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" \
+ -c -o $@ `if test -f '$<'; then $(CYGPATH_W) '$<'; else $(CYGPATH_W) '$(srcdir)/$<'; fi`; \
+ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; \
+ else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; \
+ fi
+# source='$<' object='$@' libtool=no \
+# depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' \
+# $(CCDEPMODE) $(depcomp) \
+# $(COMPILE) -c `if test -f '$<'; then $(CYGPATH_W) '$<'; else $(CYGPATH_W) '$(srcdir)/$<'; fi`
+
+.c.lo:
+ if $(LTCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" \
+ -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<; \
+ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; \
+ else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; \
+ fi
+# source='$<' object='$@' libtool=yes \
+# depfile='$(DEPDIR)/$*.Plo' tmpdepfile='$(DEPDIR)/$*.TPlo' \
+# $(CCDEPMODE) $(depcomp) \
+# $(LTCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
+
+libblender_api2_2x_la-Blender.o: Blender.c
+ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libblender_api2_2x_la_CFLAGS) $(CFLAGS) -MT libblender_api2_2x_la-Blender.o -MD -MP -MF "$(DEPDIR)/libblender_api2_2x_la-Blender.Tpo" \
+ -c -o libblender_api2_2x_la-Blender.o `test -f 'Blender.c' || echo '$(srcdir)/'`Blender.c; \
+ then mv -f "$(DEPDIR)/libblender_api2_2x_la-Blender.Tpo" "$(DEPDIR)/libblender_api2_2x_la-Blender.Po"; \
+ else rm -f "$(DEPDIR)/libblender_api2_2x_la-Blender.Tpo"; exit 1; \
+ fi
+# source='Blender.c' object='libblender_api2_2x_la-Blender.o' libtool=no \
+# depfile='$(DEPDIR)/libblender_api2_2x_la-Blender.Po' tmpdepfile='$(DEPDIR)/libblender_api2_2x_la-Blender.TPo' \
+# $(CCDEPMODE) $(depcomp) \
+# $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libblender_api2_2x_la_CFLAGS) $(CFLAGS) -c -o libblender_api2_2x_la-Blender.o `test -f 'Blender.c' || echo '$(srcdir)/'`Blender.c
+
+libblender_api2_2x_la-Blender.obj: Blender.c
+ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libblender_api2_2x_la_CFLAGS) $(CFLAGS) -MT libblender_api2_2x_la-Blender.obj -MD -MP -MF "$(DEPDIR)/libblender_api2_2x_la-Blender.Tpo" \
+ -c -o libblender_api2_2x_la-Blender.obj `if test -f 'Blender.c'; then $(CYGPATH_W) 'Blender.c'; else $(CYGPATH_W) '$(srcdir)/Blender.c'; fi`; \
+ then mv -f "$(DEPDIR)/libblender_api2_2x_la-Blender.Tpo" "$(DEPDIR)/libblender_api2_2x_la-Blender.Po"; \
+ else rm -f "$(DEPDIR)/libblender_api2_2x_la-Blender.Tpo"; exit 1; \
+ fi
+# source='Blender.c' object='libblender_api2_2x_la-Blender.obj' libtool=no \
+# depfile='$(DEPDIR)/libblender_api2_2x_la-Blender.Po' tmpdepfile='$(DEPDIR)/libblender_api2_2x_la-Blender.TPo' \
+# $(CCDEPMODE) $(depcomp) \
+# $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libblender_api2_2x_la_CFLAGS) $(CFLAGS) -c -o libblender_api2_2x_la-Blender.obj `if test -f 'Blender.c'; then $(CYGPATH_W) 'Blender.c'; else $(CYGPATH_W) '$(srcdir)/Blender.c'; fi`
+
+libblender_api2_2x_la-Blender.lo: Blender.c
+ if $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libblender_api2_2x_la_CFLAGS) $(CFLAGS) -MT libblender_api2_2x_la-Blender.lo -MD -MP -MF "$(DEPDIR)/libblender_api2_2x_la-Blender.Tpo" \
+ -c -o libblender_api2_2x_la-Blender.lo `test -f 'Blender.c' || echo '$(srcdir)/'`Blender.c; \
+ then mv -f "$(DEPDIR)/libblender_api2_2x_la-Blender.Tpo" "$(DEPDIR)/libblender_api2_2x_la-Blender.Plo"; \
+ else rm -f "$(DEPDIR)/libblender_api2_2x_la-Blender.Tpo"; exit 1; \
+ fi
+# source='Blender.c' object='libblender_api2_2x_la-Blender.lo' libtool=yes \
+# depfile='$(DEPDIR)/libblender_api2_2x_la-Blender.Plo' tmpdepfile='$(DEPDIR)/libblender_api2_2x_la-Blender.TPlo' \
+# $(CCDEPMODE) $(depcomp) \
+# $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libblender_api2_2x_la_CFLAGS) $(CFLAGS) -c -o libblender_api2_2x_la-Blender.lo `test -f 'Blender.c' || echo '$(srcdir)/'`Blender.c
+
+libblender_api2_2x_la-Sys.o: Sys.c
+ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libblender_api2_2x_la_CFLAGS) $(CFLAGS) -MT libblender_api2_2x_la-Sys.o -MD -MP -MF "$(DEPDIR)/libblender_api2_2x_la-Sys.Tpo" \
+ -c -o libblender_api2_2x_la-Sys.o `test -f 'Sys.c' || echo '$(srcdir)/'`Sys.c; \
+ then mv -f "$(DEPDIR)/libblender_api2_2x_la-Sys.Tpo" "$(DEPDIR)/libblender_api2_2x_la-Sys.Po"; \
+ else rm -f "$(DEPDIR)/libblender_api2_2x_la-Sys.Tpo"; exit 1; \
+ fi
+# source='Sys.c' object='libblender_api2_2x_la-Sys.o' libtool=no \
+# depfile='$(DEPDIR)/libblender_api2_2x_la-Sys.Po' tmpdepfile='$(DEPDIR)/libblender_api2_2x_la-Sys.TPo' \
+# $(CCDEPMODE) $(depcomp) \
+# $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libblender_api2_2x_la_CFLAGS) $(CFLAGS) -c -o libblender_api2_2x_la-Sys.o `test -f 'Sys.c' || echo '$(srcdir)/'`Sys.c
+
+libblender_api2_2x_la-Sys.obj: Sys.c
+ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libblender_api2_2x_la_CFLAGS) $(CFLAGS) -MT libblender_api2_2x_la-Sys.obj -MD -MP -MF "$(DEPDIR)/libblender_api2_2x_la-Sys.Tpo" \
+ -c -o libblender_api2_2x_la-Sys.obj `if test -f 'Sys.c'; then $(CYGPATH_W) 'Sys.c'; else $(CYGPATH_W) '$(srcdir)/Sys.c'; fi`; \
+ then mv -f "$(DEPDIR)/libblender_api2_2x_la-Sys.Tpo" "$(DEPDIR)/libblender_api2_2x_la-Sys.Po"; \
+ else rm -f "$(DEPDIR)/libblender_api2_2x_la-Sys.Tpo"; exit 1; \
+ fi
+# source='Sys.c' object='libblender_api2_2x_la-Sys.obj' libtool=no \
+# depfile='$(DEPDIR)/libblender_api2_2x_la-Sys.Po' tmpdepfile='$(DEPDIR)/libblender_api2_2x_la-Sys.TPo' \
+# $(CCDEPMODE) $(depcomp) \
+# $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libblender_api2_2x_la_CFLAGS) $(CFLAGS) -c -o libblender_api2_2x_la-Sys.obj `if test -f 'Sys.c'; then $(CYGPATH_W) 'Sys.c'; else $(CYGPATH_W) '$(srcdir)/Sys.c'; fi`
+
+libblender_api2_2x_la-Sys.lo: Sys.c
+ if $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libblender_api2_2x_la_CFLAGS) $(CFLAGS) -MT libblender_api2_2x_la-Sys.lo -MD -MP -MF "$(DEPDIR)/libblender_api2_2x_la-Sys.Tpo" \
+ -c -o libblender_api2_2x_la-Sys.lo `test -f 'Sys.c' || echo '$(srcdir)/'`Sys.c; \
+ then mv -f "$(DEPDIR)/libblender_api2_2x_la-Sys.Tpo" "$(DEPDIR)/libblender_api2_2x_la-Sys.Plo"; \
+ else rm -f "$(DEPDIR)/libblender_api2_2x_la-Sys.Tpo"; exit 1; \
+ fi
+# source='Sys.c' object='libblender_api2_2x_la-Sys.lo' libtool=yes \
+# depfile='$(DEPDIR)/libblender_api2_2x_la-Sys.Plo' tmpdepfile='$(DEPDIR)/libblender_api2_2x_la-Sys.TPlo' \
+# $(CCDEPMODE) $(depcomp) \
+# $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libblender_api2_2x_la_CFLAGS) $(CFLAGS) -c -o libblender_api2_2x_la-Sys.lo `test -f 'Sys.c' || echo '$(srcdir)/'`Sys.c
+
+libblender_api2_2x_la-Registry.o: Registry.c
+ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libblender_api2_2x_la_CFLAGS) $(CFLAGS) -MT libblender_api2_2x_la-Registry.o -MD -MP -MF "$(DEPDIR)/libblender_api2_2x_la-Registry.Tpo" \
+ -c -o libblender_api2_2x_la-Registry.o `test -f 'Registry.c' || echo '$(srcdir)/'`Registry.c; \
+ then mv -f "$(DEPDIR)/libblender_api2_2x_la-Registry.Tpo" "$(DEPDIR)/libblender_api2_2x_la-Registry.Po"; \
+ else rm -f "$(DEPDIR)/libblender_api2_2x_la-Registry.Tpo"; exit 1; \
+ fi
+# source='Registry.c' object='libblender_api2_2x_la-Registry.o' libtool=no \
+# depfile='$(DEPDIR)/libblender_api2_2x_la-Registry.Po' tmpdepfile='$(DEPDIR)/libblender_api2_2x_la-Registry.TPo' \
+# $(CCDEPMODE) $(depcomp) \
+# $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libblender_api2_2x_la_CFLAGS) $(CFLAGS) -c -o libblender_api2_2x_la-Registry.o `test -f 'Registry.c' || echo '$(srcdir)/'`Registry.c
+
+libblender_api2_2x_la-Registry.obj: Registry.c
+ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libblender_api2_2x_la_CFLAGS) $(CFLAGS) -MT libblender_api2_2x_la-Registry.obj -MD -MP -MF "$(DEPDIR)/libblender_api2_2x_la-Registry.Tpo" \
+ -c -o libblender_api2_2x_la-Registry.obj `if test -f 'Registry.c'; then $(CYGPATH_W) 'Registry.c'; else $(CYGPATH_W) '$(srcdir)/Registry.c'; fi`; \
+ then mv -f "$(DEPDIR)/libblender_api2_2x_la-Registry.Tpo" "$(DEPDIR)/libblender_api2_2x_la-Registry.Po"; \
+ else rm -f "$(DEPDIR)/libblender_api2_2x_la-Registry.Tpo"; exit 1; \
+ fi
+# source='Registry.c' object='libblender_api2_2x_la-Registry.obj' libtool=no \
+# depfile='$(DEPDIR)/libblender_api2_2x_la-Registry.Po' tmpdepfile='$(DEPDIR)/libblender_api2_2x_la-Registry.TPo' \
+# $(CCDEPMODE) $(depcomp) \
+# $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libblender_api2_2x_la_CFLAGS) $(CFLAGS) -c -o libblender_api2_2x_la-Registry.obj `if test -f 'Registry.c'; then $(CYGPATH_W) 'Registry.c'; else $(CYGPATH_W) '$(srcdir)/Registry.c'; fi`
+
+libblender_api2_2x_la-Registry.lo: Registry.c
+ if $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libblender_api2_2x_la_CFLAGS) $(CFLAGS) -MT libblender_api2_2x_la-Registry.lo -MD -MP -MF "$(DEPDIR)/libblender_api2_2x_la-Registry.Tpo" \
+ -c -o libblender_api2_2x_la-Registry.lo `test -f 'Registry.c' || echo '$(srcdir)/'`Registry.c; \
+ then mv -f "$(DEPDIR)/libblender_api2_2x_la-Registry.Tpo" "$(DEPDIR)/libblender_api2_2x_la-Registry.Plo"; \
+ else rm -f "$(DEPDIR)/libblender_api2_2x_la-Registry.Tpo"; exit 1; \
+ fi
+# source='Registry.c' object='libblender_api2_2x_la-Registry.lo' libtool=yes \
+# depfile='$(DEPDIR)/libblender_api2_2x_la-Registry.Plo' tmpdepfile='$(DEPDIR)/libblender_api2_2x_la-Registry.TPlo' \
+# $(CCDEPMODE) $(depcomp) \
+# $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libblender_api2_2x_la_CFLAGS) $(CFLAGS) -c -o libblender_api2_2x_la-Registry.lo `test -f 'Registry.c' || echo '$(srcdir)/'`Registry.c
+
+libblender_api2_2x_la-Scene.o: Scene.c
+ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libblender_api2_2x_la_CFLAGS) $(CFLAGS) -MT libblender_api2_2x_la-Scene.o -MD -MP -MF "$(DEPDIR)/libblender_api2_2x_la-Scene.Tpo" \
+ -c -o libblender_api2_2x_la-Scene.o `test -f 'Scene.c' || echo '$(srcdir)/'`Scene.c; \
+ then mv -f "$(DEPDIR)/libblender_api2_2x_la-Scene.Tpo" "$(DEPDIR)/libblender_api2_2x_la-Scene.Po"; \
+ else rm -f "$(DEPDIR)/libblender_api2_2x_la-Scene.Tpo"; exit 1; \
+ fi
+# source='Scene.c' object='libblender_api2_2x_la-Scene.o' libtool=no \
+# depfile='$(DEPDIR)/libblender_api2_2x_la-Scene.Po' tmpdepfile='$(DEPDIR)/libblender_api2_2x_la-Scene.TPo' \
+# $(CCDEPMODE) $(depcomp) \
+# $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libblender_api2_2x_la_CFLAGS) $(CFLAGS) -c -o libblender_api2_2x_la-Scene.o `test -f 'Scene.c' || echo '$(srcdir)/'`Scene.c
+
+libblender_api2_2x_la-Scene.obj: Scene.c
+ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libblender_api2_2x_la_CFLAGS) $(CFLAGS) -MT libblender_api2_2x_la-Scene.obj -MD -MP -MF "$(DEPDIR)/libblender_api2_2x_la-Scene.Tpo" \
+ -c -o libblender_api2_2x_la-Scene.obj `if test -f 'Scene.c'; then $(CYGPATH_W) 'Scene.c'; else $(CYGPATH_W) '$(srcdir)/Scene.c'; fi`; \
+ then mv -f "$(DEPDIR)/libblender_api2_2x_la-Scene.Tpo" "$(DEPDIR)/libblender_api2_2x_la-Scene.Po"; \
+ else rm -f "$(DEPDIR)/libblender_api2_2x_la-Scene.Tpo"; exit 1; \
+ fi
+# source='Scene.c' object='libblender_api2_2x_la-Scene.obj' libtool=no \
+# depfile='$(DEPDIR)/libblender_api2_2x_la-Scene.Po' tmpdepfile='$(DEPDIR)/libblender_api2_2x_la-Scene.TPo' \
+# $(CCDEPMODE) $(depcomp) \
+# $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libblender_api2_2x_la_CFLAGS) $(CFLAGS) -c -o libblender_api2_2x_la-Scene.obj `if test -f 'Scene.c'; then $(CYGPATH_W) 'Scene.c'; else $(CYGPATH_W) '$(srcdir)/Scene.c'; fi`
+
+libblender_api2_2x_la-Scene.lo: Scene.c
+ if $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libblender_api2_2x_la_CFLAGS) $(CFLAGS) -MT libblender_api2_2x_la-Scene.lo -MD -MP -MF "$(DEPDIR)/libblender_api2_2x_la-Scene.Tpo" \
+ -c -o libblender_api2_2x_la-Scene.lo `test -f 'Scene.c' || echo '$(srcdir)/'`Scene.c; \
+ then mv -f "$(DEPDIR)/libblender_api2_2x_la-Scene.Tpo" "$(DEPDIR)/libblender_api2_2x_la-Scene.Plo"; \
+ else rm -f "$(DEPDIR)/libblender_api2_2x_la-Scene.Tpo"; exit 1; \
+ fi
+# source='Scene.c' object='libblender_api2_2x_la-Scene.lo' libtool=yes \
+# depfile='$(DEPDIR)/libblender_api2_2x_la-Scene.Plo' tmpdepfile='$(DEPDIR)/libblender_api2_2x_la-Scene.TPlo' \
+# $(CCDEPMODE) $(depcomp) \
+# $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libblender_api2_2x_la_CFLAGS) $(CFLAGS) -c -o libblender_api2_2x_la-Scene.lo `test -f 'Scene.c' || echo '$(srcdir)/'`Scene.c
+
+libblender_api2_2x_la-Types.o: Types.c
+ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libblender_api2_2x_la_CFLAGS) $(CFLAGS) -MT libblender_api2_2x_la-Types.o -MD -MP -MF "$(DEPDIR)/libblender_api2_2x_la-Types.Tpo" \
+ -c -o libblender_api2_2x_la-Types.o `test -f 'Types.c' || echo '$(srcdir)/'`Types.c; \
+ then mv -f "$(DEPDIR)/libblender_api2_2x_la-Types.Tpo" "$(DEPDIR)/libblender_api2_2x_la-Types.Po"; \
+ else rm -f "$(DEPDIR)/libblender_api2_2x_la-Types.Tpo"; exit 1; \
+ fi
+# source='Types.c' object='libblender_api2_2x_la-Types.o' libtool=no \
+# depfile='$(DEPDIR)/libblender_api2_2x_la-Types.Po' tmpdepfile='$(DEPDIR)/libblender_api2_2x_la-Types.TPo' \
+# $(CCDEPMODE) $(depcomp) \
+# $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libblender_api2_2x_la_CFLAGS) $(CFLAGS) -c -o libblender_api2_2x_la-Types.o `test -f 'Types.c' || echo '$(srcdir)/'`Types.c
+
+libblender_api2_2x_la-Types.obj: Types.c
+ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libblender_api2_2x_la_CFLAGS) $(CFLAGS) -MT libblender_api2_2x_la-Types.obj -MD -MP -MF "$(DEPDIR)/libblender_api2_2x_la-Types.Tpo" \
+ -c -o libblender_api2_2x_la-Types.obj `if test -f 'Types.c'; then $(CYGPATH_W) 'Types.c'; else $(CYGPATH_W) '$(srcdir)/Types.c'; fi`; \
+ then mv -f "$(DEPDIR)/libblender_api2_2x_la-Types.Tpo" "$(DEPDIR)/libblender_api2_2x_la-Types.Po"; \
+ else rm -f "$(DEPDIR)/libblender_api2_2x_la-Types.Tpo"; exit 1; \
+ fi
+# source='Types.c' object='libblender_api2_2x_la-Types.obj' libtool=no \
+# depfile='$(DEPDIR)/libblender_api2_2x_la-Types.Po' tmpdepfile='$(DEPDIR)/libblender_api2_2x_la-Types.TPo' \
+# $(CCDEPMODE) $(depcomp) \
+# $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libblender_api2_2x_la_CFLAGS) $(CFLAGS) -c -o libblender_api2_2x_la-Types.obj `if test -f 'Types.c'; then $(CYGPATH_W) 'Types.c'; else $(CYGPATH_W) '$(srcdir)/Types.c'; fi`
+
+libblender_api2_2x_la-Types.lo: Types.c
+ if $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libblender_api2_2x_la_CFLAGS) $(CFLAGS) -MT libblender_api2_2x_la-Types.lo -MD -MP -MF "$(DEPDIR)/libblender_api2_2x_la-Types.Tpo" \
+ -c -o libblender_api2_2x_la-Types.lo `test -f 'Types.c' || echo '$(srcdir)/'`Types.c; \
+ then mv -f "$(DEPDIR)/libblender_api2_2x_la-Types.Tpo" "$(DEPDIR)/libblender_api2_2x_la-Types.Plo"; \
+ else rm -f "$(DEPDIR)/libblender_api2_2x_la-Types.Tpo"; exit 1; \
+ fi
+# source='Types.c' object='libblender_api2_2x_la-Types.lo' libtool=yes \
+# depfile='$(DEPDIR)/libblender_api2_2x_la-Types.Plo' tmpdepfile='$(DEPDIR)/libblender_api2_2x_la-Types.TPlo' \
+# $(CCDEPMODE) $(depcomp) \
+# $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libblender_api2_2x_la_CFLAGS) $(CFLAGS) -c -o libblender_api2_2x_la-Types.lo `test -f 'Types.c' || echo '$(srcdir)/'`Types.c
+
+libblender_api2_2x_la-Object.o: Object.c
+ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libblender_api2_2x_la_CFLAGS) $(CFLAGS) -MT libblender_api2_2x_la-Object.o -MD -MP -MF "$(DEPDIR)/libblender_api2_2x_la-Object.Tpo" \
+ -c -o libblender_api2_2x_la-Object.o `test -f 'Object.c' || echo '$(srcdir)/'`Object.c; \
+ then mv -f "$(DEPDIR)/libblender_api2_2x_la-Object.Tpo" "$(DEPDIR)/libblender_api2_2x_la-Object.Po"; \
+ else rm -f "$(DEPDIR)/libblender_api2_2x_la-Object.Tpo"; exit 1; \
+ fi
+# source='Object.c' object='libblender_api2_2x_la-Object.o' libtool=no \
+# depfile='$(DEPDIR)/libblender_api2_2x_la-Object.Po' tmpdepfile='$(DEPDIR)/libblender_api2_2x_la-Object.TPo' \
+# $(CCDEPMODE) $(depcomp) \
+# $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libblender_api2_2x_la_CFLAGS) $(CFLAGS) -c -o libblender_api2_2x_la-Object.o `test -f 'Object.c' || echo '$(srcdir)/'`Object.c
+
+libblender_api2_2x_la-Object.obj: Object.c
+ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libblender_api2_2x_la_CFLAGS) $(CFLAGS) -MT libblender_api2_2x_la-Object.obj -MD -MP -MF "$(DEPDIR)/libblender_api2_2x_la-Object.Tpo" \
+ -c -o libblender_api2_2x_la-Object.obj `if test -f 'Object.c'; then $(CYGPATH_W) 'Object.c'; else $(CYGPATH_W) '$(srcdir)/Object.c'; fi`; \
+ then mv -f "$(DEPDIR)/libblender_api2_2x_la-Object.Tpo" "$(DEPDIR)/libblender_api2_2x_la-Object.Po"; \
+ else rm -f "$(DEPDIR)/libblender_api2_2x_la-Object.Tpo"; exit 1; \
+ fi
+# source='Object.c' object='libblender_api2_2x_la-Object.obj' libtool=no \
+# depfile='$(DEPDIR)/libblender_api2_2x_la-Object.Po' tmpdepfile='$(DEPDIR)/libblender_api2_2x_la-Object.TPo' \
+# $(CCDEPMODE) $(depcomp) \
+# $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libblender_api2_2x_la_CFLAGS) $(CFLAGS) -c -o libblender_api2_2x_la-Object.obj `if test -f 'Object.c'; then $(CYGPATH_W) 'Object.c'; else $(CYGPATH_W) '$(srcdir)/Object.c'; fi`
+
+libblender_api2_2x_la-Object.lo: Object.c
+ if $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libblender_api2_2x_la_CFLAGS) $(CFLAGS) -MT libblender_api2_2x_la-Object.lo -MD -MP -MF "$(DEPDIR)/libblender_api2_2x_la-Object.Tpo" \
+ -c -o libblender_api2_2x_la-Object.lo `test -f 'Object.c' || echo '$(srcdir)/'`Object.c; \
+ then mv -f "$(DEPDIR)/libblender_api2_2x_la-Object.Tpo" "$(DEPDIR)/libblender_api2_2x_la-Object.Plo"; \
+ else rm -f "$(DEPDIR)/libblender_api2_2x_la-Object.Tpo"; exit 1; \
+ fi
+# source='Object.c' object='libblender_api2_2x_la-Object.lo' libtool=yes \
+# depfile='$(DEPDIR)/libblender_api2_2x_la-Object.Plo' tmpdepfile='$(DEPDIR)/libblender_api2_2x_la-Object.TPlo' \
+# $(CCDEPMODE) $(depcomp) \
+# $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libblender_api2_2x_la_CFLAGS) $(CFLAGS) -c -o libblender_api2_2x_la-Object.lo `test -f 'Object.c' || echo '$(srcdir)/'`Object.c
+
+libblender_api2_2x_la-NMesh.o: NMesh.c
+ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libblender_api2_2x_la_CFLAGS) $(CFLAGS) -MT libblender_api2_2x_la-NMesh.o -MD -MP -MF "$(DEPDIR)/libblender_api2_2x_la-NMesh.Tpo" \
+ -c -o libblender_api2_2x_la-NMesh.o `test -f 'NMesh.c' || echo '$(srcdir)/'`NMesh.c; \
+ then mv -f "$(DEPDIR)/libblender_api2_2x_la-NMesh.Tpo" "$(DEPDIR)/libblender_api2_2x_la-NMesh.Po"; \
+ else rm -f "$(DEPDIR)/libblender_api2_2x_la-NMesh.Tpo"; exit 1; \
+ fi
+# source='NMesh.c' object='libblender_api2_2x_la-NMesh.o' libtool=no \
+# depfile='$(DEPDIR)/libblender_api2_2x_la-NMesh.Po' tmpdepfile='$(DEPDIR)/libblender_api2_2x_la-NMesh.TPo' \
+# $(CCDEPMODE) $(depcomp) \
+# $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libblender_api2_2x_la_CFLAGS) $(CFLAGS) -c -o libblender_api2_2x_la-NMesh.o `test -f 'NMesh.c' || echo '$(srcdir)/'`NMesh.c
+
+libblender_api2_2x_la-NMesh.obj: NMesh.c
+ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libblender_api2_2x_la_CFLAGS) $(CFLAGS) -MT libblender_api2_2x_la-NMesh.obj -MD -MP -MF "$(DEPDIR)/libblender_api2_2x_la-NMesh.Tpo" \
+ -c -o libblender_api2_2x_la-NMesh.obj `if test -f 'NMesh.c'; then $(CYGPATH_W) 'NMesh.c'; else $(CYGPATH_W) '$(srcdir)/NMesh.c'; fi`; \
+ then mv -f "$(DEPDIR)/libblender_api2_2x_la-NMesh.Tpo" "$(DEPDIR)/libblender_api2_2x_la-NMesh.Po"; \
+ else rm -f "$(DEPDIR)/libblender_api2_2x_la-NMesh.Tpo"; exit 1; \
+ fi
+# source='NMesh.c' object='libblender_api2_2x_la-NMesh.obj' libtool=no \
+# depfile='$(DEPDIR)/libblender_api2_2x_la-NMesh.Po' tmpdepfile='$(DEPDIR)/libblender_api2_2x_la-NMesh.TPo' \
+# $(CCDEPMODE) $(depcomp) \
+# $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libblender_api2_2x_la_CFLAGS) $(CFLAGS) -c -o libblender_api2_2x_la-NMesh.obj `if test -f 'NMesh.c'; then $(CYGPATH_W) 'NMesh.c'; else $(CYGPATH_W) '$(srcdir)/NMesh.c'; fi`
+
+libblender_api2_2x_la-NMesh.lo: NMesh.c
+ if $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libblender_api2_2x_la_CFLAGS) $(CFLAGS) -MT libblender_api2_2x_la-NMesh.lo -MD -MP -MF "$(DEPDIR)/libblender_api2_2x_la-NMesh.Tpo" \
+ -c -o libblender_api2_2x_la-NMesh.lo `test -f 'NMesh.c' || echo '$(srcdir)/'`NMesh.c; \
+ then mv -f "$(DEPDIR)/libblender_api2_2x_la-NMesh.Tpo" "$(DEPDIR)/libblender_api2_2x_la-NMesh.Plo"; \
+ else rm -f "$(DEPDIR)/libblender_api2_2x_la-NMesh.Tpo"; exit 1; \
+ fi
+# source='NMesh.c' object='libblender_api2_2x_la-NMesh.lo' libtool=yes \
+# depfile='$(DEPDIR)/libblender_api2_2x_la-NMesh.Plo' tmpdepfile='$(DEPDIR)/libblender_api2_2x_la-NMesh.TPlo' \
+# $(CCDEPMODE) $(depcomp) \
+# $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libblender_api2_2x_la_CFLAGS) $(CFLAGS) -c -o libblender_api2_2x_la-NMesh.lo `test -f 'NMesh.c' || echo '$(srcdir)/'`NMesh.c
+
+libblender_api2_2x_la-Material.o: Material.c
+ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libblender_api2_2x_la_CFLAGS) $(CFLAGS) -MT libblender_api2_2x_la-Material.o -MD -MP -MF "$(DEPDIR)/libblender_api2_2x_la-Material.Tpo" \
+ -c -o libblender_api2_2x_la-Material.o `test -f 'Material.c' || echo '$(srcdir)/'`Material.c; \
+ then mv -f "$(DEPDIR)/libblender_api2_2x_la-Material.Tpo" "$(DEPDIR)/libblender_api2_2x_la-Material.Po"; \
+ else rm -f "$(DEPDIR)/libblender_api2_2x_la-Material.Tpo"; exit 1; \
+ fi
+# source='Material.c' object='libblender_api2_2x_la-Material.o' libtool=no \
+# depfile='$(DEPDIR)/libblender_api2_2x_la-Material.Po' tmpdepfile='$(DEPDIR)/libblender_api2_2x_la-Material.TPo' \
+# $(CCDEPMODE) $(depcomp) \
+# $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libblender_api2_2x_la_CFLAGS) $(CFLAGS) -c -o libblender_api2_2x_la-Material.o `test -f 'Material.c' || echo '$(srcdir)/'`Material.c
+
+libblender_api2_2x_la-Material.obj: Material.c
+ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libblender_api2_2x_la_CFLAGS) $(CFLAGS) -MT libblender_api2_2x_la-Material.obj -MD -MP -MF "$(DEPDIR)/libblender_api2_2x_la-Material.Tpo" \
+ -c -o libblender_api2_2x_la-Material.obj `if test -f 'Material.c'; then $(CYGPATH_W) 'Material.c'; else $(CYGPATH_W) '$(srcdir)/Material.c'; fi`; \
+ then mv -f "$(DEPDIR)/libblender_api2_2x_la-Material.Tpo" "$(DEPDIR)/libblender_api2_2x_la-Material.Po"; \
+ else rm -f "$(DEPDIR)/libblender_api2_2x_la-Material.Tpo"; exit 1; \
+ fi
+# source='Material.c' object='libblender_api2_2x_la-Material.obj' libtool=no \
+# depfile='$(DEPDIR)/libblender_api2_2x_la-Material.Po' tmpdepfile='$(DEPDIR)/libblender_api2_2x_la-Material.TPo' \
+# $(CCDEPMODE) $(depcomp) \
+# $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libblender_api2_2x_la_CFLAGS) $(CFLAGS) -c -o libblender_api2_2x_la-Material.obj `if test -f 'Material.c'; then $(CYGPATH_W) 'Material.c'; else $(CYGPATH_W) '$(srcdir)/Material.c'; fi`
+
+libblender_api2_2x_la-Material.lo: Material.c
+ if $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libblender_api2_2x_la_CFLAGS) $(CFLAGS) -MT libblender_api2_2x_la-Material.lo -MD -MP -MF "$(DEPDIR)/libblender_api2_2x_la-Material.Tpo" \
+ -c -o libblender_api2_2x_la-Material.lo `test -f 'Material.c' || echo '$(srcdir)/'`Material.c; \
+ then mv -f "$(DEPDIR)/libblender_api2_2x_la-Material.Tpo" "$(DEPDIR)/libblender_api2_2x_la-Material.Plo"; \
+ else rm -f "$(DEPDIR)/libblender_api2_2x_la-Material.Tpo"; exit 1; \
+ fi
+# source='Material.c' object='libblender_api2_2x_la-Material.lo' libtool=yes \
+# depfile='$(DEPDIR)/libblender_api2_2x_la-Material.Plo' tmpdepfile='$(DEPDIR)/libblender_api2_2x_la-Material.TPlo' \
+# $(CCDEPMODE) $(depcomp) \
+# $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libblender_api2_2x_la_CFLAGS) $(CFLAGS) -c -o libblender_api2_2x_la-Material.lo `test -f 'Material.c' || echo '$(srcdir)/'`Material.c
+
+libblender_api2_2x_la-Camera.o: Camera.c
+ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libblender_api2_2x_la_CFLAGS) $(CFLAGS) -MT libblender_api2_2x_la-Camera.o -MD -MP -MF "$(DEPDIR)/libblender_api2_2x_la-Camera.Tpo" \
+ -c -o libblender_api2_2x_la-Camera.o `test -f 'Camera.c' || echo '$(srcdir)/'`Camera.c; \
+ then mv -f "$(DEPDIR)/libblender_api2_2x_la-Camera.Tpo" "$(DEPDIR)/libblender_api2_2x_la-Camera.Po"; \
+ else rm -f "$(DEPDIR)/libblender_api2_2x_la-Camera.Tpo"; exit 1; \
+ fi
+# source='Camera.c' object='libblender_api2_2x_la-Camera.o' libtool=no \
+# depfile='$(DEPDIR)/libblender_api2_2x_la-Camera.Po' tmpdepfile='$(DEPDIR)/libblender_api2_2x_la-Camera.TPo' \
+# $(CCDEPMODE) $(depcomp) \
+# $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libblender_api2_2x_la_CFLAGS) $(CFLAGS) -c -o libblender_api2_2x_la-Camera.o `test -f 'Camera.c' || echo '$(srcdir)/'`Camera.c
+
+libblender_api2_2x_la-Camera.obj: Camera.c
+ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libblender_api2_2x_la_CFLAGS) $(CFLAGS) -MT libblender_api2_2x_la-Camera.obj -MD -MP -MF "$(DEPDIR)/libblender_api2_2x_la-Camera.Tpo" \
+ -c -o libblender_api2_2x_la-Camera.obj `if test -f 'Camera.c'; then $(CYGPATH_W) 'Camera.c'; else $(CYGPATH_W) '$(srcdir)/Camera.c'; fi`; \
+ then mv -f "$(DEPDIR)/libblender_api2_2x_la-Camera.Tpo" "$(DEPDIR)/libblender_api2_2x_la-Camera.Po"; \
+ else rm -f "$(DEPDIR)/libblender_api2_2x_la-Camera.Tpo"; exit 1; \
+ fi
+# source='Camera.c' object='libblender_api2_2x_la-Camera.obj' libtool=no \
+# depfile='$(DEPDIR)/libblender_api2_2x_la-Camera.Po' tmpdepfile='$(DEPDIR)/libblender_api2_2x_la-Camera.TPo' \
+# $(CCDEPMODE) $(depcomp) \
+# $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libblender_api2_2x_la_CFLAGS) $(CFLAGS) -c -o libblender_api2_2x_la-Camera.obj `if test -f 'Camera.c'; then $(CYGPATH_W) 'Camera.c'; else $(CYGPATH_W) '$(srcdir)/Camera.c'; fi`
+
+libblender_api2_2x_la-Camera.lo: Camera.c
+ if $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libblender_api2_2x_la_CFLAGS) $(CFLAGS) -MT libblender_api2_2x_la-Camera.lo -MD -MP -MF "$(DEPDIR)/libblender_api2_2x_la-Camera.Tpo" \
+ -c -o libblender_api2_2x_la-Camera.lo `test -f 'Camera.c' || echo '$(srcdir)/'`Camera.c; \
+ then mv -f "$(DEPDIR)/libblender_api2_2x_la-Camera.Tpo" "$(DEPDIR)/libblender_api2_2x_la-Camera.Plo"; \
+ else rm -f "$(DEPDIR)/libblender_api2_2x_la-Camera.Tpo"; exit 1; \
+ fi
+# source='Camera.c' object='libblender_api2_2x_la-Camera.lo' libtool=yes \
+# depfile='$(DEPDIR)/libblender_api2_2x_la-Camera.Plo' tmpdepfile='$(DEPDIR)/libblender_api2_2x_la-Camera.TPlo' \
+# $(CCDEPMODE) $(depcomp) \
+# $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libblender_api2_2x_la_CFLAGS) $(CFLAGS) -c -o libblender_api2_2x_la-Camera.lo `test -f 'Camera.c' || echo '$(srcdir)/'`Camera.c
+
+libblender_api2_2x_la-World.o: World.c
+ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libblender_api2_2x_la_CFLAGS) $(CFLAGS) -MT libblender_api2_2x_la-World.o -MD -MP -MF "$(DEPDIR)/libblender_api2_2x_la-World.Tpo" \
+ -c -o libblender_api2_2x_la-World.o `test -f 'World.c' || echo '$(srcdir)/'`World.c; \
+ then mv -f "$(DEPDIR)/libblender_api2_2x_la-World.Tpo" "$(DEPDIR)/libblender_api2_2x_la-World.Po"; \
+ else rm -f "$(DEPDIR)/libblender_api2_2x_la-World.Tpo"; exit 1; \
+ fi
+# source='World.c' object='libblender_api2_2x_la-World.o' libtool=no \
+# depfile='$(DEPDIR)/libblender_api2_2x_la-World.Po' tmpdepfile='$(DEPDIR)/libblender_api2_2x_la-World.TPo' \
+# $(CCDEPMODE) $(depcomp) \
+# $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libblender_api2_2x_la_CFLAGS) $(CFLAGS) -c -o libblender_api2_2x_la-World.o `test -f 'World.c' || echo '$(srcdir)/'`World.c
+
+libblender_api2_2x_la-World.obj: World.c
+ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libblender_api2_2x_la_CFLAGS) $(CFLAGS) -MT libblender_api2_2x_la-World.obj -MD -MP -MF "$(DEPDIR)/libblender_api2_2x_la-World.Tpo" \
+ -c -o libblender_api2_2x_la-World.obj `if test -f 'World.c'; then $(CYGPATH_W) 'World.c'; else $(CYGPATH_W) '$(srcdir)/World.c'; fi`; \
+ then mv -f "$(DEPDIR)/libblender_api2_2x_la-World.Tpo" "$(DEPDIR)/libblender_api2_2x_la-World.Po"; \
+ else rm -f "$(DEPDIR)/libblender_api2_2x_la-World.Tpo"; exit 1; \
+ fi
+# source='World.c' object='libblender_api2_2x_la-World.obj' libtool=no \
+# depfile='$(DEPDIR)/libblender_api2_2x_la-World.Po' tmpdepfile='$(DEPDIR)/libblender_api2_2x_la-World.TPo' \
+# $(CCDEPMODE) $(depcomp) \
+# $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libblender_api2_2x_la_CFLAGS) $(CFLAGS) -c -o libblender_api2_2x_la-World.obj `if test -f 'World.c'; then $(CYGPATH_W) 'World.c'; else $(CYGPATH_W) '$(srcdir)/World.c'; fi`
+
+libblender_api2_2x_la-World.lo: World.c
+ if $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libblender_api2_2x_la_CFLAGS) $(CFLAGS) -MT libblender_api2_2x_la-World.lo -MD -MP -MF "$(DEPDIR)/libblender_api2_2x_la-World.Tpo" \
+ -c -o libblender_api2_2x_la-World.lo `test -f 'World.c' || echo '$(srcdir)/'`World.c; \
+ then mv -f "$(DEPDIR)/libblender_api2_2x_la-World.Tpo" "$(DEPDIR)/libblender_api2_2x_la-World.Plo"; \
+ else rm -f "$(DEPDIR)/libblender_api2_2x_la-World.Tpo"; exit 1; \
+ fi
+# source='World.c' object='libblender_api2_2x_la-World.lo' libtool=yes \
+# depfile='$(DEPDIR)/libblender_api2_2x_la-World.Plo' tmpdepfile='$(DEPDIR)/libblender_api2_2x_la-World.TPlo' \
+# $(CCDEPMODE) $(depcomp) \
+# $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libblender_api2_2x_la_CFLAGS) $(CFLAGS) -c -o libblender_api2_2x_la-World.lo `test -f 'World.c' || echo '$(srcdir)/'`World.c
+
+libblender_api2_2x_la-Lamp.o: Lamp.c
+ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libblender_api2_2x_la_CFLAGS) $(CFLAGS) -MT libblender_api2_2x_la-Lamp.o -MD -MP -MF "$(DEPDIR)/libblender_api2_2x_la-Lamp.Tpo" \
+ -c -o libblender_api2_2x_la-Lamp.o `test -f 'Lamp.c' || echo '$(srcdir)/'`Lamp.c; \
+ then mv -f "$(DEPDIR)/libblender_api2_2x_la-Lamp.Tpo" "$(DEPDIR)/libblender_api2_2x_la-Lamp.Po"; \
+ else rm -f "$(DEPDIR)/libblender_api2_2x_la-Lamp.Tpo"; exit 1; \
+ fi
+# source='Lamp.c' object='libblender_api2_2x_la-Lamp.o' libtool=no \
+# depfile='$(DEPDIR)/libblender_api2_2x_la-Lamp.Po' tmpdepfile='$(DEPDIR)/libblender_api2_2x_la-Lamp.TPo' \
+# $(CCDEPMODE) $(depcomp) \
+# $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libblender_api2_2x_la_CFLAGS) $(CFLAGS) -c -o libblender_api2_2x_la-Lamp.o `test -f 'Lamp.c' || echo '$(srcdir)/'`Lamp.c
+
+libblender_api2_2x_la-Lamp.obj: Lamp.c
+ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libblender_api2_2x_la_CFLAGS) $(CFLAGS) -MT libblender_api2_2x_la-Lamp.obj -MD -MP -MF "$(DEPDIR)/libblender_api2_2x_la-Lamp.Tpo" \
+ -c -o libblender_api2_2x_la-Lamp.obj `if test -f 'Lamp.c'; then $(CYGPATH_W) 'Lamp.c'; else $(CYGPATH_W) '$(srcdir)/Lamp.c'; fi`; \
+ then mv -f "$(DEPDIR)/libblender_api2_2x_la-Lamp.Tpo" "$(DEPDIR)/libblender_api2_2x_la-Lamp.Po"; \
+ else rm -f "$(DEPDIR)/libblender_api2_2x_la-Lamp.Tpo"; exit 1; \
+ fi
+# source='Lamp.c' object='libblender_api2_2x_la-Lamp.obj' libtool=no \
+# depfile='$(DEPDIR)/libblender_api2_2x_la-Lamp.Po' tmpdepfile='$(DEPDIR)/libblender_api2_2x_la-Lamp.TPo' \
+# $(CCDEPMODE) $(depcomp) \
+# $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libblender_api2_2x_la_CFLAGS) $(CFLAGS) -c -o libblender_api2_2x_la-Lamp.obj `if test -f 'Lamp.c'; then $(CYGPATH_W) 'Lamp.c'; else $(CYGPATH_W) '$(srcdir)/Lamp.c'; fi`
+
+libblender_api2_2x_la-Lamp.lo: Lamp.c
+ if $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libblender_api2_2x_la_CFLAGS) $(CFLAGS) -MT libblender_api2_2x_la-Lamp.lo -MD -MP -MF "$(DEPDIR)/libblender_api2_2x_la-Lamp.Tpo" \
+ -c -o libblender_api2_2x_la-Lamp.lo `test -f 'Lamp.c' || echo '$(srcdir)/'`Lamp.c; \
+ then mv -f "$(DEPDIR)/libblender_api2_2x_la-Lamp.Tpo" "$(DEPDIR)/libblender_api2_2x_la-Lamp.Plo"; \
+ else rm -f "$(DEPDIR)/libblender_api2_2x_la-Lamp.Tpo"; exit 1; \
+ fi
+# source='Lamp.c' object='libblender_api2_2x_la-Lamp.lo' libtool=yes \
+# depfile='$(DEPDIR)/libblender_api2_2x_la-Lamp.Plo' tmpdepfile='$(DEPDIR)/libblender_api2_2x_la-Lamp.TPlo' \
+# $(CCDEPMODE) $(depcomp) \
+# $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libblender_api2_2x_la_CFLAGS) $(CFLAGS) -c -o libblender_api2_2x_la-Lamp.lo `test -f 'Lamp.c' || echo '$(srcdir)/'`Lamp.c
+
+libblender_api2_2x_la-Lattice.o: Lattice.c
+ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libblender_api2_2x_la_CFLAGS) $(CFLAGS) -MT libblender_api2_2x_la-Lattice.o -MD -MP -MF "$(DEPDIR)/libblender_api2_2x_la-Lattice.Tpo" \
+ -c -o libblender_api2_2x_la-Lattice.o `test -f 'Lattice.c' || echo '$(srcdir)/'`Lattice.c; \
+ then mv -f "$(DEPDIR)/libblender_api2_2x_la-Lattice.Tpo" "$(DEPDIR)/libblender_api2_2x_la-Lattice.Po"; \
+ else rm -f "$(DEPDIR)/libblender_api2_2x_la-Lattice.Tpo"; exit 1; \
+ fi
+# source='Lattice.c' object='libblender_api2_2x_la-Lattice.o' libtool=no \
+# depfile='$(DEPDIR)/libblender_api2_2x_la-Lattice.Po' tmpdepfile='$(DEPDIR)/libblender_api2_2x_la-Lattice.TPo' \
+# $(CCDEPMODE) $(depcomp) \
+# $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libblender_api2_2x_la_CFLAGS) $(CFLAGS) -c -o libblender_api2_2x_la-Lattice.o `test -f 'Lattice.c' || echo '$(srcdir)/'`Lattice.c
+
+libblender_api2_2x_la-Lattice.obj: Lattice.c
+ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libblender_api2_2x_la_CFLAGS) $(CFLAGS) -MT libblender_api2_2x_la-Lattice.obj -MD -MP -MF "$(DEPDIR)/libblender_api2_2x_la-Lattice.Tpo" \
+ -c -o libblender_api2_2x_la-Lattice.obj `if test -f 'Lattice.c'; then $(CYGPATH_W) 'Lattice.c'; else $(CYGPATH_W) '$(srcdir)/Lattice.c'; fi`; \
+ then mv -f "$(DEPDIR)/libblender_api2_2x_la-Lattice.Tpo" "$(DEPDIR)/libblender_api2_2x_la-Lattice.Po"; \
+ else rm -f "$(DEPDIR)/libblender_api2_2x_la-Lattice.Tpo"; exit 1; \
+ fi
+# source='Lattice.c' object='libblender_api2_2x_la-Lattice.obj' libtool=no \
+# depfile='$(DEPDIR)/libblender_api2_2x_la-Lattice.Po' tmpdepfile='$(DEPDIR)/libblender_api2_2x_la-Lattice.TPo' \
+# $(CCDEPMODE) $(depcomp) \
+# $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libblender_api2_2x_la_CFLAGS) $(CFLAGS) -c -o libblender_api2_2x_la-Lattice.obj `if test -f 'Lattice.c'; then $(CYGPATH_W) 'Lattice.c'; else $(CYGPATH_W) '$(srcdir)/Lattice.c'; fi`
+
+libblender_api2_2x_la-Lattice.lo: Lattice.c
+ if $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libblender_api2_2x_la_CFLAGS) $(CFLAGS) -MT libblender_api2_2x_la-Lattice.lo -MD -MP -MF "$(DEPDIR)/libblender_api2_2x_la-Lattice.Tpo" \
+ -c -o libblender_api2_2x_la-Lattice.lo `test -f 'Lattice.c' || echo '$(srcdir)/'`Lattice.c; \
+ then mv -f "$(DEPDIR)/libblender_api2_2x_la-Lattice.Tpo" "$(DEPDIR)/libblender_api2_2x_la-Lattice.Plo"; \
+ else rm -f "$(DEPDIR)/libblender_api2_2x_la-Lattice.Tpo"; exit 1; \
+ fi
+# source='Lattice.c' object='libblender_api2_2x_la-Lattice.lo' libtool=yes \
+# depfile='$(DEPDIR)/libblender_api2_2x_la-Lattice.Plo' tmpdepfile='$(DEPDIR)/libblender_api2_2x_la-Lattice.TPlo' \
+# $(CCDEPMODE) $(depcomp) \
+# $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libblender_api2_2x_la_CFLAGS) $(CFLAGS) -c -o libblender_api2_2x_la-Lattice.lo `test -f 'Lattice.c' || echo '$(srcdir)/'`Lattice.c
+
+libblender_api2_2x_la-Curve.o: Curve.c
+ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libblender_api2_2x_la_CFLAGS) $(CFLAGS) -MT libblender_api2_2x_la-Curve.o -MD -MP -MF "$(DEPDIR)/libblender_api2_2x_la-Curve.Tpo" \
+ -c -o libblender_api2_2x_la-Curve.o `test -f 'Curve.c' || echo '$(srcdir)/'`Curve.c; \
+ then mv -f "$(DEPDIR)/libblender_api2_2x_la-Curve.Tpo" "$(DEPDIR)/libblender_api2_2x_la-Curve.Po"; \
+ else rm -f "$(DEPDIR)/libblender_api2_2x_la-Curve.Tpo"; exit 1; \
+ fi
+# source='Curve.c' object='libblender_api2_2x_la-Curve.o' libtool=no \
+# depfile='$(DEPDIR)/libblender_api2_2x_la-Curve.Po' tmpdepfile='$(DEPDIR)/libblender_api2_2x_la-Curve.TPo' \
+# $(CCDEPMODE) $(depcomp) \
+# $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libblender_api2_2x_la_CFLAGS) $(CFLAGS) -c -o libblender_api2_2x_la-Curve.o `test -f 'Curve.c' || echo '$(srcdir)/'`Curve.c
+
+libblender_api2_2x_la-Curve.obj: Curve.c
+ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libblender_api2_2x_la_CFLAGS) $(CFLAGS) -MT libblender_api2_2x_la-Curve.obj -MD -MP -MF "$(DEPDIR)/libblender_api2_2x_la-Curve.Tpo" \
+ -c -o libblender_api2_2x_la-Curve.obj `if test -f 'Curve.c'; then $(CYGPATH_W) 'Curve.c'; else $(CYGPATH_W) '$(srcdir)/Curve.c'; fi`; \
+ then mv -f "$(DEPDIR)/libblender_api2_2x_la-Curve.Tpo" "$(DEPDIR)/libblender_api2_2x_la-Curve.Po"; \
+ else rm -f "$(DEPDIR)/libblender_api2_2x_la-Curve.Tpo"; exit 1; \
+ fi
+# source='Curve.c' object='libblender_api2_2x_la-Curve.obj' libtool=no \
+# depfile='$(DEPDIR)/libblender_api2_2x_la-Curve.Po' tmpdepfile='$(DEPDIR)/libblender_api2_2x_la-Curve.TPo' \
+# $(CCDEPMODE) $(depcomp) \
+# $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libblender_api2_2x_la_CFLAGS) $(CFLAGS) -c -o libblender_api2_2x_la-Curve.obj `if test -f 'Curve.c'; then $(CYGPATH_W) 'Curve.c'; else $(CYGPATH_W) '$(srcdir)/Curve.c'; fi`
+
+libblender_api2_2x_la-Curve.lo: Curve.c
+ if $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libblender_api2_2x_la_CFLAGS) $(CFLAGS) -MT libblender_api2_2x_la-Curve.lo -MD -MP -MF "$(DEPDIR)/libblender_api2_2x_la-Curve.Tpo" \
+ -c -o libblender_api2_2x_la-Curve.lo `test -f 'Curve.c' || echo '$(srcdir)/'`Curve.c; \
+ then mv -f "$(DEPDIR)/libblender_api2_2x_la-Curve.Tpo" "$(DEPDIR)/libblender_api2_2x_la-Curve.Plo"; \
+ else rm -f "$(DEPDIR)/libblender_api2_2x_la-Curve.Tpo"; exit 1; \
+ fi
+# source='Curve.c' object='libblender_api2_2x_la-Curve.lo' libtool=yes \
+# depfile='$(DEPDIR)/libblender_api2_2x_la-Curve.Plo' tmpdepfile='$(DEPDIR)/libblender_api2_2x_la-Curve.TPlo' \
+# $(CCDEPMODE) $(depcomp) \
+# $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libblender_api2_2x_la_CFLAGS) $(CFLAGS) -c -o libblender_api2_2x_la-Curve.lo `test -f 'Curve.c' || echo '$(srcdir)/'`Curve.c
+
+libblender_api2_2x_la-Armature.o: Armature.c
+ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libblender_api2_2x_la_CFLAGS) $(CFLAGS) -MT libblender_api2_2x_la-Armature.o -MD -MP -MF "$(DEPDIR)/libblender_api2_2x_la-Armature.Tpo" \
+ -c -o libblender_api2_2x_la-Armature.o `test -f 'Armature.c' || echo '$(srcdir)/'`Armature.c; \
+ then mv -f "$(DEPDIR)/libblender_api2_2x_la-Armature.Tpo" "$(DEPDIR)/libblender_api2_2x_la-Armature.Po"; \
+ else rm -f "$(DEPDIR)/libblender_api2_2x_la-Armature.Tpo"; exit 1; \
+ fi
+# source='Armature.c' object='libblender_api2_2x_la-Armature.o' libtool=no \
+# depfile='$(DEPDIR)/libblender_api2_2x_la-Armature.Po' tmpdepfile='$(DEPDIR)/libblender_api2_2x_la-Armature.TPo' \
+# $(CCDEPMODE) $(depcomp) \
+# $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libblender_api2_2x_la_CFLAGS) $(CFLAGS) -c -o libblender_api2_2x_la-Armature.o `test -f 'Armature.c' || echo '$(srcdir)/'`Armature.c
+
+libblender_api2_2x_la-Armature.obj: Armature.c
+ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libblender_api2_2x_la_CFLAGS) $(CFLAGS) -MT libblender_api2_2x_la-Armature.obj -MD -MP -MF "$(DEPDIR)/libblender_api2_2x_la-Armature.Tpo" \
+ -c -o libblender_api2_2x_la-Armature.obj `if test -f 'Armature.c'; then $(CYGPATH_W) 'Armature.c'; else $(CYGPATH_W) '$(srcdir)/Armature.c'; fi`; \
+ then mv -f "$(DEPDIR)/libblender_api2_2x_la-Armature.Tpo" "$(DEPDIR)/libblender_api2_2x_la-Armature.Po"; \
+ else rm -f "$(DEPDIR)/libblender_api2_2x_la-Armature.Tpo"; exit 1; \
+ fi
+# source='Armature.c' object='libblender_api2_2x_la-Armature.obj' libtool=no \
+# depfile='$(DEPDIR)/libblender_api2_2x_la-Armature.Po' tmpdepfile='$(DEPDIR)/libblender_api2_2x_la-Armature.TPo' \
+# $(CCDEPMODE) $(depcomp) \
+# $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libblender_api2_2x_la_CFLAGS) $(CFLAGS) -c -o libblender_api2_2x_la-Armature.obj `if test -f 'Armature.c'; then $(CYGPATH_W) 'Armature.c'; else $(CYGPATH_W) '$(srcdir)/Armature.c'; fi`
+
+libblender_api2_2x_la-Armature.lo: Armature.c
+ if $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libblender_api2_2x_la_CFLAGS) $(CFLAGS) -MT libblender_api2_2x_la-Armature.lo -MD -MP -MF "$(DEPDIR)/libblender_api2_2x_la-Armature.Tpo" \
+ -c -o libblender_api2_2x_la-Armature.lo `test -f 'Armature.c' || echo '$(srcdir)/'`Armature.c; \
+ then mv -f "$(DEPDIR)/libblender_api2_2x_la-Armature.Tpo" "$(DEPDIR)/libblender_api2_2x_la-Armature.Plo"; \
+ else rm -f "$(DEPDIR)/libblender_api2_2x_la-Armature.Tpo"; exit 1; \
+ fi
+# source='Armature.c' object='libblender_api2_2x_la-Armature.lo' libtool=yes \
+# depfile='$(DEPDIR)/libblender_api2_2x_la-Armature.Plo' tmpdepfile='$(DEPDIR)/libblender_api2_2x_la-Armature.TPlo' \
+# $(CCDEPMODE) $(depcomp) \
+# $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libblender_api2_2x_la_CFLAGS) $(CFLAGS) -c -o libblender_api2_2x_la-Armature.lo `test -f 'Armature.c' || echo '$(srcdir)/'`Armature.c
+
+libblender_api2_2x_la-Bone.o: Bone.c
+ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libblender_api2_2x_la_CFLAGS) $(CFLAGS) -MT libblender_api2_2x_la-Bone.o -MD -MP -MF "$(DEPDIR)/libblender_api2_2x_la-Bone.Tpo" \
+ -c -o libblender_api2_2x_la-Bone.o `test -f 'Bone.c' || echo '$(srcdir)/'`Bone.c; \
+ then mv -f "$(DEPDIR)/libblender_api2_2x_la-Bone.Tpo" "$(DEPDIR)/libblender_api2_2x_la-Bone.Po"; \
+ else rm -f "$(DEPDIR)/libblender_api2_2x_la-Bone.Tpo"; exit 1; \
+ fi
+# source='Bone.c' object='libblender_api2_2x_la-Bone.o' libtool=no \
+# depfile='$(DEPDIR)/libblender_api2_2x_la-Bone.Po' tmpdepfile='$(DEPDIR)/libblender_api2_2x_la-Bone.TPo' \
+# $(CCDEPMODE) $(depcomp) \
+# $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libblender_api2_2x_la_CFLAGS) $(CFLAGS) -c -o libblender_api2_2x_la-Bone.o `test -f 'Bone.c' || echo '$(srcdir)/'`Bone.c
+
+libblender_api2_2x_la-Bone.obj: Bone.c
+ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libblender_api2_2x_la_CFLAGS) $(CFLAGS) -MT libblender_api2_2x_la-Bone.obj -MD -MP -MF "$(DEPDIR)/libblender_api2_2x_la-Bone.Tpo" \
+ -c -o libblender_api2_2x_la-Bone.obj `if test -f 'Bone.c'; then $(CYGPATH_W) 'Bone.c'; else $(CYGPATH_W) '$(srcdir)/Bone.c'; fi`; \
+ then mv -f "$(DEPDIR)/libblender_api2_2x_la-Bone.Tpo" "$(DEPDIR)/libblender_api2_2x_la-Bone.Po"; \
+ else rm -f "$(DEPDIR)/libblender_api2_2x_la-Bone.Tpo"; exit 1; \
+ fi
+# source='Bone.c' object='libblender_api2_2x_la-Bone.obj' libtool=no \
+# depfile='$(DEPDIR)/libblender_api2_2x_la-Bone.Po' tmpdepfile='$(DEPDIR)/libblender_api2_2x_la-Bone.TPo' \
+# $(CCDEPMODE) $(depcomp) \
+# $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libblender_api2_2x_la_CFLAGS) $(CFLAGS) -c -o libblender_api2_2x_la-Bone.obj `if test -f 'Bone.c'; then $(CYGPATH_W) 'Bone.c'; else $(CYGPATH_W) '$(srcdir)/Bone.c'; fi`
+
+libblender_api2_2x_la-Bone.lo: Bone.c
+ if $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libblender_api2_2x_la_CFLAGS) $(CFLAGS) -MT libblender_api2_2x_la-Bone.lo -MD -MP -MF "$(DEPDIR)/libblender_api2_2x_la-Bone.Tpo" \
+ -c -o libblender_api2_2x_la-Bone.lo `test -f 'Bone.c' || echo '$(srcdir)/'`Bone.c; \
+ then mv -f "$(DEPDIR)/libblender_api2_2x_la-Bone.Tpo" "$(DEPDIR)/libblender_api2_2x_la-Bone.Plo"; \
+ else rm -f "$(DEPDIR)/libblender_api2_2x_la-Bone.Tpo"; exit 1; \
+ fi
+# source='Bone.c' object='libblender_api2_2x_la-Bone.lo' libtool=yes \
+# depfile='$(DEPDIR)/libblender_api2_2x_la-Bone.Plo' tmpdepfile='$(DEPDIR)/libblender_api2_2x_la-Bone.TPlo' \
+# $(CCDEPMODE) $(depcomp) \
+# $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libblender_api2_2x_la_CFLAGS) $(CFLAGS) -c -o libblender_api2_2x_la-Bone.lo `test -f 'Bone.c' || echo '$(srcdir)/'`Bone.c
+
+libblender_api2_2x_la-Ipo.o: Ipo.c
+ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libblender_api2_2x_la_CFLAGS) $(CFLAGS) -MT libblender_api2_2x_la-Ipo.o -MD -MP -MF "$(DEPDIR)/libblender_api2_2x_la-Ipo.Tpo" \
+ -c -o libblender_api2_2x_la-Ipo.o `test -f 'Ipo.c' || echo '$(srcdir)/'`Ipo.c; \
+ then mv -f "$(DEPDIR)/libblender_api2_2x_la-Ipo.Tpo" "$(DEPDIR)/libblender_api2_2x_la-Ipo.Po"; \
+ else rm -f "$(DEPDIR)/libblender_api2_2x_la-Ipo.Tpo"; exit 1; \
+ fi
+# source='Ipo.c' object='libblender_api2_2x_la-Ipo.o' libtool=no \
+# depfile='$(DEPDIR)/libblender_api2_2x_la-Ipo.Po' tmpdepfile='$(DEPDIR)/libblender_api2_2x_la-Ipo.TPo' \
+# $(CCDEPMODE) $(depcomp) \
+# $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libblender_api2_2x_la_CFLAGS) $(CFLAGS) -c -o libblender_api2_2x_la-Ipo.o `test -f 'Ipo.c' || echo '$(srcdir)/'`Ipo.c
+
+libblender_api2_2x_la-Ipo.obj: Ipo.c
+ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libblender_api2_2x_la_CFLAGS) $(CFLAGS) -MT libblender_api2_2x_la-Ipo.obj -MD -MP -MF "$(DEPDIR)/libblender_api2_2x_la-Ipo.Tpo" \
+ -c -o libblender_api2_2x_la-Ipo.obj `if test -f 'Ipo.c'; then $(CYGPATH_W) 'Ipo.c'; else $(CYGPATH_W) '$(srcdir)/Ipo.c'; fi`; \
+ then mv -f "$(DEPDIR)/libblender_api2_2x_la-Ipo.Tpo" "$(DEPDIR)/libblender_api2_2x_la-Ipo.Po"; \
+ else rm -f "$(DEPDIR)/libblender_api2_2x_la-Ipo.Tpo"; exit 1; \
+ fi
+# source='Ipo.c' object='libblender_api2_2x_la-Ipo.obj' libtool=no \
+# depfile='$(DEPDIR)/libblender_api2_2x_la-Ipo.Po' tmpdepfile='$(DEPDIR)/libblender_api2_2x_la-Ipo.TPo' \
+# $(CCDEPMODE) $(depcomp) \
+# $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libblender_api2_2x_la_CFLAGS) $(CFLAGS) -c -o libblender_api2_2x_la-Ipo.obj `if test -f 'Ipo.c'; then $(CYGPATH_W) 'Ipo.c'; else $(CYGPATH_W) '$(srcdir)/Ipo.c'; fi`
+
+libblender_api2_2x_la-Ipo.lo: Ipo.c
+ if $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libblender_api2_2x_la_CFLAGS) $(CFLAGS) -MT libblender_api2_2x_la-Ipo.lo -MD -MP -MF "$(DEPDIR)/libblender_api2_2x_la-Ipo.Tpo" \
+ -c -o libblender_api2_2x_la-Ipo.lo `test -f 'Ipo.c' || echo '$(srcdir)/'`Ipo.c; \
+ then mv -f "$(DEPDIR)/libblender_api2_2x_la-Ipo.Tpo" "$(DEPDIR)/libblender_api2_2x_la-Ipo.Plo"; \
+ else rm -f "$(DEPDIR)/libblender_api2_2x_la-Ipo.Tpo"; exit 1; \
+ fi
+# source='Ipo.c' object='libblender_api2_2x_la-Ipo.lo' libtool=yes \
+# depfile='$(DEPDIR)/libblender_api2_2x_la-Ipo.Plo' tmpdepfile='$(DEPDIR)/libblender_api2_2x_la-Ipo.TPlo' \
+# $(CCDEPMODE) $(depcomp) \
+# $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libblender_api2_2x_la_CFLAGS) $(CFLAGS) -c -o libblender_api2_2x_la-Ipo.lo `test -f 'Ipo.c' || echo '$(srcdir)/'`Ipo.c
+
+libblender_api2_2x_la-Ipocurve.o: Ipocurve.c
+ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libblender_api2_2x_la_CFLAGS) $(CFLAGS) -MT libblender_api2_2x_la-Ipocurve.o -MD -MP -MF "$(DEPDIR)/libblender_api2_2x_la-Ipocurve.Tpo" \
+ -c -o libblender_api2_2x_la-Ipocurve.o `test -f 'Ipocurve.c' || echo '$(srcdir)/'`Ipocurve.c; \
+ then mv -f "$(DEPDIR)/libblender_api2_2x_la-Ipocurve.Tpo" "$(DEPDIR)/libblender_api2_2x_la-Ipocurve.Po"; \
+ else rm -f "$(DEPDIR)/libblender_api2_2x_la-Ipocurve.Tpo"; exit 1; \
+ fi
+# source='Ipocurve.c' object='libblender_api2_2x_la-Ipocurve.o' libtool=no \
+# depfile='$(DEPDIR)/libblender_api2_2x_la-Ipocurve.Po' tmpdepfile='$(DEPDIR)/libblender_api2_2x_la-Ipocurve.TPo' \
+# $(CCDEPMODE) $(depcomp) \
+# $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libblender_api2_2x_la_CFLAGS) $(CFLAGS) -c -o libblender_api2_2x_la-Ipocurve.o `test -f 'Ipocurve.c' || echo '$(srcdir)/'`Ipocurve.c
+
+libblender_api2_2x_la-Ipocurve.obj: Ipocurve.c
+ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libblender_api2_2x_la_CFLAGS) $(CFLAGS) -MT libblender_api2_2x_la-Ipocurve.obj -MD -MP -MF "$(DEPDIR)/libblender_api2_2x_la-Ipocurve.Tpo" \
+ -c -o libblender_api2_2x_la-Ipocurve.obj `if test -f 'Ipocurve.c'; then $(CYGPATH_W) 'Ipocurve.c'; else $(CYGPATH_W) '$(srcdir)/Ipocurve.c'; fi`; \
+ then mv -f "$(DEPDIR)/libblender_api2_2x_la-Ipocurve.Tpo" "$(DEPDIR)/libblender_api2_2x_la-Ipocurve.Po"; \
+ else rm -f "$(DEPDIR)/libblender_api2_2x_la-Ipocurve.Tpo"; exit 1; \
+ fi
+# source='Ipocurve.c' object='libblender_api2_2x_la-Ipocurve.obj' libtool=no \
+# depfile='$(DEPDIR)/libblender_api2_2x_la-Ipocurve.Po' tmpdepfile='$(DEPDIR)/libblender_api2_2x_la-Ipocurve.TPo' \
+# $(CCDEPMODE) $(depcomp) \
+# $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libblender_api2_2x_la_CFLAGS) $(CFLAGS) -c -o libblender_api2_2x_la-Ipocurve.obj `if test -f 'Ipocurve.c'; then $(CYGPATH_W) 'Ipocurve.c'; else $(CYGPATH_W) '$(srcdir)/Ipocurve.c'; fi`
+
+libblender_api2_2x_la-Ipocurve.lo: Ipocurve.c
+ if $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libblender_api2_2x_la_CFLAGS) $(CFLAGS) -MT libblender_api2_2x_la-Ipocurve.lo -MD -MP -MF "$(DEPDIR)/libblender_api2_2x_la-Ipocurve.Tpo" \
+ -c -o libblender_api2_2x_la-Ipocurve.lo `test -f 'Ipocurve.c' || echo '$(srcdir)/'`Ipocurve.c; \
+ then mv -f "$(DEPDIR)/libblender_api2_2x_la-Ipocurve.Tpo" "$(DEPDIR)/libblender_api2_2x_la-Ipocurve.Plo"; \
+ else rm -f "$(DEPDIR)/libblender_api2_2x_la-Ipocurve.Tpo"; exit 1; \
+ fi
+# source='Ipocurve.c' object='libblender_api2_2x_la-Ipocurve.lo' libtool=yes \
+# depfile='$(DEPDIR)/libblender_api2_2x_la-Ipocurve.Plo' tmpdepfile='$(DEPDIR)/libblender_api2_2x_la-Ipocurve.TPlo' \
+# $(CCDEPMODE) $(depcomp) \
+# $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libblender_api2_2x_la_CFLAGS) $(CFLAGS) -c -o libblender_api2_2x_la-Ipocurve.lo `test -f 'Ipocurve.c' || echo '$(srcdir)/'`Ipocurve.c
+
+libblender_api2_2x_la-BezTriple.o: BezTriple.c
+ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libblender_api2_2x_la_CFLAGS) $(CFLAGS) -MT libblender_api2_2x_la-BezTriple.o -MD -MP -MF "$(DEPDIR)/libblender_api2_2x_la-BezTriple.Tpo" \
+ -c -o libblender_api2_2x_la-BezTriple.o `test -f 'BezTriple.c' || echo '$(srcdir)/'`BezTriple.c; \
+ then mv -f "$(DEPDIR)/libblender_api2_2x_la-BezTriple.Tpo" "$(DEPDIR)/libblender_api2_2x_la-BezTriple.Po"; \
+ else rm -f "$(DEPDIR)/libblender_api2_2x_la-BezTriple.Tpo"; exit 1; \
+ fi
+# source='BezTriple.c' object='libblender_api2_2x_la-BezTriple.o' libtool=no \
+# depfile='$(DEPDIR)/libblender_api2_2x_la-BezTriple.Po' tmpdepfile='$(DEPDIR)/libblender_api2_2x_la-BezTriple.TPo' \
+# $(CCDEPMODE) $(depcomp) \
+# $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libblender_api2_2x_la_CFLAGS) $(CFLAGS) -c -o libblender_api2_2x_la-BezTriple.o `test -f 'BezTriple.c' || echo '$(srcdir)/'`BezTriple.c
+
+libblender_api2_2x_la-BezTriple.obj: BezTriple.c
+ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libblender_api2_2x_la_CFLAGS) $(CFLAGS) -MT libblender_api2_2x_la-BezTriple.obj -MD -MP -MF "$(DEPDIR)/libblender_api2_2x_la-BezTriple.Tpo" \
+ -c -o libblender_api2_2x_la-BezTriple.obj `if test -f 'BezTriple.c'; then $(CYGPATH_W) 'BezTriple.c'; else $(CYGPATH_W) '$(srcdir)/BezTriple.c'; fi`; \
+ then mv -f "$(DEPDIR)/libblender_api2_2x_la-BezTriple.Tpo" "$(DEPDIR)/libblender_api2_2x_la-BezTriple.Po"; \
+ else rm -f "$(DEPDIR)/libblender_api2_2x_la-BezTriple.Tpo"; exit 1; \
+ fi
+# source='BezTriple.c' object='libblender_api2_2x_la-BezTriple.obj' libtool=no \
+# depfile='$(DEPDIR)/libblender_api2_2x_la-BezTriple.Po' tmpdepfile='$(DEPDIR)/libblender_api2_2x_la-BezTriple.TPo' \
+# $(CCDEPMODE) $(depcomp) \
+# $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libblender_api2_2x_la_CFLAGS) $(CFLAGS) -c -o libblender_api2_2x_la-BezTriple.obj `if test -f 'BezTriple.c'; then $(CYGPATH_W) 'BezTriple.c'; else $(CYGPATH_W) '$(srcdir)/BezTriple.c'; fi`
+
+libblender_api2_2x_la-BezTriple.lo: BezTriple.c
+ if $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libblender_api2_2x_la_CFLAGS) $(CFLAGS) -MT libblender_api2_2x_la-BezTriple.lo -MD -MP -MF "$(DEPDIR)/libblender_api2_2x_la-BezTriple.Tpo" \
+ -c -o libblender_api2_2x_la-BezTriple.lo `test -f 'BezTriple.c' || echo '$(srcdir)/'`BezTriple.c; \
+ then mv -f "$(DEPDIR)/libblender_api2_2x_la-BezTriple.Tpo" "$(DEPDIR)/libblender_api2_2x_la-BezTriple.Plo"; \
+ else rm -f "$(DEPDIR)/libblender_api2_2x_la-BezTriple.Tpo"; exit 1; \
+ fi
+# source='BezTriple.c' object='libblender_api2_2x_la-BezTriple.lo' libtool=yes \
+# depfile='$(DEPDIR)/libblender_api2_2x_la-BezTriple.Plo' tmpdepfile='$(DEPDIR)/libblender_api2_2x_la-BezTriple.TPlo' \
+# $(CCDEPMODE) $(depcomp) \
+# $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libblender_api2_2x_la_CFLAGS) $(CFLAGS) -c -o libblender_api2_2x_la-BezTriple.lo `test -f 'BezTriple.c' || echo '$(srcdir)/'`BezTriple.c
+
+libblender_api2_2x_la-Metaball.o: Metaball.c
+ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libblender_api2_2x_la_CFLAGS) $(CFLAGS) -MT libblender_api2_2x_la-Metaball.o -MD -MP -MF "$(DEPDIR)/libblender_api2_2x_la-Metaball.Tpo" \
+ -c -o libblender_api2_2x_la-Metaball.o `test -f 'Metaball.c' || echo '$(srcdir)/'`Metaball.c; \
+ then mv -f "$(DEPDIR)/libblender_api2_2x_la-Metaball.Tpo" "$(DEPDIR)/libblender_api2_2x_la-Metaball.Po"; \
+ else rm -f "$(DEPDIR)/libblender_api2_2x_la-Metaball.Tpo"; exit 1; \
+ fi
+# source='Metaball.c' object='libblender_api2_2x_la-Metaball.o' libtool=no \
+# depfile='$(DEPDIR)/libblender_api2_2x_la-Metaball.Po' tmpdepfile='$(DEPDIR)/libblender_api2_2x_la-Metaball.TPo' \
+# $(CCDEPMODE) $(depcomp) \
+# $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libblender_api2_2x_la_CFLAGS) $(CFLAGS) -c -o libblender_api2_2x_la-Metaball.o `test -f 'Metaball.c' || echo '$(srcdir)/'`Metaball.c
+
+libblender_api2_2x_la-Metaball.obj: Metaball.c
+ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libblender_api2_2x_la_CFLAGS) $(CFLAGS) -MT libblender_api2_2x_la-Metaball.obj -MD -MP -MF "$(DEPDIR)/libblender_api2_2x_la-Metaball.Tpo" \
+ -c -o libblender_api2_2x_la-Metaball.obj `if test -f 'Metaball.c'; then $(CYGPATH_W) 'Metaball.c'; else $(CYGPATH_W) '$(srcdir)/Metaball.c'; fi`; \
+ then mv -f "$(DEPDIR)/libblender_api2_2x_la-Metaball.Tpo" "$(DEPDIR)/libblender_api2_2x_la-Metaball.Po"; \
+ else rm -f "$(DEPDIR)/libblender_api2_2x_la-Metaball.Tpo"; exit 1; \
+ fi
+# source='Metaball.c' object='libblender_api2_2x_la-Metaball.obj' libtool=no \
+# depfile='$(DEPDIR)/libblender_api2_2x_la-Metaball.Po' tmpdepfile='$(DEPDIR)/libblender_api2_2x_la-Metaball.TPo' \
+# $(CCDEPMODE) $(depcomp) \
+# $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libblender_api2_2x_la_CFLAGS) $(CFLAGS) -c -o libblender_api2_2x_la-Metaball.obj `if test -f 'Metaball.c'; then $(CYGPATH_W) 'Metaball.c'; else $(CYGPATH_W) '$(srcdir)/Metaball.c'; fi`
+
+libblender_api2_2x_la-Metaball.lo: Metaball.c
+ if $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libblender_api2_2x_la_CFLAGS) $(CFLAGS) -MT libblender_api2_2x_la-Metaball.lo -MD -MP -MF "$(DEPDIR)/libblender_api2_2x_la-Metaball.Tpo" \
+ -c -o libblender_api2_2x_la-Metaball.lo `test -f 'Metaball.c' || echo '$(srcdir)/'`Metaball.c; \
+ then mv -f "$(DEPDIR)/libblender_api2_2x_la-Metaball.Tpo" "$(DEPDIR)/libblender_api2_2x_la-Metaball.Plo"; \
+ else rm -f "$(DEPDIR)/libblender_api2_2x_la-Metaball.Tpo"; exit 1; \
+ fi
+# source='Metaball.c' object='libblender_api2_2x_la-Metaball.lo' libtool=yes \
+# depfile='$(DEPDIR)/libblender_api2_2x_la-Metaball.Plo' tmpdepfile='$(DEPDIR)/libblender_api2_2x_la-Metaball.TPlo' \
+# $(CCDEPMODE) $(depcomp) \
+# $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libblender_api2_2x_la_CFLAGS) $(CFLAGS) -c -o libblender_api2_2x_la-Metaball.lo `test -f 'Metaball.c' || echo '$(srcdir)/'`Metaball.c
+
+libblender_api2_2x_la-Effect.o: Effect.c
+ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libblender_api2_2x_la_CFLAGS) $(CFLAGS) -MT libblender_api2_2x_la-Effect.o -MD -MP -MF "$(DEPDIR)/libblender_api2_2x_la-Effect.Tpo" \
+ -c -o libblender_api2_2x_la-Effect.o `test -f 'Effect.c' || echo '$(srcdir)/'`Effect.c; \
+ then mv -f "$(DEPDIR)/libblender_api2_2x_la-Effect.Tpo" "$(DEPDIR)/libblender_api2_2x_la-Effect.Po"; \
+ else rm -f "$(DEPDIR)/libblender_api2_2x_la-Effect.Tpo"; exit 1; \
+ fi
+# source='Effect.c' object='libblender_api2_2x_la-Effect.o' libtool=no \
+# depfile='$(DEPDIR)/libblender_api2_2x_la-Effect.Po' tmpdepfile='$(DEPDIR)/libblender_api2_2x_la-Effect.TPo' \
+# $(CCDEPMODE) $(depcomp) \
+# $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libblender_api2_2x_la_CFLAGS) $(CFLAGS) -c -o libblender_api2_2x_la-Effect.o `test -f 'Effect.c' || echo '$(srcdir)/'`Effect.c
+
+libblender_api2_2x_la-Effect.obj: Effect.c
+ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libblender_api2_2x_la_CFLAGS) $(CFLAGS) -MT libblender_api2_2x_la-Effect.obj -MD -MP -MF "$(DEPDIR)/libblender_api2_2x_la-Effect.Tpo" \
+ -c -o libblender_api2_2x_la-Effect.obj `if test -f 'Effect.c'; then $(CYGPATH_W) 'Effect.c'; else $(CYGPATH_W) '$(srcdir)/Effect.c'; fi`; \
+ then mv -f "$(DEPDIR)/libblender_api2_2x_la-Effect.Tpo" "$(DEPDIR)/libblender_api2_2x_la-Effect.Po"; \
+ else rm -f "$(DEPDIR)/libblender_api2_2x_la-Effect.Tpo"; exit 1; \
+ fi
+# source='Effect.c' object='libblender_api2_2x_la-Effect.obj' libtool=no \
+# depfile='$(DEPDIR)/libblender_api2_2x_la-Effect.Po' tmpdepfile='$(DEPDIR)/libblender_api2_2x_la-Effect.TPo' \
+# $(CCDEPMODE) $(depcomp) \
+# $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libblender_api2_2x_la_CFLAGS) $(CFLAGS) -c -o libblender_api2_2x_la-Effect.obj `if test -f 'Effect.c'; then $(CYGPATH_W) 'Effect.c'; else $(CYGPATH_W) '$(srcdir)/Effect.c'; fi`
+
+libblender_api2_2x_la-Effect.lo: Effect.c
+ if $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libblender_api2_2x_la_CFLAGS) $(CFLAGS) -MT libblender_api2_2x_la-Effect.lo -MD -MP -MF "$(DEPDIR)/libblender_api2_2x_la-Effect.Tpo" \
+ -c -o libblender_api2_2x_la-Effect.lo `test -f 'Effect.c' || echo '$(srcdir)/'`Effect.c; \
+ then mv -f "$(DEPDIR)/libblender_api2_2x_la-Effect.Tpo" "$(DEPDIR)/libblender_api2_2x_la-Effect.Plo"; \
+ else rm -f "$(DEPDIR)/libblender_api2_2x_la-Effect.Tpo"; exit 1; \
+ fi
+# source='Effect.c' object='libblender_api2_2x_la-Effect.lo' libtool=yes \
+# depfile='$(DEPDIR)/libblender_api2_2x_la-Effect.Plo' tmpdepfile='$(DEPDIR)/libblender_api2_2x_la-Effect.TPlo' \
+# $(CCDEPMODE) $(depcomp) \
+# $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libblender_api2_2x_la_CFLAGS) $(CFLAGS) -c -o libblender_api2_2x_la-Effect.lo `test -f 'Effect.c' || echo '$(srcdir)/'`Effect.c
+
+libblender_api2_2x_la-Particle.o: Particle.c
+ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libblender_api2_2x_la_CFLAGS) $(CFLAGS) -MT libblender_api2_2x_la-Particle.o -MD -MP -MF "$(DEPDIR)/libblender_api2_2x_la-Particle.Tpo" \
+ -c -o libblender_api2_2x_la-Particle.o `test -f 'Particle.c' || echo '$(srcdir)/'`Particle.c; \
+ then mv -f "$(DEPDIR)/libblender_api2_2x_la-Particle.Tpo" "$(DEPDIR)/libblender_api2_2x_la-Particle.Po"; \
+ else rm -f "$(DEPDIR)/libblender_api2_2x_la-Particle.Tpo"; exit 1; \
+ fi
+# source='Particle.c' object='libblender_api2_2x_la-Particle.o' libtool=no \
+# depfile='$(DEPDIR)/libblender_api2_2x_la-Particle.Po' tmpdepfile='$(DEPDIR)/libblender_api2_2x_la-Particle.TPo' \
+# $(CCDEPMODE) $(depcomp) \
+# $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libblender_api2_2x_la_CFLAGS) $(CFLAGS) -c -o libblender_api2_2x_la-Particle.o `test -f 'Particle.c' || echo '$(srcdir)/'`Particle.c
+
+libblender_api2_2x_la-Particle.obj: Particle.c
+ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libblender_api2_2x_la_CFLAGS) $(CFLAGS) -MT libblender_api2_2x_la-Particle.obj -MD -MP -MF "$(DEPDIR)/libblender_api2_2x_la-Particle.Tpo" \
+ -c -o libblender_api2_2x_la-Particle.obj `if test -f 'Particle.c'; then $(CYGPATH_W) 'Particle.c'; else $(CYGPATH_W) '$(srcdir)/Particle.c'; fi`; \
+ then mv -f "$(DEPDIR)/libblender_api2_2x_la-Particle.Tpo" "$(DEPDIR)/libblender_api2_2x_la-Particle.Po"; \
+ else rm -f "$(DEPDIR)/libblender_api2_2x_la-Particle.Tpo"; exit 1; \
+ fi
+# source='Particle.c' object='libblender_api2_2x_la-Particle.obj' libtool=no \
+# depfile='$(DEPDIR)/libblender_api2_2x_la-Particle.Po' tmpdepfile='$(DEPDIR)/libblender_api2_2x_la-Particle.TPo' \
+# $(CCDEPMODE) $(depcomp) \
+# $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libblender_api2_2x_la_CFLAGS) $(CFLAGS) -c -o libblender_api2_2x_la-Particle.obj `if test -f 'Particle.c'; then $(CYGPATH_W) 'Particle.c'; else $(CYGPATH_W) '$(srcdir)/Particle.c'; fi`
+
+libblender_api2_2x_la-Particle.lo: Particle.c
+ if $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libblender_api2_2x_la_CFLAGS) $(CFLAGS) -MT libblender_api2_2x_la-Particle.lo -MD -MP -MF "$(DEPDIR)/libblender_api2_2x_la-Particle.Tpo" \
+ -c -o libblender_api2_2x_la-Particle.lo `test -f 'Particle.c' || echo '$(srcdir)/'`Particle.c; \
+ then mv -f "$(DEPDIR)/libblender_api2_2x_la-Particle.Tpo" "$(DEPDIR)/libblender_api2_2x_la-Particle.Plo"; \
+ else rm -f "$(DEPDIR)/libblender_api2_2x_la-Particle.Tpo"; exit 1; \
+ fi
+# source='Particle.c' object='libblender_api2_2x_la-Particle.lo' libtool=yes \
+# depfile='$(DEPDIR)/libblender_api2_2x_la-Particle.Plo' tmpdepfile='$(DEPDIR)/libblender_api2_2x_la-Particle.TPlo' \
+# $(CCDEPMODE) $(depcomp) \
+# $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libblender_api2_2x_la_CFLAGS) $(CFLAGS) -c -o libblender_api2_2x_la-Particle.lo `test -f 'Particle.c' || echo '$(srcdir)/'`Particle.c
+
+libblender_api2_2x_la-Wave.o: Wave.c
+ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libblender_api2_2x_la_CFLAGS) $(CFLAGS) -MT libblender_api2_2x_la-Wave.o -MD -MP -MF "$(DEPDIR)/libblender_api2_2x_la-Wave.Tpo" \
+ -c -o libblender_api2_2x_la-Wave.o `test -f 'Wave.c' || echo '$(srcdir)/'`Wave.c; \
+ then mv -f "$(DEPDIR)/libblender_api2_2x_la-Wave.Tpo" "$(DEPDIR)/libblender_api2_2x_la-Wave.Po"; \
+ else rm -f "$(DEPDIR)/libblender_api2_2x_la-Wave.Tpo"; exit 1; \
+ fi
+# source='Wave.c' object='libblender_api2_2x_la-Wave.o' libtool=no \
+# depfile='$(DEPDIR)/libblender_api2_2x_la-Wave.Po' tmpdepfile='$(DEPDIR)/libblender_api2_2x_la-Wave.TPo' \
+# $(CCDEPMODE) $(depcomp) \
+# $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libblender_api2_2x_la_CFLAGS) $(CFLAGS) -c -o libblender_api2_2x_la-Wave.o `test -f 'Wave.c' || echo '$(srcdir)/'`Wave.c
+
+libblender_api2_2x_la-Wave.obj: Wave.c
+ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libblender_api2_2x_la_CFLAGS) $(CFLAGS) -MT libblender_api2_2x_la-Wave.obj -MD -MP -MF "$(DEPDIR)/libblender_api2_2x_la-Wave.Tpo" \
+ -c -o libblender_api2_2x_la-Wave.obj `if test -f 'Wave.c'; then $(CYGPATH_W) 'Wave.c'; else $(CYGPATH_W) '$(srcdir)/Wave.c'; fi`; \
+ then mv -f "$(DEPDIR)/libblender_api2_2x_la-Wave.Tpo" "$(DEPDIR)/libblender_api2_2x_la-Wave.Po"; \
+ else rm -f "$(DEPDIR)/libblender_api2_2x_la-Wave.Tpo"; exit 1; \
+ fi
+# source='Wave.c' object='libblender_api2_2x_la-Wave.obj' libtool=no \
+# depfile='$(DEPDIR)/libblender_api2_2x_la-Wave.Po' tmpdepfile='$(DEPDIR)/libblender_api2_2x_la-Wave.TPo' \
+# $(CCDEPMODE) $(depcomp) \
+# $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libblender_api2_2x_la_CFLAGS) $(CFLAGS) -c -o libblender_api2_2x_la-Wave.obj `if test -f 'Wave.c'; then $(CYGPATH_W) 'Wave.c'; else $(CYGPATH_W) '$(srcdir)/Wave.c'; fi`
+
+libblender_api2_2x_la-Wave.lo: Wave.c
+ if $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libblender_api2_2x_la_CFLAGS) $(CFLAGS) -MT libblender_api2_2x_la-Wave.lo -MD -MP -MF "$(DEPDIR)/libblender_api2_2x_la-Wave.Tpo" \
+ -c -o libblender_api2_2x_la-Wave.lo `test -f 'Wave.c' || echo '$(srcdir)/'`Wave.c; \
+ then mv -f "$(DEPDIR)/libblender_api2_2x_la-Wave.Tpo" "$(DEPDIR)/libblender_api2_2x_la-Wave.Plo"; \
+ else rm -f "$(DEPDIR)/libblender_api2_2x_la-Wave.Tpo"; exit 1; \
+ fi
+# source='Wave.c' object='libblender_api2_2x_la-Wave.lo' libtool=yes \
+# depfile='$(DEPDIR)/libblender_api2_2x_la-Wave.Plo' tmpdepfile='$(DEPDIR)/libblender_api2_2x_la-Wave.TPlo' \
+# $(CCDEPMODE) $(depcomp) \
+# $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libblender_api2_2x_la_CFLAGS) $(CFLAGS) -c -o libblender_api2_2x_la-Wave.lo `test -f 'Wave.c' || echo '$(srcdir)/'`Wave.c
+
+libblender_api2_2x_la-Build.o: Build.c
+ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libblender_api2_2x_la_CFLAGS) $(CFLAGS) -MT libblender_api2_2x_la-Build.o -MD -MP -MF "$(DEPDIR)/libblender_api2_2x_la-Build.Tpo" \
+ -c -o libblender_api2_2x_la-Build.o `test -f 'Build.c' || echo '$(srcdir)/'`Build.c; \
+ then mv -f "$(DEPDIR)/libblender_api2_2x_la-Build.Tpo" "$(DEPDIR)/libblender_api2_2x_la-Build.Po"; \
+ else rm -f "$(DEPDIR)/libblender_api2_2x_la-Build.Tpo"; exit 1; \
+ fi
+# source='Build.c' object='libblender_api2_2x_la-Build.o' libtool=no \
+# depfile='$(DEPDIR)/libblender_api2_2x_la-Build.Po' tmpdepfile='$(DEPDIR)/libblender_api2_2x_la-Build.TPo' \
+# $(CCDEPMODE) $(depcomp) \
+# $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libblender_api2_2x_la_CFLAGS) $(CFLAGS) -c -o libblender_api2_2x_la-Build.o `test -f 'Build.c' || echo '$(srcdir)/'`Build.c
+
+libblender_api2_2x_la-Build.obj: Build.c
+ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libblender_api2_2x_la_CFLAGS) $(CFLAGS) -MT libblender_api2_2x_la-Build.obj -MD -MP -MF "$(DEPDIR)/libblender_api2_2x_la-Build.Tpo" \
+ -c -o libblender_api2_2x_la-Build.obj `if test -f 'Build.c'; then $(CYGPATH_W) 'Build.c'; else $(CYGPATH_W) '$(srcdir)/Build.c'; fi`; \
+ then mv -f "$(DEPDIR)/libblender_api2_2x_la-Build.Tpo" "$(DEPDIR)/libblender_api2_2x_la-Build.Po"; \
+ else rm -f "$(DEPDIR)/libblender_api2_2x_la-Build.Tpo"; exit 1; \
+ fi
+# source='Build.c' object='libblender_api2_2x_la-Build.obj' libtool=no \
+# depfile='$(DEPDIR)/libblender_api2_2x_la-Build.Po' tmpdepfile='$(DEPDIR)/libblender_api2_2x_la-Build.TPo' \
+# $(CCDEPMODE) $(depcomp) \
+# $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libblender_api2_2x_la_CFLAGS) $(CFLAGS) -c -o libblender_api2_2x_la-Build.obj `if test -f 'Build.c'; then $(CYGPATH_W) 'Build.c'; else $(CYGPATH_W) '$(srcdir)/Build.c'; fi`
+
+libblender_api2_2x_la-Build.lo: Build.c
+ if $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libblender_api2_2x_la_CFLAGS) $(CFLAGS) -MT libblender_api2_2x_la-Build.lo -MD -MP -MF "$(DEPDIR)/libblender_api2_2x_la-Build.Tpo" \
+ -c -o libblender_api2_2x_la-Build.lo `test -f 'Build.c' || echo '$(srcdir)/'`Build.c; \
+ then mv -f "$(DEPDIR)/libblender_api2_2x_la-Build.Tpo" "$(DEPDIR)/libblender_api2_2x_la-Build.Plo"; \
+ else rm -f "$(DEPDIR)/libblender_api2_2x_la-Build.Tpo"; exit 1; \
+ fi
+# source='Build.c' object='libblender_api2_2x_la-Build.lo' libtool=yes \
+# depfile='$(DEPDIR)/libblender_api2_2x_la-Build.Plo' tmpdepfile='$(DEPDIR)/libblender_api2_2x_la-Build.TPlo' \
+# $(CCDEPMODE) $(depcomp) \
+# $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libblender_api2_2x_la_CFLAGS) $(CFLAGS) -c -o libblender_api2_2x_la-Build.lo `test -f 'Build.c' || echo '$(srcdir)/'`Build.c
+
+libblender_api2_2x_la-Image.o: Image.c
+ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libblender_api2_2x_la_CFLAGS) $(CFLAGS) -MT libblender_api2_2x_la-Image.o -MD -MP -MF "$(DEPDIR)/libblender_api2_2x_la-Image.Tpo" \
+ -c -o libblender_api2_2x_la-Image.o `test -f 'Image.c' || echo '$(srcdir)/'`Image.c; \
+ then mv -f "$(DEPDIR)/libblender_api2_2x_la-Image.Tpo" "$(DEPDIR)/libblender_api2_2x_la-Image.Po"; \
+ else rm -f "$(DEPDIR)/libblender_api2_2x_la-Image.Tpo"; exit 1; \
+ fi
+# source='Image.c' object='libblender_api2_2x_la-Image.o' libtool=no \
+# depfile='$(DEPDIR)/libblender_api2_2x_la-Image.Po' tmpdepfile='$(DEPDIR)/libblender_api2_2x_la-Image.TPo' \
+# $(CCDEPMODE) $(depcomp) \
+# $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libblender_api2_2x_la_CFLAGS) $(CFLAGS) -c -o libblender_api2_2x_la-Image.o `test -f 'Image.c' || echo '$(srcdir)/'`Image.c
+
+libblender_api2_2x_la-Image.obj: Image.c
+ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libblender_api2_2x_la_CFLAGS) $(CFLAGS) -MT libblender_api2_2x_la-Image.obj -MD -MP -MF "$(DEPDIR)/libblender_api2_2x_la-Image.Tpo" \
+ -c -o libblender_api2_2x_la-Image.obj `if test -f 'Image.c'; then $(CYGPATH_W) 'Image.c'; else $(CYGPATH_W) '$(srcdir)/Image.c'; fi`; \
+ then mv -f "$(DEPDIR)/libblender_api2_2x_la-Image.Tpo" "$(DEPDIR)/libblender_api2_2x_la-Image.Po"; \
+ else rm -f "$(DEPDIR)/libblender_api2_2x_la-Image.Tpo"; exit 1; \
+ fi
+# source='Image.c' object='libblender_api2_2x_la-Image.obj' libtool=no \
+# depfile='$(DEPDIR)/libblender_api2_2x_la-Image.Po' tmpdepfile='$(DEPDIR)/libblender_api2_2x_la-Image.TPo' \
+# $(CCDEPMODE) $(depcomp) \
+# $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libblender_api2_2x_la_CFLAGS) $(CFLAGS) -c -o libblender_api2_2x_la-Image.obj `if test -f 'Image.c'; then $(CYGPATH_W) 'Image.c'; else $(CYGPATH_W) '$(srcdir)/Image.c'; fi`
+
+libblender_api2_2x_la-Image.lo: Image.c
+ if $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libblender_api2_2x_la_CFLAGS) $(CFLAGS) -MT libblender_api2_2x_la-Image.lo -MD -MP -MF "$(DEPDIR)/libblender_api2_2x_la-Image.Tpo" \
+ -c -o libblender_api2_2x_la-Image.lo `test -f 'Image.c' || echo '$(srcdir)/'`Image.c; \
+ then mv -f "$(DEPDIR)/libblender_api2_2x_la-Image.Tpo" "$(DEPDIR)/libblender_api2_2x_la-Image.Plo"; \
+ else rm -f "$(DEPDIR)/libblender_api2_2x_la-Image.Tpo"; exit 1; \
+ fi
+# source='Image.c' object='libblender_api2_2x_la-Image.lo' libtool=yes \
+# depfile='$(DEPDIR)/libblender_api2_2x_la-Image.Plo' tmpdepfile='$(DEPDIR)/libblender_api2_2x_la-Image.TPlo' \
+# $(CCDEPMODE) $(depcomp) \
+# $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libblender_api2_2x_la_CFLAGS) $(CFLAGS) -c -o libblender_api2_2x_la-Image.lo `test -f 'Image.c' || echo '$(srcdir)/'`Image.c
+
+libblender_api2_2x_la-Window.o: Window.c
+ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libblender_api2_2x_la_CFLAGS) $(CFLAGS) -MT libblender_api2_2x_la-Window.o -MD -MP -MF "$(DEPDIR)/libblender_api2_2x_la-Window.Tpo" \
+ -c -o libblender_api2_2x_la-Window.o `test -f 'Window.c' || echo '$(srcdir)/'`Window.c; \
+ then mv -f "$(DEPDIR)/libblender_api2_2x_la-Window.Tpo" "$(DEPDIR)/libblender_api2_2x_la-Window.Po"; \
+ else rm -f "$(DEPDIR)/libblender_api2_2x_la-Window.Tpo"; exit 1; \
+ fi
+# source='Window.c' object='libblender_api2_2x_la-Window.o' libtool=no \
+# depfile='$(DEPDIR)/libblender_api2_2x_la-Window.Po' tmpdepfile='$(DEPDIR)/libblender_api2_2x_la-Window.TPo' \
+# $(CCDEPMODE) $(depcomp) \
+# $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libblender_api2_2x_la_CFLAGS) $(CFLAGS) -c -o libblender_api2_2x_la-Window.o `test -f 'Window.c' || echo '$(srcdir)/'`Window.c
+
+libblender_api2_2x_la-Window.obj: Window.c
+ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libblender_api2_2x_la_CFLAGS) $(CFLAGS) -MT libblender_api2_2x_la-Window.obj -MD -MP -MF "$(DEPDIR)/libblender_api2_2x_la-Window.Tpo" \
+ -c -o libblender_api2_2x_la-Window.obj `if test -f 'Window.c'; then $(CYGPATH_W) 'Window.c'; else $(CYGPATH_W) '$(srcdir)/Window.c'; fi`; \
+ then mv -f "$(DEPDIR)/libblender_api2_2x_la-Window.Tpo" "$(DEPDIR)/libblender_api2_2x_la-Window.Po"; \
+ else rm -f "$(DEPDIR)/libblender_api2_2x_la-Window.Tpo"; exit 1; \
+ fi
+# source='Window.c' object='libblender_api2_2x_la-Window.obj' libtool=no \
+# depfile='$(DEPDIR)/libblender_api2_2x_la-Window.Po' tmpdepfile='$(DEPDIR)/libblender_api2_2x_la-Window.TPo' \
+# $(CCDEPMODE) $(depcomp) \
+# $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libblender_api2_2x_la_CFLAGS) $(CFLAGS) -c -o libblender_api2_2x_la-Window.obj `if test -f 'Window.c'; then $(CYGPATH_W) 'Window.c'; else $(CYGPATH_W) '$(srcdir)/Window.c'; fi`
+
+libblender_api2_2x_la-Window.lo: Window.c
+ if $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libblender_api2_2x_la_CFLAGS) $(CFLAGS) -MT libblender_api2_2x_la-Window.lo -MD -MP -MF "$(DEPDIR)/libblender_api2_2x_la-Window.Tpo" \
+ -c -o libblender_api2_2x_la-Window.lo `test -f 'Window.c' || echo '$(srcdir)/'`Window.c; \
+ then mv -f "$(DEPDIR)/libblender_api2_2x_la-Window.Tpo" "$(DEPDIR)/libblender_api2_2x_la-Window.Plo"; \
+ else rm -f "$(DEPDIR)/libblender_api2_2x_la-Window.Tpo"; exit 1; \
+ fi
+# source='Window.c' object='libblender_api2_2x_la-Window.lo' libtool=yes \
+# depfile='$(DEPDIR)/libblender_api2_2x_la-Window.Plo' tmpdepfile='$(DEPDIR)/libblender_api2_2x_la-Window.TPlo' \
+# $(CCDEPMODE) $(depcomp) \
+# $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libblender_api2_2x_la_CFLAGS) $(CFLAGS) -c -o libblender_api2_2x_la-Window.lo `test -f 'Window.c' || echo '$(srcdir)/'`Window.c
+
+libblender_api2_2x_la-Draw.o: Draw.c
+ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libblender_api2_2x_la_CFLAGS) $(CFLAGS) -MT libblender_api2_2x_la-Draw.o -MD -MP -MF "$(DEPDIR)/libblender_api2_2x_la-Draw.Tpo" \
+ -c -o libblender_api2_2x_la-Draw.o `test -f 'Draw.c' || echo '$(srcdir)/'`Draw.c; \
+ then mv -f "$(DEPDIR)/libblender_api2_2x_la-Draw.Tpo" "$(DEPDIR)/libblender_api2_2x_la-Draw.Po"; \
+ else rm -f "$(DEPDIR)/libblender_api2_2x_la-Draw.Tpo"; exit 1; \
+ fi
+# source='Draw.c' object='libblender_api2_2x_la-Draw.o' libtool=no \
+# depfile='$(DEPDIR)/libblender_api2_2x_la-Draw.Po' tmpdepfile='$(DEPDIR)/libblender_api2_2x_la-Draw.TPo' \
+# $(CCDEPMODE) $(depcomp) \
+# $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libblender_api2_2x_la_CFLAGS) $(CFLAGS) -c -o libblender_api2_2x_la-Draw.o `test -f 'Draw.c' || echo '$(srcdir)/'`Draw.c
+
+libblender_api2_2x_la-Draw.obj: Draw.c
+ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libblender_api2_2x_la_CFLAGS) $(CFLAGS) -MT libblender_api2_2x_la-Draw.obj -MD -MP -MF "$(DEPDIR)/libblender_api2_2x_la-Draw.Tpo" \
+ -c -o libblender_api2_2x_la-Draw.obj `if test -f 'Draw.c'; then $(CYGPATH_W) 'Draw.c'; else $(CYGPATH_W) '$(srcdir)/Draw.c'; fi`; \
+ then mv -f "$(DEPDIR)/libblender_api2_2x_la-Draw.Tpo" "$(DEPDIR)/libblender_api2_2x_la-Draw.Po"; \
+ else rm -f "$(DEPDIR)/libblender_api2_2x_la-Draw.Tpo"; exit 1; \
+ fi
+# source='Draw.c' object='libblender_api2_2x_la-Draw.obj' libtool=no \
+# depfile='$(DEPDIR)/libblender_api2_2x_la-Draw.Po' tmpdepfile='$(DEPDIR)/libblender_api2_2x_la-Draw.TPo' \
+# $(CCDEPMODE) $(depcomp) \
+# $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libblender_api2_2x_la_CFLAGS) $(CFLAGS) -c -o libblender_api2_2x_la-Draw.obj `if test -f 'Draw.c'; then $(CYGPATH_W) 'Draw.c'; else $(CYGPATH_W) '$(srcdir)/Draw.c'; fi`
+
+libblender_api2_2x_la-Draw.lo: Draw.c
+ if $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libblender_api2_2x_la_CFLAGS) $(CFLAGS) -MT libblender_api2_2x_la-Draw.lo -MD -MP -MF "$(DEPDIR)/libblender_api2_2x_la-Draw.Tpo" \
+ -c -o libblender_api2_2x_la-Draw.lo `test -f 'Draw.c' || echo '$(srcdir)/'`Draw.c; \
+ then mv -f "$(DEPDIR)/libblender_api2_2x_la-Draw.Tpo" "$(DEPDIR)/libblender_api2_2x_la-Draw.Plo"; \
+ else rm -f "$(DEPDIR)/libblender_api2_2x_la-Draw.Tpo"; exit 1; \
+ fi
+# source='Draw.c' object='libblender_api2_2x_la-Draw.lo' libtool=yes \
+# depfile='$(DEPDIR)/libblender_api2_2x_la-Draw.Plo' tmpdepfile='$(DEPDIR)/libblender_api2_2x_la-Draw.TPlo' \
+# $(CCDEPMODE) $(depcomp) \
+# $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libblender_api2_2x_la_CFLAGS) $(CFLAGS) -c -o libblender_api2_2x_la-Draw.lo `test -f 'Draw.c' || echo '$(srcdir)/'`Draw.c
+
+libblender_api2_2x_la-BGL.o: BGL.c
+ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libblender_api2_2x_la_CFLAGS) $(CFLAGS) -MT libblender_api2_2x_la-BGL.o -MD -MP -MF "$(DEPDIR)/libblender_api2_2x_la-BGL.Tpo" \
+ -c -o libblender_api2_2x_la-BGL.o `test -f 'BGL.c' || echo '$(srcdir)/'`BGL.c; \
+ then mv -f "$(DEPDIR)/libblender_api2_2x_la-BGL.Tpo" "$(DEPDIR)/libblender_api2_2x_la-BGL.Po"; \
+ else rm -f "$(DEPDIR)/libblender_api2_2x_la-BGL.Tpo"; exit 1; \
+ fi
+# source='BGL.c' object='libblender_api2_2x_la-BGL.o' libtool=no \
+# depfile='$(DEPDIR)/libblender_api2_2x_la-BGL.Po' tmpdepfile='$(DEPDIR)/libblender_api2_2x_la-BGL.TPo' \
+# $(CCDEPMODE) $(depcomp) \
+# $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libblender_api2_2x_la_CFLAGS) $(CFLAGS) -c -o libblender_api2_2x_la-BGL.o `test -f 'BGL.c' || echo '$(srcdir)/'`BGL.c
+
+libblender_api2_2x_la-BGL.obj: BGL.c
+ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libblender_api2_2x_la_CFLAGS) $(CFLAGS) -MT libblender_api2_2x_la-BGL.obj -MD -MP -MF "$(DEPDIR)/libblender_api2_2x_la-BGL.Tpo" \
+ -c -o libblender_api2_2x_la-BGL.obj `if test -f 'BGL.c'; then $(CYGPATH_W) 'BGL.c'; else $(CYGPATH_W) '$(srcdir)/BGL.c'; fi`; \
+ then mv -f "$(DEPDIR)/libblender_api2_2x_la-BGL.Tpo" "$(DEPDIR)/libblender_api2_2x_la-BGL.Po"; \
+ else rm -f "$(DEPDIR)/libblender_api2_2x_la-BGL.Tpo"; exit 1; \
+ fi
+# source='BGL.c' object='libblender_api2_2x_la-BGL.obj' libtool=no \
+# depfile='$(DEPDIR)/libblender_api2_2x_la-BGL.Po' tmpdepfile='$(DEPDIR)/libblender_api2_2x_la-BGL.TPo' \
+# $(CCDEPMODE) $(depcomp) \
+# $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libblender_api2_2x_la_CFLAGS) $(CFLAGS) -c -o libblender_api2_2x_la-BGL.obj `if test -f 'BGL.c'; then $(CYGPATH_W) 'BGL.c'; else $(CYGPATH_W) '$(srcdir)/BGL.c'; fi`
+
+libblender_api2_2x_la-BGL.lo: BGL.c
+ if $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libblender_api2_2x_la_CFLAGS) $(CFLAGS) -MT libblender_api2_2x_la-BGL.lo -MD -MP -MF "$(DEPDIR)/libblender_api2_2x_la-BGL.Tpo" \
+ -c -o libblender_api2_2x_la-BGL.lo `test -f 'BGL.c' || echo '$(srcdir)/'`BGL.c; \
+ then mv -f "$(DEPDIR)/libblender_api2_2x_la-BGL.Tpo" "$(DEPDIR)/libblender_api2_2x_la-BGL.Plo"; \
+ else rm -f "$(DEPDIR)/libblender_api2_2x_la-BGL.Tpo"; exit 1; \
+ fi
+# source='BGL.c' object='libblender_api2_2x_la-BGL.lo' libtool=yes \
+# depfile='$(DEPDIR)/libblender_api2_2x_la-BGL.Plo' tmpdepfile='$(DEPDIR)/libblender_api2_2x_la-BGL.TPlo' \
+# $(CCDEPMODE) $(depcomp) \
+# $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libblender_api2_2x_la_CFLAGS) $(CFLAGS) -c -o libblender_api2_2x_la-BGL.lo `test -f 'BGL.c' || echo '$(srcdir)/'`BGL.c
+
+libblender_api2_2x_la-Text.o: Text.c
+ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libblender_api2_2x_la_CFLAGS) $(CFLAGS) -MT libblender_api2_2x_la-Text.o -MD -MP -MF "$(DEPDIR)/libblender_api2_2x_la-Text.Tpo" \
+ -c -o libblender_api2_2x_la-Text.o `test -f 'Text.c' || echo '$(srcdir)/'`Text.c; \
+ then mv -f "$(DEPDIR)/libblender_api2_2x_la-Text.Tpo" "$(DEPDIR)/libblender_api2_2x_la-Text.Po"; \
+ else rm -f "$(DEPDIR)/libblender_api2_2x_la-Text.Tpo"; exit 1; \
+ fi
+# source='Text.c' object='libblender_api2_2x_la-Text.o' libtool=no \
+# depfile='$(DEPDIR)/libblender_api2_2x_la-Text.Po' tmpdepfile='$(DEPDIR)/libblender_api2_2x_la-Text.TPo' \
+# $(CCDEPMODE) $(depcomp) \
+# $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libblender_api2_2x_la_CFLAGS) $(CFLAGS) -c -o libblender_api2_2x_la-Text.o `test -f 'Text.c' || echo '$(srcdir)/'`Text.c
+
+libblender_api2_2x_la-Text.obj: Text.c
+ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libblender_api2_2x_la_CFLAGS) $(CFLAGS) -MT libblender_api2_2x_la-Text.obj -MD -MP -MF "$(DEPDIR)/libblender_api2_2x_la-Text.Tpo" \
+ -c -o libblender_api2_2x_la-Text.obj `if test -f 'Text.c'; then $(CYGPATH_W) 'Text.c'; else $(CYGPATH_W) '$(srcdir)/Text.c'; fi`; \
+ then mv -f "$(DEPDIR)/libblender_api2_2x_la-Text.Tpo" "$(DEPDIR)/libblender_api2_2x_la-Text.Po"; \
+ else rm -f "$(DEPDIR)/libblender_api2_2x_la-Text.Tpo"; exit 1; \
+ fi
+# source='Text.c' object='libblender_api2_2x_la-Text.obj' libtool=no \
+# depfile='$(DEPDIR)/libblender_api2_2x_la-Text.Po' tmpdepfile='$(DEPDIR)/libblender_api2_2x_la-Text.TPo' \
+# $(CCDEPMODE) $(depcomp) \
+# $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libblender_api2_2x_la_CFLAGS) $(CFLAGS) -c -o libblender_api2_2x_la-Text.obj `if test -f 'Text.c'; then $(CYGPATH_W) 'Text.c'; else $(CYGPATH_W) '$(srcdir)/Text.c'; fi`
+
+libblender_api2_2x_la-Text.lo: Text.c
+ if $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libblender_api2_2x_la_CFLAGS) $(CFLAGS) -MT libblender_api2_2x_la-Text.lo -MD -MP -MF "$(DEPDIR)/libblender_api2_2x_la-Text.Tpo" \
+ -c -o libblender_api2_2x_la-Text.lo `test -f 'Text.c' || echo '$(srcdir)/'`Text.c; \
+ then mv -f "$(DEPDIR)/libblender_api2_2x_la-Text.Tpo" "$(DEPDIR)/libblender_api2_2x_la-Text.Plo"; \
+ else rm -f "$(DEPDIR)/libblender_api2_2x_la-Text.Tpo"; exit 1; \
+ fi
+# source='Text.c' object='libblender_api2_2x_la-Text.lo' libtool=yes \
+# depfile='$(DEPDIR)/libblender_api2_2x_la-Text.Plo' tmpdepfile='$(DEPDIR)/libblender_api2_2x_la-Text.TPlo' \
+# $(CCDEPMODE) $(depcomp) \
+# $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libblender_api2_2x_la_CFLAGS) $(CFLAGS) -c -o libblender_api2_2x_la-Text.lo `test -f 'Text.c' || echo '$(srcdir)/'`Text.c
+
+libblender_api2_2x_la-Texture.o: Texture.c
+ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libblender_api2_2x_la_CFLAGS) $(CFLAGS) -MT libblender_api2_2x_la-Texture.o -MD -MP -MF "$(DEPDIR)/libblender_api2_2x_la-Texture.Tpo" \
+ -c -o libblender_api2_2x_la-Texture.o `test -f 'Texture.c' || echo '$(srcdir)/'`Texture.c; \
+ then mv -f "$(DEPDIR)/libblender_api2_2x_la-Texture.Tpo" "$(DEPDIR)/libblender_api2_2x_la-Texture.Po"; \
+ else rm -f "$(DEPDIR)/libblender_api2_2x_la-Texture.Tpo"; exit 1; \
+ fi
+# source='Texture.c' object='libblender_api2_2x_la-Texture.o' libtool=no \
+# depfile='$(DEPDIR)/libblender_api2_2x_la-Texture.Po' tmpdepfile='$(DEPDIR)/libblender_api2_2x_la-Texture.TPo' \
+# $(CCDEPMODE) $(depcomp) \
+# $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libblender_api2_2x_la_CFLAGS) $(CFLAGS) -c -o libblender_api2_2x_la-Texture.o `test -f 'Texture.c' || echo '$(srcdir)/'`Texture.c
+
+libblender_api2_2x_la-Texture.obj: Texture.c
+ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libblender_api2_2x_la_CFLAGS) $(CFLAGS) -MT libblender_api2_2x_la-Texture.obj -MD -MP -MF "$(DEPDIR)/libblender_api2_2x_la-Texture.Tpo" \
+ -c -o libblender_api2_2x_la-Texture.obj `if test -f 'Texture.c'; then $(CYGPATH_W) 'Texture.c'; else $(CYGPATH_W) '$(srcdir)/Texture.c'; fi`; \
+ then mv -f "$(DEPDIR)/libblender_api2_2x_la-Texture.Tpo" "$(DEPDIR)/libblender_api2_2x_la-Texture.Po"; \
+ else rm -f "$(DEPDIR)/libblender_api2_2x_la-Texture.Tpo"; exit 1; \
+ fi
+# source='Texture.c' object='libblender_api2_2x_la-Texture.obj' libtool=no \
+# depfile='$(DEPDIR)/libblender_api2_2x_la-Texture.Po' tmpdepfile='$(DEPDIR)/libblender_api2_2x_la-Texture.TPo' \
+# $(CCDEPMODE) $(depcomp) \
+# $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libblender_api2_2x_la_CFLAGS) $(CFLAGS) -c -o libblender_api2_2x_la-Texture.obj `if test -f 'Texture.c'; then $(CYGPATH_W) 'Texture.c'; else $(CYGPATH_W) '$(srcdir)/Texture.c'; fi`
+
+libblender_api2_2x_la-Texture.lo: Texture.c
+ if $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libblender_api2_2x_la_CFLAGS) $(CFLAGS) -MT libblender_api2_2x_la-Texture.lo -MD -MP -MF "$(DEPDIR)/libblender_api2_2x_la-Texture.Tpo" \
+ -c -o libblender_api2_2x_la-Texture.lo `test -f 'Texture.c' || echo '$(srcdir)/'`Texture.c; \
+ then mv -f "$(DEPDIR)/libblender_api2_2x_la-Texture.Tpo" "$(DEPDIR)/libblender_api2_2x_la-Texture.Plo"; \
+ else rm -f "$(DEPDIR)/libblender_api2_2x_la-Texture.Tpo"; exit 1; \
+ fi
+# source='Texture.c' object='libblender_api2_2x_la-Texture.lo' libtool=yes \
+# depfile='$(DEPDIR)/libblender_api2_2x_la-Texture.Plo' tmpdepfile='$(DEPDIR)/libblender_api2_2x_la-Texture.TPlo' \
+# $(CCDEPMODE) $(depcomp) \
+# $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libblender_api2_2x_la_CFLAGS) $(CFLAGS) -c -o libblender_api2_2x_la-Texture.lo `test -f 'Texture.c' || echo '$(srcdir)/'`Texture.c
+
+libblender_api2_2x_la-MTex.o: MTex.c
+ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libblender_api2_2x_la_CFLAGS) $(CFLAGS) -MT libblender_api2_2x_la-MTex.o -MD -MP -MF "$(DEPDIR)/libblender_api2_2x_la-MTex.Tpo" \
+ -c -o libblender_api2_2x_la-MTex.o `test -f 'MTex.c' || echo '$(srcdir)/'`MTex.c; \
+ then mv -f "$(DEPDIR)/libblender_api2_2x_la-MTex.Tpo" "$(DEPDIR)/libblender_api2_2x_la-MTex.Po"; \
+ else rm -f "$(DEPDIR)/libblender_api2_2x_la-MTex.Tpo"; exit 1; \
+ fi
+# source='MTex.c' object='libblender_api2_2x_la-MTex.o' libtool=no \
+# depfile='$(DEPDIR)/libblender_api2_2x_la-MTex.Po' tmpdepfile='$(DEPDIR)/libblender_api2_2x_la-MTex.TPo' \
+# $(CCDEPMODE) $(depcomp) \
+# $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libblender_api2_2x_la_CFLAGS) $(CFLAGS) -c -o libblender_api2_2x_la-MTex.o `test -f 'MTex.c' || echo '$(srcdir)/'`MTex.c
+
+libblender_api2_2x_la-MTex.obj: MTex.c
+ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libblender_api2_2x_la_CFLAGS) $(CFLAGS) -MT libblender_api2_2x_la-MTex.obj -MD -MP -MF "$(DEPDIR)/libblender_api2_2x_la-MTex.Tpo" \
+ -c -o libblender_api2_2x_la-MTex.obj `if test -f 'MTex.c'; then $(CYGPATH_W) 'MTex.c'; else $(CYGPATH_W) '$(srcdir)/MTex.c'; fi`; \
+ then mv -f "$(DEPDIR)/libblender_api2_2x_la-MTex.Tpo" "$(DEPDIR)/libblender_api2_2x_la-MTex.Po"; \
+ else rm -f "$(DEPDIR)/libblender_api2_2x_la-MTex.Tpo"; exit 1; \
+ fi
+# source='MTex.c' object='libblender_api2_2x_la-MTex.obj' libtool=no \
+# depfile='$(DEPDIR)/libblender_api2_2x_la-MTex.Po' tmpdepfile='$(DEPDIR)/libblender_api2_2x_la-MTex.TPo' \
+# $(CCDEPMODE) $(depcomp) \
+# $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libblender_api2_2x_la_CFLAGS) $(CFLAGS) -c -o libblender_api2_2x_la-MTex.obj `if test -f 'MTex.c'; then $(CYGPATH_W) 'MTex.c'; else $(CYGPATH_W) '$(srcdir)/MTex.c'; fi`
+
+libblender_api2_2x_la-MTex.lo: MTex.c
+ if $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libblender_api2_2x_la_CFLAGS) $(CFLAGS) -MT libblender_api2_2x_la-MTex.lo -MD -MP -MF "$(DEPDIR)/libblender_api2_2x_la-MTex.Tpo" \
+ -c -o libblender_api2_2x_la-MTex.lo `test -f 'MTex.c' || echo '$(srcdir)/'`MTex.c; \
+ then mv -f "$(DEPDIR)/libblender_api2_2x_la-MTex.Tpo" "$(DEPDIR)/libblender_api2_2x_la-MTex.Plo"; \
+ else rm -f "$(DEPDIR)/libblender_api2_2x_la-MTex.Tpo"; exit 1; \
+ fi
+# source='MTex.c' object='libblender_api2_2x_la-MTex.lo' libtool=yes \
+# depfile='$(DEPDIR)/libblender_api2_2x_la-MTex.Plo' tmpdepfile='$(DEPDIR)/libblender_api2_2x_la-MTex.TPlo' \
+# $(CCDEPMODE) $(depcomp) \
+# $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libblender_api2_2x_la_CFLAGS) $(CFLAGS) -c -o libblender_api2_2x_la-MTex.lo `test -f 'MTex.c' || echo '$(srcdir)/'`MTex.c
+
+libblender_api2_2x_la-vector.o: vector.c
+ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libblender_api2_2x_la_CFLAGS) $(CFLAGS) -MT libblender_api2_2x_la-vector.o -MD -MP -MF "$(DEPDIR)/libblender_api2_2x_la-vector.Tpo" \
+ -c -o libblender_api2_2x_la-vector.o `test -f 'vector.c' || echo '$(srcdir)/'`vector.c; \
+ then mv -f "$(DEPDIR)/libblender_api2_2x_la-vector.Tpo" "$(DEPDIR)/libblender_api2_2x_la-vector.Po"; \
+ else rm -f "$(DEPDIR)/libblender_api2_2x_la-vector.Tpo"; exit 1; \
+ fi
+# source='vector.c' object='libblender_api2_2x_la-vector.o' libtool=no \
+# depfile='$(DEPDIR)/libblender_api2_2x_la-vector.Po' tmpdepfile='$(DEPDIR)/libblender_api2_2x_la-vector.TPo' \
+# $(CCDEPMODE) $(depcomp) \
+# $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libblender_api2_2x_la_CFLAGS) $(CFLAGS) -c -o libblender_api2_2x_la-vector.o `test -f 'vector.c' || echo '$(srcdir)/'`vector.c
+
+libblender_api2_2x_la-vector.obj: vector.c
+ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libblender_api2_2x_la_CFLAGS) $(CFLAGS) -MT libblender_api2_2x_la-vector.obj -MD -MP -MF "$(DEPDIR)/libblender_api2_2x_la-vector.Tpo" \
+ -c -o libblender_api2_2x_la-vector.obj `if test -f 'vector.c'; then $(CYGPATH_W) 'vector.c'; else $(CYGPATH_W) '$(srcdir)/vector.c'; fi`; \
+ then mv -f "$(DEPDIR)/libblender_api2_2x_la-vector.Tpo" "$(DEPDIR)/libblender_api2_2x_la-vector.Po"; \
+ else rm -f "$(DEPDIR)/libblender_api2_2x_la-vector.Tpo"; exit 1; \
+ fi
+# source='vector.c' object='libblender_api2_2x_la-vector.obj' libtool=no \
+# depfile='$(DEPDIR)/libblender_api2_2x_la-vector.Po' tmpdepfile='$(DEPDIR)/libblender_api2_2x_la-vector.TPo' \
+# $(CCDEPMODE) $(depcomp) \
+# $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libblender_api2_2x_la_CFLAGS) $(CFLAGS) -c -o libblender_api2_2x_la-vector.obj `if test -f 'vector.c'; then $(CYGPATH_W) 'vector.c'; else $(CYGPATH_W) '$(srcdir)/vector.c'; fi`
+
+libblender_api2_2x_la-vector.lo: vector.c
+ if $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libblender_api2_2x_la_CFLAGS) $(CFLAGS) -MT libblender_api2_2x_la-vector.lo -MD -MP -MF "$(DEPDIR)/libblender_api2_2x_la-vector.Tpo" \
+ -c -o libblender_api2_2x_la-vector.lo `test -f 'vector.c' || echo '$(srcdir)/'`vector.c; \
+ then mv -f "$(DEPDIR)/libblender_api2_2x_la-vector.Tpo" "$(DEPDIR)/libblender_api2_2x_la-vector.Plo"; \
+ else rm -f "$(DEPDIR)/libblender_api2_2x_la-vector.Tpo"; exit 1; \
+ fi
+# source='vector.c' object='libblender_api2_2x_la-vector.lo' libtool=yes \
+# depfile='$(DEPDIR)/libblender_api2_2x_la-vector.Plo' tmpdepfile='$(DEPDIR)/libblender_api2_2x_la-vector.TPlo' \
+# $(CCDEPMODE) $(depcomp) \
+# $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libblender_api2_2x_la_CFLAGS) $(CFLAGS) -c -o libblender_api2_2x_la-vector.lo `test -f 'vector.c' || echo '$(srcdir)/'`vector.c
+
+libblender_api2_2x_la-constant.o: constant.c
+ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libblender_api2_2x_la_CFLAGS) $(CFLAGS) -MT libblender_api2_2x_la-constant.o -MD -MP -MF "$(DEPDIR)/libblender_api2_2x_la-constant.Tpo" \
+ -c -o libblender_api2_2x_la-constant.o `test -f 'constant.c' || echo '$(srcdir)/'`constant.c; \
+ then mv -f "$(DEPDIR)/libblender_api2_2x_la-constant.Tpo" "$(DEPDIR)/libblender_api2_2x_la-constant.Po"; \
+ else rm -f "$(DEPDIR)/libblender_api2_2x_la-constant.Tpo"; exit 1; \
+ fi
+# source='constant.c' object='libblender_api2_2x_la-constant.o' libtool=no \
+# depfile='$(DEPDIR)/libblender_api2_2x_la-constant.Po' tmpdepfile='$(DEPDIR)/libblender_api2_2x_la-constant.TPo' \
+# $(CCDEPMODE) $(depcomp) \
+# $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libblender_api2_2x_la_CFLAGS) $(CFLAGS) -c -o libblender_api2_2x_la-constant.o `test -f 'constant.c' || echo '$(srcdir)/'`constant.c
+
+libblender_api2_2x_la-constant.obj: constant.c
+ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libblender_api2_2x_la_CFLAGS) $(CFLAGS) -MT libblender_api2_2x_la-constant.obj -MD -MP -MF "$(DEPDIR)/libblender_api2_2x_la-constant.Tpo" \
+ -c -o libblender_api2_2x_la-constant.obj `if test -f 'constant.c'; then $(CYGPATH_W) 'constant.c'; else $(CYGPATH_W) '$(srcdir)/constant.c'; fi`; \
+ then mv -f "$(DEPDIR)/libblender_api2_2x_la-constant.Tpo" "$(DEPDIR)/libblender_api2_2x_la-constant.Po"; \
+ else rm -f "$(DEPDIR)/libblender_api2_2x_la-constant.Tpo"; exit 1; \
+ fi
+# source='constant.c' object='libblender_api2_2x_la-constant.obj' libtool=no \
+# depfile='$(DEPDIR)/libblender_api2_2x_la-constant.Po' tmpdepfile='$(DEPDIR)/libblender_api2_2x_la-constant.TPo' \
+# $(CCDEPMODE) $(depcomp) \
+# $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libblender_api2_2x_la_CFLAGS) $(CFLAGS) -c -o libblender_api2_2x_la-constant.obj `if test -f 'constant.c'; then $(CYGPATH_W) 'constant.c'; else $(CYGPATH_W) '$(srcdir)/constant.c'; fi`
+
+libblender_api2_2x_la-constant.lo: constant.c
+ if $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libblender_api2_2x_la_CFLAGS) $(CFLAGS) -MT libblender_api2_2x_la-constant.lo -MD -MP -MF "$(DEPDIR)/libblender_api2_2x_la-constant.Tpo" \
+ -c -o libblender_api2_2x_la-constant.lo `test -f 'constant.c' || echo '$(srcdir)/'`constant.c; \
+ then mv -f "$(DEPDIR)/libblender_api2_2x_la-constant.Tpo" "$(DEPDIR)/libblender_api2_2x_la-constant.Plo"; \
+ else rm -f "$(DEPDIR)/libblender_api2_2x_la-constant.Tpo"; exit 1; \
+ fi
+# source='constant.c' object='libblender_api2_2x_la-constant.lo' libtool=yes \
+# depfile='$(DEPDIR)/libblender_api2_2x_la-constant.Plo' tmpdepfile='$(DEPDIR)/libblender_api2_2x_la-constant.TPlo' \
+# $(CCDEPMODE) $(depcomp) \
+# $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libblender_api2_2x_la_CFLAGS) $(CFLAGS) -c -o libblender_api2_2x_la-constant.lo `test -f 'constant.c' || echo '$(srcdir)/'`constant.c
+
+libblender_api2_2x_la-matrix.o: matrix.c
+ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libblender_api2_2x_la_CFLAGS) $(CFLAGS) -MT libblender_api2_2x_la-matrix.o -MD -MP -MF "$(DEPDIR)/libblender_api2_2x_la-matrix.Tpo" \
+ -c -o libblender_api2_2x_la-matrix.o `test -f 'matrix.c' || echo '$(srcdir)/'`matrix.c; \
+ then mv -f "$(DEPDIR)/libblender_api2_2x_la-matrix.Tpo" "$(DEPDIR)/libblender_api2_2x_la-matrix.Po"; \
+ else rm -f "$(DEPDIR)/libblender_api2_2x_la-matrix.Tpo"; exit 1; \
+ fi
+# source='matrix.c' object='libblender_api2_2x_la-matrix.o' libtool=no \
+# depfile='$(DEPDIR)/libblender_api2_2x_la-matrix.Po' tmpdepfile='$(DEPDIR)/libblender_api2_2x_la-matrix.TPo' \
+# $(CCDEPMODE) $(depcomp) \
+# $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libblender_api2_2x_la_CFLAGS) $(CFLAGS) -c -o libblender_api2_2x_la-matrix.o `test -f 'matrix.c' || echo '$(srcdir)/'`matrix.c
+
+libblender_api2_2x_la-matrix.obj: matrix.c
+ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libblender_api2_2x_la_CFLAGS) $(CFLAGS) -MT libblender_api2_2x_la-matrix.obj -MD -MP -MF "$(DEPDIR)/libblender_api2_2x_la-matrix.Tpo" \
+ -c -o libblender_api2_2x_la-matrix.obj `if test -f 'matrix.c'; then $(CYGPATH_W) 'matrix.c'; else $(CYGPATH_W) '$(srcdir)/matrix.c'; fi`; \
+ then mv -f "$(DEPDIR)/libblender_api2_2x_la-matrix.Tpo" "$(DEPDIR)/libblender_api2_2x_la-matrix.Po"; \
+ else rm -f "$(DEPDIR)/libblender_api2_2x_la-matrix.Tpo"; exit 1; \
+ fi
+# source='matrix.c' object='libblender_api2_2x_la-matrix.obj' libtool=no \
+# depfile='$(DEPDIR)/libblender_api2_2x_la-matrix.Po' tmpdepfile='$(DEPDIR)/libblender_api2_2x_la-matrix.TPo' \
+# $(CCDEPMODE) $(depcomp) \
+# $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libblender_api2_2x_la_CFLAGS) $(CFLAGS) -c -o libblender_api2_2x_la-matrix.obj `if test -f 'matrix.c'; then $(CYGPATH_W) 'matrix.c'; else $(CYGPATH_W) '$(srcdir)/matrix.c'; fi`
+
+libblender_api2_2x_la-matrix.lo: matrix.c
+ if $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libblender_api2_2x_la_CFLAGS) $(CFLAGS) -MT libblender_api2_2x_la-matrix.lo -MD -MP -MF "$(DEPDIR)/libblender_api2_2x_la-matrix.Tpo" \
+ -c -o libblender_api2_2x_la-matrix.lo `test -f 'matrix.c' || echo '$(srcdir)/'`matrix.c; \
+ then mv -f "$(DEPDIR)/libblender_api2_2x_la-matrix.Tpo" "$(DEPDIR)/libblender_api2_2x_la-matrix.Plo"; \
+ else rm -f "$(DEPDIR)/libblender_api2_2x_la-matrix.Tpo"; exit 1; \
+ fi
+# source='matrix.c' object='libblender_api2_2x_la-matrix.lo' libtool=yes \
+# depfile='$(DEPDIR)/libblender_api2_2x_la-matrix.Plo' tmpdepfile='$(DEPDIR)/libblender_api2_2x_la-matrix.TPlo' \
+# $(CCDEPMODE) $(depcomp) \
+# $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libblender_api2_2x_la_CFLAGS) $(CFLAGS) -c -o libblender_api2_2x_la-matrix.lo `test -f 'matrix.c' || echo '$(srcdir)/'`matrix.c
+
+libblender_api2_2x_la-rgbTuple.o: rgbTuple.c
+ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libblender_api2_2x_la_CFLAGS) $(CFLAGS) -MT libblender_api2_2x_la-rgbTuple.o -MD -MP -MF "$(DEPDIR)/libblender_api2_2x_la-rgbTuple.Tpo" \
+ -c -o libblender_api2_2x_la-rgbTuple.o `test -f 'rgbTuple.c' || echo '$(srcdir)/'`rgbTuple.c; \
+ then mv -f "$(DEPDIR)/libblender_api2_2x_la-rgbTuple.Tpo" "$(DEPDIR)/libblender_api2_2x_la-rgbTuple.Po"; \
+ else rm -f "$(DEPDIR)/libblender_api2_2x_la-rgbTuple.Tpo"; exit 1; \
+ fi
+# source='rgbTuple.c' object='libblender_api2_2x_la-rgbTuple.o' libtool=no \
+# depfile='$(DEPDIR)/libblender_api2_2x_la-rgbTuple.Po' tmpdepfile='$(DEPDIR)/libblender_api2_2x_la-rgbTuple.TPo' \
+# $(CCDEPMODE) $(depcomp) \
+# $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libblender_api2_2x_la_CFLAGS) $(CFLAGS) -c -o libblender_api2_2x_la-rgbTuple.o `test -f 'rgbTuple.c' || echo '$(srcdir)/'`rgbTuple.c
+
+libblender_api2_2x_la-rgbTuple.obj: rgbTuple.c
+ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libblender_api2_2x_la_CFLAGS) $(CFLAGS) -MT libblender_api2_2x_la-rgbTuple.obj -MD -MP -MF "$(DEPDIR)/libblender_api2_2x_la-rgbTuple.Tpo" \
+ -c -o libblender_api2_2x_la-rgbTuple.obj `if test -f 'rgbTuple.c'; then $(CYGPATH_W) 'rgbTuple.c'; else $(CYGPATH_W) '$(srcdir)/rgbTuple.c'; fi`; \
+ then mv -f "$(DEPDIR)/libblender_api2_2x_la-rgbTuple.Tpo" "$(DEPDIR)/libblender_api2_2x_la-rgbTuple.Po"; \
+ else rm -f "$(DEPDIR)/libblender_api2_2x_la-rgbTuple.Tpo"; exit 1; \
+ fi
+# source='rgbTuple.c' object='libblender_api2_2x_la-rgbTuple.obj' libtool=no \
+# depfile='$(DEPDIR)/libblender_api2_2x_la-rgbTuple.Po' tmpdepfile='$(DEPDIR)/libblender_api2_2x_la-rgbTuple.TPo' \
+# $(CCDEPMODE) $(depcomp) \
+# $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libblender_api2_2x_la_CFLAGS) $(CFLAGS) -c -o libblender_api2_2x_la-rgbTuple.obj `if test -f 'rgbTuple.c'; then $(CYGPATH_W) 'rgbTuple.c'; else $(CYGPATH_W) '$(srcdir)/rgbTuple.c'; fi`
+
+libblender_api2_2x_la-rgbTuple.lo: rgbTuple.c
+ if $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libblender_api2_2x_la_CFLAGS) $(CFLAGS) -MT libblender_api2_2x_la-rgbTuple.lo -MD -MP -MF "$(DEPDIR)/libblender_api2_2x_la-rgbTuple.Tpo" \
+ -c -o libblender_api2_2x_la-rgbTuple.lo `test -f 'rgbTuple.c' || echo '$(srcdir)/'`rgbTuple.c; \
+ then mv -f "$(DEPDIR)/libblender_api2_2x_la-rgbTuple.Tpo" "$(DEPDIR)/libblender_api2_2x_la-rgbTuple.Plo"; \
+ else rm -f "$(DEPDIR)/libblender_api2_2x_la-rgbTuple.Tpo"; exit 1; \
+ fi
+# source='rgbTuple.c' object='libblender_api2_2x_la-rgbTuple.lo' libtool=yes \
+# depfile='$(DEPDIR)/libblender_api2_2x_la-rgbTuple.Plo' tmpdepfile='$(DEPDIR)/libblender_api2_2x_la-rgbTuple.TPlo' \
+# $(CCDEPMODE) $(depcomp) \
+# $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libblender_api2_2x_la_CFLAGS) $(CFLAGS) -c -o libblender_api2_2x_la-rgbTuple.lo `test -f 'rgbTuple.c' || echo '$(srcdir)/'`rgbTuple.c
+
+libblender_api2_2x_la-gen_utils.o: gen_utils.c
+ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libblender_api2_2x_la_CFLAGS) $(CFLAGS) -MT libblender_api2_2x_la-gen_utils.o -MD -MP -MF "$(DEPDIR)/libblender_api2_2x_la-gen_utils.Tpo" \
+ -c -o libblender_api2_2x_la-gen_utils.o `test -f 'gen_utils.c' || echo '$(srcdir)/'`gen_utils.c; \
+ then mv -f "$(DEPDIR)/libblender_api2_2x_la-gen_utils.Tpo" "$(DEPDIR)/libblender_api2_2x_la-gen_utils.Po"; \
+ else rm -f "$(DEPDIR)/libblender_api2_2x_la-gen_utils.Tpo"; exit 1; \
+ fi
+# source='gen_utils.c' object='libblender_api2_2x_la-gen_utils.o' libtool=no \
+# depfile='$(DEPDIR)/libblender_api2_2x_la-gen_utils.Po' tmpdepfile='$(DEPDIR)/libblender_api2_2x_la-gen_utils.TPo' \
+# $(CCDEPMODE) $(depcomp) \
+# $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libblender_api2_2x_la_CFLAGS) $(CFLAGS) -c -o libblender_api2_2x_la-gen_utils.o `test -f 'gen_utils.c' || echo '$(srcdir)/'`gen_utils.c
+
+libblender_api2_2x_la-gen_utils.obj: gen_utils.c
+ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libblender_api2_2x_la_CFLAGS) $(CFLAGS) -MT libblender_api2_2x_la-gen_utils.obj -MD -MP -MF "$(DEPDIR)/libblender_api2_2x_la-gen_utils.Tpo" \
+ -c -o libblender_api2_2x_la-gen_utils.obj `if test -f 'gen_utils.c'; then $(CYGPATH_W) 'gen_utils.c'; else $(CYGPATH_W) '$(srcdir)/gen_utils.c'; fi`; \
+ then mv -f "$(DEPDIR)/libblender_api2_2x_la-gen_utils.Tpo" "$(DEPDIR)/libblender_api2_2x_la-gen_utils.Po"; \
+ else rm -f "$(DEPDIR)/libblender_api2_2x_la-gen_utils.Tpo"; exit 1; \
+ fi
+# source='gen_utils.c' object='libblender_api2_2x_la-gen_utils.obj' libtool=no \
+# depfile='$(DEPDIR)/libblender_api2_2x_la-gen_utils.Po' tmpdepfile='$(DEPDIR)/libblender_api2_2x_la-gen_utils.TPo' \
+# $(CCDEPMODE) $(depcomp) \
+# $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libblender_api2_2x_la_CFLAGS) $(CFLAGS) -c -o libblender_api2_2x_la-gen_utils.obj `if test -f 'gen_utils.c'; then $(CYGPATH_W) 'gen_utils.c'; else $(CYGPATH_W) '$(srcdir)/gen_utils.c'; fi`
+
+libblender_api2_2x_la-gen_utils.lo: gen_utils.c
+ if $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libblender_api2_2x_la_CFLAGS) $(CFLAGS) -MT libblender_api2_2x_la-gen_utils.lo -MD -MP -MF "$(DEPDIR)/libblender_api2_2x_la-gen_utils.Tpo" \
+ -c -o libblender_api2_2x_la-gen_utils.lo `test -f 'gen_utils.c' || echo '$(srcdir)/'`gen_utils.c; \
+ then mv -f "$(DEPDIR)/libblender_api2_2x_la-gen_utils.Tpo" "$(DEPDIR)/libblender_api2_2x_la-gen_utils.Plo"; \
+ else rm -f "$(DEPDIR)/libblender_api2_2x_la-gen_utils.Tpo"; exit 1; \
+ fi
+# source='gen_utils.c' object='libblender_api2_2x_la-gen_utils.lo' libtool=yes \
+# depfile='$(DEPDIR)/libblender_api2_2x_la-gen_utils.Plo' tmpdepfile='$(DEPDIR)/libblender_api2_2x_la-gen_utils.TPlo' \
+# $(CCDEPMODE) $(depcomp) \
+# $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libblender_api2_2x_la_CFLAGS) $(CFLAGS) -c -o libblender_api2_2x_la-gen_utils.lo `test -f 'gen_utils.c' || echo '$(srcdir)/'`gen_utils.c
+
+libblender_api2_2x_la-EXPP_interface.o: EXPP_interface.c
+ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libblender_api2_2x_la_CFLAGS) $(CFLAGS) -MT libblender_api2_2x_la-EXPP_interface.o -MD -MP -MF "$(DEPDIR)/libblender_api2_2x_la-EXPP_interface.Tpo" \
+ -c -o libblender_api2_2x_la-EXPP_interface.o `test -f 'EXPP_interface.c' || echo '$(srcdir)/'`EXPP_interface.c; \
+ then mv -f "$(DEPDIR)/libblender_api2_2x_la-EXPP_interface.Tpo" "$(DEPDIR)/libblender_api2_2x_la-EXPP_interface.Po"; \
+ else rm -f "$(DEPDIR)/libblender_api2_2x_la-EXPP_interface.Tpo"; exit 1; \
+ fi
+# source='EXPP_interface.c' object='libblender_api2_2x_la-EXPP_interface.o' libtool=no \
+# depfile='$(DEPDIR)/libblender_api2_2x_la-EXPP_interface.Po' tmpdepfile='$(DEPDIR)/libblender_api2_2x_la-EXPP_interface.TPo' \
+# $(CCDEPMODE) $(depcomp) \
+# $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libblender_api2_2x_la_CFLAGS) $(CFLAGS) -c -o libblender_api2_2x_la-EXPP_interface.o `test -f 'EXPP_interface.c' || echo '$(srcdir)/'`EXPP_interface.c
+
+libblender_api2_2x_la-EXPP_interface.obj: EXPP_interface.c
+ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libblender_api2_2x_la_CFLAGS) $(CFLAGS) -MT libblender_api2_2x_la-EXPP_interface.obj -MD -MP -MF "$(DEPDIR)/libblender_api2_2x_la-EXPP_interface.Tpo" \
+ -c -o libblender_api2_2x_la-EXPP_interface.obj `if test -f 'EXPP_interface.c'; then $(CYGPATH_W) 'EXPP_interface.c'; else $(CYGPATH_W) '$(srcdir)/EXPP_interface.c'; fi`; \
+ then mv -f "$(DEPDIR)/libblender_api2_2x_la-EXPP_interface.Tpo" "$(DEPDIR)/libblender_api2_2x_la-EXPP_interface.Po"; \
+ else rm -f "$(DEPDIR)/libblender_api2_2x_la-EXPP_interface.Tpo"; exit 1; \
+ fi
+# source='EXPP_interface.c' object='libblender_api2_2x_la-EXPP_interface.obj' libtool=no \
+# depfile='$(DEPDIR)/libblender_api2_2x_la-EXPP_interface.Po' tmpdepfile='$(DEPDIR)/libblender_api2_2x_la-EXPP_interface.TPo' \
+# $(CCDEPMODE) $(depcomp) \
+# $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libblender_api2_2x_la_CFLAGS) $(CFLAGS) -c -o libblender_api2_2x_la-EXPP_interface.obj `if test -f 'EXPP_interface.c'; then $(CYGPATH_W) 'EXPP_interface.c'; else $(CYGPATH_W) '$(srcdir)/EXPP_interface.c'; fi`
+
+libblender_api2_2x_la-EXPP_interface.lo: EXPP_interface.c
+ if $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libblender_api2_2x_la_CFLAGS) $(CFLAGS) -MT libblender_api2_2x_la-EXPP_interface.lo -MD -MP -MF "$(DEPDIR)/libblender_api2_2x_la-EXPP_interface.Tpo" \
+ -c -o libblender_api2_2x_la-EXPP_interface.lo `test -f 'EXPP_interface.c' || echo '$(srcdir)/'`EXPP_interface.c; \
+ then mv -f "$(DEPDIR)/libblender_api2_2x_la-EXPP_interface.Tpo" "$(DEPDIR)/libblender_api2_2x_la-EXPP_interface.Plo"; \
+ else rm -f "$(DEPDIR)/libblender_api2_2x_la-EXPP_interface.Tpo"; exit 1; \
+ fi
+# source='EXPP_interface.c' object='libblender_api2_2x_la-EXPP_interface.lo' libtool=yes \
+# depfile='$(DEPDIR)/libblender_api2_2x_la-EXPP_interface.Plo' tmpdepfile='$(DEPDIR)/libblender_api2_2x_la-EXPP_interface.TPlo' \
+# $(CCDEPMODE) $(depcomp) \
+# $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libblender_api2_2x_la_CFLAGS) $(CFLAGS) -c -o libblender_api2_2x_la-EXPP_interface.lo `test -f 'EXPP_interface.c' || echo '$(srcdir)/'`EXPP_interface.c
+
+mostlyclean-libtool:
+ -rm -f *.lo
+
+clean-libtool:
+ -rm -rf .libs _libs
+
+distclean-libtool:
+ -rm -f libtool
+uninstall-info-am:
+
+ETAGS = etags
+ETAGSFLAGS =
+
+CTAGS = ctags
+CTAGSFLAGS =
+
+tags: TAGS
+
+ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
+ list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
+ unique=`for i in $$list; do \
+ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
+ done | \
+ $(AWK) ' { files[$$0] = 1; } \
+ END { for (i in files) print i; }'`; \
+ mkid -fID $$unique
+
+TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
+ $(TAGS_FILES) $(LISP)
+ tags=; \
+ here=`pwd`; \
+ list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
+ unique=`for i in $$list; do \
+ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
+ done | \
+ $(AWK) ' { files[$$0] = 1; } \
+ END { for (i in files) print i; }'`; \
+ test -z "$(ETAGS_ARGS)$$tags$$unique" \
+ || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
+ $$tags $$unique
+
+ctags: CTAGS
+CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
+ $(TAGS_FILES) $(LISP)
+ tags=; \
+ here=`pwd`; \
+ list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
+ unique=`for i in $$list; do \
+ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
+ done | \
+ $(AWK) ' { files[$$0] = 1; } \
+ END { for (i in files) print i; }'`; \
+ test -z "$(CTAGS_ARGS)$$tags$$unique" \
+ || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
+ $$tags $$unique
+
+GTAGS:
+ here=`$(am__cd) $(top_builddir) && pwd` \
+ && cd $(top_srcdir) \
+ && gtags -i $(GTAGS_ARGS) $$here
+
+distclean-tags:
+ -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
+DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+
+top_distdir = ../../../..
+distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
+
+distdir: $(DISTFILES)
+ @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
+ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
+ list='$(DISTFILES)'; for file in $$list; do \
+ case $$file in \
+ $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
+ $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
+ esac; \
+ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
+ dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
+ if test "$$dir" != "$$file" && test "$$dir" != "."; then \
+ dir="/$$dir"; \
+ $(mkinstalldirs) "$(distdir)$$dir"; \
+ else \
+ dir=''; \
+ fi; \
+ if test -d $$d/$$file; then \
+ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
+ cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
+ fi; \
+ cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
+ else \
+ test -f $(distdir)/$$file \
+ || cp -p $$d/$$file $(distdir)/$$file \
+ || exit 1; \
+ fi; \
+ done
+check-am: all-am
+check: check-am
+all-am: Makefile $(LTLIBRARIES)
+
+installdirs:
+install: install-am
+install-exec: install-exec-am
+install-data: install-data-am
+uninstall: uninstall-am
+
+install-am: all-am
+ @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
+
+installcheck: installcheck-am
+install-strip:
+ $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+ INSTALL_STRIP_FLAG=-s \
+ `test -z '$(STRIP)' || \
+ echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
+mostlyclean-generic:
+
+clean-generic:
+
+distclean-generic:
+ -rm -f Makefile $(CONFIG_CLEAN_FILES)
+
+maintainer-clean-generic:
+ @echo "This command is intended for maintainers to use"
+ @echo "it deletes files that may require special tools to rebuild."
+clean: clean-am
+
+clean-am: clean-generic clean-libtool clean-noinstLTLIBRARIES \
+ mostlyclean-am
+
+distclean: distclean-am
+
+distclean-am: clean-am distclean-compile distclean-depend \
+ distclean-generic distclean-libtool distclean-tags
+
+dvi: dvi-am
+
+dvi-am:
+
+info: info-am
+
+info-am:
+
+install-data-am:
+
+install-exec-am:
+
+install-info: install-info-am
+
+install-man:
+
+installcheck-am:
+
+maintainer-clean: maintainer-clean-am
+
+maintainer-clean-am: distclean-am maintainer-clean-generic
+
+mostlyclean: mostlyclean-am
+
+mostlyclean-am: mostlyclean-compile mostlyclean-generic \
+ mostlyclean-libtool
+
+pdf: pdf-am
+
+pdf-am:
+
+ps: ps-am
+
+ps-am:
+
+uninstall-am: uninstall-info-am
+
+.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
+ clean-libtool clean-noinstLTLIBRARIES ctags distclean \
+ distclean-compile distclean-depend distclean-generic \
+ distclean-libtool distclean-tags distdir dvi dvi-am info \
+ info-am install install-am install-data install-data-am \
+ install-exec install-exec-am install-info install-info-am \
+ install-man install-strip installcheck installcheck-am \
+ installdirs maintainer-clean maintainer-clean-generic \
+ mostlyclean mostlyclean-compile mostlyclean-generic \
+ mostlyclean-libtool pdf pdf-am ps ps-am tags uninstall \
+ uninstall-am uninstall-info-am
+
+# Tell versions [3.59,3.63) of GNU make to not export all variables.
+# Otherwise a system limit (for SysV at least) may be exceeded.
+.NOEXPORT: