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.
This commit is contained in:
523
intern/Makefile
523
intern/Makefile
@@ -1,50 +1,489 @@
|
||||
#
|
||||
# $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.
|
||||
# intern/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. Also installs after succesful all target.
|
||||
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
|
||||
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
|
||||
# PARTICULAR PURPOSE.
|
||||
|
||||
SOURCEDIR = intern
|
||||
|
||||
# include nan_subdirs.mk
|
||||
|
||||
ALLDIRS = string ghost guardedalloc bmfont moto container memutil
|
||||
ALLDIRS += decimation iksolver bsp SoundSystem
|
||||
srcdir = .
|
||||
top_srcdir = ..
|
||||
|
||||
all::
|
||||
@for i in $(ALLDIRS); do \
|
||||
echo "====> $(MAKE) $@ in $(SOURCEDIR)/$$i" ;\
|
||||
$(MAKE) -C $$i install || exit 1; \
|
||||
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 = SoundSystem string ghost guardedalloc bmfont moto container \
|
||||
memutil decimation bsp iksolver
|
||||
|
||||
subdir = intern
|
||||
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
|
||||
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
|
||||
CONFIG_HEADER = $(top_builddir)/config.h
|
||||
CONFIG_CLEAN_FILES =
|
||||
DIST_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)
|
||||
all: all-recursive
|
||||
|
||||
.SUFFIXES:
|
||||
$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.ac $(ACLOCAL_M4)
|
||||
cd $(top_srcdir) && \
|
||||
$(AUTOMAKE) --gnu intern/Makefile
|
||||
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
|
||||
cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
|
||||
|
||||
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
|
||||
clean test debug::
|
||||
@for i in $(ALLDIRS); do \
|
||||
echo "====> $(MAKE) $@ in $(SOURCEDIR)/$$i" ;\
|
||||
$(MAKE) -C $$i $@ || exit 1; \
|
||||
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
|
||||
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 mostlyclean-am
|
||||
|
||||
distclean: distclean-recursive
|
||||
|
||||
distclean-am: clean-am 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-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-recursive ctags \
|
||||
ctags-recursive distclean 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-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:
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@@ -1,56 +1,886 @@
|
||||
#
|
||||
# $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.
|
||||
# intern/bmfont/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): Hans Lambermont
|
||||
#
|
||||
# ***** END GPL/BL DUAL LICENSE BLOCK *****
|
||||
# bmfont main makefile.
|
||||
#
|
||||
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
|
||||
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
|
||||
# PARTICULAR PURPOSE.
|
||||
|
||||
include nan_definitions.mk
|
||||
|
||||
LIBNAME = bmfont
|
||||
SOURCEDIR = intern/$(LIBNAME)
|
||||
DIR = $(OCGDIR)/$(SOURCEDIR)
|
||||
DIRS = intern
|
||||
#not ready yet TESTDIRS = test
|
||||
|
||||
include nan_subdirs.mk
|
||||
srcdir = .
|
||||
top_srcdir = ../..
|
||||
|
||||
install: all debug
|
||||
@[ -d $(NAN_BMFONT) ] || mkdir $(NAN_BMFONT)
|
||||
@[ -d $(NAN_BMFONT)/include ] || mkdir $(NAN_BMFONT)/include
|
||||
@[ -d $(NAN_BMFONT)/lib ] || mkdir $(NAN_BMFONT)/lib
|
||||
@[ -d $(NAN_BMFONT)/lib/debug ] || mkdir $(NAN_BMFONT)/lib/debug
|
||||
@../tools/cpifdiff.sh $(DIR)/libbmfont.a $(NAN_BMFONT)/lib/
|
||||
@../tools/cpifdiff.sh $(DIR)/debug/libbmfont.a $(NAN_BMFONT)/lib/debug/
|
||||
ifeq ($(OS),darwin)
|
||||
ranlib $(NAN_BMFONT)/lib/libbmfont.a
|
||||
ranlib $(NAN_BMFONT)/lib/debug/libbmfont.a
|
||||
endif
|
||||
@../tools/cpifdiff.sh *.h $(NAN_BMFONT)/include/
|
||||
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_BMF.la
|
||||
|
||||
libblender_BMF_la_SOURCES = \
|
||||
BMF_Api.h \
|
||||
BMF_Fonts.h \
|
||||
BMF_Settings.h \
|
||||
intern/BMF_Api.cpp \
|
||||
intern/BMF_BitmapFont.cpp \
|
||||
intern/BMF_BitmapFont.h \
|
||||
intern/BMF_FontData.h \
|
||||
intern/BMF_font_helv10.cpp \
|
||||
intern/BMF_font_helv12.cpp \
|
||||
intern/BMF_font_helvb10.cpp \
|
||||
intern/BMF_font_helvb12.cpp \
|
||||
intern/BMF_font_helvb14.cpp \
|
||||
intern/BMF_font_helvb8.cpp \
|
||||
intern/BMF_font_scr12.cpp \
|
||||
intern/BMF_font_scr14.cpp \
|
||||
intern/BMF_font_scr15.cpp
|
||||
|
||||
|
||||
EXTRA_DIST = \
|
||||
make/msvc_6_0/bmfont.dsp \
|
||||
make/msvc_6_0/bmfont.dsw
|
||||
|
||||
subdir = intern/bmfont
|
||||
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
|
||||
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
|
||||
CONFIG_HEADER = $(top_builddir)/config.h
|
||||
CONFIG_CLEAN_FILES =
|
||||
LTLIBRARIES = $(noinst_LTLIBRARIES)
|
||||
|
||||
libblender_BMF_la_LDFLAGS =
|
||||
libblender_BMF_la_LIBADD =
|
||||
am_libblender_BMF_la_OBJECTS = BMF_Api.lo BMF_BitmapFont.lo \
|
||||
BMF_font_helv10.lo BMF_font_helv12.lo BMF_font_helvb10.lo \
|
||||
BMF_font_helvb12.lo BMF_font_helvb14.lo BMF_font_helvb8.lo \
|
||||
BMF_font_scr12.lo BMF_font_scr14.lo BMF_font_scr15.lo
|
||||
libblender_BMF_la_OBJECTS = $(am_libblender_BMF_la_OBJECTS)
|
||||
|
||||
DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
|
||||
depcomp = $(SHELL) $(top_srcdir)/depcomp
|
||||
am__depfiles_maybe = depfiles
|
||||
DEP_FILES = ./$(DEPDIR)/BMF_Api.Plo \
|
||||
./$(DEPDIR)/BMF_BitmapFont.Plo \
|
||||
./$(DEPDIR)/BMF_font_helv10.Plo \
|
||||
./$(DEPDIR)/BMF_font_helv12.Plo \
|
||||
./$(DEPDIR)/BMF_font_helvb10.Plo \
|
||||
./$(DEPDIR)/BMF_font_helvb12.Plo \
|
||||
./$(DEPDIR)/BMF_font_helvb14.Plo \
|
||||
./$(DEPDIR)/BMF_font_helvb8.Plo \
|
||||
./$(DEPDIR)/BMF_font_scr12.Plo \
|
||||
./$(DEPDIR)/BMF_font_scr14.Plo \
|
||||
./$(DEPDIR)/BMF_font_scr15.Plo
|
||||
CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
|
||||
$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
|
||||
LTCXXCOMPILE = $(LIBTOOL) --mode=compile $(CXX) $(DEFS) \
|
||||
$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
|
||||
$(AM_CXXFLAGS) $(CXXFLAGS)
|
||||
CXXLD = $(CXX)
|
||||
CXXLINK = $(LIBTOOL) --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) \
|
||||
$(AM_LDFLAGS) $(LDFLAGS) -o $@
|
||||
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_BMF_la_SOURCES)
|
||||
DIST_COMMON = Makefile.am Makefile.in
|
||||
SOURCES = $(libblender_BMF_la_SOURCES)
|
||||
|
||||
all: all-am
|
||||
|
||||
.SUFFIXES:
|
||||
.SUFFIXES: .cpp .lo .o .obj
|
||||
$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.ac $(ACLOCAL_M4)
|
||||
cd $(top_srcdir) && \
|
||||
$(AUTOMAKE) --gnu intern/bmfont/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_BMF.la: $(libblender_BMF_la_OBJECTS) $(libblender_BMF_la_DEPENDENCIES)
|
||||
$(CXXLINK) $(libblender_BMF_la_LDFLAGS) $(libblender_BMF_la_OBJECTS) $(libblender_BMF_la_LIBADD) $(LIBS)
|
||||
|
||||
mostlyclean-compile:
|
||||
-rm -f *.$(OBJEXT) core *.core
|
||||
|
||||
distclean-compile:
|
||||
-rm -f *.tab.c
|
||||
|
||||
include ./$(DEPDIR)/BMF_Api.Plo
|
||||
include ./$(DEPDIR)/BMF_BitmapFont.Plo
|
||||
include ./$(DEPDIR)/BMF_font_helv10.Plo
|
||||
include ./$(DEPDIR)/BMF_font_helv12.Plo
|
||||
include ./$(DEPDIR)/BMF_font_helvb10.Plo
|
||||
include ./$(DEPDIR)/BMF_font_helvb12.Plo
|
||||
include ./$(DEPDIR)/BMF_font_helvb14.Plo
|
||||
include ./$(DEPDIR)/BMF_font_helvb8.Plo
|
||||
include ./$(DEPDIR)/BMF_font_scr12.Plo
|
||||
include ./$(DEPDIR)/BMF_font_scr14.Plo
|
||||
include ./$(DEPDIR)/BMF_font_scr15.Plo
|
||||
|
||||
distclean-depend:
|
||||
-rm -rf ./$(DEPDIR)
|
||||
|
||||
.cpp.o:
|
||||
if $(CXXCOMPILE) -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' \
|
||||
# $(CXXDEPMODE) $(depcomp) \
|
||||
# $(CXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
|
||||
|
||||
.cpp.obj:
|
||||
if $(CXXCOMPILE) -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' \
|
||||
# $(CXXDEPMODE) $(depcomp) \
|
||||
# $(CXXCOMPILE) -c -o $@ `if test -f '$<'; then $(CYGPATH_W) '$<'; else $(CYGPATH_W) '$(srcdir)/$<'; fi`
|
||||
|
||||
.cpp.lo:
|
||||
if $(LTCXXCOMPILE) -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' \
|
||||
# $(CXXDEPMODE) $(depcomp) \
|
||||
# $(LTCXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
|
||||
|
||||
BMF_Api.o: intern/BMF_Api.cpp
|
||||
if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT BMF_Api.o -MD -MP -MF "$(DEPDIR)/BMF_Api.Tpo" \
|
||||
-c -o BMF_Api.o `test -f 'intern/BMF_Api.cpp' || echo '$(srcdir)/'`intern/BMF_Api.cpp; \
|
||||
then mv -f "$(DEPDIR)/BMF_Api.Tpo" "$(DEPDIR)/BMF_Api.Po"; \
|
||||
else rm -f "$(DEPDIR)/BMF_Api.Tpo"; exit 1; \
|
||||
fi
|
||||
# source='intern/BMF_Api.cpp' object='BMF_Api.o' libtool=no \
|
||||
# depfile='$(DEPDIR)/BMF_Api.Po' tmpdepfile='$(DEPDIR)/BMF_Api.TPo' \
|
||||
# $(CXXDEPMODE) $(depcomp) \
|
||||
# $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o BMF_Api.o `test -f 'intern/BMF_Api.cpp' || echo '$(srcdir)/'`intern/BMF_Api.cpp
|
||||
|
||||
BMF_Api.obj: intern/BMF_Api.cpp
|
||||
if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT BMF_Api.obj -MD -MP -MF "$(DEPDIR)/BMF_Api.Tpo" \
|
||||
-c -o BMF_Api.obj `if test -f 'intern/BMF_Api.cpp'; then $(CYGPATH_W) 'intern/BMF_Api.cpp'; else $(CYGPATH_W) '$(srcdir)/intern/BMF_Api.cpp'; fi`; \
|
||||
then mv -f "$(DEPDIR)/BMF_Api.Tpo" "$(DEPDIR)/BMF_Api.Po"; \
|
||||
else rm -f "$(DEPDIR)/BMF_Api.Tpo"; exit 1; \
|
||||
fi
|
||||
# source='intern/BMF_Api.cpp' object='BMF_Api.obj' libtool=no \
|
||||
# depfile='$(DEPDIR)/BMF_Api.Po' tmpdepfile='$(DEPDIR)/BMF_Api.TPo' \
|
||||
# $(CXXDEPMODE) $(depcomp) \
|
||||
# $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o BMF_Api.obj `if test -f 'intern/BMF_Api.cpp'; then $(CYGPATH_W) 'intern/BMF_Api.cpp'; else $(CYGPATH_W) '$(srcdir)/intern/BMF_Api.cpp'; fi`
|
||||
|
||||
BMF_Api.lo: intern/BMF_Api.cpp
|
||||
if $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT BMF_Api.lo -MD -MP -MF "$(DEPDIR)/BMF_Api.Tpo" \
|
||||
-c -o BMF_Api.lo `test -f 'intern/BMF_Api.cpp' || echo '$(srcdir)/'`intern/BMF_Api.cpp; \
|
||||
then mv -f "$(DEPDIR)/BMF_Api.Tpo" "$(DEPDIR)/BMF_Api.Plo"; \
|
||||
else rm -f "$(DEPDIR)/BMF_Api.Tpo"; exit 1; \
|
||||
fi
|
||||
# source='intern/BMF_Api.cpp' object='BMF_Api.lo' libtool=yes \
|
||||
# depfile='$(DEPDIR)/BMF_Api.Plo' tmpdepfile='$(DEPDIR)/BMF_Api.TPlo' \
|
||||
# $(CXXDEPMODE) $(depcomp) \
|
||||
# $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o BMF_Api.lo `test -f 'intern/BMF_Api.cpp' || echo '$(srcdir)/'`intern/BMF_Api.cpp
|
||||
|
||||
BMF_BitmapFont.o: intern/BMF_BitmapFont.cpp
|
||||
if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT BMF_BitmapFont.o -MD -MP -MF "$(DEPDIR)/BMF_BitmapFont.Tpo" \
|
||||
-c -o BMF_BitmapFont.o `test -f 'intern/BMF_BitmapFont.cpp' || echo '$(srcdir)/'`intern/BMF_BitmapFont.cpp; \
|
||||
then mv -f "$(DEPDIR)/BMF_BitmapFont.Tpo" "$(DEPDIR)/BMF_BitmapFont.Po"; \
|
||||
else rm -f "$(DEPDIR)/BMF_BitmapFont.Tpo"; exit 1; \
|
||||
fi
|
||||
# source='intern/BMF_BitmapFont.cpp' object='BMF_BitmapFont.o' libtool=no \
|
||||
# depfile='$(DEPDIR)/BMF_BitmapFont.Po' tmpdepfile='$(DEPDIR)/BMF_BitmapFont.TPo' \
|
||||
# $(CXXDEPMODE) $(depcomp) \
|
||||
# $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o BMF_BitmapFont.o `test -f 'intern/BMF_BitmapFont.cpp' || echo '$(srcdir)/'`intern/BMF_BitmapFont.cpp
|
||||
|
||||
BMF_BitmapFont.obj: intern/BMF_BitmapFont.cpp
|
||||
if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT BMF_BitmapFont.obj -MD -MP -MF "$(DEPDIR)/BMF_BitmapFont.Tpo" \
|
||||
-c -o BMF_BitmapFont.obj `if test -f 'intern/BMF_BitmapFont.cpp'; then $(CYGPATH_W) 'intern/BMF_BitmapFont.cpp'; else $(CYGPATH_W) '$(srcdir)/intern/BMF_BitmapFont.cpp'; fi`; \
|
||||
then mv -f "$(DEPDIR)/BMF_BitmapFont.Tpo" "$(DEPDIR)/BMF_BitmapFont.Po"; \
|
||||
else rm -f "$(DEPDIR)/BMF_BitmapFont.Tpo"; exit 1; \
|
||||
fi
|
||||
# source='intern/BMF_BitmapFont.cpp' object='BMF_BitmapFont.obj' libtool=no \
|
||||
# depfile='$(DEPDIR)/BMF_BitmapFont.Po' tmpdepfile='$(DEPDIR)/BMF_BitmapFont.TPo' \
|
||||
# $(CXXDEPMODE) $(depcomp) \
|
||||
# $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o BMF_BitmapFont.obj `if test -f 'intern/BMF_BitmapFont.cpp'; then $(CYGPATH_W) 'intern/BMF_BitmapFont.cpp'; else $(CYGPATH_W) '$(srcdir)/intern/BMF_BitmapFont.cpp'; fi`
|
||||
|
||||
BMF_BitmapFont.lo: intern/BMF_BitmapFont.cpp
|
||||
if $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT BMF_BitmapFont.lo -MD -MP -MF "$(DEPDIR)/BMF_BitmapFont.Tpo" \
|
||||
-c -o BMF_BitmapFont.lo `test -f 'intern/BMF_BitmapFont.cpp' || echo '$(srcdir)/'`intern/BMF_BitmapFont.cpp; \
|
||||
then mv -f "$(DEPDIR)/BMF_BitmapFont.Tpo" "$(DEPDIR)/BMF_BitmapFont.Plo"; \
|
||||
else rm -f "$(DEPDIR)/BMF_BitmapFont.Tpo"; exit 1; \
|
||||
fi
|
||||
# source='intern/BMF_BitmapFont.cpp' object='BMF_BitmapFont.lo' libtool=yes \
|
||||
# depfile='$(DEPDIR)/BMF_BitmapFont.Plo' tmpdepfile='$(DEPDIR)/BMF_BitmapFont.TPlo' \
|
||||
# $(CXXDEPMODE) $(depcomp) \
|
||||
# $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o BMF_BitmapFont.lo `test -f 'intern/BMF_BitmapFont.cpp' || echo '$(srcdir)/'`intern/BMF_BitmapFont.cpp
|
||||
|
||||
BMF_font_helv10.o: intern/BMF_font_helv10.cpp
|
||||
if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT BMF_font_helv10.o -MD -MP -MF "$(DEPDIR)/BMF_font_helv10.Tpo" \
|
||||
-c -o BMF_font_helv10.o `test -f 'intern/BMF_font_helv10.cpp' || echo '$(srcdir)/'`intern/BMF_font_helv10.cpp; \
|
||||
then mv -f "$(DEPDIR)/BMF_font_helv10.Tpo" "$(DEPDIR)/BMF_font_helv10.Po"; \
|
||||
else rm -f "$(DEPDIR)/BMF_font_helv10.Tpo"; exit 1; \
|
||||
fi
|
||||
# source='intern/BMF_font_helv10.cpp' object='BMF_font_helv10.o' libtool=no \
|
||||
# depfile='$(DEPDIR)/BMF_font_helv10.Po' tmpdepfile='$(DEPDIR)/BMF_font_helv10.TPo' \
|
||||
# $(CXXDEPMODE) $(depcomp) \
|
||||
# $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o BMF_font_helv10.o `test -f 'intern/BMF_font_helv10.cpp' || echo '$(srcdir)/'`intern/BMF_font_helv10.cpp
|
||||
|
||||
BMF_font_helv10.obj: intern/BMF_font_helv10.cpp
|
||||
if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT BMF_font_helv10.obj -MD -MP -MF "$(DEPDIR)/BMF_font_helv10.Tpo" \
|
||||
-c -o BMF_font_helv10.obj `if test -f 'intern/BMF_font_helv10.cpp'; then $(CYGPATH_W) 'intern/BMF_font_helv10.cpp'; else $(CYGPATH_W) '$(srcdir)/intern/BMF_font_helv10.cpp'; fi`; \
|
||||
then mv -f "$(DEPDIR)/BMF_font_helv10.Tpo" "$(DEPDIR)/BMF_font_helv10.Po"; \
|
||||
else rm -f "$(DEPDIR)/BMF_font_helv10.Tpo"; exit 1; \
|
||||
fi
|
||||
# source='intern/BMF_font_helv10.cpp' object='BMF_font_helv10.obj' libtool=no \
|
||||
# depfile='$(DEPDIR)/BMF_font_helv10.Po' tmpdepfile='$(DEPDIR)/BMF_font_helv10.TPo' \
|
||||
# $(CXXDEPMODE) $(depcomp) \
|
||||
# $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o BMF_font_helv10.obj `if test -f 'intern/BMF_font_helv10.cpp'; then $(CYGPATH_W) 'intern/BMF_font_helv10.cpp'; else $(CYGPATH_W) '$(srcdir)/intern/BMF_font_helv10.cpp'; fi`
|
||||
|
||||
BMF_font_helv10.lo: intern/BMF_font_helv10.cpp
|
||||
if $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT BMF_font_helv10.lo -MD -MP -MF "$(DEPDIR)/BMF_font_helv10.Tpo" \
|
||||
-c -o BMF_font_helv10.lo `test -f 'intern/BMF_font_helv10.cpp' || echo '$(srcdir)/'`intern/BMF_font_helv10.cpp; \
|
||||
then mv -f "$(DEPDIR)/BMF_font_helv10.Tpo" "$(DEPDIR)/BMF_font_helv10.Plo"; \
|
||||
else rm -f "$(DEPDIR)/BMF_font_helv10.Tpo"; exit 1; \
|
||||
fi
|
||||
# source='intern/BMF_font_helv10.cpp' object='BMF_font_helv10.lo' libtool=yes \
|
||||
# depfile='$(DEPDIR)/BMF_font_helv10.Plo' tmpdepfile='$(DEPDIR)/BMF_font_helv10.TPlo' \
|
||||
# $(CXXDEPMODE) $(depcomp) \
|
||||
# $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o BMF_font_helv10.lo `test -f 'intern/BMF_font_helv10.cpp' || echo '$(srcdir)/'`intern/BMF_font_helv10.cpp
|
||||
|
||||
BMF_font_helv12.o: intern/BMF_font_helv12.cpp
|
||||
if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT BMF_font_helv12.o -MD -MP -MF "$(DEPDIR)/BMF_font_helv12.Tpo" \
|
||||
-c -o BMF_font_helv12.o `test -f 'intern/BMF_font_helv12.cpp' || echo '$(srcdir)/'`intern/BMF_font_helv12.cpp; \
|
||||
then mv -f "$(DEPDIR)/BMF_font_helv12.Tpo" "$(DEPDIR)/BMF_font_helv12.Po"; \
|
||||
else rm -f "$(DEPDIR)/BMF_font_helv12.Tpo"; exit 1; \
|
||||
fi
|
||||
# source='intern/BMF_font_helv12.cpp' object='BMF_font_helv12.o' libtool=no \
|
||||
# depfile='$(DEPDIR)/BMF_font_helv12.Po' tmpdepfile='$(DEPDIR)/BMF_font_helv12.TPo' \
|
||||
# $(CXXDEPMODE) $(depcomp) \
|
||||
# $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o BMF_font_helv12.o `test -f 'intern/BMF_font_helv12.cpp' || echo '$(srcdir)/'`intern/BMF_font_helv12.cpp
|
||||
|
||||
BMF_font_helv12.obj: intern/BMF_font_helv12.cpp
|
||||
if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT BMF_font_helv12.obj -MD -MP -MF "$(DEPDIR)/BMF_font_helv12.Tpo" \
|
||||
-c -o BMF_font_helv12.obj `if test -f 'intern/BMF_font_helv12.cpp'; then $(CYGPATH_W) 'intern/BMF_font_helv12.cpp'; else $(CYGPATH_W) '$(srcdir)/intern/BMF_font_helv12.cpp'; fi`; \
|
||||
then mv -f "$(DEPDIR)/BMF_font_helv12.Tpo" "$(DEPDIR)/BMF_font_helv12.Po"; \
|
||||
else rm -f "$(DEPDIR)/BMF_font_helv12.Tpo"; exit 1; \
|
||||
fi
|
||||
# source='intern/BMF_font_helv12.cpp' object='BMF_font_helv12.obj' libtool=no \
|
||||
# depfile='$(DEPDIR)/BMF_font_helv12.Po' tmpdepfile='$(DEPDIR)/BMF_font_helv12.TPo' \
|
||||
# $(CXXDEPMODE) $(depcomp) \
|
||||
# $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o BMF_font_helv12.obj `if test -f 'intern/BMF_font_helv12.cpp'; then $(CYGPATH_W) 'intern/BMF_font_helv12.cpp'; else $(CYGPATH_W) '$(srcdir)/intern/BMF_font_helv12.cpp'; fi`
|
||||
|
||||
BMF_font_helv12.lo: intern/BMF_font_helv12.cpp
|
||||
if $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT BMF_font_helv12.lo -MD -MP -MF "$(DEPDIR)/BMF_font_helv12.Tpo" \
|
||||
-c -o BMF_font_helv12.lo `test -f 'intern/BMF_font_helv12.cpp' || echo '$(srcdir)/'`intern/BMF_font_helv12.cpp; \
|
||||
then mv -f "$(DEPDIR)/BMF_font_helv12.Tpo" "$(DEPDIR)/BMF_font_helv12.Plo"; \
|
||||
else rm -f "$(DEPDIR)/BMF_font_helv12.Tpo"; exit 1; \
|
||||
fi
|
||||
# source='intern/BMF_font_helv12.cpp' object='BMF_font_helv12.lo' libtool=yes \
|
||||
# depfile='$(DEPDIR)/BMF_font_helv12.Plo' tmpdepfile='$(DEPDIR)/BMF_font_helv12.TPlo' \
|
||||
# $(CXXDEPMODE) $(depcomp) \
|
||||
# $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o BMF_font_helv12.lo `test -f 'intern/BMF_font_helv12.cpp' || echo '$(srcdir)/'`intern/BMF_font_helv12.cpp
|
||||
|
||||
BMF_font_helvb10.o: intern/BMF_font_helvb10.cpp
|
||||
if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT BMF_font_helvb10.o -MD -MP -MF "$(DEPDIR)/BMF_font_helvb10.Tpo" \
|
||||
-c -o BMF_font_helvb10.o `test -f 'intern/BMF_font_helvb10.cpp' || echo '$(srcdir)/'`intern/BMF_font_helvb10.cpp; \
|
||||
then mv -f "$(DEPDIR)/BMF_font_helvb10.Tpo" "$(DEPDIR)/BMF_font_helvb10.Po"; \
|
||||
else rm -f "$(DEPDIR)/BMF_font_helvb10.Tpo"; exit 1; \
|
||||
fi
|
||||
# source='intern/BMF_font_helvb10.cpp' object='BMF_font_helvb10.o' libtool=no \
|
||||
# depfile='$(DEPDIR)/BMF_font_helvb10.Po' tmpdepfile='$(DEPDIR)/BMF_font_helvb10.TPo' \
|
||||
# $(CXXDEPMODE) $(depcomp) \
|
||||
# $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o BMF_font_helvb10.o `test -f 'intern/BMF_font_helvb10.cpp' || echo '$(srcdir)/'`intern/BMF_font_helvb10.cpp
|
||||
|
||||
BMF_font_helvb10.obj: intern/BMF_font_helvb10.cpp
|
||||
if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT BMF_font_helvb10.obj -MD -MP -MF "$(DEPDIR)/BMF_font_helvb10.Tpo" \
|
||||
-c -o BMF_font_helvb10.obj `if test -f 'intern/BMF_font_helvb10.cpp'; then $(CYGPATH_W) 'intern/BMF_font_helvb10.cpp'; else $(CYGPATH_W) '$(srcdir)/intern/BMF_font_helvb10.cpp'; fi`; \
|
||||
then mv -f "$(DEPDIR)/BMF_font_helvb10.Tpo" "$(DEPDIR)/BMF_font_helvb10.Po"; \
|
||||
else rm -f "$(DEPDIR)/BMF_font_helvb10.Tpo"; exit 1; \
|
||||
fi
|
||||
# source='intern/BMF_font_helvb10.cpp' object='BMF_font_helvb10.obj' libtool=no \
|
||||
# depfile='$(DEPDIR)/BMF_font_helvb10.Po' tmpdepfile='$(DEPDIR)/BMF_font_helvb10.TPo' \
|
||||
# $(CXXDEPMODE) $(depcomp) \
|
||||
# $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o BMF_font_helvb10.obj `if test -f 'intern/BMF_font_helvb10.cpp'; then $(CYGPATH_W) 'intern/BMF_font_helvb10.cpp'; else $(CYGPATH_W) '$(srcdir)/intern/BMF_font_helvb10.cpp'; fi`
|
||||
|
||||
BMF_font_helvb10.lo: intern/BMF_font_helvb10.cpp
|
||||
if $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT BMF_font_helvb10.lo -MD -MP -MF "$(DEPDIR)/BMF_font_helvb10.Tpo" \
|
||||
-c -o BMF_font_helvb10.lo `test -f 'intern/BMF_font_helvb10.cpp' || echo '$(srcdir)/'`intern/BMF_font_helvb10.cpp; \
|
||||
then mv -f "$(DEPDIR)/BMF_font_helvb10.Tpo" "$(DEPDIR)/BMF_font_helvb10.Plo"; \
|
||||
else rm -f "$(DEPDIR)/BMF_font_helvb10.Tpo"; exit 1; \
|
||||
fi
|
||||
# source='intern/BMF_font_helvb10.cpp' object='BMF_font_helvb10.lo' libtool=yes \
|
||||
# depfile='$(DEPDIR)/BMF_font_helvb10.Plo' tmpdepfile='$(DEPDIR)/BMF_font_helvb10.TPlo' \
|
||||
# $(CXXDEPMODE) $(depcomp) \
|
||||
# $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o BMF_font_helvb10.lo `test -f 'intern/BMF_font_helvb10.cpp' || echo '$(srcdir)/'`intern/BMF_font_helvb10.cpp
|
||||
|
||||
BMF_font_helvb12.o: intern/BMF_font_helvb12.cpp
|
||||
if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT BMF_font_helvb12.o -MD -MP -MF "$(DEPDIR)/BMF_font_helvb12.Tpo" \
|
||||
-c -o BMF_font_helvb12.o `test -f 'intern/BMF_font_helvb12.cpp' || echo '$(srcdir)/'`intern/BMF_font_helvb12.cpp; \
|
||||
then mv -f "$(DEPDIR)/BMF_font_helvb12.Tpo" "$(DEPDIR)/BMF_font_helvb12.Po"; \
|
||||
else rm -f "$(DEPDIR)/BMF_font_helvb12.Tpo"; exit 1; \
|
||||
fi
|
||||
# source='intern/BMF_font_helvb12.cpp' object='BMF_font_helvb12.o' libtool=no \
|
||||
# depfile='$(DEPDIR)/BMF_font_helvb12.Po' tmpdepfile='$(DEPDIR)/BMF_font_helvb12.TPo' \
|
||||
# $(CXXDEPMODE) $(depcomp) \
|
||||
# $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o BMF_font_helvb12.o `test -f 'intern/BMF_font_helvb12.cpp' || echo '$(srcdir)/'`intern/BMF_font_helvb12.cpp
|
||||
|
||||
BMF_font_helvb12.obj: intern/BMF_font_helvb12.cpp
|
||||
if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT BMF_font_helvb12.obj -MD -MP -MF "$(DEPDIR)/BMF_font_helvb12.Tpo" \
|
||||
-c -o BMF_font_helvb12.obj `if test -f 'intern/BMF_font_helvb12.cpp'; then $(CYGPATH_W) 'intern/BMF_font_helvb12.cpp'; else $(CYGPATH_W) '$(srcdir)/intern/BMF_font_helvb12.cpp'; fi`; \
|
||||
then mv -f "$(DEPDIR)/BMF_font_helvb12.Tpo" "$(DEPDIR)/BMF_font_helvb12.Po"; \
|
||||
else rm -f "$(DEPDIR)/BMF_font_helvb12.Tpo"; exit 1; \
|
||||
fi
|
||||
# source='intern/BMF_font_helvb12.cpp' object='BMF_font_helvb12.obj' libtool=no \
|
||||
# depfile='$(DEPDIR)/BMF_font_helvb12.Po' tmpdepfile='$(DEPDIR)/BMF_font_helvb12.TPo' \
|
||||
# $(CXXDEPMODE) $(depcomp) \
|
||||
# $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o BMF_font_helvb12.obj `if test -f 'intern/BMF_font_helvb12.cpp'; then $(CYGPATH_W) 'intern/BMF_font_helvb12.cpp'; else $(CYGPATH_W) '$(srcdir)/intern/BMF_font_helvb12.cpp'; fi`
|
||||
|
||||
BMF_font_helvb12.lo: intern/BMF_font_helvb12.cpp
|
||||
if $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT BMF_font_helvb12.lo -MD -MP -MF "$(DEPDIR)/BMF_font_helvb12.Tpo" \
|
||||
-c -o BMF_font_helvb12.lo `test -f 'intern/BMF_font_helvb12.cpp' || echo '$(srcdir)/'`intern/BMF_font_helvb12.cpp; \
|
||||
then mv -f "$(DEPDIR)/BMF_font_helvb12.Tpo" "$(DEPDIR)/BMF_font_helvb12.Plo"; \
|
||||
else rm -f "$(DEPDIR)/BMF_font_helvb12.Tpo"; exit 1; \
|
||||
fi
|
||||
# source='intern/BMF_font_helvb12.cpp' object='BMF_font_helvb12.lo' libtool=yes \
|
||||
# depfile='$(DEPDIR)/BMF_font_helvb12.Plo' tmpdepfile='$(DEPDIR)/BMF_font_helvb12.TPlo' \
|
||||
# $(CXXDEPMODE) $(depcomp) \
|
||||
# $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o BMF_font_helvb12.lo `test -f 'intern/BMF_font_helvb12.cpp' || echo '$(srcdir)/'`intern/BMF_font_helvb12.cpp
|
||||
|
||||
BMF_font_helvb14.o: intern/BMF_font_helvb14.cpp
|
||||
if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT BMF_font_helvb14.o -MD -MP -MF "$(DEPDIR)/BMF_font_helvb14.Tpo" \
|
||||
-c -o BMF_font_helvb14.o `test -f 'intern/BMF_font_helvb14.cpp' || echo '$(srcdir)/'`intern/BMF_font_helvb14.cpp; \
|
||||
then mv -f "$(DEPDIR)/BMF_font_helvb14.Tpo" "$(DEPDIR)/BMF_font_helvb14.Po"; \
|
||||
else rm -f "$(DEPDIR)/BMF_font_helvb14.Tpo"; exit 1; \
|
||||
fi
|
||||
# source='intern/BMF_font_helvb14.cpp' object='BMF_font_helvb14.o' libtool=no \
|
||||
# depfile='$(DEPDIR)/BMF_font_helvb14.Po' tmpdepfile='$(DEPDIR)/BMF_font_helvb14.TPo' \
|
||||
# $(CXXDEPMODE) $(depcomp) \
|
||||
# $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o BMF_font_helvb14.o `test -f 'intern/BMF_font_helvb14.cpp' || echo '$(srcdir)/'`intern/BMF_font_helvb14.cpp
|
||||
|
||||
BMF_font_helvb14.obj: intern/BMF_font_helvb14.cpp
|
||||
if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT BMF_font_helvb14.obj -MD -MP -MF "$(DEPDIR)/BMF_font_helvb14.Tpo" \
|
||||
-c -o BMF_font_helvb14.obj `if test -f 'intern/BMF_font_helvb14.cpp'; then $(CYGPATH_W) 'intern/BMF_font_helvb14.cpp'; else $(CYGPATH_W) '$(srcdir)/intern/BMF_font_helvb14.cpp'; fi`; \
|
||||
then mv -f "$(DEPDIR)/BMF_font_helvb14.Tpo" "$(DEPDIR)/BMF_font_helvb14.Po"; \
|
||||
else rm -f "$(DEPDIR)/BMF_font_helvb14.Tpo"; exit 1; \
|
||||
fi
|
||||
# source='intern/BMF_font_helvb14.cpp' object='BMF_font_helvb14.obj' libtool=no \
|
||||
# depfile='$(DEPDIR)/BMF_font_helvb14.Po' tmpdepfile='$(DEPDIR)/BMF_font_helvb14.TPo' \
|
||||
# $(CXXDEPMODE) $(depcomp) \
|
||||
# $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o BMF_font_helvb14.obj `if test -f 'intern/BMF_font_helvb14.cpp'; then $(CYGPATH_W) 'intern/BMF_font_helvb14.cpp'; else $(CYGPATH_W) '$(srcdir)/intern/BMF_font_helvb14.cpp'; fi`
|
||||
|
||||
BMF_font_helvb14.lo: intern/BMF_font_helvb14.cpp
|
||||
if $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT BMF_font_helvb14.lo -MD -MP -MF "$(DEPDIR)/BMF_font_helvb14.Tpo" \
|
||||
-c -o BMF_font_helvb14.lo `test -f 'intern/BMF_font_helvb14.cpp' || echo '$(srcdir)/'`intern/BMF_font_helvb14.cpp; \
|
||||
then mv -f "$(DEPDIR)/BMF_font_helvb14.Tpo" "$(DEPDIR)/BMF_font_helvb14.Plo"; \
|
||||
else rm -f "$(DEPDIR)/BMF_font_helvb14.Tpo"; exit 1; \
|
||||
fi
|
||||
# source='intern/BMF_font_helvb14.cpp' object='BMF_font_helvb14.lo' libtool=yes \
|
||||
# depfile='$(DEPDIR)/BMF_font_helvb14.Plo' tmpdepfile='$(DEPDIR)/BMF_font_helvb14.TPlo' \
|
||||
# $(CXXDEPMODE) $(depcomp) \
|
||||
# $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o BMF_font_helvb14.lo `test -f 'intern/BMF_font_helvb14.cpp' || echo '$(srcdir)/'`intern/BMF_font_helvb14.cpp
|
||||
|
||||
BMF_font_helvb8.o: intern/BMF_font_helvb8.cpp
|
||||
if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT BMF_font_helvb8.o -MD -MP -MF "$(DEPDIR)/BMF_font_helvb8.Tpo" \
|
||||
-c -o BMF_font_helvb8.o `test -f 'intern/BMF_font_helvb8.cpp' || echo '$(srcdir)/'`intern/BMF_font_helvb8.cpp; \
|
||||
then mv -f "$(DEPDIR)/BMF_font_helvb8.Tpo" "$(DEPDIR)/BMF_font_helvb8.Po"; \
|
||||
else rm -f "$(DEPDIR)/BMF_font_helvb8.Tpo"; exit 1; \
|
||||
fi
|
||||
# source='intern/BMF_font_helvb8.cpp' object='BMF_font_helvb8.o' libtool=no \
|
||||
# depfile='$(DEPDIR)/BMF_font_helvb8.Po' tmpdepfile='$(DEPDIR)/BMF_font_helvb8.TPo' \
|
||||
# $(CXXDEPMODE) $(depcomp) \
|
||||
# $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o BMF_font_helvb8.o `test -f 'intern/BMF_font_helvb8.cpp' || echo '$(srcdir)/'`intern/BMF_font_helvb8.cpp
|
||||
|
||||
BMF_font_helvb8.obj: intern/BMF_font_helvb8.cpp
|
||||
if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT BMF_font_helvb8.obj -MD -MP -MF "$(DEPDIR)/BMF_font_helvb8.Tpo" \
|
||||
-c -o BMF_font_helvb8.obj `if test -f 'intern/BMF_font_helvb8.cpp'; then $(CYGPATH_W) 'intern/BMF_font_helvb8.cpp'; else $(CYGPATH_W) '$(srcdir)/intern/BMF_font_helvb8.cpp'; fi`; \
|
||||
then mv -f "$(DEPDIR)/BMF_font_helvb8.Tpo" "$(DEPDIR)/BMF_font_helvb8.Po"; \
|
||||
else rm -f "$(DEPDIR)/BMF_font_helvb8.Tpo"; exit 1; \
|
||||
fi
|
||||
# source='intern/BMF_font_helvb8.cpp' object='BMF_font_helvb8.obj' libtool=no \
|
||||
# depfile='$(DEPDIR)/BMF_font_helvb8.Po' tmpdepfile='$(DEPDIR)/BMF_font_helvb8.TPo' \
|
||||
# $(CXXDEPMODE) $(depcomp) \
|
||||
# $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o BMF_font_helvb8.obj `if test -f 'intern/BMF_font_helvb8.cpp'; then $(CYGPATH_W) 'intern/BMF_font_helvb8.cpp'; else $(CYGPATH_W) '$(srcdir)/intern/BMF_font_helvb8.cpp'; fi`
|
||||
|
||||
BMF_font_helvb8.lo: intern/BMF_font_helvb8.cpp
|
||||
if $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT BMF_font_helvb8.lo -MD -MP -MF "$(DEPDIR)/BMF_font_helvb8.Tpo" \
|
||||
-c -o BMF_font_helvb8.lo `test -f 'intern/BMF_font_helvb8.cpp' || echo '$(srcdir)/'`intern/BMF_font_helvb8.cpp; \
|
||||
then mv -f "$(DEPDIR)/BMF_font_helvb8.Tpo" "$(DEPDIR)/BMF_font_helvb8.Plo"; \
|
||||
else rm -f "$(DEPDIR)/BMF_font_helvb8.Tpo"; exit 1; \
|
||||
fi
|
||||
# source='intern/BMF_font_helvb8.cpp' object='BMF_font_helvb8.lo' libtool=yes \
|
||||
# depfile='$(DEPDIR)/BMF_font_helvb8.Plo' tmpdepfile='$(DEPDIR)/BMF_font_helvb8.TPlo' \
|
||||
# $(CXXDEPMODE) $(depcomp) \
|
||||
# $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o BMF_font_helvb8.lo `test -f 'intern/BMF_font_helvb8.cpp' || echo '$(srcdir)/'`intern/BMF_font_helvb8.cpp
|
||||
|
||||
BMF_font_scr12.o: intern/BMF_font_scr12.cpp
|
||||
if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT BMF_font_scr12.o -MD -MP -MF "$(DEPDIR)/BMF_font_scr12.Tpo" \
|
||||
-c -o BMF_font_scr12.o `test -f 'intern/BMF_font_scr12.cpp' || echo '$(srcdir)/'`intern/BMF_font_scr12.cpp; \
|
||||
then mv -f "$(DEPDIR)/BMF_font_scr12.Tpo" "$(DEPDIR)/BMF_font_scr12.Po"; \
|
||||
else rm -f "$(DEPDIR)/BMF_font_scr12.Tpo"; exit 1; \
|
||||
fi
|
||||
# source='intern/BMF_font_scr12.cpp' object='BMF_font_scr12.o' libtool=no \
|
||||
# depfile='$(DEPDIR)/BMF_font_scr12.Po' tmpdepfile='$(DEPDIR)/BMF_font_scr12.TPo' \
|
||||
# $(CXXDEPMODE) $(depcomp) \
|
||||
# $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o BMF_font_scr12.o `test -f 'intern/BMF_font_scr12.cpp' || echo '$(srcdir)/'`intern/BMF_font_scr12.cpp
|
||||
|
||||
BMF_font_scr12.obj: intern/BMF_font_scr12.cpp
|
||||
if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT BMF_font_scr12.obj -MD -MP -MF "$(DEPDIR)/BMF_font_scr12.Tpo" \
|
||||
-c -o BMF_font_scr12.obj `if test -f 'intern/BMF_font_scr12.cpp'; then $(CYGPATH_W) 'intern/BMF_font_scr12.cpp'; else $(CYGPATH_W) '$(srcdir)/intern/BMF_font_scr12.cpp'; fi`; \
|
||||
then mv -f "$(DEPDIR)/BMF_font_scr12.Tpo" "$(DEPDIR)/BMF_font_scr12.Po"; \
|
||||
else rm -f "$(DEPDIR)/BMF_font_scr12.Tpo"; exit 1; \
|
||||
fi
|
||||
# source='intern/BMF_font_scr12.cpp' object='BMF_font_scr12.obj' libtool=no \
|
||||
# depfile='$(DEPDIR)/BMF_font_scr12.Po' tmpdepfile='$(DEPDIR)/BMF_font_scr12.TPo' \
|
||||
# $(CXXDEPMODE) $(depcomp) \
|
||||
# $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o BMF_font_scr12.obj `if test -f 'intern/BMF_font_scr12.cpp'; then $(CYGPATH_W) 'intern/BMF_font_scr12.cpp'; else $(CYGPATH_W) '$(srcdir)/intern/BMF_font_scr12.cpp'; fi`
|
||||
|
||||
BMF_font_scr12.lo: intern/BMF_font_scr12.cpp
|
||||
if $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT BMF_font_scr12.lo -MD -MP -MF "$(DEPDIR)/BMF_font_scr12.Tpo" \
|
||||
-c -o BMF_font_scr12.lo `test -f 'intern/BMF_font_scr12.cpp' || echo '$(srcdir)/'`intern/BMF_font_scr12.cpp; \
|
||||
then mv -f "$(DEPDIR)/BMF_font_scr12.Tpo" "$(DEPDIR)/BMF_font_scr12.Plo"; \
|
||||
else rm -f "$(DEPDIR)/BMF_font_scr12.Tpo"; exit 1; \
|
||||
fi
|
||||
# source='intern/BMF_font_scr12.cpp' object='BMF_font_scr12.lo' libtool=yes \
|
||||
# depfile='$(DEPDIR)/BMF_font_scr12.Plo' tmpdepfile='$(DEPDIR)/BMF_font_scr12.TPlo' \
|
||||
# $(CXXDEPMODE) $(depcomp) \
|
||||
# $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o BMF_font_scr12.lo `test -f 'intern/BMF_font_scr12.cpp' || echo '$(srcdir)/'`intern/BMF_font_scr12.cpp
|
||||
|
||||
BMF_font_scr14.o: intern/BMF_font_scr14.cpp
|
||||
if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT BMF_font_scr14.o -MD -MP -MF "$(DEPDIR)/BMF_font_scr14.Tpo" \
|
||||
-c -o BMF_font_scr14.o `test -f 'intern/BMF_font_scr14.cpp' || echo '$(srcdir)/'`intern/BMF_font_scr14.cpp; \
|
||||
then mv -f "$(DEPDIR)/BMF_font_scr14.Tpo" "$(DEPDIR)/BMF_font_scr14.Po"; \
|
||||
else rm -f "$(DEPDIR)/BMF_font_scr14.Tpo"; exit 1; \
|
||||
fi
|
||||
# source='intern/BMF_font_scr14.cpp' object='BMF_font_scr14.o' libtool=no \
|
||||
# depfile='$(DEPDIR)/BMF_font_scr14.Po' tmpdepfile='$(DEPDIR)/BMF_font_scr14.TPo' \
|
||||
# $(CXXDEPMODE) $(depcomp) \
|
||||
# $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o BMF_font_scr14.o `test -f 'intern/BMF_font_scr14.cpp' || echo '$(srcdir)/'`intern/BMF_font_scr14.cpp
|
||||
|
||||
BMF_font_scr14.obj: intern/BMF_font_scr14.cpp
|
||||
if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT BMF_font_scr14.obj -MD -MP -MF "$(DEPDIR)/BMF_font_scr14.Tpo" \
|
||||
-c -o BMF_font_scr14.obj `if test -f 'intern/BMF_font_scr14.cpp'; then $(CYGPATH_W) 'intern/BMF_font_scr14.cpp'; else $(CYGPATH_W) '$(srcdir)/intern/BMF_font_scr14.cpp'; fi`; \
|
||||
then mv -f "$(DEPDIR)/BMF_font_scr14.Tpo" "$(DEPDIR)/BMF_font_scr14.Po"; \
|
||||
else rm -f "$(DEPDIR)/BMF_font_scr14.Tpo"; exit 1; \
|
||||
fi
|
||||
# source='intern/BMF_font_scr14.cpp' object='BMF_font_scr14.obj' libtool=no \
|
||||
# depfile='$(DEPDIR)/BMF_font_scr14.Po' tmpdepfile='$(DEPDIR)/BMF_font_scr14.TPo' \
|
||||
# $(CXXDEPMODE) $(depcomp) \
|
||||
# $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o BMF_font_scr14.obj `if test -f 'intern/BMF_font_scr14.cpp'; then $(CYGPATH_W) 'intern/BMF_font_scr14.cpp'; else $(CYGPATH_W) '$(srcdir)/intern/BMF_font_scr14.cpp'; fi`
|
||||
|
||||
BMF_font_scr14.lo: intern/BMF_font_scr14.cpp
|
||||
if $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT BMF_font_scr14.lo -MD -MP -MF "$(DEPDIR)/BMF_font_scr14.Tpo" \
|
||||
-c -o BMF_font_scr14.lo `test -f 'intern/BMF_font_scr14.cpp' || echo '$(srcdir)/'`intern/BMF_font_scr14.cpp; \
|
||||
then mv -f "$(DEPDIR)/BMF_font_scr14.Tpo" "$(DEPDIR)/BMF_font_scr14.Plo"; \
|
||||
else rm -f "$(DEPDIR)/BMF_font_scr14.Tpo"; exit 1; \
|
||||
fi
|
||||
# source='intern/BMF_font_scr14.cpp' object='BMF_font_scr14.lo' libtool=yes \
|
||||
# depfile='$(DEPDIR)/BMF_font_scr14.Plo' tmpdepfile='$(DEPDIR)/BMF_font_scr14.TPlo' \
|
||||
# $(CXXDEPMODE) $(depcomp) \
|
||||
# $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o BMF_font_scr14.lo `test -f 'intern/BMF_font_scr14.cpp' || echo '$(srcdir)/'`intern/BMF_font_scr14.cpp
|
||||
|
||||
BMF_font_scr15.o: intern/BMF_font_scr15.cpp
|
||||
if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT BMF_font_scr15.o -MD -MP -MF "$(DEPDIR)/BMF_font_scr15.Tpo" \
|
||||
-c -o BMF_font_scr15.o `test -f 'intern/BMF_font_scr15.cpp' || echo '$(srcdir)/'`intern/BMF_font_scr15.cpp; \
|
||||
then mv -f "$(DEPDIR)/BMF_font_scr15.Tpo" "$(DEPDIR)/BMF_font_scr15.Po"; \
|
||||
else rm -f "$(DEPDIR)/BMF_font_scr15.Tpo"; exit 1; \
|
||||
fi
|
||||
# source='intern/BMF_font_scr15.cpp' object='BMF_font_scr15.o' libtool=no \
|
||||
# depfile='$(DEPDIR)/BMF_font_scr15.Po' tmpdepfile='$(DEPDIR)/BMF_font_scr15.TPo' \
|
||||
# $(CXXDEPMODE) $(depcomp) \
|
||||
# $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o BMF_font_scr15.o `test -f 'intern/BMF_font_scr15.cpp' || echo '$(srcdir)/'`intern/BMF_font_scr15.cpp
|
||||
|
||||
BMF_font_scr15.obj: intern/BMF_font_scr15.cpp
|
||||
if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT BMF_font_scr15.obj -MD -MP -MF "$(DEPDIR)/BMF_font_scr15.Tpo" \
|
||||
-c -o BMF_font_scr15.obj `if test -f 'intern/BMF_font_scr15.cpp'; then $(CYGPATH_W) 'intern/BMF_font_scr15.cpp'; else $(CYGPATH_W) '$(srcdir)/intern/BMF_font_scr15.cpp'; fi`; \
|
||||
then mv -f "$(DEPDIR)/BMF_font_scr15.Tpo" "$(DEPDIR)/BMF_font_scr15.Po"; \
|
||||
else rm -f "$(DEPDIR)/BMF_font_scr15.Tpo"; exit 1; \
|
||||
fi
|
||||
# source='intern/BMF_font_scr15.cpp' object='BMF_font_scr15.obj' libtool=no \
|
||||
# depfile='$(DEPDIR)/BMF_font_scr15.Po' tmpdepfile='$(DEPDIR)/BMF_font_scr15.TPo' \
|
||||
# $(CXXDEPMODE) $(depcomp) \
|
||||
# $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o BMF_font_scr15.obj `if test -f 'intern/BMF_font_scr15.cpp'; then $(CYGPATH_W) 'intern/BMF_font_scr15.cpp'; else $(CYGPATH_W) '$(srcdir)/intern/BMF_font_scr15.cpp'; fi`
|
||||
|
||||
BMF_font_scr15.lo: intern/BMF_font_scr15.cpp
|
||||
if $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT BMF_font_scr15.lo -MD -MP -MF "$(DEPDIR)/BMF_font_scr15.Tpo" \
|
||||
-c -o BMF_font_scr15.lo `test -f 'intern/BMF_font_scr15.cpp' || echo '$(srcdir)/'`intern/BMF_font_scr15.cpp; \
|
||||
then mv -f "$(DEPDIR)/BMF_font_scr15.Tpo" "$(DEPDIR)/BMF_font_scr15.Plo"; \
|
||||
else rm -f "$(DEPDIR)/BMF_font_scr15.Tpo"; exit 1; \
|
||||
fi
|
||||
# source='intern/BMF_font_scr15.cpp' object='BMF_font_scr15.lo' libtool=yes \
|
||||
# depfile='$(DEPDIR)/BMF_font_scr15.Plo' tmpdepfile='$(DEPDIR)/BMF_font_scr15.TPlo' \
|
||||
# $(CXXDEPMODE) $(depcomp) \
|
||||
# $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o BMF_font_scr15.lo `test -f 'intern/BMF_font_scr15.cpp' || echo '$(srcdir)/'`intern/BMF_font_scr15.cpp
|
||||
|
||||
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)
|
||||
$(mkinstalldirs) $(distdir)/make/msvc_6_0
|
||||
@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:
|
||||
|
||||
@@ -1,59 +1,931 @@
|
||||
#
|
||||
# $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.
|
||||
# intern/bsp/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): Hans Lambermont
|
||||
#
|
||||
# ***** END GPL/BL DUAL LICENSE BLOCK *****
|
||||
# bsp main makefile.
|
||||
#
|
||||
|
||||
include nan_definitions.mk
|
||||
|
||||
LIBNAME = bsp
|
||||
SOURCEDIR = intern/$(LIBNAME)
|
||||
DIR = $(OCGDIR)/$(SOURCEDIR)
|
||||
DIRS = intern
|
||||
# not yet TESTDIRS = test
|
||||
|
||||
include nan_subdirs.mk
|
||||
|
||||
install: all debug
|
||||
@[ -d $(NAN_BSP) ] || mkdir $(NAN_BSP)
|
||||
@[ -d $(NAN_BSP)/include ] || mkdir $(NAN_BSP)/include
|
||||
@[ -d $(NAN_BSP)/lib ] || mkdir $(NAN_BSP)/lib
|
||||
@[ -d $(NAN_BSP)/lib/debug ] || mkdir $(NAN_BSP)/lib/debug
|
||||
@../tools/cpifdiff.sh $(DIR)/libbsp.a $(NAN_BSP)/lib/
|
||||
@../tools/cpifdiff.sh $(DIR)/debug/libbsp.a $(NAN_BSP)/lib/debug/
|
||||
ifeq ($(OS),darwin)
|
||||
ranlib $(NAN_BSP)/lib/libbsp.a
|
||||
ranlib $(NAN_BSP)/lib/debug/libbsp.a
|
||||
endif
|
||||
@../tools/cpifdiff.sh extern/*.h $(NAN_BSP)/include/
|
||||
# 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_BSP.la
|
||||
INCLUDES = -I$(top_srcdir)/intern/container \
|
||||
-I$(top_srcdir)/intern/moto/include \
|
||||
-I$(top_srcdir)/intern/memutil
|
||||
|
||||
|
||||
libblender_BSP_la_SOURCES = \
|
||||
extern/CSG_BooleanOps.h \
|
||||
intern/BSP_CSGException.h \
|
||||
intern/BSP_CSGHelper.cpp \
|
||||
intern/BSP_CSGHelper.h \
|
||||
intern/BSP_CSGISplitter.h \
|
||||
intern/BSP_CSGMesh.cpp \
|
||||
intern/BSP_CSGMesh.h \
|
||||
intern/BSP_CSGMeshBuilder.cpp \
|
||||
intern/BSP_CSGMeshBuilder.h \
|
||||
intern/BSP_CSGMeshSplitter.cpp \
|
||||
intern/BSP_CSGMeshSplitter.h \
|
||||
intern/BSP_CSGMesh_CFIterator.h \
|
||||
intern/BSP_CSGNCMeshSplitter.cpp \
|
||||
intern/BSP_CSGNCMeshSplitter.h \
|
||||
intern/BSP_CSGUserData.cpp \
|
||||
intern/BSP_CSGUserData.h \
|
||||
intern/BSP_FragNode.cpp \
|
||||
intern/BSP_FragNode.h \
|
||||
intern/BSP_FragTree.cpp \
|
||||
intern/BSP_FragTree.h \
|
||||
intern/BSP_MeshFragment.cpp \
|
||||
intern/BSP_MeshFragment.h \
|
||||
intern/BSP_MeshPrimitives.cpp \
|
||||
intern/BSP_MeshPrimitives.h \
|
||||
intern/BSP_Triangulate.cpp \
|
||||
intern/BSP_Triangulate.h \
|
||||
intern/CSG_BooleanOps.cpp
|
||||
|
||||
subdir = intern/bsp
|
||||
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
|
||||
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
|
||||
CONFIG_HEADER = $(top_builddir)/config.h
|
||||
CONFIG_CLEAN_FILES =
|
||||
LTLIBRARIES = $(noinst_LTLIBRARIES)
|
||||
|
||||
libblender_BSP_la_LDFLAGS =
|
||||
libblender_BSP_la_LIBADD =
|
||||
am_libblender_BSP_la_OBJECTS = BSP_CSGHelper.lo BSP_CSGMesh.lo \
|
||||
BSP_CSGMeshBuilder.lo BSP_CSGMeshSplitter.lo \
|
||||
BSP_CSGNCMeshSplitter.lo BSP_CSGUserData.lo BSP_FragNode.lo \
|
||||
BSP_FragTree.lo BSP_MeshFragment.lo BSP_MeshPrimitives.lo \
|
||||
BSP_Triangulate.lo CSG_BooleanOps.lo
|
||||
libblender_BSP_la_OBJECTS = $(am_libblender_BSP_la_OBJECTS)
|
||||
|
||||
DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
|
||||
depcomp = $(SHELL) $(top_srcdir)/depcomp
|
||||
am__depfiles_maybe = depfiles
|
||||
DEP_FILES = ./$(DEPDIR)/BSP_CSGHelper.Plo \
|
||||
./$(DEPDIR)/BSP_CSGMesh.Plo \
|
||||
./$(DEPDIR)/BSP_CSGMeshBuilder.Plo \
|
||||
./$(DEPDIR)/BSP_CSGMeshSplitter.Plo \
|
||||
./$(DEPDIR)/BSP_CSGNCMeshSplitter.Plo \
|
||||
./$(DEPDIR)/BSP_CSGUserData.Plo \
|
||||
./$(DEPDIR)/BSP_FragNode.Plo \
|
||||
./$(DEPDIR)/BSP_FragTree.Plo \
|
||||
./$(DEPDIR)/BSP_MeshFragment.Plo \
|
||||
./$(DEPDIR)/BSP_MeshPrimitives.Plo \
|
||||
./$(DEPDIR)/BSP_Triangulate.Plo \
|
||||
./$(DEPDIR)/CSG_BooleanOps.Plo
|
||||
CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
|
||||
$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
|
||||
LTCXXCOMPILE = $(LIBTOOL) --mode=compile $(CXX) $(DEFS) \
|
||||
$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
|
||||
$(AM_CXXFLAGS) $(CXXFLAGS)
|
||||
CXXLD = $(CXX)
|
||||
CXXLINK = $(LIBTOOL) --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) \
|
||||
$(AM_LDFLAGS) $(LDFLAGS) -o $@
|
||||
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_BSP_la_SOURCES)
|
||||
DIST_COMMON = Makefile.am Makefile.in
|
||||
SOURCES = $(libblender_BSP_la_SOURCES)
|
||||
|
||||
all: all-am
|
||||
|
||||
.SUFFIXES:
|
||||
.SUFFIXES: .cpp .lo .o .obj
|
||||
$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.ac $(ACLOCAL_M4)
|
||||
cd $(top_srcdir) && \
|
||||
$(AUTOMAKE) --gnu intern/bsp/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_BSP.la: $(libblender_BSP_la_OBJECTS) $(libblender_BSP_la_DEPENDENCIES)
|
||||
$(CXXLINK) $(libblender_BSP_la_LDFLAGS) $(libblender_BSP_la_OBJECTS) $(libblender_BSP_la_LIBADD) $(LIBS)
|
||||
|
||||
mostlyclean-compile:
|
||||
-rm -f *.$(OBJEXT) core *.core
|
||||
|
||||
distclean-compile:
|
||||
-rm -f *.tab.c
|
||||
|
||||
include ./$(DEPDIR)/BSP_CSGHelper.Plo
|
||||
include ./$(DEPDIR)/BSP_CSGMesh.Plo
|
||||
include ./$(DEPDIR)/BSP_CSGMeshBuilder.Plo
|
||||
include ./$(DEPDIR)/BSP_CSGMeshSplitter.Plo
|
||||
include ./$(DEPDIR)/BSP_CSGNCMeshSplitter.Plo
|
||||
include ./$(DEPDIR)/BSP_CSGUserData.Plo
|
||||
include ./$(DEPDIR)/BSP_FragNode.Plo
|
||||
include ./$(DEPDIR)/BSP_FragTree.Plo
|
||||
include ./$(DEPDIR)/BSP_MeshFragment.Plo
|
||||
include ./$(DEPDIR)/BSP_MeshPrimitives.Plo
|
||||
include ./$(DEPDIR)/BSP_Triangulate.Plo
|
||||
include ./$(DEPDIR)/CSG_BooleanOps.Plo
|
||||
|
||||
distclean-depend:
|
||||
-rm -rf ./$(DEPDIR)
|
||||
|
||||
.cpp.o:
|
||||
if $(CXXCOMPILE) -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' \
|
||||
# $(CXXDEPMODE) $(depcomp) \
|
||||
# $(CXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
|
||||
|
||||
.cpp.obj:
|
||||
if $(CXXCOMPILE) -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' \
|
||||
# $(CXXDEPMODE) $(depcomp) \
|
||||
# $(CXXCOMPILE) -c -o $@ `if test -f '$<'; then $(CYGPATH_W) '$<'; else $(CYGPATH_W) '$(srcdir)/$<'; fi`
|
||||
|
||||
.cpp.lo:
|
||||
if $(LTCXXCOMPILE) -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' \
|
||||
# $(CXXDEPMODE) $(depcomp) \
|
||||
# $(LTCXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
|
||||
|
||||
BSP_CSGHelper.o: intern/BSP_CSGHelper.cpp
|
||||
if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT BSP_CSGHelper.o -MD -MP -MF "$(DEPDIR)/BSP_CSGHelper.Tpo" \
|
||||
-c -o BSP_CSGHelper.o `test -f 'intern/BSP_CSGHelper.cpp' || echo '$(srcdir)/'`intern/BSP_CSGHelper.cpp; \
|
||||
then mv -f "$(DEPDIR)/BSP_CSGHelper.Tpo" "$(DEPDIR)/BSP_CSGHelper.Po"; \
|
||||
else rm -f "$(DEPDIR)/BSP_CSGHelper.Tpo"; exit 1; \
|
||||
fi
|
||||
# source='intern/BSP_CSGHelper.cpp' object='BSP_CSGHelper.o' libtool=no \
|
||||
# depfile='$(DEPDIR)/BSP_CSGHelper.Po' tmpdepfile='$(DEPDIR)/BSP_CSGHelper.TPo' \
|
||||
# $(CXXDEPMODE) $(depcomp) \
|
||||
# $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o BSP_CSGHelper.o `test -f 'intern/BSP_CSGHelper.cpp' || echo '$(srcdir)/'`intern/BSP_CSGHelper.cpp
|
||||
|
||||
BSP_CSGHelper.obj: intern/BSP_CSGHelper.cpp
|
||||
if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT BSP_CSGHelper.obj -MD -MP -MF "$(DEPDIR)/BSP_CSGHelper.Tpo" \
|
||||
-c -o BSP_CSGHelper.obj `if test -f 'intern/BSP_CSGHelper.cpp'; then $(CYGPATH_W) 'intern/BSP_CSGHelper.cpp'; else $(CYGPATH_W) '$(srcdir)/intern/BSP_CSGHelper.cpp'; fi`; \
|
||||
then mv -f "$(DEPDIR)/BSP_CSGHelper.Tpo" "$(DEPDIR)/BSP_CSGHelper.Po"; \
|
||||
else rm -f "$(DEPDIR)/BSP_CSGHelper.Tpo"; exit 1; \
|
||||
fi
|
||||
# source='intern/BSP_CSGHelper.cpp' object='BSP_CSGHelper.obj' libtool=no \
|
||||
# depfile='$(DEPDIR)/BSP_CSGHelper.Po' tmpdepfile='$(DEPDIR)/BSP_CSGHelper.TPo' \
|
||||
# $(CXXDEPMODE) $(depcomp) \
|
||||
# $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o BSP_CSGHelper.obj `if test -f 'intern/BSP_CSGHelper.cpp'; then $(CYGPATH_W) 'intern/BSP_CSGHelper.cpp'; else $(CYGPATH_W) '$(srcdir)/intern/BSP_CSGHelper.cpp'; fi`
|
||||
|
||||
BSP_CSGHelper.lo: intern/BSP_CSGHelper.cpp
|
||||
if $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT BSP_CSGHelper.lo -MD -MP -MF "$(DEPDIR)/BSP_CSGHelper.Tpo" \
|
||||
-c -o BSP_CSGHelper.lo `test -f 'intern/BSP_CSGHelper.cpp' || echo '$(srcdir)/'`intern/BSP_CSGHelper.cpp; \
|
||||
then mv -f "$(DEPDIR)/BSP_CSGHelper.Tpo" "$(DEPDIR)/BSP_CSGHelper.Plo"; \
|
||||
else rm -f "$(DEPDIR)/BSP_CSGHelper.Tpo"; exit 1; \
|
||||
fi
|
||||
# source='intern/BSP_CSGHelper.cpp' object='BSP_CSGHelper.lo' libtool=yes \
|
||||
# depfile='$(DEPDIR)/BSP_CSGHelper.Plo' tmpdepfile='$(DEPDIR)/BSP_CSGHelper.TPlo' \
|
||||
# $(CXXDEPMODE) $(depcomp) \
|
||||
# $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o BSP_CSGHelper.lo `test -f 'intern/BSP_CSGHelper.cpp' || echo '$(srcdir)/'`intern/BSP_CSGHelper.cpp
|
||||
|
||||
BSP_CSGMesh.o: intern/BSP_CSGMesh.cpp
|
||||
if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT BSP_CSGMesh.o -MD -MP -MF "$(DEPDIR)/BSP_CSGMesh.Tpo" \
|
||||
-c -o BSP_CSGMesh.o `test -f 'intern/BSP_CSGMesh.cpp' || echo '$(srcdir)/'`intern/BSP_CSGMesh.cpp; \
|
||||
then mv -f "$(DEPDIR)/BSP_CSGMesh.Tpo" "$(DEPDIR)/BSP_CSGMesh.Po"; \
|
||||
else rm -f "$(DEPDIR)/BSP_CSGMesh.Tpo"; exit 1; \
|
||||
fi
|
||||
# source='intern/BSP_CSGMesh.cpp' object='BSP_CSGMesh.o' libtool=no \
|
||||
# depfile='$(DEPDIR)/BSP_CSGMesh.Po' tmpdepfile='$(DEPDIR)/BSP_CSGMesh.TPo' \
|
||||
# $(CXXDEPMODE) $(depcomp) \
|
||||
# $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o BSP_CSGMesh.o `test -f 'intern/BSP_CSGMesh.cpp' || echo '$(srcdir)/'`intern/BSP_CSGMesh.cpp
|
||||
|
||||
BSP_CSGMesh.obj: intern/BSP_CSGMesh.cpp
|
||||
if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT BSP_CSGMesh.obj -MD -MP -MF "$(DEPDIR)/BSP_CSGMesh.Tpo" \
|
||||
-c -o BSP_CSGMesh.obj `if test -f 'intern/BSP_CSGMesh.cpp'; then $(CYGPATH_W) 'intern/BSP_CSGMesh.cpp'; else $(CYGPATH_W) '$(srcdir)/intern/BSP_CSGMesh.cpp'; fi`; \
|
||||
then mv -f "$(DEPDIR)/BSP_CSGMesh.Tpo" "$(DEPDIR)/BSP_CSGMesh.Po"; \
|
||||
else rm -f "$(DEPDIR)/BSP_CSGMesh.Tpo"; exit 1; \
|
||||
fi
|
||||
# source='intern/BSP_CSGMesh.cpp' object='BSP_CSGMesh.obj' libtool=no \
|
||||
# depfile='$(DEPDIR)/BSP_CSGMesh.Po' tmpdepfile='$(DEPDIR)/BSP_CSGMesh.TPo' \
|
||||
# $(CXXDEPMODE) $(depcomp) \
|
||||
# $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o BSP_CSGMesh.obj `if test -f 'intern/BSP_CSGMesh.cpp'; then $(CYGPATH_W) 'intern/BSP_CSGMesh.cpp'; else $(CYGPATH_W) '$(srcdir)/intern/BSP_CSGMesh.cpp'; fi`
|
||||
|
||||
BSP_CSGMesh.lo: intern/BSP_CSGMesh.cpp
|
||||
if $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT BSP_CSGMesh.lo -MD -MP -MF "$(DEPDIR)/BSP_CSGMesh.Tpo" \
|
||||
-c -o BSP_CSGMesh.lo `test -f 'intern/BSP_CSGMesh.cpp' || echo '$(srcdir)/'`intern/BSP_CSGMesh.cpp; \
|
||||
then mv -f "$(DEPDIR)/BSP_CSGMesh.Tpo" "$(DEPDIR)/BSP_CSGMesh.Plo"; \
|
||||
else rm -f "$(DEPDIR)/BSP_CSGMesh.Tpo"; exit 1; \
|
||||
fi
|
||||
# source='intern/BSP_CSGMesh.cpp' object='BSP_CSGMesh.lo' libtool=yes \
|
||||
# depfile='$(DEPDIR)/BSP_CSGMesh.Plo' tmpdepfile='$(DEPDIR)/BSP_CSGMesh.TPlo' \
|
||||
# $(CXXDEPMODE) $(depcomp) \
|
||||
# $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o BSP_CSGMesh.lo `test -f 'intern/BSP_CSGMesh.cpp' || echo '$(srcdir)/'`intern/BSP_CSGMesh.cpp
|
||||
|
||||
BSP_CSGMeshBuilder.o: intern/BSP_CSGMeshBuilder.cpp
|
||||
if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT BSP_CSGMeshBuilder.o -MD -MP -MF "$(DEPDIR)/BSP_CSGMeshBuilder.Tpo" \
|
||||
-c -o BSP_CSGMeshBuilder.o `test -f 'intern/BSP_CSGMeshBuilder.cpp' || echo '$(srcdir)/'`intern/BSP_CSGMeshBuilder.cpp; \
|
||||
then mv -f "$(DEPDIR)/BSP_CSGMeshBuilder.Tpo" "$(DEPDIR)/BSP_CSGMeshBuilder.Po"; \
|
||||
else rm -f "$(DEPDIR)/BSP_CSGMeshBuilder.Tpo"; exit 1; \
|
||||
fi
|
||||
# source='intern/BSP_CSGMeshBuilder.cpp' object='BSP_CSGMeshBuilder.o' libtool=no \
|
||||
# depfile='$(DEPDIR)/BSP_CSGMeshBuilder.Po' tmpdepfile='$(DEPDIR)/BSP_CSGMeshBuilder.TPo' \
|
||||
# $(CXXDEPMODE) $(depcomp) \
|
||||
# $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o BSP_CSGMeshBuilder.o `test -f 'intern/BSP_CSGMeshBuilder.cpp' || echo '$(srcdir)/'`intern/BSP_CSGMeshBuilder.cpp
|
||||
|
||||
BSP_CSGMeshBuilder.obj: intern/BSP_CSGMeshBuilder.cpp
|
||||
if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT BSP_CSGMeshBuilder.obj -MD -MP -MF "$(DEPDIR)/BSP_CSGMeshBuilder.Tpo" \
|
||||
-c -o BSP_CSGMeshBuilder.obj `if test -f 'intern/BSP_CSGMeshBuilder.cpp'; then $(CYGPATH_W) 'intern/BSP_CSGMeshBuilder.cpp'; else $(CYGPATH_W) '$(srcdir)/intern/BSP_CSGMeshBuilder.cpp'; fi`; \
|
||||
then mv -f "$(DEPDIR)/BSP_CSGMeshBuilder.Tpo" "$(DEPDIR)/BSP_CSGMeshBuilder.Po"; \
|
||||
else rm -f "$(DEPDIR)/BSP_CSGMeshBuilder.Tpo"; exit 1; \
|
||||
fi
|
||||
# source='intern/BSP_CSGMeshBuilder.cpp' object='BSP_CSGMeshBuilder.obj' libtool=no \
|
||||
# depfile='$(DEPDIR)/BSP_CSGMeshBuilder.Po' tmpdepfile='$(DEPDIR)/BSP_CSGMeshBuilder.TPo' \
|
||||
# $(CXXDEPMODE) $(depcomp) \
|
||||
# $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o BSP_CSGMeshBuilder.obj `if test -f 'intern/BSP_CSGMeshBuilder.cpp'; then $(CYGPATH_W) 'intern/BSP_CSGMeshBuilder.cpp'; else $(CYGPATH_W) '$(srcdir)/intern/BSP_CSGMeshBuilder.cpp'; fi`
|
||||
|
||||
BSP_CSGMeshBuilder.lo: intern/BSP_CSGMeshBuilder.cpp
|
||||
if $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT BSP_CSGMeshBuilder.lo -MD -MP -MF "$(DEPDIR)/BSP_CSGMeshBuilder.Tpo" \
|
||||
-c -o BSP_CSGMeshBuilder.lo `test -f 'intern/BSP_CSGMeshBuilder.cpp' || echo '$(srcdir)/'`intern/BSP_CSGMeshBuilder.cpp; \
|
||||
then mv -f "$(DEPDIR)/BSP_CSGMeshBuilder.Tpo" "$(DEPDIR)/BSP_CSGMeshBuilder.Plo"; \
|
||||
else rm -f "$(DEPDIR)/BSP_CSGMeshBuilder.Tpo"; exit 1; \
|
||||
fi
|
||||
# source='intern/BSP_CSGMeshBuilder.cpp' object='BSP_CSGMeshBuilder.lo' libtool=yes \
|
||||
# depfile='$(DEPDIR)/BSP_CSGMeshBuilder.Plo' tmpdepfile='$(DEPDIR)/BSP_CSGMeshBuilder.TPlo' \
|
||||
# $(CXXDEPMODE) $(depcomp) \
|
||||
# $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o BSP_CSGMeshBuilder.lo `test -f 'intern/BSP_CSGMeshBuilder.cpp' || echo '$(srcdir)/'`intern/BSP_CSGMeshBuilder.cpp
|
||||
|
||||
BSP_CSGMeshSplitter.o: intern/BSP_CSGMeshSplitter.cpp
|
||||
if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT BSP_CSGMeshSplitter.o -MD -MP -MF "$(DEPDIR)/BSP_CSGMeshSplitter.Tpo" \
|
||||
-c -o BSP_CSGMeshSplitter.o `test -f 'intern/BSP_CSGMeshSplitter.cpp' || echo '$(srcdir)/'`intern/BSP_CSGMeshSplitter.cpp; \
|
||||
then mv -f "$(DEPDIR)/BSP_CSGMeshSplitter.Tpo" "$(DEPDIR)/BSP_CSGMeshSplitter.Po"; \
|
||||
else rm -f "$(DEPDIR)/BSP_CSGMeshSplitter.Tpo"; exit 1; \
|
||||
fi
|
||||
# source='intern/BSP_CSGMeshSplitter.cpp' object='BSP_CSGMeshSplitter.o' libtool=no \
|
||||
# depfile='$(DEPDIR)/BSP_CSGMeshSplitter.Po' tmpdepfile='$(DEPDIR)/BSP_CSGMeshSplitter.TPo' \
|
||||
# $(CXXDEPMODE) $(depcomp) \
|
||||
# $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o BSP_CSGMeshSplitter.o `test -f 'intern/BSP_CSGMeshSplitter.cpp' || echo '$(srcdir)/'`intern/BSP_CSGMeshSplitter.cpp
|
||||
|
||||
BSP_CSGMeshSplitter.obj: intern/BSP_CSGMeshSplitter.cpp
|
||||
if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT BSP_CSGMeshSplitter.obj -MD -MP -MF "$(DEPDIR)/BSP_CSGMeshSplitter.Tpo" \
|
||||
-c -o BSP_CSGMeshSplitter.obj `if test -f 'intern/BSP_CSGMeshSplitter.cpp'; then $(CYGPATH_W) 'intern/BSP_CSGMeshSplitter.cpp'; else $(CYGPATH_W) '$(srcdir)/intern/BSP_CSGMeshSplitter.cpp'; fi`; \
|
||||
then mv -f "$(DEPDIR)/BSP_CSGMeshSplitter.Tpo" "$(DEPDIR)/BSP_CSGMeshSplitter.Po"; \
|
||||
else rm -f "$(DEPDIR)/BSP_CSGMeshSplitter.Tpo"; exit 1; \
|
||||
fi
|
||||
# source='intern/BSP_CSGMeshSplitter.cpp' object='BSP_CSGMeshSplitter.obj' libtool=no \
|
||||
# depfile='$(DEPDIR)/BSP_CSGMeshSplitter.Po' tmpdepfile='$(DEPDIR)/BSP_CSGMeshSplitter.TPo' \
|
||||
# $(CXXDEPMODE) $(depcomp) \
|
||||
# $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o BSP_CSGMeshSplitter.obj `if test -f 'intern/BSP_CSGMeshSplitter.cpp'; then $(CYGPATH_W) 'intern/BSP_CSGMeshSplitter.cpp'; else $(CYGPATH_W) '$(srcdir)/intern/BSP_CSGMeshSplitter.cpp'; fi`
|
||||
|
||||
BSP_CSGMeshSplitter.lo: intern/BSP_CSGMeshSplitter.cpp
|
||||
if $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT BSP_CSGMeshSplitter.lo -MD -MP -MF "$(DEPDIR)/BSP_CSGMeshSplitter.Tpo" \
|
||||
-c -o BSP_CSGMeshSplitter.lo `test -f 'intern/BSP_CSGMeshSplitter.cpp' || echo '$(srcdir)/'`intern/BSP_CSGMeshSplitter.cpp; \
|
||||
then mv -f "$(DEPDIR)/BSP_CSGMeshSplitter.Tpo" "$(DEPDIR)/BSP_CSGMeshSplitter.Plo"; \
|
||||
else rm -f "$(DEPDIR)/BSP_CSGMeshSplitter.Tpo"; exit 1; \
|
||||
fi
|
||||
# source='intern/BSP_CSGMeshSplitter.cpp' object='BSP_CSGMeshSplitter.lo' libtool=yes \
|
||||
# depfile='$(DEPDIR)/BSP_CSGMeshSplitter.Plo' tmpdepfile='$(DEPDIR)/BSP_CSGMeshSplitter.TPlo' \
|
||||
# $(CXXDEPMODE) $(depcomp) \
|
||||
# $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o BSP_CSGMeshSplitter.lo `test -f 'intern/BSP_CSGMeshSplitter.cpp' || echo '$(srcdir)/'`intern/BSP_CSGMeshSplitter.cpp
|
||||
|
||||
BSP_CSGNCMeshSplitter.o: intern/BSP_CSGNCMeshSplitter.cpp
|
||||
if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT BSP_CSGNCMeshSplitter.o -MD -MP -MF "$(DEPDIR)/BSP_CSGNCMeshSplitter.Tpo" \
|
||||
-c -o BSP_CSGNCMeshSplitter.o `test -f 'intern/BSP_CSGNCMeshSplitter.cpp' || echo '$(srcdir)/'`intern/BSP_CSGNCMeshSplitter.cpp; \
|
||||
then mv -f "$(DEPDIR)/BSP_CSGNCMeshSplitter.Tpo" "$(DEPDIR)/BSP_CSGNCMeshSplitter.Po"; \
|
||||
else rm -f "$(DEPDIR)/BSP_CSGNCMeshSplitter.Tpo"; exit 1; \
|
||||
fi
|
||||
# source='intern/BSP_CSGNCMeshSplitter.cpp' object='BSP_CSGNCMeshSplitter.o' libtool=no \
|
||||
# depfile='$(DEPDIR)/BSP_CSGNCMeshSplitter.Po' tmpdepfile='$(DEPDIR)/BSP_CSGNCMeshSplitter.TPo' \
|
||||
# $(CXXDEPMODE) $(depcomp) \
|
||||
# $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o BSP_CSGNCMeshSplitter.o `test -f 'intern/BSP_CSGNCMeshSplitter.cpp' || echo '$(srcdir)/'`intern/BSP_CSGNCMeshSplitter.cpp
|
||||
|
||||
BSP_CSGNCMeshSplitter.obj: intern/BSP_CSGNCMeshSplitter.cpp
|
||||
if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT BSP_CSGNCMeshSplitter.obj -MD -MP -MF "$(DEPDIR)/BSP_CSGNCMeshSplitter.Tpo" \
|
||||
-c -o BSP_CSGNCMeshSplitter.obj `if test -f 'intern/BSP_CSGNCMeshSplitter.cpp'; then $(CYGPATH_W) 'intern/BSP_CSGNCMeshSplitter.cpp'; else $(CYGPATH_W) '$(srcdir)/intern/BSP_CSGNCMeshSplitter.cpp'; fi`; \
|
||||
then mv -f "$(DEPDIR)/BSP_CSGNCMeshSplitter.Tpo" "$(DEPDIR)/BSP_CSGNCMeshSplitter.Po"; \
|
||||
else rm -f "$(DEPDIR)/BSP_CSGNCMeshSplitter.Tpo"; exit 1; \
|
||||
fi
|
||||
# source='intern/BSP_CSGNCMeshSplitter.cpp' object='BSP_CSGNCMeshSplitter.obj' libtool=no \
|
||||
# depfile='$(DEPDIR)/BSP_CSGNCMeshSplitter.Po' tmpdepfile='$(DEPDIR)/BSP_CSGNCMeshSplitter.TPo' \
|
||||
# $(CXXDEPMODE) $(depcomp) \
|
||||
# $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o BSP_CSGNCMeshSplitter.obj `if test -f 'intern/BSP_CSGNCMeshSplitter.cpp'; then $(CYGPATH_W) 'intern/BSP_CSGNCMeshSplitter.cpp'; else $(CYGPATH_W) '$(srcdir)/intern/BSP_CSGNCMeshSplitter.cpp'; fi`
|
||||
|
||||
BSP_CSGNCMeshSplitter.lo: intern/BSP_CSGNCMeshSplitter.cpp
|
||||
if $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT BSP_CSGNCMeshSplitter.lo -MD -MP -MF "$(DEPDIR)/BSP_CSGNCMeshSplitter.Tpo" \
|
||||
-c -o BSP_CSGNCMeshSplitter.lo `test -f 'intern/BSP_CSGNCMeshSplitter.cpp' || echo '$(srcdir)/'`intern/BSP_CSGNCMeshSplitter.cpp; \
|
||||
then mv -f "$(DEPDIR)/BSP_CSGNCMeshSplitter.Tpo" "$(DEPDIR)/BSP_CSGNCMeshSplitter.Plo"; \
|
||||
else rm -f "$(DEPDIR)/BSP_CSGNCMeshSplitter.Tpo"; exit 1; \
|
||||
fi
|
||||
# source='intern/BSP_CSGNCMeshSplitter.cpp' object='BSP_CSGNCMeshSplitter.lo' libtool=yes \
|
||||
# depfile='$(DEPDIR)/BSP_CSGNCMeshSplitter.Plo' tmpdepfile='$(DEPDIR)/BSP_CSGNCMeshSplitter.TPlo' \
|
||||
# $(CXXDEPMODE) $(depcomp) \
|
||||
# $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o BSP_CSGNCMeshSplitter.lo `test -f 'intern/BSP_CSGNCMeshSplitter.cpp' || echo '$(srcdir)/'`intern/BSP_CSGNCMeshSplitter.cpp
|
||||
|
||||
BSP_CSGUserData.o: intern/BSP_CSGUserData.cpp
|
||||
if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT BSP_CSGUserData.o -MD -MP -MF "$(DEPDIR)/BSP_CSGUserData.Tpo" \
|
||||
-c -o BSP_CSGUserData.o `test -f 'intern/BSP_CSGUserData.cpp' || echo '$(srcdir)/'`intern/BSP_CSGUserData.cpp; \
|
||||
then mv -f "$(DEPDIR)/BSP_CSGUserData.Tpo" "$(DEPDIR)/BSP_CSGUserData.Po"; \
|
||||
else rm -f "$(DEPDIR)/BSP_CSGUserData.Tpo"; exit 1; \
|
||||
fi
|
||||
# source='intern/BSP_CSGUserData.cpp' object='BSP_CSGUserData.o' libtool=no \
|
||||
# depfile='$(DEPDIR)/BSP_CSGUserData.Po' tmpdepfile='$(DEPDIR)/BSP_CSGUserData.TPo' \
|
||||
# $(CXXDEPMODE) $(depcomp) \
|
||||
# $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o BSP_CSGUserData.o `test -f 'intern/BSP_CSGUserData.cpp' || echo '$(srcdir)/'`intern/BSP_CSGUserData.cpp
|
||||
|
||||
BSP_CSGUserData.obj: intern/BSP_CSGUserData.cpp
|
||||
if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT BSP_CSGUserData.obj -MD -MP -MF "$(DEPDIR)/BSP_CSGUserData.Tpo" \
|
||||
-c -o BSP_CSGUserData.obj `if test -f 'intern/BSP_CSGUserData.cpp'; then $(CYGPATH_W) 'intern/BSP_CSGUserData.cpp'; else $(CYGPATH_W) '$(srcdir)/intern/BSP_CSGUserData.cpp'; fi`; \
|
||||
then mv -f "$(DEPDIR)/BSP_CSGUserData.Tpo" "$(DEPDIR)/BSP_CSGUserData.Po"; \
|
||||
else rm -f "$(DEPDIR)/BSP_CSGUserData.Tpo"; exit 1; \
|
||||
fi
|
||||
# source='intern/BSP_CSGUserData.cpp' object='BSP_CSGUserData.obj' libtool=no \
|
||||
# depfile='$(DEPDIR)/BSP_CSGUserData.Po' tmpdepfile='$(DEPDIR)/BSP_CSGUserData.TPo' \
|
||||
# $(CXXDEPMODE) $(depcomp) \
|
||||
# $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o BSP_CSGUserData.obj `if test -f 'intern/BSP_CSGUserData.cpp'; then $(CYGPATH_W) 'intern/BSP_CSGUserData.cpp'; else $(CYGPATH_W) '$(srcdir)/intern/BSP_CSGUserData.cpp'; fi`
|
||||
|
||||
BSP_CSGUserData.lo: intern/BSP_CSGUserData.cpp
|
||||
if $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT BSP_CSGUserData.lo -MD -MP -MF "$(DEPDIR)/BSP_CSGUserData.Tpo" \
|
||||
-c -o BSP_CSGUserData.lo `test -f 'intern/BSP_CSGUserData.cpp' || echo '$(srcdir)/'`intern/BSP_CSGUserData.cpp; \
|
||||
then mv -f "$(DEPDIR)/BSP_CSGUserData.Tpo" "$(DEPDIR)/BSP_CSGUserData.Plo"; \
|
||||
else rm -f "$(DEPDIR)/BSP_CSGUserData.Tpo"; exit 1; \
|
||||
fi
|
||||
# source='intern/BSP_CSGUserData.cpp' object='BSP_CSGUserData.lo' libtool=yes \
|
||||
# depfile='$(DEPDIR)/BSP_CSGUserData.Plo' tmpdepfile='$(DEPDIR)/BSP_CSGUserData.TPlo' \
|
||||
# $(CXXDEPMODE) $(depcomp) \
|
||||
# $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o BSP_CSGUserData.lo `test -f 'intern/BSP_CSGUserData.cpp' || echo '$(srcdir)/'`intern/BSP_CSGUserData.cpp
|
||||
|
||||
BSP_FragNode.o: intern/BSP_FragNode.cpp
|
||||
if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT BSP_FragNode.o -MD -MP -MF "$(DEPDIR)/BSP_FragNode.Tpo" \
|
||||
-c -o BSP_FragNode.o `test -f 'intern/BSP_FragNode.cpp' || echo '$(srcdir)/'`intern/BSP_FragNode.cpp; \
|
||||
then mv -f "$(DEPDIR)/BSP_FragNode.Tpo" "$(DEPDIR)/BSP_FragNode.Po"; \
|
||||
else rm -f "$(DEPDIR)/BSP_FragNode.Tpo"; exit 1; \
|
||||
fi
|
||||
# source='intern/BSP_FragNode.cpp' object='BSP_FragNode.o' libtool=no \
|
||||
# depfile='$(DEPDIR)/BSP_FragNode.Po' tmpdepfile='$(DEPDIR)/BSP_FragNode.TPo' \
|
||||
# $(CXXDEPMODE) $(depcomp) \
|
||||
# $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o BSP_FragNode.o `test -f 'intern/BSP_FragNode.cpp' || echo '$(srcdir)/'`intern/BSP_FragNode.cpp
|
||||
|
||||
BSP_FragNode.obj: intern/BSP_FragNode.cpp
|
||||
if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT BSP_FragNode.obj -MD -MP -MF "$(DEPDIR)/BSP_FragNode.Tpo" \
|
||||
-c -o BSP_FragNode.obj `if test -f 'intern/BSP_FragNode.cpp'; then $(CYGPATH_W) 'intern/BSP_FragNode.cpp'; else $(CYGPATH_W) '$(srcdir)/intern/BSP_FragNode.cpp'; fi`; \
|
||||
then mv -f "$(DEPDIR)/BSP_FragNode.Tpo" "$(DEPDIR)/BSP_FragNode.Po"; \
|
||||
else rm -f "$(DEPDIR)/BSP_FragNode.Tpo"; exit 1; \
|
||||
fi
|
||||
# source='intern/BSP_FragNode.cpp' object='BSP_FragNode.obj' libtool=no \
|
||||
# depfile='$(DEPDIR)/BSP_FragNode.Po' tmpdepfile='$(DEPDIR)/BSP_FragNode.TPo' \
|
||||
# $(CXXDEPMODE) $(depcomp) \
|
||||
# $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o BSP_FragNode.obj `if test -f 'intern/BSP_FragNode.cpp'; then $(CYGPATH_W) 'intern/BSP_FragNode.cpp'; else $(CYGPATH_W) '$(srcdir)/intern/BSP_FragNode.cpp'; fi`
|
||||
|
||||
BSP_FragNode.lo: intern/BSP_FragNode.cpp
|
||||
if $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT BSP_FragNode.lo -MD -MP -MF "$(DEPDIR)/BSP_FragNode.Tpo" \
|
||||
-c -o BSP_FragNode.lo `test -f 'intern/BSP_FragNode.cpp' || echo '$(srcdir)/'`intern/BSP_FragNode.cpp; \
|
||||
then mv -f "$(DEPDIR)/BSP_FragNode.Tpo" "$(DEPDIR)/BSP_FragNode.Plo"; \
|
||||
else rm -f "$(DEPDIR)/BSP_FragNode.Tpo"; exit 1; \
|
||||
fi
|
||||
# source='intern/BSP_FragNode.cpp' object='BSP_FragNode.lo' libtool=yes \
|
||||
# depfile='$(DEPDIR)/BSP_FragNode.Plo' tmpdepfile='$(DEPDIR)/BSP_FragNode.TPlo' \
|
||||
# $(CXXDEPMODE) $(depcomp) \
|
||||
# $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o BSP_FragNode.lo `test -f 'intern/BSP_FragNode.cpp' || echo '$(srcdir)/'`intern/BSP_FragNode.cpp
|
||||
|
||||
BSP_FragTree.o: intern/BSP_FragTree.cpp
|
||||
if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT BSP_FragTree.o -MD -MP -MF "$(DEPDIR)/BSP_FragTree.Tpo" \
|
||||
-c -o BSP_FragTree.o `test -f 'intern/BSP_FragTree.cpp' || echo '$(srcdir)/'`intern/BSP_FragTree.cpp; \
|
||||
then mv -f "$(DEPDIR)/BSP_FragTree.Tpo" "$(DEPDIR)/BSP_FragTree.Po"; \
|
||||
else rm -f "$(DEPDIR)/BSP_FragTree.Tpo"; exit 1; \
|
||||
fi
|
||||
# source='intern/BSP_FragTree.cpp' object='BSP_FragTree.o' libtool=no \
|
||||
# depfile='$(DEPDIR)/BSP_FragTree.Po' tmpdepfile='$(DEPDIR)/BSP_FragTree.TPo' \
|
||||
# $(CXXDEPMODE) $(depcomp) \
|
||||
# $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o BSP_FragTree.o `test -f 'intern/BSP_FragTree.cpp' || echo '$(srcdir)/'`intern/BSP_FragTree.cpp
|
||||
|
||||
BSP_FragTree.obj: intern/BSP_FragTree.cpp
|
||||
if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT BSP_FragTree.obj -MD -MP -MF "$(DEPDIR)/BSP_FragTree.Tpo" \
|
||||
-c -o BSP_FragTree.obj `if test -f 'intern/BSP_FragTree.cpp'; then $(CYGPATH_W) 'intern/BSP_FragTree.cpp'; else $(CYGPATH_W) '$(srcdir)/intern/BSP_FragTree.cpp'; fi`; \
|
||||
then mv -f "$(DEPDIR)/BSP_FragTree.Tpo" "$(DEPDIR)/BSP_FragTree.Po"; \
|
||||
else rm -f "$(DEPDIR)/BSP_FragTree.Tpo"; exit 1; \
|
||||
fi
|
||||
# source='intern/BSP_FragTree.cpp' object='BSP_FragTree.obj' libtool=no \
|
||||
# depfile='$(DEPDIR)/BSP_FragTree.Po' tmpdepfile='$(DEPDIR)/BSP_FragTree.TPo' \
|
||||
# $(CXXDEPMODE) $(depcomp) \
|
||||
# $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o BSP_FragTree.obj `if test -f 'intern/BSP_FragTree.cpp'; then $(CYGPATH_W) 'intern/BSP_FragTree.cpp'; else $(CYGPATH_W) '$(srcdir)/intern/BSP_FragTree.cpp'; fi`
|
||||
|
||||
BSP_FragTree.lo: intern/BSP_FragTree.cpp
|
||||
if $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT BSP_FragTree.lo -MD -MP -MF "$(DEPDIR)/BSP_FragTree.Tpo" \
|
||||
-c -o BSP_FragTree.lo `test -f 'intern/BSP_FragTree.cpp' || echo '$(srcdir)/'`intern/BSP_FragTree.cpp; \
|
||||
then mv -f "$(DEPDIR)/BSP_FragTree.Tpo" "$(DEPDIR)/BSP_FragTree.Plo"; \
|
||||
else rm -f "$(DEPDIR)/BSP_FragTree.Tpo"; exit 1; \
|
||||
fi
|
||||
# source='intern/BSP_FragTree.cpp' object='BSP_FragTree.lo' libtool=yes \
|
||||
# depfile='$(DEPDIR)/BSP_FragTree.Plo' tmpdepfile='$(DEPDIR)/BSP_FragTree.TPlo' \
|
||||
# $(CXXDEPMODE) $(depcomp) \
|
||||
# $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o BSP_FragTree.lo `test -f 'intern/BSP_FragTree.cpp' || echo '$(srcdir)/'`intern/BSP_FragTree.cpp
|
||||
|
||||
BSP_MeshFragment.o: intern/BSP_MeshFragment.cpp
|
||||
if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT BSP_MeshFragment.o -MD -MP -MF "$(DEPDIR)/BSP_MeshFragment.Tpo" \
|
||||
-c -o BSP_MeshFragment.o `test -f 'intern/BSP_MeshFragment.cpp' || echo '$(srcdir)/'`intern/BSP_MeshFragment.cpp; \
|
||||
then mv -f "$(DEPDIR)/BSP_MeshFragment.Tpo" "$(DEPDIR)/BSP_MeshFragment.Po"; \
|
||||
else rm -f "$(DEPDIR)/BSP_MeshFragment.Tpo"; exit 1; \
|
||||
fi
|
||||
# source='intern/BSP_MeshFragment.cpp' object='BSP_MeshFragment.o' libtool=no \
|
||||
# depfile='$(DEPDIR)/BSP_MeshFragment.Po' tmpdepfile='$(DEPDIR)/BSP_MeshFragment.TPo' \
|
||||
# $(CXXDEPMODE) $(depcomp) \
|
||||
# $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o BSP_MeshFragment.o `test -f 'intern/BSP_MeshFragment.cpp' || echo '$(srcdir)/'`intern/BSP_MeshFragment.cpp
|
||||
|
||||
BSP_MeshFragment.obj: intern/BSP_MeshFragment.cpp
|
||||
if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT BSP_MeshFragment.obj -MD -MP -MF "$(DEPDIR)/BSP_MeshFragment.Tpo" \
|
||||
-c -o BSP_MeshFragment.obj `if test -f 'intern/BSP_MeshFragment.cpp'; then $(CYGPATH_W) 'intern/BSP_MeshFragment.cpp'; else $(CYGPATH_W) '$(srcdir)/intern/BSP_MeshFragment.cpp'; fi`; \
|
||||
then mv -f "$(DEPDIR)/BSP_MeshFragment.Tpo" "$(DEPDIR)/BSP_MeshFragment.Po"; \
|
||||
else rm -f "$(DEPDIR)/BSP_MeshFragment.Tpo"; exit 1; \
|
||||
fi
|
||||
# source='intern/BSP_MeshFragment.cpp' object='BSP_MeshFragment.obj' libtool=no \
|
||||
# depfile='$(DEPDIR)/BSP_MeshFragment.Po' tmpdepfile='$(DEPDIR)/BSP_MeshFragment.TPo' \
|
||||
# $(CXXDEPMODE) $(depcomp) \
|
||||
# $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o BSP_MeshFragment.obj `if test -f 'intern/BSP_MeshFragment.cpp'; then $(CYGPATH_W) 'intern/BSP_MeshFragment.cpp'; else $(CYGPATH_W) '$(srcdir)/intern/BSP_MeshFragment.cpp'; fi`
|
||||
|
||||
BSP_MeshFragment.lo: intern/BSP_MeshFragment.cpp
|
||||
if $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT BSP_MeshFragment.lo -MD -MP -MF "$(DEPDIR)/BSP_MeshFragment.Tpo" \
|
||||
-c -o BSP_MeshFragment.lo `test -f 'intern/BSP_MeshFragment.cpp' || echo '$(srcdir)/'`intern/BSP_MeshFragment.cpp; \
|
||||
then mv -f "$(DEPDIR)/BSP_MeshFragment.Tpo" "$(DEPDIR)/BSP_MeshFragment.Plo"; \
|
||||
else rm -f "$(DEPDIR)/BSP_MeshFragment.Tpo"; exit 1; \
|
||||
fi
|
||||
# source='intern/BSP_MeshFragment.cpp' object='BSP_MeshFragment.lo' libtool=yes \
|
||||
# depfile='$(DEPDIR)/BSP_MeshFragment.Plo' tmpdepfile='$(DEPDIR)/BSP_MeshFragment.TPlo' \
|
||||
# $(CXXDEPMODE) $(depcomp) \
|
||||
# $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o BSP_MeshFragment.lo `test -f 'intern/BSP_MeshFragment.cpp' || echo '$(srcdir)/'`intern/BSP_MeshFragment.cpp
|
||||
|
||||
BSP_MeshPrimitives.o: intern/BSP_MeshPrimitives.cpp
|
||||
if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT BSP_MeshPrimitives.o -MD -MP -MF "$(DEPDIR)/BSP_MeshPrimitives.Tpo" \
|
||||
-c -o BSP_MeshPrimitives.o `test -f 'intern/BSP_MeshPrimitives.cpp' || echo '$(srcdir)/'`intern/BSP_MeshPrimitives.cpp; \
|
||||
then mv -f "$(DEPDIR)/BSP_MeshPrimitives.Tpo" "$(DEPDIR)/BSP_MeshPrimitives.Po"; \
|
||||
else rm -f "$(DEPDIR)/BSP_MeshPrimitives.Tpo"; exit 1; \
|
||||
fi
|
||||
# source='intern/BSP_MeshPrimitives.cpp' object='BSP_MeshPrimitives.o' libtool=no \
|
||||
# depfile='$(DEPDIR)/BSP_MeshPrimitives.Po' tmpdepfile='$(DEPDIR)/BSP_MeshPrimitives.TPo' \
|
||||
# $(CXXDEPMODE) $(depcomp) \
|
||||
# $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o BSP_MeshPrimitives.o `test -f 'intern/BSP_MeshPrimitives.cpp' || echo '$(srcdir)/'`intern/BSP_MeshPrimitives.cpp
|
||||
|
||||
BSP_MeshPrimitives.obj: intern/BSP_MeshPrimitives.cpp
|
||||
if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT BSP_MeshPrimitives.obj -MD -MP -MF "$(DEPDIR)/BSP_MeshPrimitives.Tpo" \
|
||||
-c -o BSP_MeshPrimitives.obj `if test -f 'intern/BSP_MeshPrimitives.cpp'; then $(CYGPATH_W) 'intern/BSP_MeshPrimitives.cpp'; else $(CYGPATH_W) '$(srcdir)/intern/BSP_MeshPrimitives.cpp'; fi`; \
|
||||
then mv -f "$(DEPDIR)/BSP_MeshPrimitives.Tpo" "$(DEPDIR)/BSP_MeshPrimitives.Po"; \
|
||||
else rm -f "$(DEPDIR)/BSP_MeshPrimitives.Tpo"; exit 1; \
|
||||
fi
|
||||
# source='intern/BSP_MeshPrimitives.cpp' object='BSP_MeshPrimitives.obj' libtool=no \
|
||||
# depfile='$(DEPDIR)/BSP_MeshPrimitives.Po' tmpdepfile='$(DEPDIR)/BSP_MeshPrimitives.TPo' \
|
||||
# $(CXXDEPMODE) $(depcomp) \
|
||||
# $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o BSP_MeshPrimitives.obj `if test -f 'intern/BSP_MeshPrimitives.cpp'; then $(CYGPATH_W) 'intern/BSP_MeshPrimitives.cpp'; else $(CYGPATH_W) '$(srcdir)/intern/BSP_MeshPrimitives.cpp'; fi`
|
||||
|
||||
BSP_MeshPrimitives.lo: intern/BSP_MeshPrimitives.cpp
|
||||
if $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT BSP_MeshPrimitives.lo -MD -MP -MF "$(DEPDIR)/BSP_MeshPrimitives.Tpo" \
|
||||
-c -o BSP_MeshPrimitives.lo `test -f 'intern/BSP_MeshPrimitives.cpp' || echo '$(srcdir)/'`intern/BSP_MeshPrimitives.cpp; \
|
||||
then mv -f "$(DEPDIR)/BSP_MeshPrimitives.Tpo" "$(DEPDIR)/BSP_MeshPrimitives.Plo"; \
|
||||
else rm -f "$(DEPDIR)/BSP_MeshPrimitives.Tpo"; exit 1; \
|
||||
fi
|
||||
# source='intern/BSP_MeshPrimitives.cpp' object='BSP_MeshPrimitives.lo' libtool=yes \
|
||||
# depfile='$(DEPDIR)/BSP_MeshPrimitives.Plo' tmpdepfile='$(DEPDIR)/BSP_MeshPrimitives.TPlo' \
|
||||
# $(CXXDEPMODE) $(depcomp) \
|
||||
# $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o BSP_MeshPrimitives.lo `test -f 'intern/BSP_MeshPrimitives.cpp' || echo '$(srcdir)/'`intern/BSP_MeshPrimitives.cpp
|
||||
|
||||
BSP_Triangulate.o: intern/BSP_Triangulate.cpp
|
||||
if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT BSP_Triangulate.o -MD -MP -MF "$(DEPDIR)/BSP_Triangulate.Tpo" \
|
||||
-c -o BSP_Triangulate.o `test -f 'intern/BSP_Triangulate.cpp' || echo '$(srcdir)/'`intern/BSP_Triangulate.cpp; \
|
||||
then mv -f "$(DEPDIR)/BSP_Triangulate.Tpo" "$(DEPDIR)/BSP_Triangulate.Po"; \
|
||||
else rm -f "$(DEPDIR)/BSP_Triangulate.Tpo"; exit 1; \
|
||||
fi
|
||||
# source='intern/BSP_Triangulate.cpp' object='BSP_Triangulate.o' libtool=no \
|
||||
# depfile='$(DEPDIR)/BSP_Triangulate.Po' tmpdepfile='$(DEPDIR)/BSP_Triangulate.TPo' \
|
||||
# $(CXXDEPMODE) $(depcomp) \
|
||||
# $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o BSP_Triangulate.o `test -f 'intern/BSP_Triangulate.cpp' || echo '$(srcdir)/'`intern/BSP_Triangulate.cpp
|
||||
|
||||
BSP_Triangulate.obj: intern/BSP_Triangulate.cpp
|
||||
if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT BSP_Triangulate.obj -MD -MP -MF "$(DEPDIR)/BSP_Triangulate.Tpo" \
|
||||
-c -o BSP_Triangulate.obj `if test -f 'intern/BSP_Triangulate.cpp'; then $(CYGPATH_W) 'intern/BSP_Triangulate.cpp'; else $(CYGPATH_W) '$(srcdir)/intern/BSP_Triangulate.cpp'; fi`; \
|
||||
then mv -f "$(DEPDIR)/BSP_Triangulate.Tpo" "$(DEPDIR)/BSP_Triangulate.Po"; \
|
||||
else rm -f "$(DEPDIR)/BSP_Triangulate.Tpo"; exit 1; \
|
||||
fi
|
||||
# source='intern/BSP_Triangulate.cpp' object='BSP_Triangulate.obj' libtool=no \
|
||||
# depfile='$(DEPDIR)/BSP_Triangulate.Po' tmpdepfile='$(DEPDIR)/BSP_Triangulate.TPo' \
|
||||
# $(CXXDEPMODE) $(depcomp) \
|
||||
# $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o BSP_Triangulate.obj `if test -f 'intern/BSP_Triangulate.cpp'; then $(CYGPATH_W) 'intern/BSP_Triangulate.cpp'; else $(CYGPATH_W) '$(srcdir)/intern/BSP_Triangulate.cpp'; fi`
|
||||
|
||||
BSP_Triangulate.lo: intern/BSP_Triangulate.cpp
|
||||
if $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT BSP_Triangulate.lo -MD -MP -MF "$(DEPDIR)/BSP_Triangulate.Tpo" \
|
||||
-c -o BSP_Triangulate.lo `test -f 'intern/BSP_Triangulate.cpp' || echo '$(srcdir)/'`intern/BSP_Triangulate.cpp; \
|
||||
then mv -f "$(DEPDIR)/BSP_Triangulate.Tpo" "$(DEPDIR)/BSP_Triangulate.Plo"; \
|
||||
else rm -f "$(DEPDIR)/BSP_Triangulate.Tpo"; exit 1; \
|
||||
fi
|
||||
# source='intern/BSP_Triangulate.cpp' object='BSP_Triangulate.lo' libtool=yes \
|
||||
# depfile='$(DEPDIR)/BSP_Triangulate.Plo' tmpdepfile='$(DEPDIR)/BSP_Triangulate.TPlo' \
|
||||
# $(CXXDEPMODE) $(depcomp) \
|
||||
# $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o BSP_Triangulate.lo `test -f 'intern/BSP_Triangulate.cpp' || echo '$(srcdir)/'`intern/BSP_Triangulate.cpp
|
||||
|
||||
CSG_BooleanOps.o: intern/CSG_BooleanOps.cpp
|
||||
if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT CSG_BooleanOps.o -MD -MP -MF "$(DEPDIR)/CSG_BooleanOps.Tpo" \
|
||||
-c -o CSG_BooleanOps.o `test -f 'intern/CSG_BooleanOps.cpp' || echo '$(srcdir)/'`intern/CSG_BooleanOps.cpp; \
|
||||
then mv -f "$(DEPDIR)/CSG_BooleanOps.Tpo" "$(DEPDIR)/CSG_BooleanOps.Po"; \
|
||||
else rm -f "$(DEPDIR)/CSG_BooleanOps.Tpo"; exit 1; \
|
||||
fi
|
||||
# source='intern/CSG_BooleanOps.cpp' object='CSG_BooleanOps.o' libtool=no \
|
||||
# depfile='$(DEPDIR)/CSG_BooleanOps.Po' tmpdepfile='$(DEPDIR)/CSG_BooleanOps.TPo' \
|
||||
# $(CXXDEPMODE) $(depcomp) \
|
||||
# $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o CSG_BooleanOps.o `test -f 'intern/CSG_BooleanOps.cpp' || echo '$(srcdir)/'`intern/CSG_BooleanOps.cpp
|
||||
|
||||
CSG_BooleanOps.obj: intern/CSG_BooleanOps.cpp
|
||||
if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT CSG_BooleanOps.obj -MD -MP -MF "$(DEPDIR)/CSG_BooleanOps.Tpo" \
|
||||
-c -o CSG_BooleanOps.obj `if test -f 'intern/CSG_BooleanOps.cpp'; then $(CYGPATH_W) 'intern/CSG_BooleanOps.cpp'; else $(CYGPATH_W) '$(srcdir)/intern/CSG_BooleanOps.cpp'; fi`; \
|
||||
then mv -f "$(DEPDIR)/CSG_BooleanOps.Tpo" "$(DEPDIR)/CSG_BooleanOps.Po"; \
|
||||
else rm -f "$(DEPDIR)/CSG_BooleanOps.Tpo"; exit 1; \
|
||||
fi
|
||||
# source='intern/CSG_BooleanOps.cpp' object='CSG_BooleanOps.obj' libtool=no \
|
||||
# depfile='$(DEPDIR)/CSG_BooleanOps.Po' tmpdepfile='$(DEPDIR)/CSG_BooleanOps.TPo' \
|
||||
# $(CXXDEPMODE) $(depcomp) \
|
||||
# $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o CSG_BooleanOps.obj `if test -f 'intern/CSG_BooleanOps.cpp'; then $(CYGPATH_W) 'intern/CSG_BooleanOps.cpp'; else $(CYGPATH_W) '$(srcdir)/intern/CSG_BooleanOps.cpp'; fi`
|
||||
|
||||
CSG_BooleanOps.lo: intern/CSG_BooleanOps.cpp
|
||||
if $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT CSG_BooleanOps.lo -MD -MP -MF "$(DEPDIR)/CSG_BooleanOps.Tpo" \
|
||||
-c -o CSG_BooleanOps.lo `test -f 'intern/CSG_BooleanOps.cpp' || echo '$(srcdir)/'`intern/CSG_BooleanOps.cpp; \
|
||||
then mv -f "$(DEPDIR)/CSG_BooleanOps.Tpo" "$(DEPDIR)/CSG_BooleanOps.Plo"; \
|
||||
else rm -f "$(DEPDIR)/CSG_BooleanOps.Tpo"; exit 1; \
|
||||
fi
|
||||
# source='intern/CSG_BooleanOps.cpp' object='CSG_BooleanOps.lo' libtool=yes \
|
||||
# depfile='$(DEPDIR)/CSG_BooleanOps.Plo' tmpdepfile='$(DEPDIR)/CSG_BooleanOps.TPlo' \
|
||||
# $(CXXDEPMODE) $(depcomp) \
|
||||
# $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o CSG_BooleanOps.lo `test -f 'intern/CSG_BooleanOps.cpp' || echo '$(srcdir)/'`intern/CSG_BooleanOps.cpp
|
||||
|
||||
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:
|
||||
|
||||
@@ -1,52 +1,517 @@
|
||||
#
|
||||
# $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.
|
||||
# intern/container/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): Hans Lambermont
|
||||
#
|
||||
# ***** END GPL/BL DUAL LICENSE BLOCK *****
|
||||
# container main makefile.
|
||||
#
|
||||
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
|
||||
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
|
||||
# PARTICULAR PURPOSE.
|
||||
|
||||
include nan_definitions.mk
|
||||
|
||||
LIBNAME = container
|
||||
SOURCEDIR = intern/$(LIBNAME)
|
||||
DIR = $(OCGDIR)/$(SOURCEDIR)
|
||||
DIRS = intern
|
||||
#not yet TESTDIRS = test
|
||||
|
||||
include nan_subdirs.mk
|
||||
|
||||
install: all debug
|
||||
@[ -d $(NAN_CONTAINER) ] || mkdir $(NAN_CONTAINER)
|
||||
@[ -d $(NAN_CONTAINER)/include ] || mkdir $(NAN_CONTAINER)/include
|
||||
@[ -d $(NAN_CONTAINER)/lib ] || mkdir $(NAN_CONTAINER)/lib
|
||||
@[ -d $(NAN_CONTAINER)/lib/debug ] || mkdir $(NAN_CONTAINER)/lib/debug
|
||||
@../tools/cpifdiff.sh $(DIR)/libcontainer.a $(NAN_CONTAINER)/lib/
|
||||
@../tools/cpifdiff.sh $(DIR)/debug/libcontainer.a $(NAN_CONTAINER)/lib/debug
|
||||
@../tools/cpifdiff.sh *.h $(NAN_CONTAINER)/include/
|
||||
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_CTR.la
|
||||
|
||||
libblender_CTR_la_SOURCES = \
|
||||
CTR_List.h \
|
||||
CTR_Map.h \
|
||||
CTR_TaggedIndex.h \
|
||||
CTR_TaggedSetOps.h \
|
||||
CTR_UHeap.h \
|
||||
intern/CTR_List.cpp
|
||||
|
||||
subdir = intern/container
|
||||
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
|
||||
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
|
||||
CONFIG_HEADER = $(top_builddir)/config.h
|
||||
CONFIG_CLEAN_FILES =
|
||||
LTLIBRARIES = $(noinst_LTLIBRARIES)
|
||||
|
||||
libblender_CTR_la_LDFLAGS =
|
||||
libblender_CTR_la_LIBADD =
|
||||
am_libblender_CTR_la_OBJECTS = CTR_List.lo
|
||||
libblender_CTR_la_OBJECTS = $(am_libblender_CTR_la_OBJECTS)
|
||||
|
||||
DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
|
||||
depcomp = $(SHELL) $(top_srcdir)/depcomp
|
||||
am__depfiles_maybe = depfiles
|
||||
DEP_FILES = ./$(DEPDIR)/CTR_List.Plo
|
||||
CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
|
||||
$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
|
||||
LTCXXCOMPILE = $(LIBTOOL) --mode=compile $(CXX) $(DEFS) \
|
||||
$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
|
||||
$(AM_CXXFLAGS) $(CXXFLAGS)
|
||||
CXXLD = $(CXX)
|
||||
CXXLINK = $(LIBTOOL) --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) \
|
||||
$(AM_LDFLAGS) $(LDFLAGS) -o $@
|
||||
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_CTR_la_SOURCES)
|
||||
DIST_COMMON = Makefile.am Makefile.in
|
||||
SOURCES = $(libblender_CTR_la_SOURCES)
|
||||
|
||||
all: all-am
|
||||
|
||||
.SUFFIXES:
|
||||
.SUFFIXES: .cpp .lo .o .obj
|
||||
$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.ac $(ACLOCAL_M4)
|
||||
cd $(top_srcdir) && \
|
||||
$(AUTOMAKE) --gnu intern/container/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_CTR.la: $(libblender_CTR_la_OBJECTS) $(libblender_CTR_la_DEPENDENCIES)
|
||||
$(CXXLINK) $(libblender_CTR_la_LDFLAGS) $(libblender_CTR_la_OBJECTS) $(libblender_CTR_la_LIBADD) $(LIBS)
|
||||
|
||||
mostlyclean-compile:
|
||||
-rm -f *.$(OBJEXT) core *.core
|
||||
|
||||
distclean-compile:
|
||||
-rm -f *.tab.c
|
||||
|
||||
include ./$(DEPDIR)/CTR_List.Plo
|
||||
|
||||
distclean-depend:
|
||||
-rm -rf ./$(DEPDIR)
|
||||
|
||||
.cpp.o:
|
||||
if $(CXXCOMPILE) -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' \
|
||||
# $(CXXDEPMODE) $(depcomp) \
|
||||
# $(CXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
|
||||
|
||||
.cpp.obj:
|
||||
if $(CXXCOMPILE) -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' \
|
||||
# $(CXXDEPMODE) $(depcomp) \
|
||||
# $(CXXCOMPILE) -c -o $@ `if test -f '$<'; then $(CYGPATH_W) '$<'; else $(CYGPATH_W) '$(srcdir)/$<'; fi`
|
||||
|
||||
.cpp.lo:
|
||||
if $(LTCXXCOMPILE) -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' \
|
||||
# $(CXXDEPMODE) $(depcomp) \
|
||||
# $(LTCXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
|
||||
|
||||
CTR_List.o: intern/CTR_List.cpp
|
||||
if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT CTR_List.o -MD -MP -MF "$(DEPDIR)/CTR_List.Tpo" \
|
||||
-c -o CTR_List.o `test -f 'intern/CTR_List.cpp' || echo '$(srcdir)/'`intern/CTR_List.cpp; \
|
||||
then mv -f "$(DEPDIR)/CTR_List.Tpo" "$(DEPDIR)/CTR_List.Po"; \
|
||||
else rm -f "$(DEPDIR)/CTR_List.Tpo"; exit 1; \
|
||||
fi
|
||||
# source='intern/CTR_List.cpp' object='CTR_List.o' libtool=no \
|
||||
# depfile='$(DEPDIR)/CTR_List.Po' tmpdepfile='$(DEPDIR)/CTR_List.TPo' \
|
||||
# $(CXXDEPMODE) $(depcomp) \
|
||||
# $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o CTR_List.o `test -f 'intern/CTR_List.cpp' || echo '$(srcdir)/'`intern/CTR_List.cpp
|
||||
|
||||
CTR_List.obj: intern/CTR_List.cpp
|
||||
if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT CTR_List.obj -MD -MP -MF "$(DEPDIR)/CTR_List.Tpo" \
|
||||
-c -o CTR_List.obj `if test -f 'intern/CTR_List.cpp'; then $(CYGPATH_W) 'intern/CTR_List.cpp'; else $(CYGPATH_W) '$(srcdir)/intern/CTR_List.cpp'; fi`; \
|
||||
then mv -f "$(DEPDIR)/CTR_List.Tpo" "$(DEPDIR)/CTR_List.Po"; \
|
||||
else rm -f "$(DEPDIR)/CTR_List.Tpo"; exit 1; \
|
||||
fi
|
||||
# source='intern/CTR_List.cpp' object='CTR_List.obj' libtool=no \
|
||||
# depfile='$(DEPDIR)/CTR_List.Po' tmpdepfile='$(DEPDIR)/CTR_List.TPo' \
|
||||
# $(CXXDEPMODE) $(depcomp) \
|
||||
# $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o CTR_List.obj `if test -f 'intern/CTR_List.cpp'; then $(CYGPATH_W) 'intern/CTR_List.cpp'; else $(CYGPATH_W) '$(srcdir)/intern/CTR_List.cpp'; fi`
|
||||
|
||||
CTR_List.lo: intern/CTR_List.cpp
|
||||
if $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT CTR_List.lo -MD -MP -MF "$(DEPDIR)/CTR_List.Tpo" \
|
||||
-c -o CTR_List.lo `test -f 'intern/CTR_List.cpp' || echo '$(srcdir)/'`intern/CTR_List.cpp; \
|
||||
then mv -f "$(DEPDIR)/CTR_List.Tpo" "$(DEPDIR)/CTR_List.Plo"; \
|
||||
else rm -f "$(DEPDIR)/CTR_List.Tpo"; exit 1; \
|
||||
fi
|
||||
# source='intern/CTR_List.cpp' object='CTR_List.lo' libtool=yes \
|
||||
# depfile='$(DEPDIR)/CTR_List.Plo' tmpdepfile='$(DEPDIR)/CTR_List.TPlo' \
|
||||
# $(CXXDEPMODE) $(depcomp) \
|
||||
# $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o CTR_List.lo `test -f 'intern/CTR_List.cpp' || echo '$(srcdir)/'`intern/CTR_List.cpp
|
||||
|
||||
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:
|
||||
|
||||
@@ -1,56 +1,787 @@
|
||||
#
|
||||
# $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.
|
||||
# intern/decimation/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): Hans Lambermont
|
||||
#
|
||||
# ***** END GPL/BL DUAL LICENSE BLOCK *****
|
||||
# decimation main makefile.
|
||||
#
|
||||
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
|
||||
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
|
||||
# PARTICULAR PURPOSE.
|
||||
|
||||
include nan_definitions.mk
|
||||
|
||||
LIBNAME = decimation
|
||||
SOURCEDIR = intern/$(LIBNAME)
|
||||
DIR = $(OCGDIR)/$(SOURCEDIR)
|
||||
DIRS = intern
|
||||
TESTDIRS = test
|
||||
|
||||
include nan_subdirs.mk
|
||||
srcdir = .
|
||||
top_srcdir = ../..
|
||||
|
||||
install: all debug
|
||||
@[ -d $(NAN_DECIMATION) ] || mkdir $(NAN_DECIMATION)
|
||||
@[ -d $(NAN_DECIMATION)/include ] || mkdir $(NAN_DECIMATION)/include
|
||||
@[ -d $(NAN_DECIMATION)/lib ] || mkdir $(NAN_DECIMATION)/lib
|
||||
@[ -d $(NAN_DECIMATION)/lib/debug ] || mkdir $(NAN_DECIMATION)/lib/debug
|
||||
@../tools/cpifdiff.sh $(DIR)/libdecimation.a $(NAN_DECIMATION)/lib/
|
||||
@../tools/cpifdiff.sh $(DIR)/debug/libdecimation.a $(NAN_DECIMATION)/lib/debug/
|
||||
ifeq ($(OS),darwin)
|
||||
ranlib $(NAN_DECIMATION)/lib/libdecimation.a
|
||||
ranlib $(NAN_DECIMATION)/lib/debug/libdecimation.a
|
||||
endif
|
||||
@../tools/cpifdiff.sh extern/*.h $(NAN_DECIMATION)/include/
|
||||
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_LOD.la
|
||||
|
||||
INCLUDES = -I$(top_srcdir)/intern/decimation/intern \
|
||||
-I$(top_srcdir)/intern/decimation/extern \
|
||||
-I$(top_srcdir)/intern/moto/include \
|
||||
-I$(top_srcdir)/intern/container \
|
||||
-I$(top_srcdir)/intern/memutil
|
||||
|
||||
|
||||
libblender_LOD_la_SOURCES = \
|
||||
extern/LOD_decimation.h \
|
||||
intern/LOD_DecimationClass.h \
|
||||
intern/LOD_EdgeCollapser.cpp \
|
||||
intern/LOD_EdgeCollapser.h \
|
||||
intern/LOD_ExternBufferEditor.h \
|
||||
intern/LOD_ExternNormalEditor.cpp \
|
||||
intern/LOD_ExternNormalEditor.h \
|
||||
intern/LOD_FaceNormalEditor.cpp \
|
||||
intern/LOD_FaceNormalEditor.h \
|
||||
intern/LOD_ManMesh2.cpp \
|
||||
intern/LOD_ManMesh2.h \
|
||||
intern/LOD_MeshBounds.h \
|
||||
intern/LOD_MeshException.h \
|
||||
intern/LOD_MeshPrimitives.cpp \
|
||||
intern/LOD_MeshPrimitives.h \
|
||||
intern/LOD_QSDecimator.cpp \
|
||||
intern/LOD_QSDecimator.h \
|
||||
intern/LOD_Quadric.h \
|
||||
intern/LOD_QuadricEditor.cpp \
|
||||
intern/LOD_QuadricEditor.h \
|
||||
intern/LOD_decimation.cpp
|
||||
|
||||
subdir = intern/decimation
|
||||
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
|
||||
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
|
||||
CONFIG_HEADER = $(top_builddir)/config.h
|
||||
CONFIG_CLEAN_FILES =
|
||||
LTLIBRARIES = $(noinst_LTLIBRARIES)
|
||||
|
||||
libblender_LOD_la_LDFLAGS =
|
||||
libblender_LOD_la_LIBADD =
|
||||
am_libblender_LOD_la_OBJECTS = LOD_EdgeCollapser.lo \
|
||||
LOD_ExternNormalEditor.lo LOD_FaceNormalEditor.lo \
|
||||
LOD_ManMesh2.lo LOD_MeshPrimitives.lo LOD_QSDecimator.lo \
|
||||
LOD_QuadricEditor.lo LOD_decimation.lo
|
||||
libblender_LOD_la_OBJECTS = $(am_libblender_LOD_la_OBJECTS)
|
||||
|
||||
DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
|
||||
depcomp = $(SHELL) $(top_srcdir)/depcomp
|
||||
am__depfiles_maybe = depfiles
|
||||
DEP_FILES = ./$(DEPDIR)/LOD_EdgeCollapser.Plo \
|
||||
./$(DEPDIR)/LOD_ExternNormalEditor.Plo \
|
||||
./$(DEPDIR)/LOD_FaceNormalEditor.Plo \
|
||||
./$(DEPDIR)/LOD_ManMesh2.Plo \
|
||||
./$(DEPDIR)/LOD_MeshPrimitives.Plo \
|
||||
./$(DEPDIR)/LOD_QSDecimator.Plo \
|
||||
./$(DEPDIR)/LOD_QuadricEditor.Plo \
|
||||
./$(DEPDIR)/LOD_decimation.Plo
|
||||
CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
|
||||
$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
|
||||
LTCXXCOMPILE = $(LIBTOOL) --mode=compile $(CXX) $(DEFS) \
|
||||
$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
|
||||
$(AM_CXXFLAGS) $(CXXFLAGS)
|
||||
CXXLD = $(CXX)
|
||||
CXXLINK = $(LIBTOOL) --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) \
|
||||
$(AM_LDFLAGS) $(LDFLAGS) -o $@
|
||||
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_LOD_la_SOURCES)
|
||||
DIST_COMMON = Makefile.am Makefile.in
|
||||
SOURCES = $(libblender_LOD_la_SOURCES)
|
||||
|
||||
all: all-am
|
||||
|
||||
.SUFFIXES:
|
||||
.SUFFIXES: .cpp .lo .o .obj
|
||||
$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.ac $(ACLOCAL_M4)
|
||||
cd $(top_srcdir) && \
|
||||
$(AUTOMAKE) --gnu intern/decimation/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_LOD.la: $(libblender_LOD_la_OBJECTS) $(libblender_LOD_la_DEPENDENCIES)
|
||||
$(CXXLINK) $(libblender_LOD_la_LDFLAGS) $(libblender_LOD_la_OBJECTS) $(libblender_LOD_la_LIBADD) $(LIBS)
|
||||
|
||||
mostlyclean-compile:
|
||||
-rm -f *.$(OBJEXT) core *.core
|
||||
|
||||
distclean-compile:
|
||||
-rm -f *.tab.c
|
||||
|
||||
include ./$(DEPDIR)/LOD_EdgeCollapser.Plo
|
||||
include ./$(DEPDIR)/LOD_ExternNormalEditor.Plo
|
||||
include ./$(DEPDIR)/LOD_FaceNormalEditor.Plo
|
||||
include ./$(DEPDIR)/LOD_ManMesh2.Plo
|
||||
include ./$(DEPDIR)/LOD_MeshPrimitives.Plo
|
||||
include ./$(DEPDIR)/LOD_QSDecimator.Plo
|
||||
include ./$(DEPDIR)/LOD_QuadricEditor.Plo
|
||||
include ./$(DEPDIR)/LOD_decimation.Plo
|
||||
|
||||
distclean-depend:
|
||||
-rm -rf ./$(DEPDIR)
|
||||
|
||||
.cpp.o:
|
||||
if $(CXXCOMPILE) -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' \
|
||||
# $(CXXDEPMODE) $(depcomp) \
|
||||
# $(CXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
|
||||
|
||||
.cpp.obj:
|
||||
if $(CXXCOMPILE) -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' \
|
||||
# $(CXXDEPMODE) $(depcomp) \
|
||||
# $(CXXCOMPILE) -c -o $@ `if test -f '$<'; then $(CYGPATH_W) '$<'; else $(CYGPATH_W) '$(srcdir)/$<'; fi`
|
||||
|
||||
.cpp.lo:
|
||||
if $(LTCXXCOMPILE) -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' \
|
||||
# $(CXXDEPMODE) $(depcomp) \
|
||||
# $(LTCXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
|
||||
|
||||
LOD_EdgeCollapser.o: intern/LOD_EdgeCollapser.cpp
|
||||
if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT LOD_EdgeCollapser.o -MD -MP -MF "$(DEPDIR)/LOD_EdgeCollapser.Tpo" \
|
||||
-c -o LOD_EdgeCollapser.o `test -f 'intern/LOD_EdgeCollapser.cpp' || echo '$(srcdir)/'`intern/LOD_EdgeCollapser.cpp; \
|
||||
then mv -f "$(DEPDIR)/LOD_EdgeCollapser.Tpo" "$(DEPDIR)/LOD_EdgeCollapser.Po"; \
|
||||
else rm -f "$(DEPDIR)/LOD_EdgeCollapser.Tpo"; exit 1; \
|
||||
fi
|
||||
# source='intern/LOD_EdgeCollapser.cpp' object='LOD_EdgeCollapser.o' libtool=no \
|
||||
# depfile='$(DEPDIR)/LOD_EdgeCollapser.Po' tmpdepfile='$(DEPDIR)/LOD_EdgeCollapser.TPo' \
|
||||
# $(CXXDEPMODE) $(depcomp) \
|
||||
# $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o LOD_EdgeCollapser.o `test -f 'intern/LOD_EdgeCollapser.cpp' || echo '$(srcdir)/'`intern/LOD_EdgeCollapser.cpp
|
||||
|
||||
LOD_EdgeCollapser.obj: intern/LOD_EdgeCollapser.cpp
|
||||
if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT LOD_EdgeCollapser.obj -MD -MP -MF "$(DEPDIR)/LOD_EdgeCollapser.Tpo" \
|
||||
-c -o LOD_EdgeCollapser.obj `if test -f 'intern/LOD_EdgeCollapser.cpp'; then $(CYGPATH_W) 'intern/LOD_EdgeCollapser.cpp'; else $(CYGPATH_W) '$(srcdir)/intern/LOD_EdgeCollapser.cpp'; fi`; \
|
||||
then mv -f "$(DEPDIR)/LOD_EdgeCollapser.Tpo" "$(DEPDIR)/LOD_EdgeCollapser.Po"; \
|
||||
else rm -f "$(DEPDIR)/LOD_EdgeCollapser.Tpo"; exit 1; \
|
||||
fi
|
||||
# source='intern/LOD_EdgeCollapser.cpp' object='LOD_EdgeCollapser.obj' libtool=no \
|
||||
# depfile='$(DEPDIR)/LOD_EdgeCollapser.Po' tmpdepfile='$(DEPDIR)/LOD_EdgeCollapser.TPo' \
|
||||
# $(CXXDEPMODE) $(depcomp) \
|
||||
# $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o LOD_EdgeCollapser.obj `if test -f 'intern/LOD_EdgeCollapser.cpp'; then $(CYGPATH_W) 'intern/LOD_EdgeCollapser.cpp'; else $(CYGPATH_W) '$(srcdir)/intern/LOD_EdgeCollapser.cpp'; fi`
|
||||
|
||||
LOD_EdgeCollapser.lo: intern/LOD_EdgeCollapser.cpp
|
||||
if $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT LOD_EdgeCollapser.lo -MD -MP -MF "$(DEPDIR)/LOD_EdgeCollapser.Tpo" \
|
||||
-c -o LOD_EdgeCollapser.lo `test -f 'intern/LOD_EdgeCollapser.cpp' || echo '$(srcdir)/'`intern/LOD_EdgeCollapser.cpp; \
|
||||
then mv -f "$(DEPDIR)/LOD_EdgeCollapser.Tpo" "$(DEPDIR)/LOD_EdgeCollapser.Plo"; \
|
||||
else rm -f "$(DEPDIR)/LOD_EdgeCollapser.Tpo"; exit 1; \
|
||||
fi
|
||||
# source='intern/LOD_EdgeCollapser.cpp' object='LOD_EdgeCollapser.lo' libtool=yes \
|
||||
# depfile='$(DEPDIR)/LOD_EdgeCollapser.Plo' tmpdepfile='$(DEPDIR)/LOD_EdgeCollapser.TPlo' \
|
||||
# $(CXXDEPMODE) $(depcomp) \
|
||||
# $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o LOD_EdgeCollapser.lo `test -f 'intern/LOD_EdgeCollapser.cpp' || echo '$(srcdir)/'`intern/LOD_EdgeCollapser.cpp
|
||||
|
||||
LOD_ExternNormalEditor.o: intern/LOD_ExternNormalEditor.cpp
|
||||
if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT LOD_ExternNormalEditor.o -MD -MP -MF "$(DEPDIR)/LOD_ExternNormalEditor.Tpo" \
|
||||
-c -o LOD_ExternNormalEditor.o `test -f 'intern/LOD_ExternNormalEditor.cpp' || echo '$(srcdir)/'`intern/LOD_ExternNormalEditor.cpp; \
|
||||
then mv -f "$(DEPDIR)/LOD_ExternNormalEditor.Tpo" "$(DEPDIR)/LOD_ExternNormalEditor.Po"; \
|
||||
else rm -f "$(DEPDIR)/LOD_ExternNormalEditor.Tpo"; exit 1; \
|
||||
fi
|
||||
# source='intern/LOD_ExternNormalEditor.cpp' object='LOD_ExternNormalEditor.o' libtool=no \
|
||||
# depfile='$(DEPDIR)/LOD_ExternNormalEditor.Po' tmpdepfile='$(DEPDIR)/LOD_ExternNormalEditor.TPo' \
|
||||
# $(CXXDEPMODE) $(depcomp) \
|
||||
# $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o LOD_ExternNormalEditor.o `test -f 'intern/LOD_ExternNormalEditor.cpp' || echo '$(srcdir)/'`intern/LOD_ExternNormalEditor.cpp
|
||||
|
||||
LOD_ExternNormalEditor.obj: intern/LOD_ExternNormalEditor.cpp
|
||||
if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT LOD_ExternNormalEditor.obj -MD -MP -MF "$(DEPDIR)/LOD_ExternNormalEditor.Tpo" \
|
||||
-c -o LOD_ExternNormalEditor.obj `if test -f 'intern/LOD_ExternNormalEditor.cpp'; then $(CYGPATH_W) 'intern/LOD_ExternNormalEditor.cpp'; else $(CYGPATH_W) '$(srcdir)/intern/LOD_ExternNormalEditor.cpp'; fi`; \
|
||||
then mv -f "$(DEPDIR)/LOD_ExternNormalEditor.Tpo" "$(DEPDIR)/LOD_ExternNormalEditor.Po"; \
|
||||
else rm -f "$(DEPDIR)/LOD_ExternNormalEditor.Tpo"; exit 1; \
|
||||
fi
|
||||
# source='intern/LOD_ExternNormalEditor.cpp' object='LOD_ExternNormalEditor.obj' libtool=no \
|
||||
# depfile='$(DEPDIR)/LOD_ExternNormalEditor.Po' tmpdepfile='$(DEPDIR)/LOD_ExternNormalEditor.TPo' \
|
||||
# $(CXXDEPMODE) $(depcomp) \
|
||||
# $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o LOD_ExternNormalEditor.obj `if test -f 'intern/LOD_ExternNormalEditor.cpp'; then $(CYGPATH_W) 'intern/LOD_ExternNormalEditor.cpp'; else $(CYGPATH_W) '$(srcdir)/intern/LOD_ExternNormalEditor.cpp'; fi`
|
||||
|
||||
LOD_ExternNormalEditor.lo: intern/LOD_ExternNormalEditor.cpp
|
||||
if $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT LOD_ExternNormalEditor.lo -MD -MP -MF "$(DEPDIR)/LOD_ExternNormalEditor.Tpo" \
|
||||
-c -o LOD_ExternNormalEditor.lo `test -f 'intern/LOD_ExternNormalEditor.cpp' || echo '$(srcdir)/'`intern/LOD_ExternNormalEditor.cpp; \
|
||||
then mv -f "$(DEPDIR)/LOD_ExternNormalEditor.Tpo" "$(DEPDIR)/LOD_ExternNormalEditor.Plo"; \
|
||||
else rm -f "$(DEPDIR)/LOD_ExternNormalEditor.Tpo"; exit 1; \
|
||||
fi
|
||||
# source='intern/LOD_ExternNormalEditor.cpp' object='LOD_ExternNormalEditor.lo' libtool=yes \
|
||||
# depfile='$(DEPDIR)/LOD_ExternNormalEditor.Plo' tmpdepfile='$(DEPDIR)/LOD_ExternNormalEditor.TPlo' \
|
||||
# $(CXXDEPMODE) $(depcomp) \
|
||||
# $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o LOD_ExternNormalEditor.lo `test -f 'intern/LOD_ExternNormalEditor.cpp' || echo '$(srcdir)/'`intern/LOD_ExternNormalEditor.cpp
|
||||
|
||||
LOD_FaceNormalEditor.o: intern/LOD_FaceNormalEditor.cpp
|
||||
if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT LOD_FaceNormalEditor.o -MD -MP -MF "$(DEPDIR)/LOD_FaceNormalEditor.Tpo" \
|
||||
-c -o LOD_FaceNormalEditor.o `test -f 'intern/LOD_FaceNormalEditor.cpp' || echo '$(srcdir)/'`intern/LOD_FaceNormalEditor.cpp; \
|
||||
then mv -f "$(DEPDIR)/LOD_FaceNormalEditor.Tpo" "$(DEPDIR)/LOD_FaceNormalEditor.Po"; \
|
||||
else rm -f "$(DEPDIR)/LOD_FaceNormalEditor.Tpo"; exit 1; \
|
||||
fi
|
||||
# source='intern/LOD_FaceNormalEditor.cpp' object='LOD_FaceNormalEditor.o' libtool=no \
|
||||
# depfile='$(DEPDIR)/LOD_FaceNormalEditor.Po' tmpdepfile='$(DEPDIR)/LOD_FaceNormalEditor.TPo' \
|
||||
# $(CXXDEPMODE) $(depcomp) \
|
||||
# $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o LOD_FaceNormalEditor.o `test -f 'intern/LOD_FaceNormalEditor.cpp' || echo '$(srcdir)/'`intern/LOD_FaceNormalEditor.cpp
|
||||
|
||||
LOD_FaceNormalEditor.obj: intern/LOD_FaceNormalEditor.cpp
|
||||
if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT LOD_FaceNormalEditor.obj -MD -MP -MF "$(DEPDIR)/LOD_FaceNormalEditor.Tpo" \
|
||||
-c -o LOD_FaceNormalEditor.obj `if test -f 'intern/LOD_FaceNormalEditor.cpp'; then $(CYGPATH_W) 'intern/LOD_FaceNormalEditor.cpp'; else $(CYGPATH_W) '$(srcdir)/intern/LOD_FaceNormalEditor.cpp'; fi`; \
|
||||
then mv -f "$(DEPDIR)/LOD_FaceNormalEditor.Tpo" "$(DEPDIR)/LOD_FaceNormalEditor.Po"; \
|
||||
else rm -f "$(DEPDIR)/LOD_FaceNormalEditor.Tpo"; exit 1; \
|
||||
fi
|
||||
# source='intern/LOD_FaceNormalEditor.cpp' object='LOD_FaceNormalEditor.obj' libtool=no \
|
||||
# depfile='$(DEPDIR)/LOD_FaceNormalEditor.Po' tmpdepfile='$(DEPDIR)/LOD_FaceNormalEditor.TPo' \
|
||||
# $(CXXDEPMODE) $(depcomp) \
|
||||
# $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o LOD_FaceNormalEditor.obj `if test -f 'intern/LOD_FaceNormalEditor.cpp'; then $(CYGPATH_W) 'intern/LOD_FaceNormalEditor.cpp'; else $(CYGPATH_W) '$(srcdir)/intern/LOD_FaceNormalEditor.cpp'; fi`
|
||||
|
||||
LOD_FaceNormalEditor.lo: intern/LOD_FaceNormalEditor.cpp
|
||||
if $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT LOD_FaceNormalEditor.lo -MD -MP -MF "$(DEPDIR)/LOD_FaceNormalEditor.Tpo" \
|
||||
-c -o LOD_FaceNormalEditor.lo `test -f 'intern/LOD_FaceNormalEditor.cpp' || echo '$(srcdir)/'`intern/LOD_FaceNormalEditor.cpp; \
|
||||
then mv -f "$(DEPDIR)/LOD_FaceNormalEditor.Tpo" "$(DEPDIR)/LOD_FaceNormalEditor.Plo"; \
|
||||
else rm -f "$(DEPDIR)/LOD_FaceNormalEditor.Tpo"; exit 1; \
|
||||
fi
|
||||
# source='intern/LOD_FaceNormalEditor.cpp' object='LOD_FaceNormalEditor.lo' libtool=yes \
|
||||
# depfile='$(DEPDIR)/LOD_FaceNormalEditor.Plo' tmpdepfile='$(DEPDIR)/LOD_FaceNormalEditor.TPlo' \
|
||||
# $(CXXDEPMODE) $(depcomp) \
|
||||
# $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o LOD_FaceNormalEditor.lo `test -f 'intern/LOD_FaceNormalEditor.cpp' || echo '$(srcdir)/'`intern/LOD_FaceNormalEditor.cpp
|
||||
|
||||
LOD_ManMesh2.o: intern/LOD_ManMesh2.cpp
|
||||
if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT LOD_ManMesh2.o -MD -MP -MF "$(DEPDIR)/LOD_ManMesh2.Tpo" \
|
||||
-c -o LOD_ManMesh2.o `test -f 'intern/LOD_ManMesh2.cpp' || echo '$(srcdir)/'`intern/LOD_ManMesh2.cpp; \
|
||||
then mv -f "$(DEPDIR)/LOD_ManMesh2.Tpo" "$(DEPDIR)/LOD_ManMesh2.Po"; \
|
||||
else rm -f "$(DEPDIR)/LOD_ManMesh2.Tpo"; exit 1; \
|
||||
fi
|
||||
# source='intern/LOD_ManMesh2.cpp' object='LOD_ManMesh2.o' libtool=no \
|
||||
# depfile='$(DEPDIR)/LOD_ManMesh2.Po' tmpdepfile='$(DEPDIR)/LOD_ManMesh2.TPo' \
|
||||
# $(CXXDEPMODE) $(depcomp) \
|
||||
# $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o LOD_ManMesh2.o `test -f 'intern/LOD_ManMesh2.cpp' || echo '$(srcdir)/'`intern/LOD_ManMesh2.cpp
|
||||
|
||||
LOD_ManMesh2.obj: intern/LOD_ManMesh2.cpp
|
||||
if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT LOD_ManMesh2.obj -MD -MP -MF "$(DEPDIR)/LOD_ManMesh2.Tpo" \
|
||||
-c -o LOD_ManMesh2.obj `if test -f 'intern/LOD_ManMesh2.cpp'; then $(CYGPATH_W) 'intern/LOD_ManMesh2.cpp'; else $(CYGPATH_W) '$(srcdir)/intern/LOD_ManMesh2.cpp'; fi`; \
|
||||
then mv -f "$(DEPDIR)/LOD_ManMesh2.Tpo" "$(DEPDIR)/LOD_ManMesh2.Po"; \
|
||||
else rm -f "$(DEPDIR)/LOD_ManMesh2.Tpo"; exit 1; \
|
||||
fi
|
||||
# source='intern/LOD_ManMesh2.cpp' object='LOD_ManMesh2.obj' libtool=no \
|
||||
# depfile='$(DEPDIR)/LOD_ManMesh2.Po' tmpdepfile='$(DEPDIR)/LOD_ManMesh2.TPo' \
|
||||
# $(CXXDEPMODE) $(depcomp) \
|
||||
# $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o LOD_ManMesh2.obj `if test -f 'intern/LOD_ManMesh2.cpp'; then $(CYGPATH_W) 'intern/LOD_ManMesh2.cpp'; else $(CYGPATH_W) '$(srcdir)/intern/LOD_ManMesh2.cpp'; fi`
|
||||
|
||||
LOD_ManMesh2.lo: intern/LOD_ManMesh2.cpp
|
||||
if $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT LOD_ManMesh2.lo -MD -MP -MF "$(DEPDIR)/LOD_ManMesh2.Tpo" \
|
||||
-c -o LOD_ManMesh2.lo `test -f 'intern/LOD_ManMesh2.cpp' || echo '$(srcdir)/'`intern/LOD_ManMesh2.cpp; \
|
||||
then mv -f "$(DEPDIR)/LOD_ManMesh2.Tpo" "$(DEPDIR)/LOD_ManMesh2.Plo"; \
|
||||
else rm -f "$(DEPDIR)/LOD_ManMesh2.Tpo"; exit 1; \
|
||||
fi
|
||||
# source='intern/LOD_ManMesh2.cpp' object='LOD_ManMesh2.lo' libtool=yes \
|
||||
# depfile='$(DEPDIR)/LOD_ManMesh2.Plo' tmpdepfile='$(DEPDIR)/LOD_ManMesh2.TPlo' \
|
||||
# $(CXXDEPMODE) $(depcomp) \
|
||||
# $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o LOD_ManMesh2.lo `test -f 'intern/LOD_ManMesh2.cpp' || echo '$(srcdir)/'`intern/LOD_ManMesh2.cpp
|
||||
|
||||
LOD_MeshPrimitives.o: intern/LOD_MeshPrimitives.cpp
|
||||
if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT LOD_MeshPrimitives.o -MD -MP -MF "$(DEPDIR)/LOD_MeshPrimitives.Tpo" \
|
||||
-c -o LOD_MeshPrimitives.o `test -f 'intern/LOD_MeshPrimitives.cpp' || echo '$(srcdir)/'`intern/LOD_MeshPrimitives.cpp; \
|
||||
then mv -f "$(DEPDIR)/LOD_MeshPrimitives.Tpo" "$(DEPDIR)/LOD_MeshPrimitives.Po"; \
|
||||
else rm -f "$(DEPDIR)/LOD_MeshPrimitives.Tpo"; exit 1; \
|
||||
fi
|
||||
# source='intern/LOD_MeshPrimitives.cpp' object='LOD_MeshPrimitives.o' libtool=no \
|
||||
# depfile='$(DEPDIR)/LOD_MeshPrimitives.Po' tmpdepfile='$(DEPDIR)/LOD_MeshPrimitives.TPo' \
|
||||
# $(CXXDEPMODE) $(depcomp) \
|
||||
# $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o LOD_MeshPrimitives.o `test -f 'intern/LOD_MeshPrimitives.cpp' || echo '$(srcdir)/'`intern/LOD_MeshPrimitives.cpp
|
||||
|
||||
LOD_MeshPrimitives.obj: intern/LOD_MeshPrimitives.cpp
|
||||
if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT LOD_MeshPrimitives.obj -MD -MP -MF "$(DEPDIR)/LOD_MeshPrimitives.Tpo" \
|
||||
-c -o LOD_MeshPrimitives.obj `if test -f 'intern/LOD_MeshPrimitives.cpp'; then $(CYGPATH_W) 'intern/LOD_MeshPrimitives.cpp'; else $(CYGPATH_W) '$(srcdir)/intern/LOD_MeshPrimitives.cpp'; fi`; \
|
||||
then mv -f "$(DEPDIR)/LOD_MeshPrimitives.Tpo" "$(DEPDIR)/LOD_MeshPrimitives.Po"; \
|
||||
else rm -f "$(DEPDIR)/LOD_MeshPrimitives.Tpo"; exit 1; \
|
||||
fi
|
||||
# source='intern/LOD_MeshPrimitives.cpp' object='LOD_MeshPrimitives.obj' libtool=no \
|
||||
# depfile='$(DEPDIR)/LOD_MeshPrimitives.Po' tmpdepfile='$(DEPDIR)/LOD_MeshPrimitives.TPo' \
|
||||
# $(CXXDEPMODE) $(depcomp) \
|
||||
# $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o LOD_MeshPrimitives.obj `if test -f 'intern/LOD_MeshPrimitives.cpp'; then $(CYGPATH_W) 'intern/LOD_MeshPrimitives.cpp'; else $(CYGPATH_W) '$(srcdir)/intern/LOD_MeshPrimitives.cpp'; fi`
|
||||
|
||||
LOD_MeshPrimitives.lo: intern/LOD_MeshPrimitives.cpp
|
||||
if $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT LOD_MeshPrimitives.lo -MD -MP -MF "$(DEPDIR)/LOD_MeshPrimitives.Tpo" \
|
||||
-c -o LOD_MeshPrimitives.lo `test -f 'intern/LOD_MeshPrimitives.cpp' || echo '$(srcdir)/'`intern/LOD_MeshPrimitives.cpp; \
|
||||
then mv -f "$(DEPDIR)/LOD_MeshPrimitives.Tpo" "$(DEPDIR)/LOD_MeshPrimitives.Plo"; \
|
||||
else rm -f "$(DEPDIR)/LOD_MeshPrimitives.Tpo"; exit 1; \
|
||||
fi
|
||||
# source='intern/LOD_MeshPrimitives.cpp' object='LOD_MeshPrimitives.lo' libtool=yes \
|
||||
# depfile='$(DEPDIR)/LOD_MeshPrimitives.Plo' tmpdepfile='$(DEPDIR)/LOD_MeshPrimitives.TPlo' \
|
||||
# $(CXXDEPMODE) $(depcomp) \
|
||||
# $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o LOD_MeshPrimitives.lo `test -f 'intern/LOD_MeshPrimitives.cpp' || echo '$(srcdir)/'`intern/LOD_MeshPrimitives.cpp
|
||||
|
||||
LOD_QSDecimator.o: intern/LOD_QSDecimator.cpp
|
||||
if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT LOD_QSDecimator.o -MD -MP -MF "$(DEPDIR)/LOD_QSDecimator.Tpo" \
|
||||
-c -o LOD_QSDecimator.o `test -f 'intern/LOD_QSDecimator.cpp' || echo '$(srcdir)/'`intern/LOD_QSDecimator.cpp; \
|
||||
then mv -f "$(DEPDIR)/LOD_QSDecimator.Tpo" "$(DEPDIR)/LOD_QSDecimator.Po"; \
|
||||
else rm -f "$(DEPDIR)/LOD_QSDecimator.Tpo"; exit 1; \
|
||||
fi
|
||||
# source='intern/LOD_QSDecimator.cpp' object='LOD_QSDecimator.o' libtool=no \
|
||||
# depfile='$(DEPDIR)/LOD_QSDecimator.Po' tmpdepfile='$(DEPDIR)/LOD_QSDecimator.TPo' \
|
||||
# $(CXXDEPMODE) $(depcomp) \
|
||||
# $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o LOD_QSDecimator.o `test -f 'intern/LOD_QSDecimator.cpp' || echo '$(srcdir)/'`intern/LOD_QSDecimator.cpp
|
||||
|
||||
LOD_QSDecimator.obj: intern/LOD_QSDecimator.cpp
|
||||
if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT LOD_QSDecimator.obj -MD -MP -MF "$(DEPDIR)/LOD_QSDecimator.Tpo" \
|
||||
-c -o LOD_QSDecimator.obj `if test -f 'intern/LOD_QSDecimator.cpp'; then $(CYGPATH_W) 'intern/LOD_QSDecimator.cpp'; else $(CYGPATH_W) '$(srcdir)/intern/LOD_QSDecimator.cpp'; fi`; \
|
||||
then mv -f "$(DEPDIR)/LOD_QSDecimator.Tpo" "$(DEPDIR)/LOD_QSDecimator.Po"; \
|
||||
else rm -f "$(DEPDIR)/LOD_QSDecimator.Tpo"; exit 1; \
|
||||
fi
|
||||
# source='intern/LOD_QSDecimator.cpp' object='LOD_QSDecimator.obj' libtool=no \
|
||||
# depfile='$(DEPDIR)/LOD_QSDecimator.Po' tmpdepfile='$(DEPDIR)/LOD_QSDecimator.TPo' \
|
||||
# $(CXXDEPMODE) $(depcomp) \
|
||||
# $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o LOD_QSDecimator.obj `if test -f 'intern/LOD_QSDecimator.cpp'; then $(CYGPATH_W) 'intern/LOD_QSDecimator.cpp'; else $(CYGPATH_W) '$(srcdir)/intern/LOD_QSDecimator.cpp'; fi`
|
||||
|
||||
LOD_QSDecimator.lo: intern/LOD_QSDecimator.cpp
|
||||
if $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT LOD_QSDecimator.lo -MD -MP -MF "$(DEPDIR)/LOD_QSDecimator.Tpo" \
|
||||
-c -o LOD_QSDecimator.lo `test -f 'intern/LOD_QSDecimator.cpp' || echo '$(srcdir)/'`intern/LOD_QSDecimator.cpp; \
|
||||
then mv -f "$(DEPDIR)/LOD_QSDecimator.Tpo" "$(DEPDIR)/LOD_QSDecimator.Plo"; \
|
||||
else rm -f "$(DEPDIR)/LOD_QSDecimator.Tpo"; exit 1; \
|
||||
fi
|
||||
# source='intern/LOD_QSDecimator.cpp' object='LOD_QSDecimator.lo' libtool=yes \
|
||||
# depfile='$(DEPDIR)/LOD_QSDecimator.Plo' tmpdepfile='$(DEPDIR)/LOD_QSDecimator.TPlo' \
|
||||
# $(CXXDEPMODE) $(depcomp) \
|
||||
# $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o LOD_QSDecimator.lo `test -f 'intern/LOD_QSDecimator.cpp' || echo '$(srcdir)/'`intern/LOD_QSDecimator.cpp
|
||||
|
||||
LOD_QuadricEditor.o: intern/LOD_QuadricEditor.cpp
|
||||
if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT LOD_QuadricEditor.o -MD -MP -MF "$(DEPDIR)/LOD_QuadricEditor.Tpo" \
|
||||
-c -o LOD_QuadricEditor.o `test -f 'intern/LOD_QuadricEditor.cpp' || echo '$(srcdir)/'`intern/LOD_QuadricEditor.cpp; \
|
||||
then mv -f "$(DEPDIR)/LOD_QuadricEditor.Tpo" "$(DEPDIR)/LOD_QuadricEditor.Po"; \
|
||||
else rm -f "$(DEPDIR)/LOD_QuadricEditor.Tpo"; exit 1; \
|
||||
fi
|
||||
# source='intern/LOD_QuadricEditor.cpp' object='LOD_QuadricEditor.o' libtool=no \
|
||||
# depfile='$(DEPDIR)/LOD_QuadricEditor.Po' tmpdepfile='$(DEPDIR)/LOD_QuadricEditor.TPo' \
|
||||
# $(CXXDEPMODE) $(depcomp) \
|
||||
# $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o LOD_QuadricEditor.o `test -f 'intern/LOD_QuadricEditor.cpp' || echo '$(srcdir)/'`intern/LOD_QuadricEditor.cpp
|
||||
|
||||
LOD_QuadricEditor.obj: intern/LOD_QuadricEditor.cpp
|
||||
if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT LOD_QuadricEditor.obj -MD -MP -MF "$(DEPDIR)/LOD_QuadricEditor.Tpo" \
|
||||
-c -o LOD_QuadricEditor.obj `if test -f 'intern/LOD_QuadricEditor.cpp'; then $(CYGPATH_W) 'intern/LOD_QuadricEditor.cpp'; else $(CYGPATH_W) '$(srcdir)/intern/LOD_QuadricEditor.cpp'; fi`; \
|
||||
then mv -f "$(DEPDIR)/LOD_QuadricEditor.Tpo" "$(DEPDIR)/LOD_QuadricEditor.Po"; \
|
||||
else rm -f "$(DEPDIR)/LOD_QuadricEditor.Tpo"; exit 1; \
|
||||
fi
|
||||
# source='intern/LOD_QuadricEditor.cpp' object='LOD_QuadricEditor.obj' libtool=no \
|
||||
# depfile='$(DEPDIR)/LOD_QuadricEditor.Po' tmpdepfile='$(DEPDIR)/LOD_QuadricEditor.TPo' \
|
||||
# $(CXXDEPMODE) $(depcomp) \
|
||||
# $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o LOD_QuadricEditor.obj `if test -f 'intern/LOD_QuadricEditor.cpp'; then $(CYGPATH_W) 'intern/LOD_QuadricEditor.cpp'; else $(CYGPATH_W) '$(srcdir)/intern/LOD_QuadricEditor.cpp'; fi`
|
||||
|
||||
LOD_QuadricEditor.lo: intern/LOD_QuadricEditor.cpp
|
||||
if $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT LOD_QuadricEditor.lo -MD -MP -MF "$(DEPDIR)/LOD_QuadricEditor.Tpo" \
|
||||
-c -o LOD_QuadricEditor.lo `test -f 'intern/LOD_QuadricEditor.cpp' || echo '$(srcdir)/'`intern/LOD_QuadricEditor.cpp; \
|
||||
then mv -f "$(DEPDIR)/LOD_QuadricEditor.Tpo" "$(DEPDIR)/LOD_QuadricEditor.Plo"; \
|
||||
else rm -f "$(DEPDIR)/LOD_QuadricEditor.Tpo"; exit 1; \
|
||||
fi
|
||||
# source='intern/LOD_QuadricEditor.cpp' object='LOD_QuadricEditor.lo' libtool=yes \
|
||||
# depfile='$(DEPDIR)/LOD_QuadricEditor.Plo' tmpdepfile='$(DEPDIR)/LOD_QuadricEditor.TPlo' \
|
||||
# $(CXXDEPMODE) $(depcomp) \
|
||||
# $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o LOD_QuadricEditor.lo `test -f 'intern/LOD_QuadricEditor.cpp' || echo '$(srcdir)/'`intern/LOD_QuadricEditor.cpp
|
||||
|
||||
LOD_decimation.o: intern/LOD_decimation.cpp
|
||||
if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT LOD_decimation.o -MD -MP -MF "$(DEPDIR)/LOD_decimation.Tpo" \
|
||||
-c -o LOD_decimation.o `test -f 'intern/LOD_decimation.cpp' || echo '$(srcdir)/'`intern/LOD_decimation.cpp; \
|
||||
then mv -f "$(DEPDIR)/LOD_decimation.Tpo" "$(DEPDIR)/LOD_decimation.Po"; \
|
||||
else rm -f "$(DEPDIR)/LOD_decimation.Tpo"; exit 1; \
|
||||
fi
|
||||
# source='intern/LOD_decimation.cpp' object='LOD_decimation.o' libtool=no \
|
||||
# depfile='$(DEPDIR)/LOD_decimation.Po' tmpdepfile='$(DEPDIR)/LOD_decimation.TPo' \
|
||||
# $(CXXDEPMODE) $(depcomp) \
|
||||
# $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o LOD_decimation.o `test -f 'intern/LOD_decimation.cpp' || echo '$(srcdir)/'`intern/LOD_decimation.cpp
|
||||
|
||||
LOD_decimation.obj: intern/LOD_decimation.cpp
|
||||
if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT LOD_decimation.obj -MD -MP -MF "$(DEPDIR)/LOD_decimation.Tpo" \
|
||||
-c -o LOD_decimation.obj `if test -f 'intern/LOD_decimation.cpp'; then $(CYGPATH_W) 'intern/LOD_decimation.cpp'; else $(CYGPATH_W) '$(srcdir)/intern/LOD_decimation.cpp'; fi`; \
|
||||
then mv -f "$(DEPDIR)/LOD_decimation.Tpo" "$(DEPDIR)/LOD_decimation.Po"; \
|
||||
else rm -f "$(DEPDIR)/LOD_decimation.Tpo"; exit 1; \
|
||||
fi
|
||||
# source='intern/LOD_decimation.cpp' object='LOD_decimation.obj' libtool=no \
|
||||
# depfile='$(DEPDIR)/LOD_decimation.Po' tmpdepfile='$(DEPDIR)/LOD_decimation.TPo' \
|
||||
# $(CXXDEPMODE) $(depcomp) \
|
||||
# $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o LOD_decimation.obj `if test -f 'intern/LOD_decimation.cpp'; then $(CYGPATH_W) 'intern/LOD_decimation.cpp'; else $(CYGPATH_W) '$(srcdir)/intern/LOD_decimation.cpp'; fi`
|
||||
|
||||
LOD_decimation.lo: intern/LOD_decimation.cpp
|
||||
if $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT LOD_decimation.lo -MD -MP -MF "$(DEPDIR)/LOD_decimation.Tpo" \
|
||||
-c -o LOD_decimation.lo `test -f 'intern/LOD_decimation.cpp' || echo '$(srcdir)/'`intern/LOD_decimation.cpp; \
|
||||
then mv -f "$(DEPDIR)/LOD_decimation.Tpo" "$(DEPDIR)/LOD_decimation.Plo"; \
|
||||
else rm -f "$(DEPDIR)/LOD_decimation.Tpo"; exit 1; \
|
||||
fi
|
||||
# source='intern/LOD_decimation.cpp' object='LOD_decimation.lo' libtool=yes \
|
||||
# depfile='$(DEPDIR)/LOD_decimation.Plo' tmpdepfile='$(DEPDIR)/LOD_decimation.TPlo' \
|
||||
# $(CXXDEPMODE) $(depcomp) \
|
||||
# $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o LOD_decimation.lo `test -f 'intern/LOD_decimation.cpp' || echo '$(srcdir)/'`intern/LOD_decimation.cpp
|
||||
|
||||
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:
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@@ -1,56 +1,506 @@
|
||||
#
|
||||
# $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.
|
||||
# intern/guardedalloc/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): Hans Lambermont
|
||||
#
|
||||
# ***** END GPL/BL DUAL LICENSE BLOCK *****
|
||||
# decimation main makefile.
|
||||
#
|
||||
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
|
||||
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
|
||||
# PARTICULAR PURPOSE.
|
||||
|
||||
include nan_definitions.mk
|
||||
|
||||
LIBNAME = guardedalloc
|
||||
SOURCEDIR = intern/$(LIBNAME)
|
||||
DIR = $(OCGDIR)/$(SOURCEDIR)
|
||||
DIRS = intern
|
||||
TESTDIRS = test
|
||||
|
||||
include nan_subdirs.mk
|
||||
srcdir = .
|
||||
top_srcdir = ../..
|
||||
|
||||
install: all debug
|
||||
@[ -d $(NAN_GUARDEDALLOC) ] || mkdir $(NAN_GUARDEDALLOC)
|
||||
@[ -d $(NAN_GUARDEDALLOC)/include ] || mkdir $(NAN_GUARDEDALLOC)/include
|
||||
@[ -d $(NAN_GUARDEDALLOC)/lib ] || mkdir $(NAN_GUARDEDALLOC)/lib
|
||||
@[ -d $(NAN_GUARDEDALLOC)/lib/debug ] || mkdir $(NAN_GUARDEDALLOC)/lib/debug
|
||||
@../tools/cpifdiff.sh $(DIR)/libguardedalloc.a $(NAN_GUARDEDALLOC)/lib/
|
||||
@../tools/cpifdiff.sh $(DIR)/debug/libguardedalloc.a $(NAN_GUARDEDALLOC)/lib/debug/
|
||||
ifeq ($(OS),darwin)
|
||||
ranlib $(NAN_GUARDEDALLOC)/lib/libguardedalloc.a
|
||||
ranlib $(NAN_GUARDEDALLOC)/lib/debug/libguardedalloc.a
|
||||
endif
|
||||
@../tools/cpifdiff.sh *.h $(NAN_GUARDEDALLOC)/include/
|
||||
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_guardedalloc.la
|
||||
|
||||
libblender_guardedalloc_la_SOURCES = \
|
||||
MEM_guardedalloc.h \
|
||||
intern/mallocn.c
|
||||
|
||||
subdir = intern/guardedalloc
|
||||
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
|
||||
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
|
||||
CONFIG_HEADER = $(top_builddir)/config.h
|
||||
CONFIG_CLEAN_FILES =
|
||||
LTLIBRARIES = $(noinst_LTLIBRARIES)
|
||||
|
||||
libblender_guardedalloc_la_LDFLAGS =
|
||||
libblender_guardedalloc_la_LIBADD =
|
||||
am_libblender_guardedalloc_la_OBJECTS = mallocn.lo
|
||||
libblender_guardedalloc_la_OBJECTS = \
|
||||
$(am_libblender_guardedalloc_la_OBJECTS)
|
||||
|
||||
DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
|
||||
depcomp = $(SHELL) $(top_srcdir)/depcomp
|
||||
am__depfiles_maybe = depfiles
|
||||
DEP_FILES = ./$(DEPDIR)/mallocn.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_guardedalloc_la_SOURCES)
|
||||
DIST_COMMON = Makefile.am Makefile.in
|
||||
SOURCES = $(libblender_guardedalloc_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 intern/guardedalloc/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_guardedalloc.la: $(libblender_guardedalloc_la_OBJECTS) $(libblender_guardedalloc_la_DEPENDENCIES)
|
||||
$(LINK) $(libblender_guardedalloc_la_LDFLAGS) $(libblender_guardedalloc_la_OBJECTS) $(libblender_guardedalloc_la_LIBADD) $(LIBS)
|
||||
|
||||
mostlyclean-compile:
|
||||
-rm -f *.$(OBJEXT) core *.core
|
||||
|
||||
distclean-compile:
|
||||
-rm -f *.tab.c
|
||||
|
||||
include ./$(DEPDIR)/mallocn.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)/'`$<
|
||||
|
||||
mallocn.o: intern/mallocn.c
|
||||
if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT mallocn.o -MD -MP -MF "$(DEPDIR)/mallocn.Tpo" \
|
||||
-c -o mallocn.o `test -f 'intern/mallocn.c' || echo '$(srcdir)/'`intern/mallocn.c; \
|
||||
then mv -f "$(DEPDIR)/mallocn.Tpo" "$(DEPDIR)/mallocn.Po"; \
|
||||
else rm -f "$(DEPDIR)/mallocn.Tpo"; exit 1; \
|
||||
fi
|
||||
# source='intern/mallocn.c' object='mallocn.o' libtool=no \
|
||||
# depfile='$(DEPDIR)/mallocn.Po' tmpdepfile='$(DEPDIR)/mallocn.TPo' \
|
||||
# $(CCDEPMODE) $(depcomp) \
|
||||
# $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o mallocn.o `test -f 'intern/mallocn.c' || echo '$(srcdir)/'`intern/mallocn.c
|
||||
|
||||
mallocn.obj: intern/mallocn.c
|
||||
if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT mallocn.obj -MD -MP -MF "$(DEPDIR)/mallocn.Tpo" \
|
||||
-c -o mallocn.obj `if test -f 'intern/mallocn.c'; then $(CYGPATH_W) 'intern/mallocn.c'; else $(CYGPATH_W) '$(srcdir)/intern/mallocn.c'; fi`; \
|
||||
then mv -f "$(DEPDIR)/mallocn.Tpo" "$(DEPDIR)/mallocn.Po"; \
|
||||
else rm -f "$(DEPDIR)/mallocn.Tpo"; exit 1; \
|
||||
fi
|
||||
# source='intern/mallocn.c' object='mallocn.obj' libtool=no \
|
||||
# depfile='$(DEPDIR)/mallocn.Po' tmpdepfile='$(DEPDIR)/mallocn.TPo' \
|
||||
# $(CCDEPMODE) $(depcomp) \
|
||||
# $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o mallocn.obj `if test -f 'intern/mallocn.c'; then $(CYGPATH_W) 'intern/mallocn.c'; else $(CYGPATH_W) '$(srcdir)/intern/mallocn.c'; fi`
|
||||
|
||||
mallocn.lo: intern/mallocn.c
|
||||
if $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT mallocn.lo -MD -MP -MF "$(DEPDIR)/mallocn.Tpo" \
|
||||
-c -o mallocn.lo `test -f 'intern/mallocn.c' || echo '$(srcdir)/'`intern/mallocn.c; \
|
||||
then mv -f "$(DEPDIR)/mallocn.Tpo" "$(DEPDIR)/mallocn.Plo"; \
|
||||
else rm -f "$(DEPDIR)/mallocn.Tpo"; exit 1; \
|
||||
fi
|
||||
# source='intern/mallocn.c' object='mallocn.lo' libtool=yes \
|
||||
# depfile='$(DEPDIR)/mallocn.Plo' tmpdepfile='$(DEPDIR)/mallocn.TPlo' \
|
||||
# $(CCDEPMODE) $(depcomp) \
|
||||
# $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o mallocn.lo `test -f 'intern/mallocn.c' || echo '$(srcdir)/'`intern/mallocn.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:
|
||||
|
||||
@@ -1,56 +1,682 @@
|
||||
#
|
||||
# $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.
|
||||
# intern/iksolver/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): Hans Lambermont
|
||||
#
|
||||
# ***** END GPL/BL DUAL LICENSE BLOCK *****
|
||||
# iksolver main makefile.
|
||||
#
|
||||
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
|
||||
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
|
||||
# PARTICULAR PURPOSE.
|
||||
|
||||
include nan_definitions.mk
|
||||
|
||||
LIBNAME = iksolver
|
||||
SOURCEDIR = intern/$(LIBNAME)
|
||||
DIR = $(OCGDIR)/$(SOURCEDIR)
|
||||
DIRS = intern
|
||||
TESTDIRS = test
|
||||
|
||||
include nan_subdirs.mk
|
||||
srcdir = .
|
||||
top_srcdir = ../..
|
||||
|
||||
install: all debug
|
||||
@[ -d $(NAN_IKSOLVER) ] || mkdir $(NAN_IKSOLVER)
|
||||
@[ -d $(NAN_IKSOLVER)/include ] || mkdir $(NAN_IKSOLVER)/include
|
||||
@[ -d $(NAN_IKSOLVER)/lib ] || mkdir $(NAN_IKSOLVER)/lib
|
||||
@[ -d $(NAN_IKSOLVER)/lib/debug ] || mkdir $(NAN_IKSOLVER)/lib/debug
|
||||
@../tools/cpifdiff.sh $(DIR)/libiksolver.a $(NAN_IKSOLVER)/lib/
|
||||
@../tools/cpifdiff.sh $(DIR)/debug/libiksolver.a $(NAN_IKSOLVER)/lib/debug/
|
||||
ifeq ($(OS),darwin)
|
||||
ranlib $(NAN_IKSOLVER)/lib/libiksolver.a
|
||||
ranlib $(NAN_IKSOLVER)/lib/debug/libiksolver.a
|
||||
endif
|
||||
@../tools/cpifdiff.sh extern/*.h $(NAN_IKSOLVER)/include/
|
||||
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_IK.la
|
||||
|
||||
INCLUDES = -I$(top_srcdir)/intern/iksolver/intern/TNT \
|
||||
-I$(top_srcdir)/intern/iksolver/intern \
|
||||
-I$(top_srcdir)/intern/iksolver/extern \
|
||||
-I$(top_srcdir)/intern/moto/include \
|
||||
-I$(top_srcdir)/intern/memutil
|
||||
|
||||
|
||||
libblender_IK_la_SOURCES = \
|
||||
extern/IK_solver.h \
|
||||
intern/IK_QChain.cpp \
|
||||
intern/IK_QChain.h \
|
||||
intern/IK_QJacobianSolver.cpp \
|
||||
intern/IK_QJacobianSolver.h \
|
||||
intern/IK_QSegment.cpp \
|
||||
intern/IK_QSegment.h \
|
||||
intern/IK_QSolver_Class.h \
|
||||
intern/IK_Solver.cpp \
|
||||
intern/MT_ExpMap.cpp \
|
||||
intern/MT_ExpMap.h \
|
||||
intern/TNT/cmat.h \
|
||||
intern/TNT/subscript.h \
|
||||
intern/TNT/svd.h \
|
||||
intern/TNT/tntmath.h \
|
||||
intern/TNT/vec.h
|
||||
|
||||
|
||||
EXTRA_DIST = \
|
||||
Makefile \
|
||||
intern/Makefile \
|
||||
make/msvc_6_0/iksolver.dsp \
|
||||
make/msvc_6_0/iksolver.dsw
|
||||
|
||||
subdir = intern/iksolver
|
||||
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
|
||||
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
|
||||
CONFIG_HEADER = $(top_builddir)/config.h
|
||||
CONFIG_CLEAN_FILES =
|
||||
LTLIBRARIES = $(noinst_LTLIBRARIES)
|
||||
|
||||
libblender_IK_la_LDFLAGS =
|
||||
libblender_IK_la_LIBADD =
|
||||
am_libblender_IK_la_OBJECTS = IK_QChain.lo IK_QJacobianSolver.lo \
|
||||
IK_QSegment.lo IK_Solver.lo MT_ExpMap.lo
|
||||
libblender_IK_la_OBJECTS = $(am_libblender_IK_la_OBJECTS)
|
||||
|
||||
DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
|
||||
depcomp = $(SHELL) $(top_srcdir)/depcomp
|
||||
am__depfiles_maybe = depfiles
|
||||
DEP_FILES = ./$(DEPDIR)/IK_QChain.Plo \
|
||||
./$(DEPDIR)/IK_QJacobianSolver.Plo \
|
||||
./$(DEPDIR)/IK_QSegment.Plo \
|
||||
./$(DEPDIR)/IK_Solver.Plo ./$(DEPDIR)/MT_ExpMap.Plo
|
||||
CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
|
||||
$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
|
||||
LTCXXCOMPILE = $(LIBTOOL) --mode=compile $(CXX) $(DEFS) \
|
||||
$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
|
||||
$(AM_CXXFLAGS) $(CXXFLAGS)
|
||||
CXXLD = $(CXX)
|
||||
CXXLINK = $(LIBTOOL) --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) \
|
||||
$(AM_LDFLAGS) $(LDFLAGS) -o $@
|
||||
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_IK_la_SOURCES)
|
||||
DIST_COMMON = Makefile.am Makefile.in
|
||||
SOURCES = $(libblender_IK_la_SOURCES)
|
||||
|
||||
all: all-am
|
||||
|
||||
.SUFFIXES:
|
||||
.SUFFIXES: .cpp .lo .o .obj
|
||||
$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.ac $(ACLOCAL_M4)
|
||||
cd $(top_srcdir) && \
|
||||
$(AUTOMAKE) --gnu intern/iksolver/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_IK.la: $(libblender_IK_la_OBJECTS) $(libblender_IK_la_DEPENDENCIES)
|
||||
$(CXXLINK) $(libblender_IK_la_LDFLAGS) $(libblender_IK_la_OBJECTS) $(libblender_IK_la_LIBADD) $(LIBS)
|
||||
|
||||
mostlyclean-compile:
|
||||
-rm -f *.$(OBJEXT) core *.core
|
||||
|
||||
distclean-compile:
|
||||
-rm -f *.tab.c
|
||||
|
||||
include ./$(DEPDIR)/IK_QChain.Plo
|
||||
include ./$(DEPDIR)/IK_QJacobianSolver.Plo
|
||||
include ./$(DEPDIR)/IK_QSegment.Plo
|
||||
include ./$(DEPDIR)/IK_Solver.Plo
|
||||
include ./$(DEPDIR)/MT_ExpMap.Plo
|
||||
|
||||
distclean-depend:
|
||||
-rm -rf ./$(DEPDIR)
|
||||
|
||||
.cpp.o:
|
||||
if $(CXXCOMPILE) -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' \
|
||||
# $(CXXDEPMODE) $(depcomp) \
|
||||
# $(CXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
|
||||
|
||||
.cpp.obj:
|
||||
if $(CXXCOMPILE) -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' \
|
||||
# $(CXXDEPMODE) $(depcomp) \
|
||||
# $(CXXCOMPILE) -c -o $@ `if test -f '$<'; then $(CYGPATH_W) '$<'; else $(CYGPATH_W) '$(srcdir)/$<'; fi`
|
||||
|
||||
.cpp.lo:
|
||||
if $(LTCXXCOMPILE) -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' \
|
||||
# $(CXXDEPMODE) $(depcomp) \
|
||||
# $(LTCXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
|
||||
|
||||
IK_QChain.o: intern/IK_QChain.cpp
|
||||
if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT IK_QChain.o -MD -MP -MF "$(DEPDIR)/IK_QChain.Tpo" \
|
||||
-c -o IK_QChain.o `test -f 'intern/IK_QChain.cpp' || echo '$(srcdir)/'`intern/IK_QChain.cpp; \
|
||||
then mv -f "$(DEPDIR)/IK_QChain.Tpo" "$(DEPDIR)/IK_QChain.Po"; \
|
||||
else rm -f "$(DEPDIR)/IK_QChain.Tpo"; exit 1; \
|
||||
fi
|
||||
# source='intern/IK_QChain.cpp' object='IK_QChain.o' libtool=no \
|
||||
# depfile='$(DEPDIR)/IK_QChain.Po' tmpdepfile='$(DEPDIR)/IK_QChain.TPo' \
|
||||
# $(CXXDEPMODE) $(depcomp) \
|
||||
# $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o IK_QChain.o `test -f 'intern/IK_QChain.cpp' || echo '$(srcdir)/'`intern/IK_QChain.cpp
|
||||
|
||||
IK_QChain.obj: intern/IK_QChain.cpp
|
||||
if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT IK_QChain.obj -MD -MP -MF "$(DEPDIR)/IK_QChain.Tpo" \
|
||||
-c -o IK_QChain.obj `if test -f 'intern/IK_QChain.cpp'; then $(CYGPATH_W) 'intern/IK_QChain.cpp'; else $(CYGPATH_W) '$(srcdir)/intern/IK_QChain.cpp'; fi`; \
|
||||
then mv -f "$(DEPDIR)/IK_QChain.Tpo" "$(DEPDIR)/IK_QChain.Po"; \
|
||||
else rm -f "$(DEPDIR)/IK_QChain.Tpo"; exit 1; \
|
||||
fi
|
||||
# source='intern/IK_QChain.cpp' object='IK_QChain.obj' libtool=no \
|
||||
# depfile='$(DEPDIR)/IK_QChain.Po' tmpdepfile='$(DEPDIR)/IK_QChain.TPo' \
|
||||
# $(CXXDEPMODE) $(depcomp) \
|
||||
# $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o IK_QChain.obj `if test -f 'intern/IK_QChain.cpp'; then $(CYGPATH_W) 'intern/IK_QChain.cpp'; else $(CYGPATH_W) '$(srcdir)/intern/IK_QChain.cpp'; fi`
|
||||
|
||||
IK_QChain.lo: intern/IK_QChain.cpp
|
||||
if $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT IK_QChain.lo -MD -MP -MF "$(DEPDIR)/IK_QChain.Tpo" \
|
||||
-c -o IK_QChain.lo `test -f 'intern/IK_QChain.cpp' || echo '$(srcdir)/'`intern/IK_QChain.cpp; \
|
||||
then mv -f "$(DEPDIR)/IK_QChain.Tpo" "$(DEPDIR)/IK_QChain.Plo"; \
|
||||
else rm -f "$(DEPDIR)/IK_QChain.Tpo"; exit 1; \
|
||||
fi
|
||||
# source='intern/IK_QChain.cpp' object='IK_QChain.lo' libtool=yes \
|
||||
# depfile='$(DEPDIR)/IK_QChain.Plo' tmpdepfile='$(DEPDIR)/IK_QChain.TPlo' \
|
||||
# $(CXXDEPMODE) $(depcomp) \
|
||||
# $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o IK_QChain.lo `test -f 'intern/IK_QChain.cpp' || echo '$(srcdir)/'`intern/IK_QChain.cpp
|
||||
|
||||
IK_QJacobianSolver.o: intern/IK_QJacobianSolver.cpp
|
||||
if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT IK_QJacobianSolver.o -MD -MP -MF "$(DEPDIR)/IK_QJacobianSolver.Tpo" \
|
||||
-c -o IK_QJacobianSolver.o `test -f 'intern/IK_QJacobianSolver.cpp' || echo '$(srcdir)/'`intern/IK_QJacobianSolver.cpp; \
|
||||
then mv -f "$(DEPDIR)/IK_QJacobianSolver.Tpo" "$(DEPDIR)/IK_QJacobianSolver.Po"; \
|
||||
else rm -f "$(DEPDIR)/IK_QJacobianSolver.Tpo"; exit 1; \
|
||||
fi
|
||||
# source='intern/IK_QJacobianSolver.cpp' object='IK_QJacobianSolver.o' libtool=no \
|
||||
# depfile='$(DEPDIR)/IK_QJacobianSolver.Po' tmpdepfile='$(DEPDIR)/IK_QJacobianSolver.TPo' \
|
||||
# $(CXXDEPMODE) $(depcomp) \
|
||||
# $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o IK_QJacobianSolver.o `test -f 'intern/IK_QJacobianSolver.cpp' || echo '$(srcdir)/'`intern/IK_QJacobianSolver.cpp
|
||||
|
||||
IK_QJacobianSolver.obj: intern/IK_QJacobianSolver.cpp
|
||||
if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT IK_QJacobianSolver.obj -MD -MP -MF "$(DEPDIR)/IK_QJacobianSolver.Tpo" \
|
||||
-c -o IK_QJacobianSolver.obj `if test -f 'intern/IK_QJacobianSolver.cpp'; then $(CYGPATH_W) 'intern/IK_QJacobianSolver.cpp'; else $(CYGPATH_W) '$(srcdir)/intern/IK_QJacobianSolver.cpp'; fi`; \
|
||||
then mv -f "$(DEPDIR)/IK_QJacobianSolver.Tpo" "$(DEPDIR)/IK_QJacobianSolver.Po"; \
|
||||
else rm -f "$(DEPDIR)/IK_QJacobianSolver.Tpo"; exit 1; \
|
||||
fi
|
||||
# source='intern/IK_QJacobianSolver.cpp' object='IK_QJacobianSolver.obj' libtool=no \
|
||||
# depfile='$(DEPDIR)/IK_QJacobianSolver.Po' tmpdepfile='$(DEPDIR)/IK_QJacobianSolver.TPo' \
|
||||
# $(CXXDEPMODE) $(depcomp) \
|
||||
# $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o IK_QJacobianSolver.obj `if test -f 'intern/IK_QJacobianSolver.cpp'; then $(CYGPATH_W) 'intern/IK_QJacobianSolver.cpp'; else $(CYGPATH_W) '$(srcdir)/intern/IK_QJacobianSolver.cpp'; fi`
|
||||
|
||||
IK_QJacobianSolver.lo: intern/IK_QJacobianSolver.cpp
|
||||
if $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT IK_QJacobianSolver.lo -MD -MP -MF "$(DEPDIR)/IK_QJacobianSolver.Tpo" \
|
||||
-c -o IK_QJacobianSolver.lo `test -f 'intern/IK_QJacobianSolver.cpp' || echo '$(srcdir)/'`intern/IK_QJacobianSolver.cpp; \
|
||||
then mv -f "$(DEPDIR)/IK_QJacobianSolver.Tpo" "$(DEPDIR)/IK_QJacobianSolver.Plo"; \
|
||||
else rm -f "$(DEPDIR)/IK_QJacobianSolver.Tpo"; exit 1; \
|
||||
fi
|
||||
# source='intern/IK_QJacobianSolver.cpp' object='IK_QJacobianSolver.lo' libtool=yes \
|
||||
# depfile='$(DEPDIR)/IK_QJacobianSolver.Plo' tmpdepfile='$(DEPDIR)/IK_QJacobianSolver.TPlo' \
|
||||
# $(CXXDEPMODE) $(depcomp) \
|
||||
# $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o IK_QJacobianSolver.lo `test -f 'intern/IK_QJacobianSolver.cpp' || echo '$(srcdir)/'`intern/IK_QJacobianSolver.cpp
|
||||
|
||||
IK_QSegment.o: intern/IK_QSegment.cpp
|
||||
if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT IK_QSegment.o -MD -MP -MF "$(DEPDIR)/IK_QSegment.Tpo" \
|
||||
-c -o IK_QSegment.o `test -f 'intern/IK_QSegment.cpp' || echo '$(srcdir)/'`intern/IK_QSegment.cpp; \
|
||||
then mv -f "$(DEPDIR)/IK_QSegment.Tpo" "$(DEPDIR)/IK_QSegment.Po"; \
|
||||
else rm -f "$(DEPDIR)/IK_QSegment.Tpo"; exit 1; \
|
||||
fi
|
||||
# source='intern/IK_QSegment.cpp' object='IK_QSegment.o' libtool=no \
|
||||
# depfile='$(DEPDIR)/IK_QSegment.Po' tmpdepfile='$(DEPDIR)/IK_QSegment.TPo' \
|
||||
# $(CXXDEPMODE) $(depcomp) \
|
||||
# $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o IK_QSegment.o `test -f 'intern/IK_QSegment.cpp' || echo '$(srcdir)/'`intern/IK_QSegment.cpp
|
||||
|
||||
IK_QSegment.obj: intern/IK_QSegment.cpp
|
||||
if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT IK_QSegment.obj -MD -MP -MF "$(DEPDIR)/IK_QSegment.Tpo" \
|
||||
-c -o IK_QSegment.obj `if test -f 'intern/IK_QSegment.cpp'; then $(CYGPATH_W) 'intern/IK_QSegment.cpp'; else $(CYGPATH_W) '$(srcdir)/intern/IK_QSegment.cpp'; fi`; \
|
||||
then mv -f "$(DEPDIR)/IK_QSegment.Tpo" "$(DEPDIR)/IK_QSegment.Po"; \
|
||||
else rm -f "$(DEPDIR)/IK_QSegment.Tpo"; exit 1; \
|
||||
fi
|
||||
# source='intern/IK_QSegment.cpp' object='IK_QSegment.obj' libtool=no \
|
||||
# depfile='$(DEPDIR)/IK_QSegment.Po' tmpdepfile='$(DEPDIR)/IK_QSegment.TPo' \
|
||||
# $(CXXDEPMODE) $(depcomp) \
|
||||
# $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o IK_QSegment.obj `if test -f 'intern/IK_QSegment.cpp'; then $(CYGPATH_W) 'intern/IK_QSegment.cpp'; else $(CYGPATH_W) '$(srcdir)/intern/IK_QSegment.cpp'; fi`
|
||||
|
||||
IK_QSegment.lo: intern/IK_QSegment.cpp
|
||||
if $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT IK_QSegment.lo -MD -MP -MF "$(DEPDIR)/IK_QSegment.Tpo" \
|
||||
-c -o IK_QSegment.lo `test -f 'intern/IK_QSegment.cpp' || echo '$(srcdir)/'`intern/IK_QSegment.cpp; \
|
||||
then mv -f "$(DEPDIR)/IK_QSegment.Tpo" "$(DEPDIR)/IK_QSegment.Plo"; \
|
||||
else rm -f "$(DEPDIR)/IK_QSegment.Tpo"; exit 1; \
|
||||
fi
|
||||
# source='intern/IK_QSegment.cpp' object='IK_QSegment.lo' libtool=yes \
|
||||
# depfile='$(DEPDIR)/IK_QSegment.Plo' tmpdepfile='$(DEPDIR)/IK_QSegment.TPlo' \
|
||||
# $(CXXDEPMODE) $(depcomp) \
|
||||
# $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o IK_QSegment.lo `test -f 'intern/IK_QSegment.cpp' || echo '$(srcdir)/'`intern/IK_QSegment.cpp
|
||||
|
||||
IK_Solver.o: intern/IK_Solver.cpp
|
||||
if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT IK_Solver.o -MD -MP -MF "$(DEPDIR)/IK_Solver.Tpo" \
|
||||
-c -o IK_Solver.o `test -f 'intern/IK_Solver.cpp' || echo '$(srcdir)/'`intern/IK_Solver.cpp; \
|
||||
then mv -f "$(DEPDIR)/IK_Solver.Tpo" "$(DEPDIR)/IK_Solver.Po"; \
|
||||
else rm -f "$(DEPDIR)/IK_Solver.Tpo"; exit 1; \
|
||||
fi
|
||||
# source='intern/IK_Solver.cpp' object='IK_Solver.o' libtool=no \
|
||||
# depfile='$(DEPDIR)/IK_Solver.Po' tmpdepfile='$(DEPDIR)/IK_Solver.TPo' \
|
||||
# $(CXXDEPMODE) $(depcomp) \
|
||||
# $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o IK_Solver.o `test -f 'intern/IK_Solver.cpp' || echo '$(srcdir)/'`intern/IK_Solver.cpp
|
||||
|
||||
IK_Solver.obj: intern/IK_Solver.cpp
|
||||
if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT IK_Solver.obj -MD -MP -MF "$(DEPDIR)/IK_Solver.Tpo" \
|
||||
-c -o IK_Solver.obj `if test -f 'intern/IK_Solver.cpp'; then $(CYGPATH_W) 'intern/IK_Solver.cpp'; else $(CYGPATH_W) '$(srcdir)/intern/IK_Solver.cpp'; fi`; \
|
||||
then mv -f "$(DEPDIR)/IK_Solver.Tpo" "$(DEPDIR)/IK_Solver.Po"; \
|
||||
else rm -f "$(DEPDIR)/IK_Solver.Tpo"; exit 1; \
|
||||
fi
|
||||
# source='intern/IK_Solver.cpp' object='IK_Solver.obj' libtool=no \
|
||||
# depfile='$(DEPDIR)/IK_Solver.Po' tmpdepfile='$(DEPDIR)/IK_Solver.TPo' \
|
||||
# $(CXXDEPMODE) $(depcomp) \
|
||||
# $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o IK_Solver.obj `if test -f 'intern/IK_Solver.cpp'; then $(CYGPATH_W) 'intern/IK_Solver.cpp'; else $(CYGPATH_W) '$(srcdir)/intern/IK_Solver.cpp'; fi`
|
||||
|
||||
IK_Solver.lo: intern/IK_Solver.cpp
|
||||
if $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT IK_Solver.lo -MD -MP -MF "$(DEPDIR)/IK_Solver.Tpo" \
|
||||
-c -o IK_Solver.lo `test -f 'intern/IK_Solver.cpp' || echo '$(srcdir)/'`intern/IK_Solver.cpp; \
|
||||
then mv -f "$(DEPDIR)/IK_Solver.Tpo" "$(DEPDIR)/IK_Solver.Plo"; \
|
||||
else rm -f "$(DEPDIR)/IK_Solver.Tpo"; exit 1; \
|
||||
fi
|
||||
# source='intern/IK_Solver.cpp' object='IK_Solver.lo' libtool=yes \
|
||||
# depfile='$(DEPDIR)/IK_Solver.Plo' tmpdepfile='$(DEPDIR)/IK_Solver.TPlo' \
|
||||
# $(CXXDEPMODE) $(depcomp) \
|
||||
# $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o IK_Solver.lo `test -f 'intern/IK_Solver.cpp' || echo '$(srcdir)/'`intern/IK_Solver.cpp
|
||||
|
||||
MT_ExpMap.o: intern/MT_ExpMap.cpp
|
||||
if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT MT_ExpMap.o -MD -MP -MF "$(DEPDIR)/MT_ExpMap.Tpo" \
|
||||
-c -o MT_ExpMap.o `test -f 'intern/MT_ExpMap.cpp' || echo '$(srcdir)/'`intern/MT_ExpMap.cpp; \
|
||||
then mv -f "$(DEPDIR)/MT_ExpMap.Tpo" "$(DEPDIR)/MT_ExpMap.Po"; \
|
||||
else rm -f "$(DEPDIR)/MT_ExpMap.Tpo"; exit 1; \
|
||||
fi
|
||||
# source='intern/MT_ExpMap.cpp' object='MT_ExpMap.o' libtool=no \
|
||||
# depfile='$(DEPDIR)/MT_ExpMap.Po' tmpdepfile='$(DEPDIR)/MT_ExpMap.TPo' \
|
||||
# $(CXXDEPMODE) $(depcomp) \
|
||||
# $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o MT_ExpMap.o `test -f 'intern/MT_ExpMap.cpp' || echo '$(srcdir)/'`intern/MT_ExpMap.cpp
|
||||
|
||||
MT_ExpMap.obj: intern/MT_ExpMap.cpp
|
||||
if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT MT_ExpMap.obj -MD -MP -MF "$(DEPDIR)/MT_ExpMap.Tpo" \
|
||||
-c -o MT_ExpMap.obj `if test -f 'intern/MT_ExpMap.cpp'; then $(CYGPATH_W) 'intern/MT_ExpMap.cpp'; else $(CYGPATH_W) '$(srcdir)/intern/MT_ExpMap.cpp'; fi`; \
|
||||
then mv -f "$(DEPDIR)/MT_ExpMap.Tpo" "$(DEPDIR)/MT_ExpMap.Po"; \
|
||||
else rm -f "$(DEPDIR)/MT_ExpMap.Tpo"; exit 1; \
|
||||
fi
|
||||
# source='intern/MT_ExpMap.cpp' object='MT_ExpMap.obj' libtool=no \
|
||||
# depfile='$(DEPDIR)/MT_ExpMap.Po' tmpdepfile='$(DEPDIR)/MT_ExpMap.TPo' \
|
||||
# $(CXXDEPMODE) $(depcomp) \
|
||||
# $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o MT_ExpMap.obj `if test -f 'intern/MT_ExpMap.cpp'; then $(CYGPATH_W) 'intern/MT_ExpMap.cpp'; else $(CYGPATH_W) '$(srcdir)/intern/MT_ExpMap.cpp'; fi`
|
||||
|
||||
MT_ExpMap.lo: intern/MT_ExpMap.cpp
|
||||
if $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT MT_ExpMap.lo -MD -MP -MF "$(DEPDIR)/MT_ExpMap.Tpo" \
|
||||
-c -o MT_ExpMap.lo `test -f 'intern/MT_ExpMap.cpp' || echo '$(srcdir)/'`intern/MT_ExpMap.cpp; \
|
||||
then mv -f "$(DEPDIR)/MT_ExpMap.Tpo" "$(DEPDIR)/MT_ExpMap.Plo"; \
|
||||
else rm -f "$(DEPDIR)/MT_ExpMap.Tpo"; exit 1; \
|
||||
fi
|
||||
# source='intern/MT_ExpMap.cpp' object='MT_ExpMap.lo' libtool=yes \
|
||||
# depfile='$(DEPDIR)/MT_ExpMap.Plo' tmpdepfile='$(DEPDIR)/MT_ExpMap.TPlo' \
|
||||
# $(CXXDEPMODE) $(depcomp) \
|
||||
# $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o MT_ExpMap.lo `test -f 'intern/MT_ExpMap.cpp' || echo '$(srcdir)/'`intern/MT_ExpMap.cpp
|
||||
|
||||
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)
|
||||
$(mkinstalldirs) $(distdir)/intern $(distdir)/make/msvc_6_0
|
||||
@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:
|
||||
|
||||
@@ -1,52 +1,517 @@
|
||||
#
|
||||
# $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.
|
||||
# intern/memutil/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): Hans Lambermont
|
||||
#
|
||||
# ***** END GPL/BL DUAL LICENSE BLOCK *****
|
||||
# memutil main makefile.
|
||||
#
|
||||
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
|
||||
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
|
||||
# PARTICULAR PURPOSE.
|
||||
|
||||
include nan_definitions.mk
|
||||
|
||||
LIBNAME = memutil
|
||||
SOURCEDIR = intern/$(LIBNAME)
|
||||
DIR = $(OCGDIR)/$(SOURCEDIR)
|
||||
DIRS = intern
|
||||
#not yet TESTDIRS = test
|
||||
|
||||
include nan_subdirs.mk
|
||||
|
||||
install: all debug
|
||||
@[ -d $(NAN_MEMUTIL) ] || mkdir $(NAN_MEMUTIL)
|
||||
@[ -d $(NAN_MEMUTIL)/include ] || mkdir $(NAN_MEMUTIL)/include
|
||||
@[ -d $(NAN_MEMUTIL)/lib ] || mkdir $(NAN_MEMUTIL)/lib
|
||||
@[ -d $(NAN_MEMUTIL)/lib/debug ] || mkdir $(NAN_MEMUTIL)/lib/debug
|
||||
@../tools/cpifdiff.sh $(DIR)/libmemutil.a $(NAN_MEMUTIL)/lib/
|
||||
@../tools/cpifdiff.sh $(DIR)/debug/libmemutil.a $(NAN_MEMUTIL)/lib/debug
|
||||
@../tools/cpifdiff.sh *.h $(NAN_MEMUTIL)/include/
|
||||
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_MEM.la
|
||||
|
||||
libblender_MEM_la_SOURCES = \
|
||||
MEM_NonCopyable.h \
|
||||
MEM_RefCountPtr.h \
|
||||
MEM_RefCounted.h \
|
||||
MEM_RefCountedC-Api.h \
|
||||
MEM_SmartPtr.h \
|
||||
intern/MEM_RefCountedC-Api.cpp
|
||||
|
||||
subdir = intern/memutil
|
||||
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
|
||||
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
|
||||
CONFIG_HEADER = $(top_builddir)/config.h
|
||||
CONFIG_CLEAN_FILES =
|
||||
LTLIBRARIES = $(noinst_LTLIBRARIES)
|
||||
|
||||
libblender_MEM_la_LDFLAGS =
|
||||
libblender_MEM_la_LIBADD =
|
||||
am_libblender_MEM_la_OBJECTS = MEM_RefCountedC-Api.lo
|
||||
libblender_MEM_la_OBJECTS = $(am_libblender_MEM_la_OBJECTS)
|
||||
|
||||
DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
|
||||
depcomp = $(SHELL) $(top_srcdir)/depcomp
|
||||
am__depfiles_maybe = depfiles
|
||||
DEP_FILES = ./$(DEPDIR)/MEM_RefCountedC-Api.Plo
|
||||
CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
|
||||
$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
|
||||
LTCXXCOMPILE = $(LIBTOOL) --mode=compile $(CXX) $(DEFS) \
|
||||
$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
|
||||
$(AM_CXXFLAGS) $(CXXFLAGS)
|
||||
CXXLD = $(CXX)
|
||||
CXXLINK = $(LIBTOOL) --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) \
|
||||
$(AM_LDFLAGS) $(LDFLAGS) -o $@
|
||||
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_MEM_la_SOURCES)
|
||||
DIST_COMMON = Makefile.am Makefile.in
|
||||
SOURCES = $(libblender_MEM_la_SOURCES)
|
||||
|
||||
all: all-am
|
||||
|
||||
.SUFFIXES:
|
||||
.SUFFIXES: .cpp .lo .o .obj
|
||||
$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.ac $(ACLOCAL_M4)
|
||||
cd $(top_srcdir) && \
|
||||
$(AUTOMAKE) --gnu intern/memutil/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_MEM.la: $(libblender_MEM_la_OBJECTS) $(libblender_MEM_la_DEPENDENCIES)
|
||||
$(CXXLINK) $(libblender_MEM_la_LDFLAGS) $(libblender_MEM_la_OBJECTS) $(libblender_MEM_la_LIBADD) $(LIBS)
|
||||
|
||||
mostlyclean-compile:
|
||||
-rm -f *.$(OBJEXT) core *.core
|
||||
|
||||
distclean-compile:
|
||||
-rm -f *.tab.c
|
||||
|
||||
include ./$(DEPDIR)/MEM_RefCountedC-Api.Plo
|
||||
|
||||
distclean-depend:
|
||||
-rm -rf ./$(DEPDIR)
|
||||
|
||||
.cpp.o:
|
||||
if $(CXXCOMPILE) -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' \
|
||||
# $(CXXDEPMODE) $(depcomp) \
|
||||
# $(CXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
|
||||
|
||||
.cpp.obj:
|
||||
if $(CXXCOMPILE) -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' \
|
||||
# $(CXXDEPMODE) $(depcomp) \
|
||||
# $(CXXCOMPILE) -c -o $@ `if test -f '$<'; then $(CYGPATH_W) '$<'; else $(CYGPATH_W) '$(srcdir)/$<'; fi`
|
||||
|
||||
.cpp.lo:
|
||||
if $(LTCXXCOMPILE) -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' \
|
||||
# $(CXXDEPMODE) $(depcomp) \
|
||||
# $(LTCXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
|
||||
|
||||
MEM_RefCountedC-Api.o: intern/MEM_RefCountedC-Api.cpp
|
||||
if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT MEM_RefCountedC-Api.o -MD -MP -MF "$(DEPDIR)/MEM_RefCountedC-Api.Tpo" \
|
||||
-c -o MEM_RefCountedC-Api.o `test -f 'intern/MEM_RefCountedC-Api.cpp' || echo '$(srcdir)/'`intern/MEM_RefCountedC-Api.cpp; \
|
||||
then mv -f "$(DEPDIR)/MEM_RefCountedC-Api.Tpo" "$(DEPDIR)/MEM_RefCountedC-Api.Po"; \
|
||||
else rm -f "$(DEPDIR)/MEM_RefCountedC-Api.Tpo"; exit 1; \
|
||||
fi
|
||||
# source='intern/MEM_RefCountedC-Api.cpp' object='MEM_RefCountedC-Api.o' libtool=no \
|
||||
# depfile='$(DEPDIR)/MEM_RefCountedC-Api.Po' tmpdepfile='$(DEPDIR)/MEM_RefCountedC-Api.TPo' \
|
||||
# $(CXXDEPMODE) $(depcomp) \
|
||||
# $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o MEM_RefCountedC-Api.o `test -f 'intern/MEM_RefCountedC-Api.cpp' || echo '$(srcdir)/'`intern/MEM_RefCountedC-Api.cpp
|
||||
|
||||
MEM_RefCountedC-Api.obj: intern/MEM_RefCountedC-Api.cpp
|
||||
if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT MEM_RefCountedC-Api.obj -MD -MP -MF "$(DEPDIR)/MEM_RefCountedC-Api.Tpo" \
|
||||
-c -o MEM_RefCountedC-Api.obj `if test -f 'intern/MEM_RefCountedC-Api.cpp'; then $(CYGPATH_W) 'intern/MEM_RefCountedC-Api.cpp'; else $(CYGPATH_W) '$(srcdir)/intern/MEM_RefCountedC-Api.cpp'; fi`; \
|
||||
then mv -f "$(DEPDIR)/MEM_RefCountedC-Api.Tpo" "$(DEPDIR)/MEM_RefCountedC-Api.Po"; \
|
||||
else rm -f "$(DEPDIR)/MEM_RefCountedC-Api.Tpo"; exit 1; \
|
||||
fi
|
||||
# source='intern/MEM_RefCountedC-Api.cpp' object='MEM_RefCountedC-Api.obj' libtool=no \
|
||||
# depfile='$(DEPDIR)/MEM_RefCountedC-Api.Po' tmpdepfile='$(DEPDIR)/MEM_RefCountedC-Api.TPo' \
|
||||
# $(CXXDEPMODE) $(depcomp) \
|
||||
# $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o MEM_RefCountedC-Api.obj `if test -f 'intern/MEM_RefCountedC-Api.cpp'; then $(CYGPATH_W) 'intern/MEM_RefCountedC-Api.cpp'; else $(CYGPATH_W) '$(srcdir)/intern/MEM_RefCountedC-Api.cpp'; fi`
|
||||
|
||||
MEM_RefCountedC-Api.lo: intern/MEM_RefCountedC-Api.cpp
|
||||
if $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT MEM_RefCountedC-Api.lo -MD -MP -MF "$(DEPDIR)/MEM_RefCountedC-Api.Tpo" \
|
||||
-c -o MEM_RefCountedC-Api.lo `test -f 'intern/MEM_RefCountedC-Api.cpp' || echo '$(srcdir)/'`intern/MEM_RefCountedC-Api.cpp; \
|
||||
then mv -f "$(DEPDIR)/MEM_RefCountedC-Api.Tpo" "$(DEPDIR)/MEM_RefCountedC-Api.Plo"; \
|
||||
else rm -f "$(DEPDIR)/MEM_RefCountedC-Api.Tpo"; exit 1; \
|
||||
fi
|
||||
# source='intern/MEM_RefCountedC-Api.cpp' object='MEM_RefCountedC-Api.lo' libtool=yes \
|
||||
# depfile='$(DEPDIR)/MEM_RefCountedC-Api.Plo' tmpdepfile='$(DEPDIR)/MEM_RefCountedC-Api.TPlo' \
|
||||
# $(CXXDEPMODE) $(depcomp) \
|
||||
# $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o MEM_RefCountedC-Api.lo `test -f 'intern/MEM_RefCountedC-Api.cpp' || echo '$(srcdir)/'`intern/MEM_RefCountedC-Api.cpp
|
||||
|
||||
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:
|
||||
|
||||
@@ -1,56 +1,908 @@
|
||||
#
|
||||
# $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.
|
||||
# intern/moto/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): Hans Lambermont
|
||||
#
|
||||
# ***** END GPL/BL DUAL LICENSE BLOCK *****
|
||||
# moto main makefile.
|
||||
#
|
||||
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
|
||||
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
|
||||
# PARTICULAR PURPOSE.
|
||||
|
||||
include nan_definitions.mk
|
||||
|
||||
LIBNAME = moto
|
||||
SOURCEDIR = intern/$(LIBNAME)
|
||||
DIR = $(OCGDIR)/$(SOURCEDIR)
|
||||
DIRS = intern
|
||||
#not ready yet TESTDIRS = test
|
||||
|
||||
include nan_subdirs.mk
|
||||
|
||||
install: all debug
|
||||
@[ -d $(NAN_MOTO) ] || mkdir $(NAN_MOTO)
|
||||
@[ -d $(NAN_MOTO)/include ] || mkdir $(NAN_MOTO)/include
|
||||
@[ -d $(NAN_MOTO)/lib ] || mkdir $(NAN_MOTO)/lib
|
||||
@[ -d $(NAN_MOTO)/lib/debug ] || mkdir $(NAN_MOTO)/lib/debug
|
||||
@../tools/cpifdiff.sh $(DIR)/libmoto.a $(NAN_MOTO)/lib/
|
||||
@../tools/cpifdiff.sh $(DIR)/debug/libmoto.a $(NAN_MOTO)/lib/debug/
|
||||
ifeq ($(OS),darwin)
|
||||
ranlib $(NAN_MOTO)/lib/libmoto.a
|
||||
ranlib $(NAN_MOTO)/lib/debug/libmoto.a
|
||||
endif
|
||||
@../tools/cpifdiff.sh include/*.h $(NAN_MOTO)/include/
|
||||
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_MT.la
|
||||
|
||||
INCLUDES = -I$(top_srcdir)/intern/moto/include
|
||||
|
||||
libblender_MT_la_SOURCES = \
|
||||
include/GEN_List.h \
|
||||
include/GEN_Map.h \
|
||||
include/MT_CmMatrix4x4.h \
|
||||
include/MT_Matrix3x3.h \
|
||||
include/MT_Matrix3x3.inl \
|
||||
include/MT_Matrix4x4.h \
|
||||
include/MT_Matrix4x4.inl \
|
||||
include/MT_MinMax.h \
|
||||
include/MT_Optimize.h \
|
||||
include/MT_Plane3.h \
|
||||
include/MT_Plane3.inl \
|
||||
include/MT_Point2.h \
|
||||
include/MT_Point2.inl \
|
||||
include/MT_Point3.h \
|
||||
include/MT_Point3.inl \
|
||||
include/MT_Quaternion.h \
|
||||
include/MT_Quaternion.inl \
|
||||
include/MT_Scalar.h \
|
||||
include/MT_Stream.h \
|
||||
include/MT_Transform.h \
|
||||
include/MT_Tuple2.h \
|
||||
include/MT_Tuple3.h \
|
||||
include/MT_Tuple4.h \
|
||||
include/MT_Vector2.h \
|
||||
include/MT_Vector2.inl \
|
||||
include/MT_Vector3.h \
|
||||
include/MT_Vector3.inl \
|
||||
include/MT_Vector4.h \
|
||||
include/MT_Vector4.inl \
|
||||
include/MT_assert.h \
|
||||
include/MT_random.h \
|
||||
include/NM_Scalar.h \
|
||||
intern/MT_CmMatrix4x4.cpp \
|
||||
intern/MT_Matrix3x3.cpp \
|
||||
intern/MT_Matrix4x4.cpp \
|
||||
intern/MT_Plane3.cpp \
|
||||
intern/MT_Point3.cpp \
|
||||
intern/MT_Quaternion.cpp \
|
||||
intern/MT_Transform.cpp \
|
||||
intern/MT_Vector2.cpp \
|
||||
intern/MT_Vector3.cpp \
|
||||
intern/MT_Vector4.cpp \
|
||||
intern/MT_random.cpp
|
||||
|
||||
subdir = intern/moto
|
||||
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
|
||||
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
|
||||
CONFIG_HEADER = $(top_builddir)/config.h
|
||||
CONFIG_CLEAN_FILES =
|
||||
LTLIBRARIES = $(noinst_LTLIBRARIES)
|
||||
|
||||
libblender_MT_la_LDFLAGS =
|
||||
libblender_MT_la_LIBADD =
|
||||
am_libblender_MT_la_OBJECTS = MT_CmMatrix4x4.lo MT_Matrix3x3.lo \
|
||||
MT_Matrix4x4.lo MT_Plane3.lo MT_Point3.lo MT_Quaternion.lo \
|
||||
MT_Transform.lo MT_Vector2.lo MT_Vector3.lo MT_Vector4.lo \
|
||||
MT_random.lo
|
||||
libblender_MT_la_OBJECTS = $(am_libblender_MT_la_OBJECTS)
|
||||
|
||||
DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
|
||||
depcomp = $(SHELL) $(top_srcdir)/depcomp
|
||||
am__depfiles_maybe = depfiles
|
||||
DEP_FILES = ./$(DEPDIR)/MT_CmMatrix4x4.Plo \
|
||||
./$(DEPDIR)/MT_Matrix3x3.Plo \
|
||||
./$(DEPDIR)/MT_Matrix4x4.Plo \
|
||||
./$(DEPDIR)/MT_Plane3.Plo ./$(DEPDIR)/MT_Point3.Plo \
|
||||
./$(DEPDIR)/MT_Quaternion.Plo \
|
||||
./$(DEPDIR)/MT_Transform.Plo \
|
||||
./$(DEPDIR)/MT_Vector2.Plo \
|
||||
./$(DEPDIR)/MT_Vector3.Plo \
|
||||
./$(DEPDIR)/MT_Vector4.Plo \
|
||||
./$(DEPDIR)/MT_random.Plo
|
||||
CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
|
||||
$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
|
||||
LTCXXCOMPILE = $(LIBTOOL) --mode=compile $(CXX) $(DEFS) \
|
||||
$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
|
||||
$(AM_CXXFLAGS) $(CXXFLAGS)
|
||||
CXXLD = $(CXX)
|
||||
CXXLINK = $(LIBTOOL) --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) \
|
||||
$(AM_LDFLAGS) $(LDFLAGS) -o $@
|
||||
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_MT_la_SOURCES)
|
||||
DIST_COMMON = Makefile.am Makefile.in
|
||||
SOURCES = $(libblender_MT_la_SOURCES)
|
||||
|
||||
all: all-am
|
||||
|
||||
.SUFFIXES:
|
||||
.SUFFIXES: .cpp .lo .o .obj
|
||||
$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.ac $(ACLOCAL_M4)
|
||||
cd $(top_srcdir) && \
|
||||
$(AUTOMAKE) --gnu intern/moto/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_MT.la: $(libblender_MT_la_OBJECTS) $(libblender_MT_la_DEPENDENCIES)
|
||||
$(CXXLINK) $(libblender_MT_la_LDFLAGS) $(libblender_MT_la_OBJECTS) $(libblender_MT_la_LIBADD) $(LIBS)
|
||||
|
||||
mostlyclean-compile:
|
||||
-rm -f *.$(OBJEXT) core *.core
|
||||
|
||||
distclean-compile:
|
||||
-rm -f *.tab.c
|
||||
|
||||
include ./$(DEPDIR)/MT_CmMatrix4x4.Plo
|
||||
include ./$(DEPDIR)/MT_Matrix3x3.Plo
|
||||
include ./$(DEPDIR)/MT_Matrix4x4.Plo
|
||||
include ./$(DEPDIR)/MT_Plane3.Plo
|
||||
include ./$(DEPDIR)/MT_Point3.Plo
|
||||
include ./$(DEPDIR)/MT_Quaternion.Plo
|
||||
include ./$(DEPDIR)/MT_Transform.Plo
|
||||
include ./$(DEPDIR)/MT_Vector2.Plo
|
||||
include ./$(DEPDIR)/MT_Vector3.Plo
|
||||
include ./$(DEPDIR)/MT_Vector4.Plo
|
||||
include ./$(DEPDIR)/MT_random.Plo
|
||||
|
||||
distclean-depend:
|
||||
-rm -rf ./$(DEPDIR)
|
||||
|
||||
.cpp.o:
|
||||
if $(CXXCOMPILE) -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' \
|
||||
# $(CXXDEPMODE) $(depcomp) \
|
||||
# $(CXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
|
||||
|
||||
.cpp.obj:
|
||||
if $(CXXCOMPILE) -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' \
|
||||
# $(CXXDEPMODE) $(depcomp) \
|
||||
# $(CXXCOMPILE) -c -o $@ `if test -f '$<'; then $(CYGPATH_W) '$<'; else $(CYGPATH_W) '$(srcdir)/$<'; fi`
|
||||
|
||||
.cpp.lo:
|
||||
if $(LTCXXCOMPILE) -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' \
|
||||
# $(CXXDEPMODE) $(depcomp) \
|
||||
# $(LTCXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
|
||||
|
||||
MT_CmMatrix4x4.o: intern/MT_CmMatrix4x4.cpp
|
||||
if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT MT_CmMatrix4x4.o -MD -MP -MF "$(DEPDIR)/MT_CmMatrix4x4.Tpo" \
|
||||
-c -o MT_CmMatrix4x4.o `test -f 'intern/MT_CmMatrix4x4.cpp' || echo '$(srcdir)/'`intern/MT_CmMatrix4x4.cpp; \
|
||||
then mv -f "$(DEPDIR)/MT_CmMatrix4x4.Tpo" "$(DEPDIR)/MT_CmMatrix4x4.Po"; \
|
||||
else rm -f "$(DEPDIR)/MT_CmMatrix4x4.Tpo"; exit 1; \
|
||||
fi
|
||||
# source='intern/MT_CmMatrix4x4.cpp' object='MT_CmMatrix4x4.o' libtool=no \
|
||||
# depfile='$(DEPDIR)/MT_CmMatrix4x4.Po' tmpdepfile='$(DEPDIR)/MT_CmMatrix4x4.TPo' \
|
||||
# $(CXXDEPMODE) $(depcomp) \
|
||||
# $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o MT_CmMatrix4x4.o `test -f 'intern/MT_CmMatrix4x4.cpp' || echo '$(srcdir)/'`intern/MT_CmMatrix4x4.cpp
|
||||
|
||||
MT_CmMatrix4x4.obj: intern/MT_CmMatrix4x4.cpp
|
||||
if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT MT_CmMatrix4x4.obj -MD -MP -MF "$(DEPDIR)/MT_CmMatrix4x4.Tpo" \
|
||||
-c -o MT_CmMatrix4x4.obj `if test -f 'intern/MT_CmMatrix4x4.cpp'; then $(CYGPATH_W) 'intern/MT_CmMatrix4x4.cpp'; else $(CYGPATH_W) '$(srcdir)/intern/MT_CmMatrix4x4.cpp'; fi`; \
|
||||
then mv -f "$(DEPDIR)/MT_CmMatrix4x4.Tpo" "$(DEPDIR)/MT_CmMatrix4x4.Po"; \
|
||||
else rm -f "$(DEPDIR)/MT_CmMatrix4x4.Tpo"; exit 1; \
|
||||
fi
|
||||
# source='intern/MT_CmMatrix4x4.cpp' object='MT_CmMatrix4x4.obj' libtool=no \
|
||||
# depfile='$(DEPDIR)/MT_CmMatrix4x4.Po' tmpdepfile='$(DEPDIR)/MT_CmMatrix4x4.TPo' \
|
||||
# $(CXXDEPMODE) $(depcomp) \
|
||||
# $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o MT_CmMatrix4x4.obj `if test -f 'intern/MT_CmMatrix4x4.cpp'; then $(CYGPATH_W) 'intern/MT_CmMatrix4x4.cpp'; else $(CYGPATH_W) '$(srcdir)/intern/MT_CmMatrix4x4.cpp'; fi`
|
||||
|
||||
MT_CmMatrix4x4.lo: intern/MT_CmMatrix4x4.cpp
|
||||
if $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT MT_CmMatrix4x4.lo -MD -MP -MF "$(DEPDIR)/MT_CmMatrix4x4.Tpo" \
|
||||
-c -o MT_CmMatrix4x4.lo `test -f 'intern/MT_CmMatrix4x4.cpp' || echo '$(srcdir)/'`intern/MT_CmMatrix4x4.cpp; \
|
||||
then mv -f "$(DEPDIR)/MT_CmMatrix4x4.Tpo" "$(DEPDIR)/MT_CmMatrix4x4.Plo"; \
|
||||
else rm -f "$(DEPDIR)/MT_CmMatrix4x4.Tpo"; exit 1; \
|
||||
fi
|
||||
# source='intern/MT_CmMatrix4x4.cpp' object='MT_CmMatrix4x4.lo' libtool=yes \
|
||||
# depfile='$(DEPDIR)/MT_CmMatrix4x4.Plo' tmpdepfile='$(DEPDIR)/MT_CmMatrix4x4.TPlo' \
|
||||
# $(CXXDEPMODE) $(depcomp) \
|
||||
# $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o MT_CmMatrix4x4.lo `test -f 'intern/MT_CmMatrix4x4.cpp' || echo '$(srcdir)/'`intern/MT_CmMatrix4x4.cpp
|
||||
|
||||
MT_Matrix3x3.o: intern/MT_Matrix3x3.cpp
|
||||
if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT MT_Matrix3x3.o -MD -MP -MF "$(DEPDIR)/MT_Matrix3x3.Tpo" \
|
||||
-c -o MT_Matrix3x3.o `test -f 'intern/MT_Matrix3x3.cpp' || echo '$(srcdir)/'`intern/MT_Matrix3x3.cpp; \
|
||||
then mv -f "$(DEPDIR)/MT_Matrix3x3.Tpo" "$(DEPDIR)/MT_Matrix3x3.Po"; \
|
||||
else rm -f "$(DEPDIR)/MT_Matrix3x3.Tpo"; exit 1; \
|
||||
fi
|
||||
# source='intern/MT_Matrix3x3.cpp' object='MT_Matrix3x3.o' libtool=no \
|
||||
# depfile='$(DEPDIR)/MT_Matrix3x3.Po' tmpdepfile='$(DEPDIR)/MT_Matrix3x3.TPo' \
|
||||
# $(CXXDEPMODE) $(depcomp) \
|
||||
# $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o MT_Matrix3x3.o `test -f 'intern/MT_Matrix3x3.cpp' || echo '$(srcdir)/'`intern/MT_Matrix3x3.cpp
|
||||
|
||||
MT_Matrix3x3.obj: intern/MT_Matrix3x3.cpp
|
||||
if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT MT_Matrix3x3.obj -MD -MP -MF "$(DEPDIR)/MT_Matrix3x3.Tpo" \
|
||||
-c -o MT_Matrix3x3.obj `if test -f 'intern/MT_Matrix3x3.cpp'; then $(CYGPATH_W) 'intern/MT_Matrix3x3.cpp'; else $(CYGPATH_W) '$(srcdir)/intern/MT_Matrix3x3.cpp'; fi`; \
|
||||
then mv -f "$(DEPDIR)/MT_Matrix3x3.Tpo" "$(DEPDIR)/MT_Matrix3x3.Po"; \
|
||||
else rm -f "$(DEPDIR)/MT_Matrix3x3.Tpo"; exit 1; \
|
||||
fi
|
||||
# source='intern/MT_Matrix3x3.cpp' object='MT_Matrix3x3.obj' libtool=no \
|
||||
# depfile='$(DEPDIR)/MT_Matrix3x3.Po' tmpdepfile='$(DEPDIR)/MT_Matrix3x3.TPo' \
|
||||
# $(CXXDEPMODE) $(depcomp) \
|
||||
# $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o MT_Matrix3x3.obj `if test -f 'intern/MT_Matrix3x3.cpp'; then $(CYGPATH_W) 'intern/MT_Matrix3x3.cpp'; else $(CYGPATH_W) '$(srcdir)/intern/MT_Matrix3x3.cpp'; fi`
|
||||
|
||||
MT_Matrix3x3.lo: intern/MT_Matrix3x3.cpp
|
||||
if $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT MT_Matrix3x3.lo -MD -MP -MF "$(DEPDIR)/MT_Matrix3x3.Tpo" \
|
||||
-c -o MT_Matrix3x3.lo `test -f 'intern/MT_Matrix3x3.cpp' || echo '$(srcdir)/'`intern/MT_Matrix3x3.cpp; \
|
||||
then mv -f "$(DEPDIR)/MT_Matrix3x3.Tpo" "$(DEPDIR)/MT_Matrix3x3.Plo"; \
|
||||
else rm -f "$(DEPDIR)/MT_Matrix3x3.Tpo"; exit 1; \
|
||||
fi
|
||||
# source='intern/MT_Matrix3x3.cpp' object='MT_Matrix3x3.lo' libtool=yes \
|
||||
# depfile='$(DEPDIR)/MT_Matrix3x3.Plo' tmpdepfile='$(DEPDIR)/MT_Matrix3x3.TPlo' \
|
||||
# $(CXXDEPMODE) $(depcomp) \
|
||||
# $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o MT_Matrix3x3.lo `test -f 'intern/MT_Matrix3x3.cpp' || echo '$(srcdir)/'`intern/MT_Matrix3x3.cpp
|
||||
|
||||
MT_Matrix4x4.o: intern/MT_Matrix4x4.cpp
|
||||
if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT MT_Matrix4x4.o -MD -MP -MF "$(DEPDIR)/MT_Matrix4x4.Tpo" \
|
||||
-c -o MT_Matrix4x4.o `test -f 'intern/MT_Matrix4x4.cpp' || echo '$(srcdir)/'`intern/MT_Matrix4x4.cpp; \
|
||||
then mv -f "$(DEPDIR)/MT_Matrix4x4.Tpo" "$(DEPDIR)/MT_Matrix4x4.Po"; \
|
||||
else rm -f "$(DEPDIR)/MT_Matrix4x4.Tpo"; exit 1; \
|
||||
fi
|
||||
# source='intern/MT_Matrix4x4.cpp' object='MT_Matrix4x4.o' libtool=no \
|
||||
# depfile='$(DEPDIR)/MT_Matrix4x4.Po' tmpdepfile='$(DEPDIR)/MT_Matrix4x4.TPo' \
|
||||
# $(CXXDEPMODE) $(depcomp) \
|
||||
# $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o MT_Matrix4x4.o `test -f 'intern/MT_Matrix4x4.cpp' || echo '$(srcdir)/'`intern/MT_Matrix4x4.cpp
|
||||
|
||||
MT_Matrix4x4.obj: intern/MT_Matrix4x4.cpp
|
||||
if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT MT_Matrix4x4.obj -MD -MP -MF "$(DEPDIR)/MT_Matrix4x4.Tpo" \
|
||||
-c -o MT_Matrix4x4.obj `if test -f 'intern/MT_Matrix4x4.cpp'; then $(CYGPATH_W) 'intern/MT_Matrix4x4.cpp'; else $(CYGPATH_W) '$(srcdir)/intern/MT_Matrix4x4.cpp'; fi`; \
|
||||
then mv -f "$(DEPDIR)/MT_Matrix4x4.Tpo" "$(DEPDIR)/MT_Matrix4x4.Po"; \
|
||||
else rm -f "$(DEPDIR)/MT_Matrix4x4.Tpo"; exit 1; \
|
||||
fi
|
||||
# source='intern/MT_Matrix4x4.cpp' object='MT_Matrix4x4.obj' libtool=no \
|
||||
# depfile='$(DEPDIR)/MT_Matrix4x4.Po' tmpdepfile='$(DEPDIR)/MT_Matrix4x4.TPo' \
|
||||
# $(CXXDEPMODE) $(depcomp) \
|
||||
# $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o MT_Matrix4x4.obj `if test -f 'intern/MT_Matrix4x4.cpp'; then $(CYGPATH_W) 'intern/MT_Matrix4x4.cpp'; else $(CYGPATH_W) '$(srcdir)/intern/MT_Matrix4x4.cpp'; fi`
|
||||
|
||||
MT_Matrix4x4.lo: intern/MT_Matrix4x4.cpp
|
||||
if $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT MT_Matrix4x4.lo -MD -MP -MF "$(DEPDIR)/MT_Matrix4x4.Tpo" \
|
||||
-c -o MT_Matrix4x4.lo `test -f 'intern/MT_Matrix4x4.cpp' || echo '$(srcdir)/'`intern/MT_Matrix4x4.cpp; \
|
||||
then mv -f "$(DEPDIR)/MT_Matrix4x4.Tpo" "$(DEPDIR)/MT_Matrix4x4.Plo"; \
|
||||
else rm -f "$(DEPDIR)/MT_Matrix4x4.Tpo"; exit 1; \
|
||||
fi
|
||||
# source='intern/MT_Matrix4x4.cpp' object='MT_Matrix4x4.lo' libtool=yes \
|
||||
# depfile='$(DEPDIR)/MT_Matrix4x4.Plo' tmpdepfile='$(DEPDIR)/MT_Matrix4x4.TPlo' \
|
||||
# $(CXXDEPMODE) $(depcomp) \
|
||||
# $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o MT_Matrix4x4.lo `test -f 'intern/MT_Matrix4x4.cpp' || echo '$(srcdir)/'`intern/MT_Matrix4x4.cpp
|
||||
|
||||
MT_Plane3.o: intern/MT_Plane3.cpp
|
||||
if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT MT_Plane3.o -MD -MP -MF "$(DEPDIR)/MT_Plane3.Tpo" \
|
||||
-c -o MT_Plane3.o `test -f 'intern/MT_Plane3.cpp' || echo '$(srcdir)/'`intern/MT_Plane3.cpp; \
|
||||
then mv -f "$(DEPDIR)/MT_Plane3.Tpo" "$(DEPDIR)/MT_Plane3.Po"; \
|
||||
else rm -f "$(DEPDIR)/MT_Plane3.Tpo"; exit 1; \
|
||||
fi
|
||||
# source='intern/MT_Plane3.cpp' object='MT_Plane3.o' libtool=no \
|
||||
# depfile='$(DEPDIR)/MT_Plane3.Po' tmpdepfile='$(DEPDIR)/MT_Plane3.TPo' \
|
||||
# $(CXXDEPMODE) $(depcomp) \
|
||||
# $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o MT_Plane3.o `test -f 'intern/MT_Plane3.cpp' || echo '$(srcdir)/'`intern/MT_Plane3.cpp
|
||||
|
||||
MT_Plane3.obj: intern/MT_Plane3.cpp
|
||||
if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT MT_Plane3.obj -MD -MP -MF "$(DEPDIR)/MT_Plane3.Tpo" \
|
||||
-c -o MT_Plane3.obj `if test -f 'intern/MT_Plane3.cpp'; then $(CYGPATH_W) 'intern/MT_Plane3.cpp'; else $(CYGPATH_W) '$(srcdir)/intern/MT_Plane3.cpp'; fi`; \
|
||||
then mv -f "$(DEPDIR)/MT_Plane3.Tpo" "$(DEPDIR)/MT_Plane3.Po"; \
|
||||
else rm -f "$(DEPDIR)/MT_Plane3.Tpo"; exit 1; \
|
||||
fi
|
||||
# source='intern/MT_Plane3.cpp' object='MT_Plane3.obj' libtool=no \
|
||||
# depfile='$(DEPDIR)/MT_Plane3.Po' tmpdepfile='$(DEPDIR)/MT_Plane3.TPo' \
|
||||
# $(CXXDEPMODE) $(depcomp) \
|
||||
# $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o MT_Plane3.obj `if test -f 'intern/MT_Plane3.cpp'; then $(CYGPATH_W) 'intern/MT_Plane3.cpp'; else $(CYGPATH_W) '$(srcdir)/intern/MT_Plane3.cpp'; fi`
|
||||
|
||||
MT_Plane3.lo: intern/MT_Plane3.cpp
|
||||
if $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT MT_Plane3.lo -MD -MP -MF "$(DEPDIR)/MT_Plane3.Tpo" \
|
||||
-c -o MT_Plane3.lo `test -f 'intern/MT_Plane3.cpp' || echo '$(srcdir)/'`intern/MT_Plane3.cpp; \
|
||||
then mv -f "$(DEPDIR)/MT_Plane3.Tpo" "$(DEPDIR)/MT_Plane3.Plo"; \
|
||||
else rm -f "$(DEPDIR)/MT_Plane3.Tpo"; exit 1; \
|
||||
fi
|
||||
# source='intern/MT_Plane3.cpp' object='MT_Plane3.lo' libtool=yes \
|
||||
# depfile='$(DEPDIR)/MT_Plane3.Plo' tmpdepfile='$(DEPDIR)/MT_Plane3.TPlo' \
|
||||
# $(CXXDEPMODE) $(depcomp) \
|
||||
# $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o MT_Plane3.lo `test -f 'intern/MT_Plane3.cpp' || echo '$(srcdir)/'`intern/MT_Plane3.cpp
|
||||
|
||||
MT_Point3.o: intern/MT_Point3.cpp
|
||||
if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT MT_Point3.o -MD -MP -MF "$(DEPDIR)/MT_Point3.Tpo" \
|
||||
-c -o MT_Point3.o `test -f 'intern/MT_Point3.cpp' || echo '$(srcdir)/'`intern/MT_Point3.cpp; \
|
||||
then mv -f "$(DEPDIR)/MT_Point3.Tpo" "$(DEPDIR)/MT_Point3.Po"; \
|
||||
else rm -f "$(DEPDIR)/MT_Point3.Tpo"; exit 1; \
|
||||
fi
|
||||
# source='intern/MT_Point3.cpp' object='MT_Point3.o' libtool=no \
|
||||
# depfile='$(DEPDIR)/MT_Point3.Po' tmpdepfile='$(DEPDIR)/MT_Point3.TPo' \
|
||||
# $(CXXDEPMODE) $(depcomp) \
|
||||
# $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o MT_Point3.o `test -f 'intern/MT_Point3.cpp' || echo '$(srcdir)/'`intern/MT_Point3.cpp
|
||||
|
||||
MT_Point3.obj: intern/MT_Point3.cpp
|
||||
if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT MT_Point3.obj -MD -MP -MF "$(DEPDIR)/MT_Point3.Tpo" \
|
||||
-c -o MT_Point3.obj `if test -f 'intern/MT_Point3.cpp'; then $(CYGPATH_W) 'intern/MT_Point3.cpp'; else $(CYGPATH_W) '$(srcdir)/intern/MT_Point3.cpp'; fi`; \
|
||||
then mv -f "$(DEPDIR)/MT_Point3.Tpo" "$(DEPDIR)/MT_Point3.Po"; \
|
||||
else rm -f "$(DEPDIR)/MT_Point3.Tpo"; exit 1; \
|
||||
fi
|
||||
# source='intern/MT_Point3.cpp' object='MT_Point3.obj' libtool=no \
|
||||
# depfile='$(DEPDIR)/MT_Point3.Po' tmpdepfile='$(DEPDIR)/MT_Point3.TPo' \
|
||||
# $(CXXDEPMODE) $(depcomp) \
|
||||
# $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o MT_Point3.obj `if test -f 'intern/MT_Point3.cpp'; then $(CYGPATH_W) 'intern/MT_Point3.cpp'; else $(CYGPATH_W) '$(srcdir)/intern/MT_Point3.cpp'; fi`
|
||||
|
||||
MT_Point3.lo: intern/MT_Point3.cpp
|
||||
if $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT MT_Point3.lo -MD -MP -MF "$(DEPDIR)/MT_Point3.Tpo" \
|
||||
-c -o MT_Point3.lo `test -f 'intern/MT_Point3.cpp' || echo '$(srcdir)/'`intern/MT_Point3.cpp; \
|
||||
then mv -f "$(DEPDIR)/MT_Point3.Tpo" "$(DEPDIR)/MT_Point3.Plo"; \
|
||||
else rm -f "$(DEPDIR)/MT_Point3.Tpo"; exit 1; \
|
||||
fi
|
||||
# source='intern/MT_Point3.cpp' object='MT_Point3.lo' libtool=yes \
|
||||
# depfile='$(DEPDIR)/MT_Point3.Plo' tmpdepfile='$(DEPDIR)/MT_Point3.TPlo' \
|
||||
# $(CXXDEPMODE) $(depcomp) \
|
||||
# $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o MT_Point3.lo `test -f 'intern/MT_Point3.cpp' || echo '$(srcdir)/'`intern/MT_Point3.cpp
|
||||
|
||||
MT_Quaternion.o: intern/MT_Quaternion.cpp
|
||||
if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT MT_Quaternion.o -MD -MP -MF "$(DEPDIR)/MT_Quaternion.Tpo" \
|
||||
-c -o MT_Quaternion.o `test -f 'intern/MT_Quaternion.cpp' || echo '$(srcdir)/'`intern/MT_Quaternion.cpp; \
|
||||
then mv -f "$(DEPDIR)/MT_Quaternion.Tpo" "$(DEPDIR)/MT_Quaternion.Po"; \
|
||||
else rm -f "$(DEPDIR)/MT_Quaternion.Tpo"; exit 1; \
|
||||
fi
|
||||
# source='intern/MT_Quaternion.cpp' object='MT_Quaternion.o' libtool=no \
|
||||
# depfile='$(DEPDIR)/MT_Quaternion.Po' tmpdepfile='$(DEPDIR)/MT_Quaternion.TPo' \
|
||||
# $(CXXDEPMODE) $(depcomp) \
|
||||
# $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o MT_Quaternion.o `test -f 'intern/MT_Quaternion.cpp' || echo '$(srcdir)/'`intern/MT_Quaternion.cpp
|
||||
|
||||
MT_Quaternion.obj: intern/MT_Quaternion.cpp
|
||||
if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT MT_Quaternion.obj -MD -MP -MF "$(DEPDIR)/MT_Quaternion.Tpo" \
|
||||
-c -o MT_Quaternion.obj `if test -f 'intern/MT_Quaternion.cpp'; then $(CYGPATH_W) 'intern/MT_Quaternion.cpp'; else $(CYGPATH_W) '$(srcdir)/intern/MT_Quaternion.cpp'; fi`; \
|
||||
then mv -f "$(DEPDIR)/MT_Quaternion.Tpo" "$(DEPDIR)/MT_Quaternion.Po"; \
|
||||
else rm -f "$(DEPDIR)/MT_Quaternion.Tpo"; exit 1; \
|
||||
fi
|
||||
# source='intern/MT_Quaternion.cpp' object='MT_Quaternion.obj' libtool=no \
|
||||
# depfile='$(DEPDIR)/MT_Quaternion.Po' tmpdepfile='$(DEPDIR)/MT_Quaternion.TPo' \
|
||||
# $(CXXDEPMODE) $(depcomp) \
|
||||
# $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o MT_Quaternion.obj `if test -f 'intern/MT_Quaternion.cpp'; then $(CYGPATH_W) 'intern/MT_Quaternion.cpp'; else $(CYGPATH_W) '$(srcdir)/intern/MT_Quaternion.cpp'; fi`
|
||||
|
||||
MT_Quaternion.lo: intern/MT_Quaternion.cpp
|
||||
if $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT MT_Quaternion.lo -MD -MP -MF "$(DEPDIR)/MT_Quaternion.Tpo" \
|
||||
-c -o MT_Quaternion.lo `test -f 'intern/MT_Quaternion.cpp' || echo '$(srcdir)/'`intern/MT_Quaternion.cpp; \
|
||||
then mv -f "$(DEPDIR)/MT_Quaternion.Tpo" "$(DEPDIR)/MT_Quaternion.Plo"; \
|
||||
else rm -f "$(DEPDIR)/MT_Quaternion.Tpo"; exit 1; \
|
||||
fi
|
||||
# source='intern/MT_Quaternion.cpp' object='MT_Quaternion.lo' libtool=yes \
|
||||
# depfile='$(DEPDIR)/MT_Quaternion.Plo' tmpdepfile='$(DEPDIR)/MT_Quaternion.TPlo' \
|
||||
# $(CXXDEPMODE) $(depcomp) \
|
||||
# $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o MT_Quaternion.lo `test -f 'intern/MT_Quaternion.cpp' || echo '$(srcdir)/'`intern/MT_Quaternion.cpp
|
||||
|
||||
MT_Transform.o: intern/MT_Transform.cpp
|
||||
if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT MT_Transform.o -MD -MP -MF "$(DEPDIR)/MT_Transform.Tpo" \
|
||||
-c -o MT_Transform.o `test -f 'intern/MT_Transform.cpp' || echo '$(srcdir)/'`intern/MT_Transform.cpp; \
|
||||
then mv -f "$(DEPDIR)/MT_Transform.Tpo" "$(DEPDIR)/MT_Transform.Po"; \
|
||||
else rm -f "$(DEPDIR)/MT_Transform.Tpo"; exit 1; \
|
||||
fi
|
||||
# source='intern/MT_Transform.cpp' object='MT_Transform.o' libtool=no \
|
||||
# depfile='$(DEPDIR)/MT_Transform.Po' tmpdepfile='$(DEPDIR)/MT_Transform.TPo' \
|
||||
# $(CXXDEPMODE) $(depcomp) \
|
||||
# $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o MT_Transform.o `test -f 'intern/MT_Transform.cpp' || echo '$(srcdir)/'`intern/MT_Transform.cpp
|
||||
|
||||
MT_Transform.obj: intern/MT_Transform.cpp
|
||||
if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT MT_Transform.obj -MD -MP -MF "$(DEPDIR)/MT_Transform.Tpo" \
|
||||
-c -o MT_Transform.obj `if test -f 'intern/MT_Transform.cpp'; then $(CYGPATH_W) 'intern/MT_Transform.cpp'; else $(CYGPATH_W) '$(srcdir)/intern/MT_Transform.cpp'; fi`; \
|
||||
then mv -f "$(DEPDIR)/MT_Transform.Tpo" "$(DEPDIR)/MT_Transform.Po"; \
|
||||
else rm -f "$(DEPDIR)/MT_Transform.Tpo"; exit 1; \
|
||||
fi
|
||||
# source='intern/MT_Transform.cpp' object='MT_Transform.obj' libtool=no \
|
||||
# depfile='$(DEPDIR)/MT_Transform.Po' tmpdepfile='$(DEPDIR)/MT_Transform.TPo' \
|
||||
# $(CXXDEPMODE) $(depcomp) \
|
||||
# $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o MT_Transform.obj `if test -f 'intern/MT_Transform.cpp'; then $(CYGPATH_W) 'intern/MT_Transform.cpp'; else $(CYGPATH_W) '$(srcdir)/intern/MT_Transform.cpp'; fi`
|
||||
|
||||
MT_Transform.lo: intern/MT_Transform.cpp
|
||||
if $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT MT_Transform.lo -MD -MP -MF "$(DEPDIR)/MT_Transform.Tpo" \
|
||||
-c -o MT_Transform.lo `test -f 'intern/MT_Transform.cpp' || echo '$(srcdir)/'`intern/MT_Transform.cpp; \
|
||||
then mv -f "$(DEPDIR)/MT_Transform.Tpo" "$(DEPDIR)/MT_Transform.Plo"; \
|
||||
else rm -f "$(DEPDIR)/MT_Transform.Tpo"; exit 1; \
|
||||
fi
|
||||
# source='intern/MT_Transform.cpp' object='MT_Transform.lo' libtool=yes \
|
||||
# depfile='$(DEPDIR)/MT_Transform.Plo' tmpdepfile='$(DEPDIR)/MT_Transform.TPlo' \
|
||||
# $(CXXDEPMODE) $(depcomp) \
|
||||
# $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o MT_Transform.lo `test -f 'intern/MT_Transform.cpp' || echo '$(srcdir)/'`intern/MT_Transform.cpp
|
||||
|
||||
MT_Vector2.o: intern/MT_Vector2.cpp
|
||||
if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT MT_Vector2.o -MD -MP -MF "$(DEPDIR)/MT_Vector2.Tpo" \
|
||||
-c -o MT_Vector2.o `test -f 'intern/MT_Vector2.cpp' || echo '$(srcdir)/'`intern/MT_Vector2.cpp; \
|
||||
then mv -f "$(DEPDIR)/MT_Vector2.Tpo" "$(DEPDIR)/MT_Vector2.Po"; \
|
||||
else rm -f "$(DEPDIR)/MT_Vector2.Tpo"; exit 1; \
|
||||
fi
|
||||
# source='intern/MT_Vector2.cpp' object='MT_Vector2.o' libtool=no \
|
||||
# depfile='$(DEPDIR)/MT_Vector2.Po' tmpdepfile='$(DEPDIR)/MT_Vector2.TPo' \
|
||||
# $(CXXDEPMODE) $(depcomp) \
|
||||
# $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o MT_Vector2.o `test -f 'intern/MT_Vector2.cpp' || echo '$(srcdir)/'`intern/MT_Vector2.cpp
|
||||
|
||||
MT_Vector2.obj: intern/MT_Vector2.cpp
|
||||
if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT MT_Vector2.obj -MD -MP -MF "$(DEPDIR)/MT_Vector2.Tpo" \
|
||||
-c -o MT_Vector2.obj `if test -f 'intern/MT_Vector2.cpp'; then $(CYGPATH_W) 'intern/MT_Vector2.cpp'; else $(CYGPATH_W) '$(srcdir)/intern/MT_Vector2.cpp'; fi`; \
|
||||
then mv -f "$(DEPDIR)/MT_Vector2.Tpo" "$(DEPDIR)/MT_Vector2.Po"; \
|
||||
else rm -f "$(DEPDIR)/MT_Vector2.Tpo"; exit 1; \
|
||||
fi
|
||||
# source='intern/MT_Vector2.cpp' object='MT_Vector2.obj' libtool=no \
|
||||
# depfile='$(DEPDIR)/MT_Vector2.Po' tmpdepfile='$(DEPDIR)/MT_Vector2.TPo' \
|
||||
# $(CXXDEPMODE) $(depcomp) \
|
||||
# $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o MT_Vector2.obj `if test -f 'intern/MT_Vector2.cpp'; then $(CYGPATH_W) 'intern/MT_Vector2.cpp'; else $(CYGPATH_W) '$(srcdir)/intern/MT_Vector2.cpp'; fi`
|
||||
|
||||
MT_Vector2.lo: intern/MT_Vector2.cpp
|
||||
if $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT MT_Vector2.lo -MD -MP -MF "$(DEPDIR)/MT_Vector2.Tpo" \
|
||||
-c -o MT_Vector2.lo `test -f 'intern/MT_Vector2.cpp' || echo '$(srcdir)/'`intern/MT_Vector2.cpp; \
|
||||
then mv -f "$(DEPDIR)/MT_Vector2.Tpo" "$(DEPDIR)/MT_Vector2.Plo"; \
|
||||
else rm -f "$(DEPDIR)/MT_Vector2.Tpo"; exit 1; \
|
||||
fi
|
||||
# source='intern/MT_Vector2.cpp' object='MT_Vector2.lo' libtool=yes \
|
||||
# depfile='$(DEPDIR)/MT_Vector2.Plo' tmpdepfile='$(DEPDIR)/MT_Vector2.TPlo' \
|
||||
# $(CXXDEPMODE) $(depcomp) \
|
||||
# $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o MT_Vector2.lo `test -f 'intern/MT_Vector2.cpp' || echo '$(srcdir)/'`intern/MT_Vector2.cpp
|
||||
|
||||
MT_Vector3.o: intern/MT_Vector3.cpp
|
||||
if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT MT_Vector3.o -MD -MP -MF "$(DEPDIR)/MT_Vector3.Tpo" \
|
||||
-c -o MT_Vector3.o `test -f 'intern/MT_Vector3.cpp' || echo '$(srcdir)/'`intern/MT_Vector3.cpp; \
|
||||
then mv -f "$(DEPDIR)/MT_Vector3.Tpo" "$(DEPDIR)/MT_Vector3.Po"; \
|
||||
else rm -f "$(DEPDIR)/MT_Vector3.Tpo"; exit 1; \
|
||||
fi
|
||||
# source='intern/MT_Vector3.cpp' object='MT_Vector3.o' libtool=no \
|
||||
# depfile='$(DEPDIR)/MT_Vector3.Po' tmpdepfile='$(DEPDIR)/MT_Vector3.TPo' \
|
||||
# $(CXXDEPMODE) $(depcomp) \
|
||||
# $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o MT_Vector3.o `test -f 'intern/MT_Vector3.cpp' || echo '$(srcdir)/'`intern/MT_Vector3.cpp
|
||||
|
||||
MT_Vector3.obj: intern/MT_Vector3.cpp
|
||||
if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT MT_Vector3.obj -MD -MP -MF "$(DEPDIR)/MT_Vector3.Tpo" \
|
||||
-c -o MT_Vector3.obj `if test -f 'intern/MT_Vector3.cpp'; then $(CYGPATH_W) 'intern/MT_Vector3.cpp'; else $(CYGPATH_W) '$(srcdir)/intern/MT_Vector3.cpp'; fi`; \
|
||||
then mv -f "$(DEPDIR)/MT_Vector3.Tpo" "$(DEPDIR)/MT_Vector3.Po"; \
|
||||
else rm -f "$(DEPDIR)/MT_Vector3.Tpo"; exit 1; \
|
||||
fi
|
||||
# source='intern/MT_Vector3.cpp' object='MT_Vector3.obj' libtool=no \
|
||||
# depfile='$(DEPDIR)/MT_Vector3.Po' tmpdepfile='$(DEPDIR)/MT_Vector3.TPo' \
|
||||
# $(CXXDEPMODE) $(depcomp) \
|
||||
# $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o MT_Vector3.obj `if test -f 'intern/MT_Vector3.cpp'; then $(CYGPATH_W) 'intern/MT_Vector3.cpp'; else $(CYGPATH_W) '$(srcdir)/intern/MT_Vector3.cpp'; fi`
|
||||
|
||||
MT_Vector3.lo: intern/MT_Vector3.cpp
|
||||
if $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT MT_Vector3.lo -MD -MP -MF "$(DEPDIR)/MT_Vector3.Tpo" \
|
||||
-c -o MT_Vector3.lo `test -f 'intern/MT_Vector3.cpp' || echo '$(srcdir)/'`intern/MT_Vector3.cpp; \
|
||||
then mv -f "$(DEPDIR)/MT_Vector3.Tpo" "$(DEPDIR)/MT_Vector3.Plo"; \
|
||||
else rm -f "$(DEPDIR)/MT_Vector3.Tpo"; exit 1; \
|
||||
fi
|
||||
# source='intern/MT_Vector3.cpp' object='MT_Vector3.lo' libtool=yes \
|
||||
# depfile='$(DEPDIR)/MT_Vector3.Plo' tmpdepfile='$(DEPDIR)/MT_Vector3.TPlo' \
|
||||
# $(CXXDEPMODE) $(depcomp) \
|
||||
# $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o MT_Vector3.lo `test -f 'intern/MT_Vector3.cpp' || echo '$(srcdir)/'`intern/MT_Vector3.cpp
|
||||
|
||||
MT_Vector4.o: intern/MT_Vector4.cpp
|
||||
if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT MT_Vector4.o -MD -MP -MF "$(DEPDIR)/MT_Vector4.Tpo" \
|
||||
-c -o MT_Vector4.o `test -f 'intern/MT_Vector4.cpp' || echo '$(srcdir)/'`intern/MT_Vector4.cpp; \
|
||||
then mv -f "$(DEPDIR)/MT_Vector4.Tpo" "$(DEPDIR)/MT_Vector4.Po"; \
|
||||
else rm -f "$(DEPDIR)/MT_Vector4.Tpo"; exit 1; \
|
||||
fi
|
||||
# source='intern/MT_Vector4.cpp' object='MT_Vector4.o' libtool=no \
|
||||
# depfile='$(DEPDIR)/MT_Vector4.Po' tmpdepfile='$(DEPDIR)/MT_Vector4.TPo' \
|
||||
# $(CXXDEPMODE) $(depcomp) \
|
||||
# $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o MT_Vector4.o `test -f 'intern/MT_Vector4.cpp' || echo '$(srcdir)/'`intern/MT_Vector4.cpp
|
||||
|
||||
MT_Vector4.obj: intern/MT_Vector4.cpp
|
||||
if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT MT_Vector4.obj -MD -MP -MF "$(DEPDIR)/MT_Vector4.Tpo" \
|
||||
-c -o MT_Vector4.obj `if test -f 'intern/MT_Vector4.cpp'; then $(CYGPATH_W) 'intern/MT_Vector4.cpp'; else $(CYGPATH_W) '$(srcdir)/intern/MT_Vector4.cpp'; fi`; \
|
||||
then mv -f "$(DEPDIR)/MT_Vector4.Tpo" "$(DEPDIR)/MT_Vector4.Po"; \
|
||||
else rm -f "$(DEPDIR)/MT_Vector4.Tpo"; exit 1; \
|
||||
fi
|
||||
# source='intern/MT_Vector4.cpp' object='MT_Vector4.obj' libtool=no \
|
||||
# depfile='$(DEPDIR)/MT_Vector4.Po' tmpdepfile='$(DEPDIR)/MT_Vector4.TPo' \
|
||||
# $(CXXDEPMODE) $(depcomp) \
|
||||
# $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o MT_Vector4.obj `if test -f 'intern/MT_Vector4.cpp'; then $(CYGPATH_W) 'intern/MT_Vector4.cpp'; else $(CYGPATH_W) '$(srcdir)/intern/MT_Vector4.cpp'; fi`
|
||||
|
||||
MT_Vector4.lo: intern/MT_Vector4.cpp
|
||||
if $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT MT_Vector4.lo -MD -MP -MF "$(DEPDIR)/MT_Vector4.Tpo" \
|
||||
-c -o MT_Vector4.lo `test -f 'intern/MT_Vector4.cpp' || echo '$(srcdir)/'`intern/MT_Vector4.cpp; \
|
||||
then mv -f "$(DEPDIR)/MT_Vector4.Tpo" "$(DEPDIR)/MT_Vector4.Plo"; \
|
||||
else rm -f "$(DEPDIR)/MT_Vector4.Tpo"; exit 1; \
|
||||
fi
|
||||
# source='intern/MT_Vector4.cpp' object='MT_Vector4.lo' libtool=yes \
|
||||
# depfile='$(DEPDIR)/MT_Vector4.Plo' tmpdepfile='$(DEPDIR)/MT_Vector4.TPlo' \
|
||||
# $(CXXDEPMODE) $(depcomp) \
|
||||
# $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o MT_Vector4.lo `test -f 'intern/MT_Vector4.cpp' || echo '$(srcdir)/'`intern/MT_Vector4.cpp
|
||||
|
||||
MT_random.o: intern/MT_random.cpp
|
||||
if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT MT_random.o -MD -MP -MF "$(DEPDIR)/MT_random.Tpo" \
|
||||
-c -o MT_random.o `test -f 'intern/MT_random.cpp' || echo '$(srcdir)/'`intern/MT_random.cpp; \
|
||||
then mv -f "$(DEPDIR)/MT_random.Tpo" "$(DEPDIR)/MT_random.Po"; \
|
||||
else rm -f "$(DEPDIR)/MT_random.Tpo"; exit 1; \
|
||||
fi
|
||||
# source='intern/MT_random.cpp' object='MT_random.o' libtool=no \
|
||||
# depfile='$(DEPDIR)/MT_random.Po' tmpdepfile='$(DEPDIR)/MT_random.TPo' \
|
||||
# $(CXXDEPMODE) $(depcomp) \
|
||||
# $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o MT_random.o `test -f 'intern/MT_random.cpp' || echo '$(srcdir)/'`intern/MT_random.cpp
|
||||
|
||||
MT_random.obj: intern/MT_random.cpp
|
||||
if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT MT_random.obj -MD -MP -MF "$(DEPDIR)/MT_random.Tpo" \
|
||||
-c -o MT_random.obj `if test -f 'intern/MT_random.cpp'; then $(CYGPATH_W) 'intern/MT_random.cpp'; else $(CYGPATH_W) '$(srcdir)/intern/MT_random.cpp'; fi`; \
|
||||
then mv -f "$(DEPDIR)/MT_random.Tpo" "$(DEPDIR)/MT_random.Po"; \
|
||||
else rm -f "$(DEPDIR)/MT_random.Tpo"; exit 1; \
|
||||
fi
|
||||
# source='intern/MT_random.cpp' object='MT_random.obj' libtool=no \
|
||||
# depfile='$(DEPDIR)/MT_random.Po' tmpdepfile='$(DEPDIR)/MT_random.TPo' \
|
||||
# $(CXXDEPMODE) $(depcomp) \
|
||||
# $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o MT_random.obj `if test -f 'intern/MT_random.cpp'; then $(CYGPATH_W) 'intern/MT_random.cpp'; else $(CYGPATH_W) '$(srcdir)/intern/MT_random.cpp'; fi`
|
||||
|
||||
MT_random.lo: intern/MT_random.cpp
|
||||
if $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT MT_random.lo -MD -MP -MF "$(DEPDIR)/MT_random.Tpo" \
|
||||
-c -o MT_random.lo `test -f 'intern/MT_random.cpp' || echo '$(srcdir)/'`intern/MT_random.cpp; \
|
||||
then mv -f "$(DEPDIR)/MT_random.Tpo" "$(DEPDIR)/MT_random.Plo"; \
|
||||
else rm -f "$(DEPDIR)/MT_random.Tpo"; exit 1; \
|
||||
fi
|
||||
# source='intern/MT_random.cpp' object='MT_random.lo' libtool=yes \
|
||||
# depfile='$(DEPDIR)/MT_random.Plo' tmpdepfile='$(DEPDIR)/MT_random.TPlo' \
|
||||
# $(CXXDEPMODE) $(depcomp) \
|
||||
# $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o MT_random.lo `test -f 'intern/MT_random.cpp' || echo '$(srcdir)/'`intern/MT_random.cpp
|
||||
|
||||
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:
|
||||
|
||||
@@ -1,56 +1,514 @@
|
||||
#
|
||||
# $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.
|
||||
# intern/string/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): Hans Lambermont
|
||||
#
|
||||
# ***** END GPL/BL DUAL LICENSE BLOCK *****
|
||||
# string main makefile.
|
||||
#
|
||||
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
|
||||
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
|
||||
# PARTICULAR PURPOSE.
|
||||
|
||||
include nan_definitions.mk
|
||||
|
||||
LIBNAME = string
|
||||
SOURCEDIR = intern/$(LIBNAME)
|
||||
DIR = $(OCGDIR)/$(SOURCEDIR)
|
||||
DIRS = intern
|
||||
# not yet TESTDIRS = test
|
||||
|
||||
include nan_subdirs.mk
|
||||
srcdir = .
|
||||
top_srcdir = ../..
|
||||
|
||||
install: all debug
|
||||
@[ -d $(NAN_STRING) ] || mkdir $(NAN_STRING)
|
||||
@[ -d $(NAN_STRING)/include ] || mkdir $(NAN_STRING)/include
|
||||
@[ -d $(NAN_STRING)/lib ] || mkdir $(NAN_STRING)/lib
|
||||
@[ -d $(NAN_STRING)/lib/debug ] || mkdir $(NAN_STRING)/lib/debug
|
||||
@../tools/cpifdiff.sh $(DIR)/libstring.a $(NAN_STRING)/lib/
|
||||
@../tools/cpifdiff.sh $(DIR)/debug/libstring.a $(NAN_STRING)/lib/debug/
|
||||
ifeq ($(OS),darwin)
|
||||
ranlib $(NAN_STRING)/lib/libstring.a
|
||||
ranlib $(NAN_STRING)/lib/debug/libstring.a
|
||||
endif
|
||||
@../tools/cpifdiff.sh *.h $(NAN_STRING)/include/
|
||||
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_STR.la
|
||||
|
||||
libblender_STR_la_SOURCES = \
|
||||
STR_HashedString.h \
|
||||
STR_String.h \
|
||||
intern/STR_String.cpp
|
||||
|
||||
subdir = intern/string
|
||||
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
|
||||
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
|
||||
CONFIG_HEADER = $(top_builddir)/config.h
|
||||
CONFIG_CLEAN_FILES =
|
||||
LTLIBRARIES = $(noinst_LTLIBRARIES)
|
||||
|
||||
libblender_STR_la_LDFLAGS =
|
||||
libblender_STR_la_LIBADD =
|
||||
am_libblender_STR_la_OBJECTS = STR_String.lo
|
||||
libblender_STR_la_OBJECTS = $(am_libblender_STR_la_OBJECTS)
|
||||
|
||||
DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
|
||||
depcomp = $(SHELL) $(top_srcdir)/depcomp
|
||||
am__depfiles_maybe = depfiles
|
||||
DEP_FILES = ./$(DEPDIR)/STR_String.Plo
|
||||
CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
|
||||
$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
|
||||
LTCXXCOMPILE = $(LIBTOOL) --mode=compile $(CXX) $(DEFS) \
|
||||
$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
|
||||
$(AM_CXXFLAGS) $(CXXFLAGS)
|
||||
CXXLD = $(CXX)
|
||||
CXXLINK = $(LIBTOOL) --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) \
|
||||
$(AM_LDFLAGS) $(LDFLAGS) -o $@
|
||||
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_STR_la_SOURCES)
|
||||
DIST_COMMON = Makefile.am Makefile.in
|
||||
SOURCES = $(libblender_STR_la_SOURCES)
|
||||
|
||||
all: all-am
|
||||
|
||||
.SUFFIXES:
|
||||
.SUFFIXES: .cpp .lo .o .obj
|
||||
$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.ac $(ACLOCAL_M4)
|
||||
cd $(top_srcdir) && \
|
||||
$(AUTOMAKE) --gnu intern/string/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_STR.la: $(libblender_STR_la_OBJECTS) $(libblender_STR_la_DEPENDENCIES)
|
||||
$(CXXLINK) $(libblender_STR_la_LDFLAGS) $(libblender_STR_la_OBJECTS) $(libblender_STR_la_LIBADD) $(LIBS)
|
||||
|
||||
mostlyclean-compile:
|
||||
-rm -f *.$(OBJEXT) core *.core
|
||||
|
||||
distclean-compile:
|
||||
-rm -f *.tab.c
|
||||
|
||||
include ./$(DEPDIR)/STR_String.Plo
|
||||
|
||||
distclean-depend:
|
||||
-rm -rf ./$(DEPDIR)
|
||||
|
||||
.cpp.o:
|
||||
if $(CXXCOMPILE) -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' \
|
||||
# $(CXXDEPMODE) $(depcomp) \
|
||||
# $(CXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
|
||||
|
||||
.cpp.obj:
|
||||
if $(CXXCOMPILE) -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' \
|
||||
# $(CXXDEPMODE) $(depcomp) \
|
||||
# $(CXXCOMPILE) -c -o $@ `if test -f '$<'; then $(CYGPATH_W) '$<'; else $(CYGPATH_W) '$(srcdir)/$<'; fi`
|
||||
|
||||
.cpp.lo:
|
||||
if $(LTCXXCOMPILE) -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' \
|
||||
# $(CXXDEPMODE) $(depcomp) \
|
||||
# $(LTCXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
|
||||
|
||||
STR_String.o: intern/STR_String.cpp
|
||||
if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT STR_String.o -MD -MP -MF "$(DEPDIR)/STR_String.Tpo" \
|
||||
-c -o STR_String.o `test -f 'intern/STR_String.cpp' || echo '$(srcdir)/'`intern/STR_String.cpp; \
|
||||
then mv -f "$(DEPDIR)/STR_String.Tpo" "$(DEPDIR)/STR_String.Po"; \
|
||||
else rm -f "$(DEPDIR)/STR_String.Tpo"; exit 1; \
|
||||
fi
|
||||
# source='intern/STR_String.cpp' object='STR_String.o' libtool=no \
|
||||
# depfile='$(DEPDIR)/STR_String.Po' tmpdepfile='$(DEPDIR)/STR_String.TPo' \
|
||||
# $(CXXDEPMODE) $(depcomp) \
|
||||
# $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o STR_String.o `test -f 'intern/STR_String.cpp' || echo '$(srcdir)/'`intern/STR_String.cpp
|
||||
|
||||
STR_String.obj: intern/STR_String.cpp
|
||||
if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT STR_String.obj -MD -MP -MF "$(DEPDIR)/STR_String.Tpo" \
|
||||
-c -o STR_String.obj `if test -f 'intern/STR_String.cpp'; then $(CYGPATH_W) 'intern/STR_String.cpp'; else $(CYGPATH_W) '$(srcdir)/intern/STR_String.cpp'; fi`; \
|
||||
then mv -f "$(DEPDIR)/STR_String.Tpo" "$(DEPDIR)/STR_String.Po"; \
|
||||
else rm -f "$(DEPDIR)/STR_String.Tpo"; exit 1; \
|
||||
fi
|
||||
# source='intern/STR_String.cpp' object='STR_String.obj' libtool=no \
|
||||
# depfile='$(DEPDIR)/STR_String.Po' tmpdepfile='$(DEPDIR)/STR_String.TPo' \
|
||||
# $(CXXDEPMODE) $(depcomp) \
|
||||
# $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o STR_String.obj `if test -f 'intern/STR_String.cpp'; then $(CYGPATH_W) 'intern/STR_String.cpp'; else $(CYGPATH_W) '$(srcdir)/intern/STR_String.cpp'; fi`
|
||||
|
||||
STR_String.lo: intern/STR_String.cpp
|
||||
if $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT STR_String.lo -MD -MP -MF "$(DEPDIR)/STR_String.Tpo" \
|
||||
-c -o STR_String.lo `test -f 'intern/STR_String.cpp' || echo '$(srcdir)/'`intern/STR_String.cpp; \
|
||||
then mv -f "$(DEPDIR)/STR_String.Tpo" "$(DEPDIR)/STR_String.Plo"; \
|
||||
else rm -f "$(DEPDIR)/STR_String.Tpo"; exit 1; \
|
||||
fi
|
||||
# source='intern/STR_String.cpp' object='STR_String.lo' libtool=yes \
|
||||
# depfile='$(DEPDIR)/STR_String.Plo' tmpdepfile='$(DEPDIR)/STR_String.TPlo' \
|
||||
# $(CXXDEPMODE) $(depcomp) \
|
||||
# $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o STR_String.lo `test -f 'intern/STR_String.cpp' || echo '$(srcdir)/'`intern/STR_String.cpp
|
||||
|
||||
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:
|
||||
|
||||
1208
source/Makefile
1208
source/Makefile
File diff suppressed because it is too large
Load Diff
@@ -1,55 +1,590 @@
|
||||
#
|
||||
# $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/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 *****
|
||||
#
|
||||
#
|
||||
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
|
||||
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
|
||||
# PARTICULAR PURPOSE.
|
||||
|
||||
include nan_definitions.mk
|
||||
|
||||
DIRS = blenloader
|
||||
DIRS += deflate inflate
|
||||
DIRS += writestreamglue readstreamglue writeblenfile readblenfile
|
||||
DIRS += avi imbuf img render radiosity blenlib blenkernel blenpluginapi
|
||||
DIRS += makesdna src renderconverter
|
||||
DIRS += python
|
||||
|
||||
ifeq ($(INTERNATIONAL), true)
|
||||
DIRS += ftfont
|
||||
endif
|
||||
srcdir = .
|
||||
top_srcdir = ../..
|
||||
|
||||
ifeq ($(WITH_QUICKTIME), true)
|
||||
DIRS += quicktime
|
||||
endif
|
||||
pkgdatadir = $(datadir)/blender
|
||||
pkglibdir = $(libdir)/blender
|
||||
pkgincludedir = $(includedir)/blender
|
||||
top_builddir = ../..
|
||||
|
||||
DIR = $(OCGDIR)/blender
|
||||
SOURCEDIR = source/blender
|
||||
TESTDIRS = deflate streamglue
|
||||
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 =
|
||||
|
||||
include nan_subdirs.mk
|
||||
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
|
||||
quicktimedir =
|
||||
#quicktimedir = quicktime
|
||||
|
||||
SUBDIRS = blenloader deflate inflate \
|
||||
writestreamglue readstreamglue writeblenfile readblenfile \
|
||||
avi imbuf img render radiosity blenlib blenkernel blenpluginapi \
|
||||
python makesdna src renderconverter $(quicktimedir)
|
||||
|
||||
|
||||
EXTRA_DIST = \
|
||||
include/BDR_drawaction.h \
|
||||
include/BDR_drawmesh.h \
|
||||
include/BDR_drawobject.h \
|
||||
include/BDR_editcurve.h \
|
||||
include/BDR_editface.h \
|
||||
include/BDR_editmball.h \
|
||||
include/BDR_editobject.h \
|
||||
include/BDR_isect.h \
|
||||
include/BDR_vpaint.h \
|
||||
include/BIF_butspace.h \
|
||||
include/BIF_drawimage.h \
|
||||
include/BIF_drawoops.h \
|
||||
include/BIF_drawscene.h \
|
||||
include/BIF_drawseq.h \
|
||||
include/BIF_drawtext.h \
|
||||
include/BIF_editarmature.h \
|
||||
include/BIF_editconstraint.h \
|
||||
include/BIF_editdeform.h \
|
||||
include/BIF_editfont.h \
|
||||
include/BIF_editgroup.h \
|
||||
include/BIF_editika.h \
|
||||
include/BIF_editkey.h \
|
||||
include/BIF_editlattice.h \
|
||||
include/BIF_editmesh.h \
|
||||
include/BIF_editnla.h \
|
||||
include/BIF_editoops.h \
|
||||
include/BIF_editsca.h \
|
||||
include/BIF_editseq.h \
|
||||
include/BIF_editsima.h \
|
||||
include/BIF_editsound.h \
|
||||
include/BIF_editview.h \
|
||||
include/BIF_fsmenu.h \
|
||||
include/BIF_gl.h \
|
||||
include/BIF_glutil.h \
|
||||
include/BIF_graphics.h \
|
||||
include/BIF_imasel.h \
|
||||
include/BIF_interface.h \
|
||||
include/BIF_keyval.h \
|
||||
include/BIF_mainqueue.h \
|
||||
include/BIF_mywindow.h \
|
||||
include/BIF_oops.h \
|
||||
include/BIF_poseobject.h \
|
||||
include/BIF_previewrender.h \
|
||||
include/BIF_renderwin.h \
|
||||
include/BIF_resources.h \
|
||||
include/BIF_scrarea.h \
|
||||
include/BIF_screen.h \
|
||||
include/BIF_space.h \
|
||||
include/BIF_spacetypes.h \
|
||||
include/BIF_tbcallback.h \
|
||||
include/BIF_toets.h \
|
||||
include/BIF_toolbox.h \
|
||||
include/BIF_usiblender.h \
|
||||
include/BIF_writeavicodec.h \
|
||||
include/BIF_writeimage.h \
|
||||
include/BIF_writemovie.h \
|
||||
include/BSE_buttons.h \
|
||||
include/BSE_drawimasel.h \
|
||||
include/BSE_drawipo.h \
|
||||
include/BSE_drawnla.h \
|
||||
include/BSE_drawoops.h \
|
||||
include/BSE_drawview.h \
|
||||
include/BSE_edit.h \
|
||||
include/BSE_editaction.h \
|
||||
include/BSE_editaction_types.h \
|
||||
include/BSE_editipo.h \
|
||||
include/BSE_editipo_types.h \
|
||||
include/BSE_editnla_types.h \
|
||||
include/BSE_filesel.h \
|
||||
include/BSE_headerbuttons.h \
|
||||
include/BSE_sequence.h \
|
||||
include/BSE_trans_types.h \
|
||||
include/BSE_types.h \
|
||||
include/BSE_view.h \
|
||||
include/LOD_DependKludge.h \
|
||||
include/TPT_DependKludge.h \
|
||||
include/blendef.h \
|
||||
include/butspace.h \
|
||||
include/datatoc.h \
|
||||
include/editlattice_ext.h \
|
||||
include/interface.h \
|
||||
include/ipo.h \
|
||||
include/keyed_functions.h \
|
||||
include/license_key.h \
|
||||
include/mydevice.h \
|
||||
include/nla.h \
|
||||
include/objfnt.h \
|
||||
include/particle_effect.h \
|
||||
include/playanim_ext.h
|
||||
|
||||
subdir = source/blender
|
||||
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
|
||||
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
|
||||
CONFIG_HEADER = $(top_builddir)/config.h
|
||||
CONFIG_CLEAN_FILES =
|
||||
DIST_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 = blenloader deflate inflate writestreamglue readstreamglue \
|
||||
writeblenfile readblenfile avi imbuf img render radiosity \
|
||||
blenlib blenkernel blenpluginapi python makesdna src \
|
||||
renderconverter quicktime
|
||||
all: all-recursive
|
||||
|
||||
.SUFFIXES:
|
||||
$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.ac $(ACLOCAL_M4)
|
||||
cd $(top_srcdir) && \
|
||||
$(AUTOMAKE) --gnu source/blender/Makefile
|
||||
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
|
||||
cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
|
||||
|
||||
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)
|
||||
$(mkinstalldirs) $(distdir)/include
|
||||
@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='$(DIST_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
|
||||
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 mostlyclean-am
|
||||
|
||||
distclean: distclean-recursive
|
||||
|
||||
distclean-am: clean-am 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-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-recursive ctags \
|
||||
ctags-recursive distclean 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-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:
|
||||
|
||||
@@ -1,37 +1,732 @@
|
||||
#
|
||||
# $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/avi/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.
|
||||
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
|
||||
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
|
||||
# PARTICULAR PURPOSE.
|
||||
|
||||
SOURCEDIR = source/blender/avi
|
||||
DIRS = intern
|
||||
|
||||
include nan_subdirs.mk
|
||||
|
||||
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_avi.la
|
||||
|
||||
libblender_avi_la_SOURCES = \
|
||||
AVI_avi.h \
|
||||
intern/avi.c \
|
||||
intern/avi_intern.h \
|
||||
intern/avirgb.c \
|
||||
intern/avirgb.h \
|
||||
intern/codecs.c \
|
||||
intern/endian.c \
|
||||
intern/endian.h \
|
||||
intern/mjpeg.c \
|
||||
intern/mjpeg.h \
|
||||
intern/options.c \
|
||||
intern/rgb32.c \
|
||||
intern/rgb32.h
|
||||
|
||||
|
||||
INCLUDES = -I$(top_srcdir)/intern/guardedalloc
|
||||
|
||||
EXTRA_DIST = \
|
||||
Makefile \
|
||||
intern/Makefile
|
||||
|
||||
subdir = source/blender/avi
|
||||
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
|
||||
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
|
||||
CONFIG_HEADER = $(top_builddir)/config.h
|
||||
CONFIG_CLEAN_FILES =
|
||||
LTLIBRARIES = $(noinst_LTLIBRARIES)
|
||||
|
||||
libblender_avi_la_LDFLAGS =
|
||||
libblender_avi_la_LIBADD =
|
||||
am_libblender_avi_la_OBJECTS = avi.lo avirgb.lo codecs.lo endian.lo \
|
||||
mjpeg.lo options.lo rgb32.lo
|
||||
libblender_avi_la_OBJECTS = $(am_libblender_avi_la_OBJECTS)
|
||||
|
||||
DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
|
||||
depcomp = $(SHELL) $(top_srcdir)/depcomp
|
||||
am__depfiles_maybe = depfiles
|
||||
DEP_FILES = ./$(DEPDIR)/avi.Plo ./$(DEPDIR)/avirgb.Plo \
|
||||
./$(DEPDIR)/codecs.Plo ./$(DEPDIR)/endian.Plo \
|
||||
./$(DEPDIR)/mjpeg.Plo ./$(DEPDIR)/options.Plo \
|
||||
./$(DEPDIR)/rgb32.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_avi_la_SOURCES)
|
||||
DIST_COMMON = Makefile.am Makefile.in
|
||||
SOURCES = $(libblender_avi_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/avi/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_avi.la: $(libblender_avi_la_OBJECTS) $(libblender_avi_la_DEPENDENCIES)
|
||||
$(LINK) $(libblender_avi_la_LDFLAGS) $(libblender_avi_la_OBJECTS) $(libblender_avi_la_LIBADD) $(LIBS)
|
||||
|
||||
mostlyclean-compile:
|
||||
-rm -f *.$(OBJEXT) core *.core
|
||||
|
||||
distclean-compile:
|
||||
-rm -f *.tab.c
|
||||
|
||||
include ./$(DEPDIR)/avi.Plo
|
||||
include ./$(DEPDIR)/avirgb.Plo
|
||||
include ./$(DEPDIR)/codecs.Plo
|
||||
include ./$(DEPDIR)/endian.Plo
|
||||
include ./$(DEPDIR)/mjpeg.Plo
|
||||
include ./$(DEPDIR)/options.Plo
|
||||
include ./$(DEPDIR)/rgb32.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)/'`$<
|
||||
|
||||
avi.o: intern/avi.c
|
||||
if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT avi.o -MD -MP -MF "$(DEPDIR)/avi.Tpo" \
|
||||
-c -o avi.o `test -f 'intern/avi.c' || echo '$(srcdir)/'`intern/avi.c; \
|
||||
then mv -f "$(DEPDIR)/avi.Tpo" "$(DEPDIR)/avi.Po"; \
|
||||
else rm -f "$(DEPDIR)/avi.Tpo"; exit 1; \
|
||||
fi
|
||||
# source='intern/avi.c' object='avi.o' libtool=no \
|
||||
# depfile='$(DEPDIR)/avi.Po' tmpdepfile='$(DEPDIR)/avi.TPo' \
|
||||
# $(CCDEPMODE) $(depcomp) \
|
||||
# $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o avi.o `test -f 'intern/avi.c' || echo '$(srcdir)/'`intern/avi.c
|
||||
|
||||
avi.obj: intern/avi.c
|
||||
if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT avi.obj -MD -MP -MF "$(DEPDIR)/avi.Tpo" \
|
||||
-c -o avi.obj `if test -f 'intern/avi.c'; then $(CYGPATH_W) 'intern/avi.c'; else $(CYGPATH_W) '$(srcdir)/intern/avi.c'; fi`; \
|
||||
then mv -f "$(DEPDIR)/avi.Tpo" "$(DEPDIR)/avi.Po"; \
|
||||
else rm -f "$(DEPDIR)/avi.Tpo"; exit 1; \
|
||||
fi
|
||||
# source='intern/avi.c' object='avi.obj' libtool=no \
|
||||
# depfile='$(DEPDIR)/avi.Po' tmpdepfile='$(DEPDIR)/avi.TPo' \
|
||||
# $(CCDEPMODE) $(depcomp) \
|
||||
# $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o avi.obj `if test -f 'intern/avi.c'; then $(CYGPATH_W) 'intern/avi.c'; else $(CYGPATH_W) '$(srcdir)/intern/avi.c'; fi`
|
||||
|
||||
avi.lo: intern/avi.c
|
||||
if $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT avi.lo -MD -MP -MF "$(DEPDIR)/avi.Tpo" \
|
||||
-c -o avi.lo `test -f 'intern/avi.c' || echo '$(srcdir)/'`intern/avi.c; \
|
||||
then mv -f "$(DEPDIR)/avi.Tpo" "$(DEPDIR)/avi.Plo"; \
|
||||
else rm -f "$(DEPDIR)/avi.Tpo"; exit 1; \
|
||||
fi
|
||||
# source='intern/avi.c' object='avi.lo' libtool=yes \
|
||||
# depfile='$(DEPDIR)/avi.Plo' tmpdepfile='$(DEPDIR)/avi.TPlo' \
|
||||
# $(CCDEPMODE) $(depcomp) \
|
||||
# $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o avi.lo `test -f 'intern/avi.c' || echo '$(srcdir)/'`intern/avi.c
|
||||
|
||||
avirgb.o: intern/avirgb.c
|
||||
if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT avirgb.o -MD -MP -MF "$(DEPDIR)/avirgb.Tpo" \
|
||||
-c -o avirgb.o `test -f 'intern/avirgb.c' || echo '$(srcdir)/'`intern/avirgb.c; \
|
||||
then mv -f "$(DEPDIR)/avirgb.Tpo" "$(DEPDIR)/avirgb.Po"; \
|
||||
else rm -f "$(DEPDIR)/avirgb.Tpo"; exit 1; \
|
||||
fi
|
||||
# source='intern/avirgb.c' object='avirgb.o' libtool=no \
|
||||
# depfile='$(DEPDIR)/avirgb.Po' tmpdepfile='$(DEPDIR)/avirgb.TPo' \
|
||||
# $(CCDEPMODE) $(depcomp) \
|
||||
# $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o avirgb.o `test -f 'intern/avirgb.c' || echo '$(srcdir)/'`intern/avirgb.c
|
||||
|
||||
avirgb.obj: intern/avirgb.c
|
||||
if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT avirgb.obj -MD -MP -MF "$(DEPDIR)/avirgb.Tpo" \
|
||||
-c -o avirgb.obj `if test -f 'intern/avirgb.c'; then $(CYGPATH_W) 'intern/avirgb.c'; else $(CYGPATH_W) '$(srcdir)/intern/avirgb.c'; fi`; \
|
||||
then mv -f "$(DEPDIR)/avirgb.Tpo" "$(DEPDIR)/avirgb.Po"; \
|
||||
else rm -f "$(DEPDIR)/avirgb.Tpo"; exit 1; \
|
||||
fi
|
||||
# source='intern/avirgb.c' object='avirgb.obj' libtool=no \
|
||||
# depfile='$(DEPDIR)/avirgb.Po' tmpdepfile='$(DEPDIR)/avirgb.TPo' \
|
||||
# $(CCDEPMODE) $(depcomp) \
|
||||
# $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o avirgb.obj `if test -f 'intern/avirgb.c'; then $(CYGPATH_W) 'intern/avirgb.c'; else $(CYGPATH_W) '$(srcdir)/intern/avirgb.c'; fi`
|
||||
|
||||
avirgb.lo: intern/avirgb.c
|
||||
if $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT avirgb.lo -MD -MP -MF "$(DEPDIR)/avirgb.Tpo" \
|
||||
-c -o avirgb.lo `test -f 'intern/avirgb.c' || echo '$(srcdir)/'`intern/avirgb.c; \
|
||||
then mv -f "$(DEPDIR)/avirgb.Tpo" "$(DEPDIR)/avirgb.Plo"; \
|
||||
else rm -f "$(DEPDIR)/avirgb.Tpo"; exit 1; \
|
||||
fi
|
||||
# source='intern/avirgb.c' object='avirgb.lo' libtool=yes \
|
||||
# depfile='$(DEPDIR)/avirgb.Plo' tmpdepfile='$(DEPDIR)/avirgb.TPlo' \
|
||||
# $(CCDEPMODE) $(depcomp) \
|
||||
# $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o avirgb.lo `test -f 'intern/avirgb.c' || echo '$(srcdir)/'`intern/avirgb.c
|
||||
|
||||
codecs.o: intern/codecs.c
|
||||
if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT codecs.o -MD -MP -MF "$(DEPDIR)/codecs.Tpo" \
|
||||
-c -o codecs.o `test -f 'intern/codecs.c' || echo '$(srcdir)/'`intern/codecs.c; \
|
||||
then mv -f "$(DEPDIR)/codecs.Tpo" "$(DEPDIR)/codecs.Po"; \
|
||||
else rm -f "$(DEPDIR)/codecs.Tpo"; exit 1; \
|
||||
fi
|
||||
# source='intern/codecs.c' object='codecs.o' libtool=no \
|
||||
# depfile='$(DEPDIR)/codecs.Po' tmpdepfile='$(DEPDIR)/codecs.TPo' \
|
||||
# $(CCDEPMODE) $(depcomp) \
|
||||
# $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o codecs.o `test -f 'intern/codecs.c' || echo '$(srcdir)/'`intern/codecs.c
|
||||
|
||||
codecs.obj: intern/codecs.c
|
||||
if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT codecs.obj -MD -MP -MF "$(DEPDIR)/codecs.Tpo" \
|
||||
-c -o codecs.obj `if test -f 'intern/codecs.c'; then $(CYGPATH_W) 'intern/codecs.c'; else $(CYGPATH_W) '$(srcdir)/intern/codecs.c'; fi`; \
|
||||
then mv -f "$(DEPDIR)/codecs.Tpo" "$(DEPDIR)/codecs.Po"; \
|
||||
else rm -f "$(DEPDIR)/codecs.Tpo"; exit 1; \
|
||||
fi
|
||||
# source='intern/codecs.c' object='codecs.obj' libtool=no \
|
||||
# depfile='$(DEPDIR)/codecs.Po' tmpdepfile='$(DEPDIR)/codecs.TPo' \
|
||||
# $(CCDEPMODE) $(depcomp) \
|
||||
# $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o codecs.obj `if test -f 'intern/codecs.c'; then $(CYGPATH_W) 'intern/codecs.c'; else $(CYGPATH_W) '$(srcdir)/intern/codecs.c'; fi`
|
||||
|
||||
codecs.lo: intern/codecs.c
|
||||
if $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT codecs.lo -MD -MP -MF "$(DEPDIR)/codecs.Tpo" \
|
||||
-c -o codecs.lo `test -f 'intern/codecs.c' || echo '$(srcdir)/'`intern/codecs.c; \
|
||||
then mv -f "$(DEPDIR)/codecs.Tpo" "$(DEPDIR)/codecs.Plo"; \
|
||||
else rm -f "$(DEPDIR)/codecs.Tpo"; exit 1; \
|
||||
fi
|
||||
# source='intern/codecs.c' object='codecs.lo' libtool=yes \
|
||||
# depfile='$(DEPDIR)/codecs.Plo' tmpdepfile='$(DEPDIR)/codecs.TPlo' \
|
||||
# $(CCDEPMODE) $(depcomp) \
|
||||
# $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o codecs.lo `test -f 'intern/codecs.c' || echo '$(srcdir)/'`intern/codecs.c
|
||||
|
||||
endian.o: intern/endian.c
|
||||
if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT endian.o -MD -MP -MF "$(DEPDIR)/endian.Tpo" \
|
||||
-c -o endian.o `test -f 'intern/endian.c' || echo '$(srcdir)/'`intern/endian.c; \
|
||||
then mv -f "$(DEPDIR)/endian.Tpo" "$(DEPDIR)/endian.Po"; \
|
||||
else rm -f "$(DEPDIR)/endian.Tpo"; exit 1; \
|
||||
fi
|
||||
# source='intern/endian.c' object='endian.o' libtool=no \
|
||||
# depfile='$(DEPDIR)/endian.Po' tmpdepfile='$(DEPDIR)/endian.TPo' \
|
||||
# $(CCDEPMODE) $(depcomp) \
|
||||
# $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o endian.o `test -f 'intern/endian.c' || echo '$(srcdir)/'`intern/endian.c
|
||||
|
||||
endian.obj: intern/endian.c
|
||||
if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT endian.obj -MD -MP -MF "$(DEPDIR)/endian.Tpo" \
|
||||
-c -o endian.obj `if test -f 'intern/endian.c'; then $(CYGPATH_W) 'intern/endian.c'; else $(CYGPATH_W) '$(srcdir)/intern/endian.c'; fi`; \
|
||||
then mv -f "$(DEPDIR)/endian.Tpo" "$(DEPDIR)/endian.Po"; \
|
||||
else rm -f "$(DEPDIR)/endian.Tpo"; exit 1; \
|
||||
fi
|
||||
# source='intern/endian.c' object='endian.obj' libtool=no \
|
||||
# depfile='$(DEPDIR)/endian.Po' tmpdepfile='$(DEPDIR)/endian.TPo' \
|
||||
# $(CCDEPMODE) $(depcomp) \
|
||||
# $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o endian.obj `if test -f 'intern/endian.c'; then $(CYGPATH_W) 'intern/endian.c'; else $(CYGPATH_W) '$(srcdir)/intern/endian.c'; fi`
|
||||
|
||||
endian.lo: intern/endian.c
|
||||
if $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT endian.lo -MD -MP -MF "$(DEPDIR)/endian.Tpo" \
|
||||
-c -o endian.lo `test -f 'intern/endian.c' || echo '$(srcdir)/'`intern/endian.c; \
|
||||
then mv -f "$(DEPDIR)/endian.Tpo" "$(DEPDIR)/endian.Plo"; \
|
||||
else rm -f "$(DEPDIR)/endian.Tpo"; exit 1; \
|
||||
fi
|
||||
# source='intern/endian.c' object='endian.lo' libtool=yes \
|
||||
# depfile='$(DEPDIR)/endian.Plo' tmpdepfile='$(DEPDIR)/endian.TPlo' \
|
||||
# $(CCDEPMODE) $(depcomp) \
|
||||
# $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o endian.lo `test -f 'intern/endian.c' || echo '$(srcdir)/'`intern/endian.c
|
||||
|
||||
mjpeg.o: intern/mjpeg.c
|
||||
if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT mjpeg.o -MD -MP -MF "$(DEPDIR)/mjpeg.Tpo" \
|
||||
-c -o mjpeg.o `test -f 'intern/mjpeg.c' || echo '$(srcdir)/'`intern/mjpeg.c; \
|
||||
then mv -f "$(DEPDIR)/mjpeg.Tpo" "$(DEPDIR)/mjpeg.Po"; \
|
||||
else rm -f "$(DEPDIR)/mjpeg.Tpo"; exit 1; \
|
||||
fi
|
||||
# source='intern/mjpeg.c' object='mjpeg.o' libtool=no \
|
||||
# depfile='$(DEPDIR)/mjpeg.Po' tmpdepfile='$(DEPDIR)/mjpeg.TPo' \
|
||||
# $(CCDEPMODE) $(depcomp) \
|
||||
# $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o mjpeg.o `test -f 'intern/mjpeg.c' || echo '$(srcdir)/'`intern/mjpeg.c
|
||||
|
||||
mjpeg.obj: intern/mjpeg.c
|
||||
if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT mjpeg.obj -MD -MP -MF "$(DEPDIR)/mjpeg.Tpo" \
|
||||
-c -o mjpeg.obj `if test -f 'intern/mjpeg.c'; then $(CYGPATH_W) 'intern/mjpeg.c'; else $(CYGPATH_W) '$(srcdir)/intern/mjpeg.c'; fi`; \
|
||||
then mv -f "$(DEPDIR)/mjpeg.Tpo" "$(DEPDIR)/mjpeg.Po"; \
|
||||
else rm -f "$(DEPDIR)/mjpeg.Tpo"; exit 1; \
|
||||
fi
|
||||
# source='intern/mjpeg.c' object='mjpeg.obj' libtool=no \
|
||||
# depfile='$(DEPDIR)/mjpeg.Po' tmpdepfile='$(DEPDIR)/mjpeg.TPo' \
|
||||
# $(CCDEPMODE) $(depcomp) \
|
||||
# $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o mjpeg.obj `if test -f 'intern/mjpeg.c'; then $(CYGPATH_W) 'intern/mjpeg.c'; else $(CYGPATH_W) '$(srcdir)/intern/mjpeg.c'; fi`
|
||||
|
||||
mjpeg.lo: intern/mjpeg.c
|
||||
if $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT mjpeg.lo -MD -MP -MF "$(DEPDIR)/mjpeg.Tpo" \
|
||||
-c -o mjpeg.lo `test -f 'intern/mjpeg.c' || echo '$(srcdir)/'`intern/mjpeg.c; \
|
||||
then mv -f "$(DEPDIR)/mjpeg.Tpo" "$(DEPDIR)/mjpeg.Plo"; \
|
||||
else rm -f "$(DEPDIR)/mjpeg.Tpo"; exit 1; \
|
||||
fi
|
||||
# source='intern/mjpeg.c' object='mjpeg.lo' libtool=yes \
|
||||
# depfile='$(DEPDIR)/mjpeg.Plo' tmpdepfile='$(DEPDIR)/mjpeg.TPlo' \
|
||||
# $(CCDEPMODE) $(depcomp) \
|
||||
# $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o mjpeg.lo `test -f 'intern/mjpeg.c' || echo '$(srcdir)/'`intern/mjpeg.c
|
||||
|
||||
options.o: intern/options.c
|
||||
if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT options.o -MD -MP -MF "$(DEPDIR)/options.Tpo" \
|
||||
-c -o options.o `test -f 'intern/options.c' || echo '$(srcdir)/'`intern/options.c; \
|
||||
then mv -f "$(DEPDIR)/options.Tpo" "$(DEPDIR)/options.Po"; \
|
||||
else rm -f "$(DEPDIR)/options.Tpo"; exit 1; \
|
||||
fi
|
||||
# source='intern/options.c' object='options.o' libtool=no \
|
||||
# depfile='$(DEPDIR)/options.Po' tmpdepfile='$(DEPDIR)/options.TPo' \
|
||||
# $(CCDEPMODE) $(depcomp) \
|
||||
# $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o options.o `test -f 'intern/options.c' || echo '$(srcdir)/'`intern/options.c
|
||||
|
||||
options.obj: intern/options.c
|
||||
if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT options.obj -MD -MP -MF "$(DEPDIR)/options.Tpo" \
|
||||
-c -o options.obj `if test -f 'intern/options.c'; then $(CYGPATH_W) 'intern/options.c'; else $(CYGPATH_W) '$(srcdir)/intern/options.c'; fi`; \
|
||||
then mv -f "$(DEPDIR)/options.Tpo" "$(DEPDIR)/options.Po"; \
|
||||
else rm -f "$(DEPDIR)/options.Tpo"; exit 1; \
|
||||
fi
|
||||
# source='intern/options.c' object='options.obj' libtool=no \
|
||||
# depfile='$(DEPDIR)/options.Po' tmpdepfile='$(DEPDIR)/options.TPo' \
|
||||
# $(CCDEPMODE) $(depcomp) \
|
||||
# $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o options.obj `if test -f 'intern/options.c'; then $(CYGPATH_W) 'intern/options.c'; else $(CYGPATH_W) '$(srcdir)/intern/options.c'; fi`
|
||||
|
||||
options.lo: intern/options.c
|
||||
if $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT options.lo -MD -MP -MF "$(DEPDIR)/options.Tpo" \
|
||||
-c -o options.lo `test -f 'intern/options.c' || echo '$(srcdir)/'`intern/options.c; \
|
||||
then mv -f "$(DEPDIR)/options.Tpo" "$(DEPDIR)/options.Plo"; \
|
||||
else rm -f "$(DEPDIR)/options.Tpo"; exit 1; \
|
||||
fi
|
||||
# source='intern/options.c' object='options.lo' libtool=yes \
|
||||
# depfile='$(DEPDIR)/options.Plo' tmpdepfile='$(DEPDIR)/options.TPlo' \
|
||||
# $(CCDEPMODE) $(depcomp) \
|
||||
# $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o options.lo `test -f 'intern/options.c' || echo '$(srcdir)/'`intern/options.c
|
||||
|
||||
rgb32.o: intern/rgb32.c
|
||||
if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT rgb32.o -MD -MP -MF "$(DEPDIR)/rgb32.Tpo" \
|
||||
-c -o rgb32.o `test -f 'intern/rgb32.c' || echo '$(srcdir)/'`intern/rgb32.c; \
|
||||
then mv -f "$(DEPDIR)/rgb32.Tpo" "$(DEPDIR)/rgb32.Po"; \
|
||||
else rm -f "$(DEPDIR)/rgb32.Tpo"; exit 1; \
|
||||
fi
|
||||
# source='intern/rgb32.c' object='rgb32.o' libtool=no \
|
||||
# depfile='$(DEPDIR)/rgb32.Po' tmpdepfile='$(DEPDIR)/rgb32.TPo' \
|
||||
# $(CCDEPMODE) $(depcomp) \
|
||||
# $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o rgb32.o `test -f 'intern/rgb32.c' || echo '$(srcdir)/'`intern/rgb32.c
|
||||
|
||||
rgb32.obj: intern/rgb32.c
|
||||
if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT rgb32.obj -MD -MP -MF "$(DEPDIR)/rgb32.Tpo" \
|
||||
-c -o rgb32.obj `if test -f 'intern/rgb32.c'; then $(CYGPATH_W) 'intern/rgb32.c'; else $(CYGPATH_W) '$(srcdir)/intern/rgb32.c'; fi`; \
|
||||
then mv -f "$(DEPDIR)/rgb32.Tpo" "$(DEPDIR)/rgb32.Po"; \
|
||||
else rm -f "$(DEPDIR)/rgb32.Tpo"; exit 1; \
|
||||
fi
|
||||
# source='intern/rgb32.c' object='rgb32.obj' libtool=no \
|
||||
# depfile='$(DEPDIR)/rgb32.Po' tmpdepfile='$(DEPDIR)/rgb32.TPo' \
|
||||
# $(CCDEPMODE) $(depcomp) \
|
||||
# $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o rgb32.obj `if test -f 'intern/rgb32.c'; then $(CYGPATH_W) 'intern/rgb32.c'; else $(CYGPATH_W) '$(srcdir)/intern/rgb32.c'; fi`
|
||||
|
||||
rgb32.lo: intern/rgb32.c
|
||||
if $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT rgb32.lo -MD -MP -MF "$(DEPDIR)/rgb32.Tpo" \
|
||||
-c -o rgb32.lo `test -f 'intern/rgb32.c' || echo '$(srcdir)/'`intern/rgb32.c; \
|
||||
then mv -f "$(DEPDIR)/rgb32.Tpo" "$(DEPDIR)/rgb32.Plo"; \
|
||||
else rm -f "$(DEPDIR)/rgb32.Tpo"; exit 1; \
|
||||
fi
|
||||
# source='intern/rgb32.c' object='rgb32.lo' libtool=yes \
|
||||
# depfile='$(DEPDIR)/rgb32.Plo' tmpdepfile='$(DEPDIR)/rgb32.TPlo' \
|
||||
# $(CCDEPMODE) $(depcomp) \
|
||||
# $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o rgb32.lo `test -f 'intern/rgb32.c' || echo '$(srcdir)/'`intern/rgb32.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)
|
||||
$(mkinstalldirs) $(distdir)/intern
|
||||
@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:
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@@ -147,7 +147,7 @@ void free_scene(Scene *sce)
|
||||
Scene *add_scene(char *name)
|
||||
{
|
||||
Scene *sce;
|
||||
|
||||
|
||||
sce= alloc_libblock(&G.main->scene, ID_SCE, name);
|
||||
sce->lay= 1;
|
||||
|
||||
@@ -443,13 +443,13 @@ int next_object(int val, Base **base, Object **ob)
|
||||
dupob= 0;
|
||||
}
|
||||
else {
|
||||
|
||||
|
||||
/* run_again is set when a duplilist has been ended */
|
||||
while(run_again) {
|
||||
run_again= 0;
|
||||
|
||||
|
||||
|
||||
|
||||
/* the first base */
|
||||
if(fase==F_START) {
|
||||
*base= G.scene->base.first;
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@@ -1,37 +1,638 @@
|
||||
#
|
||||
# $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/blenloader/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.
|
||||
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
|
||||
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
|
||||
# PARTICULAR PURPOSE.
|
||||
|
||||
SOURCEDIR = source/blender/blenloader
|
||||
DIRS = intern
|
||||
|
||||
include nan_subdirs.mk
|
||||
|
||||
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_blenloader.la
|
||||
|
||||
libblender_blenloader_la_SOURCES = \
|
||||
BLO_genfile.h \
|
||||
BLO_readfile.h \
|
||||
BLO_soundfile.h \
|
||||
BLO_writefile.h \
|
||||
intern/genfile.c \
|
||||
intern/genfile.h \
|
||||
intern/readblenentry.c \
|
||||
intern/readfile.c \
|
||||
intern/readfile.h \
|
||||
intern/writefile.c
|
||||
|
||||
|
||||
INCLUDES = -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/readblenfile \
|
||||
-I$(top_srcdir)/source/blender/include \
|
||||
-I$(top_srcdir)/source/blender/python \
|
||||
-I$(top_srcdir)/source/kernel/gen_messaging \
|
||||
-I$(top_srcdir)/source/blender/render/extern/include \
|
||||
-I$(top_srcdir)/source/blender/writestreamglue \
|
||||
-I$(top_srcdir)/source/blender/readstreamglue
|
||||
|
||||
|
||||
EXTRA_DIST = \
|
||||
Makefile \
|
||||
intern/Makefile
|
||||
|
||||
subdir = source/blender/blenloader
|
||||
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
|
||||
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
|
||||
CONFIG_HEADER = $(top_builddir)/config.h
|
||||
CONFIG_CLEAN_FILES =
|
||||
LTLIBRARIES = $(noinst_LTLIBRARIES)
|
||||
|
||||
libblender_blenloader_la_LDFLAGS =
|
||||
libblender_blenloader_la_LIBADD =
|
||||
am_libblender_blenloader_la_OBJECTS = genfile.lo readblenentry.lo \
|
||||
readfile.lo writefile.lo
|
||||
libblender_blenloader_la_OBJECTS = \
|
||||
$(am_libblender_blenloader_la_OBJECTS)
|
||||
|
||||
DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
|
||||
depcomp = $(SHELL) $(top_srcdir)/depcomp
|
||||
am__depfiles_maybe = depfiles
|
||||
DEP_FILES = ./$(DEPDIR)/genfile.Plo \
|
||||
./$(DEPDIR)/readblenentry.Plo \
|
||||
./$(DEPDIR)/readfile.Plo ./$(DEPDIR)/writefile.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_blenloader_la_SOURCES)
|
||||
DIST_COMMON = Makefile.am Makefile.in
|
||||
SOURCES = $(libblender_blenloader_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/blenloader/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_blenloader.la: $(libblender_blenloader_la_OBJECTS) $(libblender_blenloader_la_DEPENDENCIES)
|
||||
$(LINK) $(libblender_blenloader_la_LDFLAGS) $(libblender_blenloader_la_OBJECTS) $(libblender_blenloader_la_LIBADD) $(LIBS)
|
||||
|
||||
mostlyclean-compile:
|
||||
-rm -f *.$(OBJEXT) core *.core
|
||||
|
||||
distclean-compile:
|
||||
-rm -f *.tab.c
|
||||
|
||||
include ./$(DEPDIR)/genfile.Plo
|
||||
include ./$(DEPDIR)/readblenentry.Plo
|
||||
include ./$(DEPDIR)/readfile.Plo
|
||||
include ./$(DEPDIR)/writefile.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)/'`$<
|
||||
|
||||
genfile.o: intern/genfile.c
|
||||
if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT genfile.o -MD -MP -MF "$(DEPDIR)/genfile.Tpo" \
|
||||
-c -o genfile.o `test -f 'intern/genfile.c' || echo '$(srcdir)/'`intern/genfile.c; \
|
||||
then mv -f "$(DEPDIR)/genfile.Tpo" "$(DEPDIR)/genfile.Po"; \
|
||||
else rm -f "$(DEPDIR)/genfile.Tpo"; exit 1; \
|
||||
fi
|
||||
# source='intern/genfile.c' object='genfile.o' libtool=no \
|
||||
# depfile='$(DEPDIR)/genfile.Po' tmpdepfile='$(DEPDIR)/genfile.TPo' \
|
||||
# $(CCDEPMODE) $(depcomp) \
|
||||
# $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o genfile.o `test -f 'intern/genfile.c' || echo '$(srcdir)/'`intern/genfile.c
|
||||
|
||||
genfile.obj: intern/genfile.c
|
||||
if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT genfile.obj -MD -MP -MF "$(DEPDIR)/genfile.Tpo" \
|
||||
-c -o genfile.obj `if test -f 'intern/genfile.c'; then $(CYGPATH_W) 'intern/genfile.c'; else $(CYGPATH_W) '$(srcdir)/intern/genfile.c'; fi`; \
|
||||
then mv -f "$(DEPDIR)/genfile.Tpo" "$(DEPDIR)/genfile.Po"; \
|
||||
else rm -f "$(DEPDIR)/genfile.Tpo"; exit 1; \
|
||||
fi
|
||||
# source='intern/genfile.c' object='genfile.obj' libtool=no \
|
||||
# depfile='$(DEPDIR)/genfile.Po' tmpdepfile='$(DEPDIR)/genfile.TPo' \
|
||||
# $(CCDEPMODE) $(depcomp) \
|
||||
# $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o genfile.obj `if test -f 'intern/genfile.c'; then $(CYGPATH_W) 'intern/genfile.c'; else $(CYGPATH_W) '$(srcdir)/intern/genfile.c'; fi`
|
||||
|
||||
genfile.lo: intern/genfile.c
|
||||
if $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT genfile.lo -MD -MP -MF "$(DEPDIR)/genfile.Tpo" \
|
||||
-c -o genfile.lo `test -f 'intern/genfile.c' || echo '$(srcdir)/'`intern/genfile.c; \
|
||||
then mv -f "$(DEPDIR)/genfile.Tpo" "$(DEPDIR)/genfile.Plo"; \
|
||||
else rm -f "$(DEPDIR)/genfile.Tpo"; exit 1; \
|
||||
fi
|
||||
# source='intern/genfile.c' object='genfile.lo' libtool=yes \
|
||||
# depfile='$(DEPDIR)/genfile.Plo' tmpdepfile='$(DEPDIR)/genfile.TPlo' \
|
||||
# $(CCDEPMODE) $(depcomp) \
|
||||
# $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o genfile.lo `test -f 'intern/genfile.c' || echo '$(srcdir)/'`intern/genfile.c
|
||||
|
||||
readblenentry.o: intern/readblenentry.c
|
||||
if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT readblenentry.o -MD -MP -MF "$(DEPDIR)/readblenentry.Tpo" \
|
||||
-c -o readblenentry.o `test -f 'intern/readblenentry.c' || echo '$(srcdir)/'`intern/readblenentry.c; \
|
||||
then mv -f "$(DEPDIR)/readblenentry.Tpo" "$(DEPDIR)/readblenentry.Po"; \
|
||||
else rm -f "$(DEPDIR)/readblenentry.Tpo"; exit 1; \
|
||||
fi
|
||||
# source='intern/readblenentry.c' object='readblenentry.o' libtool=no \
|
||||
# depfile='$(DEPDIR)/readblenentry.Po' tmpdepfile='$(DEPDIR)/readblenentry.TPo' \
|
||||
# $(CCDEPMODE) $(depcomp) \
|
||||
# $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o readblenentry.o `test -f 'intern/readblenentry.c' || echo '$(srcdir)/'`intern/readblenentry.c
|
||||
|
||||
readblenentry.obj: intern/readblenentry.c
|
||||
if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT readblenentry.obj -MD -MP -MF "$(DEPDIR)/readblenentry.Tpo" \
|
||||
-c -o readblenentry.obj `if test -f 'intern/readblenentry.c'; then $(CYGPATH_W) 'intern/readblenentry.c'; else $(CYGPATH_W) '$(srcdir)/intern/readblenentry.c'; fi`; \
|
||||
then mv -f "$(DEPDIR)/readblenentry.Tpo" "$(DEPDIR)/readblenentry.Po"; \
|
||||
else rm -f "$(DEPDIR)/readblenentry.Tpo"; exit 1; \
|
||||
fi
|
||||
# source='intern/readblenentry.c' object='readblenentry.obj' libtool=no \
|
||||
# depfile='$(DEPDIR)/readblenentry.Po' tmpdepfile='$(DEPDIR)/readblenentry.TPo' \
|
||||
# $(CCDEPMODE) $(depcomp) \
|
||||
# $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o readblenentry.obj `if test -f 'intern/readblenentry.c'; then $(CYGPATH_W) 'intern/readblenentry.c'; else $(CYGPATH_W) '$(srcdir)/intern/readblenentry.c'; fi`
|
||||
|
||||
readblenentry.lo: intern/readblenentry.c
|
||||
if $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT readblenentry.lo -MD -MP -MF "$(DEPDIR)/readblenentry.Tpo" \
|
||||
-c -o readblenentry.lo `test -f 'intern/readblenentry.c' || echo '$(srcdir)/'`intern/readblenentry.c; \
|
||||
then mv -f "$(DEPDIR)/readblenentry.Tpo" "$(DEPDIR)/readblenentry.Plo"; \
|
||||
else rm -f "$(DEPDIR)/readblenentry.Tpo"; exit 1; \
|
||||
fi
|
||||
# source='intern/readblenentry.c' object='readblenentry.lo' libtool=yes \
|
||||
# depfile='$(DEPDIR)/readblenentry.Plo' tmpdepfile='$(DEPDIR)/readblenentry.TPlo' \
|
||||
# $(CCDEPMODE) $(depcomp) \
|
||||
# $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o readblenentry.lo `test -f 'intern/readblenentry.c' || echo '$(srcdir)/'`intern/readblenentry.c
|
||||
|
||||
readfile.o: intern/readfile.c
|
||||
if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT readfile.o -MD -MP -MF "$(DEPDIR)/readfile.Tpo" \
|
||||
-c -o readfile.o `test -f 'intern/readfile.c' || echo '$(srcdir)/'`intern/readfile.c; \
|
||||
then mv -f "$(DEPDIR)/readfile.Tpo" "$(DEPDIR)/readfile.Po"; \
|
||||
else rm -f "$(DEPDIR)/readfile.Tpo"; exit 1; \
|
||||
fi
|
||||
# source='intern/readfile.c' object='readfile.o' libtool=no \
|
||||
# depfile='$(DEPDIR)/readfile.Po' tmpdepfile='$(DEPDIR)/readfile.TPo' \
|
||||
# $(CCDEPMODE) $(depcomp) \
|
||||
# $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o readfile.o `test -f 'intern/readfile.c' || echo '$(srcdir)/'`intern/readfile.c
|
||||
|
||||
readfile.obj: intern/readfile.c
|
||||
if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT readfile.obj -MD -MP -MF "$(DEPDIR)/readfile.Tpo" \
|
||||
-c -o readfile.obj `if test -f 'intern/readfile.c'; then $(CYGPATH_W) 'intern/readfile.c'; else $(CYGPATH_W) '$(srcdir)/intern/readfile.c'; fi`; \
|
||||
then mv -f "$(DEPDIR)/readfile.Tpo" "$(DEPDIR)/readfile.Po"; \
|
||||
else rm -f "$(DEPDIR)/readfile.Tpo"; exit 1; \
|
||||
fi
|
||||
# source='intern/readfile.c' object='readfile.obj' libtool=no \
|
||||
# depfile='$(DEPDIR)/readfile.Po' tmpdepfile='$(DEPDIR)/readfile.TPo' \
|
||||
# $(CCDEPMODE) $(depcomp) \
|
||||
# $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o readfile.obj `if test -f 'intern/readfile.c'; then $(CYGPATH_W) 'intern/readfile.c'; else $(CYGPATH_W) '$(srcdir)/intern/readfile.c'; fi`
|
||||
|
||||
readfile.lo: intern/readfile.c
|
||||
if $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT readfile.lo -MD -MP -MF "$(DEPDIR)/readfile.Tpo" \
|
||||
-c -o readfile.lo `test -f 'intern/readfile.c' || echo '$(srcdir)/'`intern/readfile.c; \
|
||||
then mv -f "$(DEPDIR)/readfile.Tpo" "$(DEPDIR)/readfile.Plo"; \
|
||||
else rm -f "$(DEPDIR)/readfile.Tpo"; exit 1; \
|
||||
fi
|
||||
# source='intern/readfile.c' object='readfile.lo' libtool=yes \
|
||||
# depfile='$(DEPDIR)/readfile.Plo' tmpdepfile='$(DEPDIR)/readfile.TPlo' \
|
||||
# $(CCDEPMODE) $(depcomp) \
|
||||
# $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o readfile.lo `test -f 'intern/readfile.c' || echo '$(srcdir)/'`intern/readfile.c
|
||||
|
||||
writefile.o: intern/writefile.c
|
||||
if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT writefile.o -MD -MP -MF "$(DEPDIR)/writefile.Tpo" \
|
||||
-c -o writefile.o `test -f 'intern/writefile.c' || echo '$(srcdir)/'`intern/writefile.c; \
|
||||
then mv -f "$(DEPDIR)/writefile.Tpo" "$(DEPDIR)/writefile.Po"; \
|
||||
else rm -f "$(DEPDIR)/writefile.Tpo"; exit 1; \
|
||||
fi
|
||||
# source='intern/writefile.c' object='writefile.o' libtool=no \
|
||||
# depfile='$(DEPDIR)/writefile.Po' tmpdepfile='$(DEPDIR)/writefile.TPo' \
|
||||
# $(CCDEPMODE) $(depcomp) \
|
||||
# $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o writefile.o `test -f 'intern/writefile.c' || echo '$(srcdir)/'`intern/writefile.c
|
||||
|
||||
writefile.obj: intern/writefile.c
|
||||
if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT writefile.obj -MD -MP -MF "$(DEPDIR)/writefile.Tpo" \
|
||||
-c -o writefile.obj `if test -f 'intern/writefile.c'; then $(CYGPATH_W) 'intern/writefile.c'; else $(CYGPATH_W) '$(srcdir)/intern/writefile.c'; fi`; \
|
||||
then mv -f "$(DEPDIR)/writefile.Tpo" "$(DEPDIR)/writefile.Po"; \
|
||||
else rm -f "$(DEPDIR)/writefile.Tpo"; exit 1; \
|
||||
fi
|
||||
# source='intern/writefile.c' object='writefile.obj' libtool=no \
|
||||
# depfile='$(DEPDIR)/writefile.Po' tmpdepfile='$(DEPDIR)/writefile.TPo' \
|
||||
# $(CCDEPMODE) $(depcomp) \
|
||||
# $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o writefile.obj `if test -f 'intern/writefile.c'; then $(CYGPATH_W) 'intern/writefile.c'; else $(CYGPATH_W) '$(srcdir)/intern/writefile.c'; fi`
|
||||
|
||||
writefile.lo: intern/writefile.c
|
||||
if $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT writefile.lo -MD -MP -MF "$(DEPDIR)/writefile.Tpo" \
|
||||
-c -o writefile.lo `test -f 'intern/writefile.c' || echo '$(srcdir)/'`intern/writefile.c; \
|
||||
then mv -f "$(DEPDIR)/writefile.Tpo" "$(DEPDIR)/writefile.Plo"; \
|
||||
else rm -f "$(DEPDIR)/writefile.Tpo"; exit 1; \
|
||||
fi
|
||||
# source='intern/writefile.c' object='writefile.lo' libtool=yes \
|
||||
# depfile='$(DEPDIR)/writefile.Plo' tmpdepfile='$(DEPDIR)/writefile.TPlo' \
|
||||
# $(CCDEPMODE) $(depcomp) \
|
||||
# $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o writefile.lo `test -f 'intern/writefile.c' || echo '$(srcdir)/'`intern/writefile.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)
|
||||
$(mkinstalldirs) $(distdir)/intern
|
||||
@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:
|
||||
|
||||
@@ -1,37 +1,522 @@
|
||||
#
|
||||
# $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/blenpluginapi/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.
|
||||
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
|
||||
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
|
||||
# PARTICULAR PURPOSE.
|
||||
|
||||
SOURCEDIR = source/blender/blenpluginapi
|
||||
DIRS = intern
|
||||
|
||||
include nan_subdirs.mk
|
||||
|
||||
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_blenpluginapi.la
|
||||
|
||||
libblender_blenpluginapi_la_SOURCES = \
|
||||
documentation.h \
|
||||
floatpatch.h \
|
||||
iff.h \
|
||||
plugin.h \
|
||||
util.h \
|
||||
intern/pluginapi.c
|
||||
|
||||
|
||||
INCLUDES = -I$(top_srcdir)/intern/guardedalloc \
|
||||
-I$(top_srcdir)/source/blender/blenlib \
|
||||
-I$(top_srcdir)/source/blender/imbuf \
|
||||
-I$(top_srcdir)/source/blender/makesdna
|
||||
|
||||
|
||||
EXTRA_DIST = \
|
||||
Makefile \
|
||||
intern/Makefile
|
||||
|
||||
subdir = source/blender/blenpluginapi
|
||||
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
|
||||
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
|
||||
CONFIG_HEADER = $(top_builddir)/config.h
|
||||
CONFIG_CLEAN_FILES =
|
||||
LTLIBRARIES = $(noinst_LTLIBRARIES)
|
||||
|
||||
libblender_blenpluginapi_la_LDFLAGS =
|
||||
libblender_blenpluginapi_la_LIBADD =
|
||||
am_libblender_blenpluginapi_la_OBJECTS = pluginapi.lo
|
||||
libblender_blenpluginapi_la_OBJECTS = \
|
||||
$(am_libblender_blenpluginapi_la_OBJECTS)
|
||||
|
||||
DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
|
||||
depcomp = $(SHELL) $(top_srcdir)/depcomp
|
||||
am__depfiles_maybe = depfiles
|
||||
DEP_FILES = ./$(DEPDIR)/pluginapi.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_blenpluginapi_la_SOURCES)
|
||||
DIST_COMMON = Makefile.am Makefile.in
|
||||
SOURCES = $(libblender_blenpluginapi_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/blenpluginapi/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_blenpluginapi.la: $(libblender_blenpluginapi_la_OBJECTS) $(libblender_blenpluginapi_la_DEPENDENCIES)
|
||||
$(LINK) $(libblender_blenpluginapi_la_LDFLAGS) $(libblender_blenpluginapi_la_OBJECTS) $(libblender_blenpluginapi_la_LIBADD) $(LIBS)
|
||||
|
||||
mostlyclean-compile:
|
||||
-rm -f *.$(OBJEXT) core *.core
|
||||
|
||||
distclean-compile:
|
||||
-rm -f *.tab.c
|
||||
|
||||
include ./$(DEPDIR)/pluginapi.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)/'`$<
|
||||
|
||||
pluginapi.o: intern/pluginapi.c
|
||||
if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT pluginapi.o -MD -MP -MF "$(DEPDIR)/pluginapi.Tpo" \
|
||||
-c -o pluginapi.o `test -f 'intern/pluginapi.c' || echo '$(srcdir)/'`intern/pluginapi.c; \
|
||||
then mv -f "$(DEPDIR)/pluginapi.Tpo" "$(DEPDIR)/pluginapi.Po"; \
|
||||
else rm -f "$(DEPDIR)/pluginapi.Tpo"; exit 1; \
|
||||
fi
|
||||
# source='intern/pluginapi.c' object='pluginapi.o' libtool=no \
|
||||
# depfile='$(DEPDIR)/pluginapi.Po' tmpdepfile='$(DEPDIR)/pluginapi.TPo' \
|
||||
# $(CCDEPMODE) $(depcomp) \
|
||||
# $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o pluginapi.o `test -f 'intern/pluginapi.c' || echo '$(srcdir)/'`intern/pluginapi.c
|
||||
|
||||
pluginapi.obj: intern/pluginapi.c
|
||||
if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT pluginapi.obj -MD -MP -MF "$(DEPDIR)/pluginapi.Tpo" \
|
||||
-c -o pluginapi.obj `if test -f 'intern/pluginapi.c'; then $(CYGPATH_W) 'intern/pluginapi.c'; else $(CYGPATH_W) '$(srcdir)/intern/pluginapi.c'; fi`; \
|
||||
then mv -f "$(DEPDIR)/pluginapi.Tpo" "$(DEPDIR)/pluginapi.Po"; \
|
||||
else rm -f "$(DEPDIR)/pluginapi.Tpo"; exit 1; \
|
||||
fi
|
||||
# source='intern/pluginapi.c' object='pluginapi.obj' libtool=no \
|
||||
# depfile='$(DEPDIR)/pluginapi.Po' tmpdepfile='$(DEPDIR)/pluginapi.TPo' \
|
||||
# $(CCDEPMODE) $(depcomp) \
|
||||
# $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o pluginapi.obj `if test -f 'intern/pluginapi.c'; then $(CYGPATH_W) 'intern/pluginapi.c'; else $(CYGPATH_W) '$(srcdir)/intern/pluginapi.c'; fi`
|
||||
|
||||
pluginapi.lo: intern/pluginapi.c
|
||||
if $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT pluginapi.lo -MD -MP -MF "$(DEPDIR)/pluginapi.Tpo" \
|
||||
-c -o pluginapi.lo `test -f 'intern/pluginapi.c' || echo '$(srcdir)/'`intern/pluginapi.c; \
|
||||
then mv -f "$(DEPDIR)/pluginapi.Tpo" "$(DEPDIR)/pluginapi.Plo"; \
|
||||
else rm -f "$(DEPDIR)/pluginapi.Tpo"; exit 1; \
|
||||
fi
|
||||
# source='intern/pluginapi.c' object='pluginapi.lo' libtool=yes \
|
||||
# depfile='$(DEPDIR)/pluginapi.Plo' tmpdepfile='$(DEPDIR)/pluginapi.TPlo' \
|
||||
# $(CCDEPMODE) $(depcomp) \
|
||||
# $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o pluginapi.lo `test -f 'intern/pluginapi.c' || echo '$(srcdir)/'`intern/pluginapi.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)
|
||||
$(mkinstalldirs) $(distdir)/intern
|
||||
@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:
|
||||
|
||||
@@ -1,39 +1,518 @@
|
||||
#
|
||||
# $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/deflate/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.
|
||||
#
|
||||
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
|
||||
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
|
||||
# PARTICULAR PURPOSE.
|
||||
|
||||
SOURCEDIR = source/blender/deflate
|
||||
DIRS = intern
|
||||
TESTDIRS = test
|
||||
|
||||
include nan_subdirs.mk
|
||||
|
||||
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_deflate.la
|
||||
|
||||
libblender_deflate_la_SOURCES = \
|
||||
BLO_deflate.h \
|
||||
intern/BLO_deflate.c
|
||||
|
||||
|
||||
#note: a blatant copy from decrypt
|
||||
INCLUDES = -I$(top_srcdir)/source/kernel/gen_messaging \
|
||||
-I$(top_srcdir)/source/blender/writestreamglue \
|
||||
-I$(top_srcdir)/source/blender/readstreamglue \
|
||||
-I$(top_srcdir)/source/blender/inflate
|
||||
|
||||
|
||||
EXTRA_DIST = \
|
||||
Makefile \
|
||||
intern/Makefile
|
||||
|
||||
subdir = source/blender/deflate
|
||||
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
|
||||
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
|
||||
CONFIG_HEADER = $(top_builddir)/config.h
|
||||
CONFIG_CLEAN_FILES =
|
||||
LTLIBRARIES = $(noinst_LTLIBRARIES)
|
||||
|
||||
libblender_deflate_la_LDFLAGS =
|
||||
libblender_deflate_la_LIBADD =
|
||||
am_libblender_deflate_la_OBJECTS = BLO_deflate.lo
|
||||
libblender_deflate_la_OBJECTS = $(am_libblender_deflate_la_OBJECTS)
|
||||
|
||||
DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
|
||||
depcomp = $(SHELL) $(top_srcdir)/depcomp
|
||||
am__depfiles_maybe = depfiles
|
||||
DEP_FILES = ./$(DEPDIR)/BLO_deflate.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_deflate_la_SOURCES)
|
||||
DIST_COMMON = Makefile.am Makefile.in
|
||||
SOURCES = $(libblender_deflate_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/deflate/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_deflate.la: $(libblender_deflate_la_OBJECTS) $(libblender_deflate_la_DEPENDENCIES)
|
||||
$(LINK) $(libblender_deflate_la_LDFLAGS) $(libblender_deflate_la_OBJECTS) $(libblender_deflate_la_LIBADD) $(LIBS)
|
||||
|
||||
mostlyclean-compile:
|
||||
-rm -f *.$(OBJEXT) core *.core
|
||||
|
||||
distclean-compile:
|
||||
-rm -f *.tab.c
|
||||
|
||||
include ./$(DEPDIR)/BLO_deflate.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)/'`$<
|
||||
|
||||
BLO_deflate.o: intern/BLO_deflate.c
|
||||
if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT BLO_deflate.o -MD -MP -MF "$(DEPDIR)/BLO_deflate.Tpo" \
|
||||
-c -o BLO_deflate.o `test -f 'intern/BLO_deflate.c' || echo '$(srcdir)/'`intern/BLO_deflate.c; \
|
||||
then mv -f "$(DEPDIR)/BLO_deflate.Tpo" "$(DEPDIR)/BLO_deflate.Po"; \
|
||||
else rm -f "$(DEPDIR)/BLO_deflate.Tpo"; exit 1; \
|
||||
fi
|
||||
# source='intern/BLO_deflate.c' object='BLO_deflate.o' libtool=no \
|
||||
# depfile='$(DEPDIR)/BLO_deflate.Po' tmpdepfile='$(DEPDIR)/BLO_deflate.TPo' \
|
||||
# $(CCDEPMODE) $(depcomp) \
|
||||
# $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o BLO_deflate.o `test -f 'intern/BLO_deflate.c' || echo '$(srcdir)/'`intern/BLO_deflate.c
|
||||
|
||||
BLO_deflate.obj: intern/BLO_deflate.c
|
||||
if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT BLO_deflate.obj -MD -MP -MF "$(DEPDIR)/BLO_deflate.Tpo" \
|
||||
-c -o BLO_deflate.obj `if test -f 'intern/BLO_deflate.c'; then $(CYGPATH_W) 'intern/BLO_deflate.c'; else $(CYGPATH_W) '$(srcdir)/intern/BLO_deflate.c'; fi`; \
|
||||
then mv -f "$(DEPDIR)/BLO_deflate.Tpo" "$(DEPDIR)/BLO_deflate.Po"; \
|
||||
else rm -f "$(DEPDIR)/BLO_deflate.Tpo"; exit 1; \
|
||||
fi
|
||||
# source='intern/BLO_deflate.c' object='BLO_deflate.obj' libtool=no \
|
||||
# depfile='$(DEPDIR)/BLO_deflate.Po' tmpdepfile='$(DEPDIR)/BLO_deflate.TPo' \
|
||||
# $(CCDEPMODE) $(depcomp) \
|
||||
# $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o BLO_deflate.obj `if test -f 'intern/BLO_deflate.c'; then $(CYGPATH_W) 'intern/BLO_deflate.c'; else $(CYGPATH_W) '$(srcdir)/intern/BLO_deflate.c'; fi`
|
||||
|
||||
BLO_deflate.lo: intern/BLO_deflate.c
|
||||
if $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT BLO_deflate.lo -MD -MP -MF "$(DEPDIR)/BLO_deflate.Tpo" \
|
||||
-c -o BLO_deflate.lo `test -f 'intern/BLO_deflate.c' || echo '$(srcdir)/'`intern/BLO_deflate.c; \
|
||||
then mv -f "$(DEPDIR)/BLO_deflate.Tpo" "$(DEPDIR)/BLO_deflate.Plo"; \
|
||||
else rm -f "$(DEPDIR)/BLO_deflate.Tpo"; exit 1; \
|
||||
fi
|
||||
# source='intern/BLO_deflate.c' object='BLO_deflate.lo' libtool=yes \
|
||||
# depfile='$(DEPDIR)/BLO_deflate.Plo' tmpdepfile='$(DEPDIR)/BLO_deflate.TPlo' \
|
||||
# $(CCDEPMODE) $(depcomp) \
|
||||
# $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o BLO_deflate.lo `test -f 'intern/BLO_deflate.c' || echo '$(srcdir)/'`intern/BLO_deflate.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)
|
||||
$(mkinstalldirs) $(distdir)/intern
|
||||
@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:
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@@ -1,37 +1,745 @@
|
||||
#
|
||||
# $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/img/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.
|
||||
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
|
||||
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
|
||||
# PARTICULAR PURPOSE.
|
||||
|
||||
SOURCEDIR = source/blender/img
|
||||
DIRS = intern
|
||||
|
||||
include nan_subdirs.mk
|
||||
|
||||
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_img.la
|
||||
|
||||
libblender_img_la_SOURCES = \
|
||||
IMG_Api.h \
|
||||
intern/IMG_Api.cpp \
|
||||
intern/IMG_BrushRGBA32.cpp \
|
||||
intern/IMG_BrushRGBA32.h \
|
||||
intern/IMG_CanvasRGBA32.cpp \
|
||||
intern/IMG_CanvasRGBA32.h \
|
||||
intern/IMG_Color.h \
|
||||
intern/IMG_Line.cpp \
|
||||
intern/IMG_Line.h \
|
||||
intern/IMG_MemPtr.h \
|
||||
intern/IMG_Pixmap.cpp \
|
||||
intern/IMG_Pixmap.h \
|
||||
intern/IMG_PixmapRGBA32.cpp \
|
||||
intern/IMG_PixmapRGBA32.h \
|
||||
intern/IMG_Rect.cpp \
|
||||
intern/IMG_Rect.h \
|
||||
intern/IMG_Types.h
|
||||
|
||||
|
||||
EXTRA_DIST = \
|
||||
Makefile \
|
||||
intern/Makefile
|
||||
|
||||
subdir = source/blender/img
|
||||
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
|
||||
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
|
||||
CONFIG_HEADER = $(top_builddir)/config.h
|
||||
CONFIG_CLEAN_FILES =
|
||||
LTLIBRARIES = $(noinst_LTLIBRARIES)
|
||||
|
||||
libblender_img_la_LDFLAGS =
|
||||
libblender_img_la_LIBADD =
|
||||
am_libblender_img_la_OBJECTS = IMG_Api.lo IMG_BrushRGBA32.lo \
|
||||
IMG_CanvasRGBA32.lo IMG_Line.lo IMG_Pixmap.lo \
|
||||
IMG_PixmapRGBA32.lo IMG_Rect.lo
|
||||
libblender_img_la_OBJECTS = $(am_libblender_img_la_OBJECTS)
|
||||
|
||||
DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
|
||||
depcomp = $(SHELL) $(top_srcdir)/depcomp
|
||||
am__depfiles_maybe = depfiles
|
||||
DEP_FILES = ./$(DEPDIR)/IMG_Api.Plo \
|
||||
./$(DEPDIR)/IMG_BrushRGBA32.Plo \
|
||||
./$(DEPDIR)/IMG_CanvasRGBA32.Plo \
|
||||
./$(DEPDIR)/IMG_Line.Plo ./$(DEPDIR)/IMG_Pixmap.Plo \
|
||||
./$(DEPDIR)/IMG_PixmapRGBA32.Plo \
|
||||
./$(DEPDIR)/IMG_Rect.Plo
|
||||
CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
|
||||
$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
|
||||
LTCXXCOMPILE = $(LIBTOOL) --mode=compile $(CXX) $(DEFS) \
|
||||
$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
|
||||
$(AM_CXXFLAGS) $(CXXFLAGS)
|
||||
CXXLD = $(CXX)
|
||||
CXXLINK = $(LIBTOOL) --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) \
|
||||
$(AM_LDFLAGS) $(LDFLAGS) -o $@
|
||||
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_img_la_SOURCES)
|
||||
DIST_COMMON = Makefile.am Makefile.in
|
||||
SOURCES = $(libblender_img_la_SOURCES)
|
||||
|
||||
all: all-am
|
||||
|
||||
.SUFFIXES:
|
||||
.SUFFIXES: .cpp .lo .o .obj
|
||||
$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.ac $(ACLOCAL_M4)
|
||||
cd $(top_srcdir) && \
|
||||
$(AUTOMAKE) --gnu source/blender/img/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_img.la: $(libblender_img_la_OBJECTS) $(libblender_img_la_DEPENDENCIES)
|
||||
$(CXXLINK) $(libblender_img_la_LDFLAGS) $(libblender_img_la_OBJECTS) $(libblender_img_la_LIBADD) $(LIBS)
|
||||
|
||||
mostlyclean-compile:
|
||||
-rm -f *.$(OBJEXT) core *.core
|
||||
|
||||
distclean-compile:
|
||||
-rm -f *.tab.c
|
||||
|
||||
include ./$(DEPDIR)/IMG_Api.Plo
|
||||
include ./$(DEPDIR)/IMG_BrushRGBA32.Plo
|
||||
include ./$(DEPDIR)/IMG_CanvasRGBA32.Plo
|
||||
include ./$(DEPDIR)/IMG_Line.Plo
|
||||
include ./$(DEPDIR)/IMG_Pixmap.Plo
|
||||
include ./$(DEPDIR)/IMG_PixmapRGBA32.Plo
|
||||
include ./$(DEPDIR)/IMG_Rect.Plo
|
||||
|
||||
distclean-depend:
|
||||
-rm -rf ./$(DEPDIR)
|
||||
|
||||
.cpp.o:
|
||||
if $(CXXCOMPILE) -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' \
|
||||
# $(CXXDEPMODE) $(depcomp) \
|
||||
# $(CXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
|
||||
|
||||
.cpp.obj:
|
||||
if $(CXXCOMPILE) -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' \
|
||||
# $(CXXDEPMODE) $(depcomp) \
|
||||
# $(CXXCOMPILE) -c -o $@ `if test -f '$<'; then $(CYGPATH_W) '$<'; else $(CYGPATH_W) '$(srcdir)/$<'; fi`
|
||||
|
||||
.cpp.lo:
|
||||
if $(LTCXXCOMPILE) -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' \
|
||||
# $(CXXDEPMODE) $(depcomp) \
|
||||
# $(LTCXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
|
||||
|
||||
IMG_Api.o: intern/IMG_Api.cpp
|
||||
if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT IMG_Api.o -MD -MP -MF "$(DEPDIR)/IMG_Api.Tpo" \
|
||||
-c -o IMG_Api.o `test -f 'intern/IMG_Api.cpp' || echo '$(srcdir)/'`intern/IMG_Api.cpp; \
|
||||
then mv -f "$(DEPDIR)/IMG_Api.Tpo" "$(DEPDIR)/IMG_Api.Po"; \
|
||||
else rm -f "$(DEPDIR)/IMG_Api.Tpo"; exit 1; \
|
||||
fi
|
||||
# source='intern/IMG_Api.cpp' object='IMG_Api.o' libtool=no \
|
||||
# depfile='$(DEPDIR)/IMG_Api.Po' tmpdepfile='$(DEPDIR)/IMG_Api.TPo' \
|
||||
# $(CXXDEPMODE) $(depcomp) \
|
||||
# $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o IMG_Api.o `test -f 'intern/IMG_Api.cpp' || echo '$(srcdir)/'`intern/IMG_Api.cpp
|
||||
|
||||
IMG_Api.obj: intern/IMG_Api.cpp
|
||||
if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT IMG_Api.obj -MD -MP -MF "$(DEPDIR)/IMG_Api.Tpo" \
|
||||
-c -o IMG_Api.obj `if test -f 'intern/IMG_Api.cpp'; then $(CYGPATH_W) 'intern/IMG_Api.cpp'; else $(CYGPATH_W) '$(srcdir)/intern/IMG_Api.cpp'; fi`; \
|
||||
then mv -f "$(DEPDIR)/IMG_Api.Tpo" "$(DEPDIR)/IMG_Api.Po"; \
|
||||
else rm -f "$(DEPDIR)/IMG_Api.Tpo"; exit 1; \
|
||||
fi
|
||||
# source='intern/IMG_Api.cpp' object='IMG_Api.obj' libtool=no \
|
||||
# depfile='$(DEPDIR)/IMG_Api.Po' tmpdepfile='$(DEPDIR)/IMG_Api.TPo' \
|
||||
# $(CXXDEPMODE) $(depcomp) \
|
||||
# $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o IMG_Api.obj `if test -f 'intern/IMG_Api.cpp'; then $(CYGPATH_W) 'intern/IMG_Api.cpp'; else $(CYGPATH_W) '$(srcdir)/intern/IMG_Api.cpp'; fi`
|
||||
|
||||
IMG_Api.lo: intern/IMG_Api.cpp
|
||||
if $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT IMG_Api.lo -MD -MP -MF "$(DEPDIR)/IMG_Api.Tpo" \
|
||||
-c -o IMG_Api.lo `test -f 'intern/IMG_Api.cpp' || echo '$(srcdir)/'`intern/IMG_Api.cpp; \
|
||||
then mv -f "$(DEPDIR)/IMG_Api.Tpo" "$(DEPDIR)/IMG_Api.Plo"; \
|
||||
else rm -f "$(DEPDIR)/IMG_Api.Tpo"; exit 1; \
|
||||
fi
|
||||
# source='intern/IMG_Api.cpp' object='IMG_Api.lo' libtool=yes \
|
||||
# depfile='$(DEPDIR)/IMG_Api.Plo' tmpdepfile='$(DEPDIR)/IMG_Api.TPlo' \
|
||||
# $(CXXDEPMODE) $(depcomp) \
|
||||
# $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o IMG_Api.lo `test -f 'intern/IMG_Api.cpp' || echo '$(srcdir)/'`intern/IMG_Api.cpp
|
||||
|
||||
IMG_BrushRGBA32.o: intern/IMG_BrushRGBA32.cpp
|
||||
if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT IMG_BrushRGBA32.o -MD -MP -MF "$(DEPDIR)/IMG_BrushRGBA32.Tpo" \
|
||||
-c -o IMG_BrushRGBA32.o `test -f 'intern/IMG_BrushRGBA32.cpp' || echo '$(srcdir)/'`intern/IMG_BrushRGBA32.cpp; \
|
||||
then mv -f "$(DEPDIR)/IMG_BrushRGBA32.Tpo" "$(DEPDIR)/IMG_BrushRGBA32.Po"; \
|
||||
else rm -f "$(DEPDIR)/IMG_BrushRGBA32.Tpo"; exit 1; \
|
||||
fi
|
||||
# source='intern/IMG_BrushRGBA32.cpp' object='IMG_BrushRGBA32.o' libtool=no \
|
||||
# depfile='$(DEPDIR)/IMG_BrushRGBA32.Po' tmpdepfile='$(DEPDIR)/IMG_BrushRGBA32.TPo' \
|
||||
# $(CXXDEPMODE) $(depcomp) \
|
||||
# $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o IMG_BrushRGBA32.o `test -f 'intern/IMG_BrushRGBA32.cpp' || echo '$(srcdir)/'`intern/IMG_BrushRGBA32.cpp
|
||||
|
||||
IMG_BrushRGBA32.obj: intern/IMG_BrushRGBA32.cpp
|
||||
if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT IMG_BrushRGBA32.obj -MD -MP -MF "$(DEPDIR)/IMG_BrushRGBA32.Tpo" \
|
||||
-c -o IMG_BrushRGBA32.obj `if test -f 'intern/IMG_BrushRGBA32.cpp'; then $(CYGPATH_W) 'intern/IMG_BrushRGBA32.cpp'; else $(CYGPATH_W) '$(srcdir)/intern/IMG_BrushRGBA32.cpp'; fi`; \
|
||||
then mv -f "$(DEPDIR)/IMG_BrushRGBA32.Tpo" "$(DEPDIR)/IMG_BrushRGBA32.Po"; \
|
||||
else rm -f "$(DEPDIR)/IMG_BrushRGBA32.Tpo"; exit 1; \
|
||||
fi
|
||||
# source='intern/IMG_BrushRGBA32.cpp' object='IMG_BrushRGBA32.obj' libtool=no \
|
||||
# depfile='$(DEPDIR)/IMG_BrushRGBA32.Po' tmpdepfile='$(DEPDIR)/IMG_BrushRGBA32.TPo' \
|
||||
# $(CXXDEPMODE) $(depcomp) \
|
||||
# $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o IMG_BrushRGBA32.obj `if test -f 'intern/IMG_BrushRGBA32.cpp'; then $(CYGPATH_W) 'intern/IMG_BrushRGBA32.cpp'; else $(CYGPATH_W) '$(srcdir)/intern/IMG_BrushRGBA32.cpp'; fi`
|
||||
|
||||
IMG_BrushRGBA32.lo: intern/IMG_BrushRGBA32.cpp
|
||||
if $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT IMG_BrushRGBA32.lo -MD -MP -MF "$(DEPDIR)/IMG_BrushRGBA32.Tpo" \
|
||||
-c -o IMG_BrushRGBA32.lo `test -f 'intern/IMG_BrushRGBA32.cpp' || echo '$(srcdir)/'`intern/IMG_BrushRGBA32.cpp; \
|
||||
then mv -f "$(DEPDIR)/IMG_BrushRGBA32.Tpo" "$(DEPDIR)/IMG_BrushRGBA32.Plo"; \
|
||||
else rm -f "$(DEPDIR)/IMG_BrushRGBA32.Tpo"; exit 1; \
|
||||
fi
|
||||
# source='intern/IMG_BrushRGBA32.cpp' object='IMG_BrushRGBA32.lo' libtool=yes \
|
||||
# depfile='$(DEPDIR)/IMG_BrushRGBA32.Plo' tmpdepfile='$(DEPDIR)/IMG_BrushRGBA32.TPlo' \
|
||||
# $(CXXDEPMODE) $(depcomp) \
|
||||
# $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o IMG_BrushRGBA32.lo `test -f 'intern/IMG_BrushRGBA32.cpp' || echo '$(srcdir)/'`intern/IMG_BrushRGBA32.cpp
|
||||
|
||||
IMG_CanvasRGBA32.o: intern/IMG_CanvasRGBA32.cpp
|
||||
if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT IMG_CanvasRGBA32.o -MD -MP -MF "$(DEPDIR)/IMG_CanvasRGBA32.Tpo" \
|
||||
-c -o IMG_CanvasRGBA32.o `test -f 'intern/IMG_CanvasRGBA32.cpp' || echo '$(srcdir)/'`intern/IMG_CanvasRGBA32.cpp; \
|
||||
then mv -f "$(DEPDIR)/IMG_CanvasRGBA32.Tpo" "$(DEPDIR)/IMG_CanvasRGBA32.Po"; \
|
||||
else rm -f "$(DEPDIR)/IMG_CanvasRGBA32.Tpo"; exit 1; \
|
||||
fi
|
||||
# source='intern/IMG_CanvasRGBA32.cpp' object='IMG_CanvasRGBA32.o' libtool=no \
|
||||
# depfile='$(DEPDIR)/IMG_CanvasRGBA32.Po' tmpdepfile='$(DEPDIR)/IMG_CanvasRGBA32.TPo' \
|
||||
# $(CXXDEPMODE) $(depcomp) \
|
||||
# $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o IMG_CanvasRGBA32.o `test -f 'intern/IMG_CanvasRGBA32.cpp' || echo '$(srcdir)/'`intern/IMG_CanvasRGBA32.cpp
|
||||
|
||||
IMG_CanvasRGBA32.obj: intern/IMG_CanvasRGBA32.cpp
|
||||
if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT IMG_CanvasRGBA32.obj -MD -MP -MF "$(DEPDIR)/IMG_CanvasRGBA32.Tpo" \
|
||||
-c -o IMG_CanvasRGBA32.obj `if test -f 'intern/IMG_CanvasRGBA32.cpp'; then $(CYGPATH_W) 'intern/IMG_CanvasRGBA32.cpp'; else $(CYGPATH_W) '$(srcdir)/intern/IMG_CanvasRGBA32.cpp'; fi`; \
|
||||
then mv -f "$(DEPDIR)/IMG_CanvasRGBA32.Tpo" "$(DEPDIR)/IMG_CanvasRGBA32.Po"; \
|
||||
else rm -f "$(DEPDIR)/IMG_CanvasRGBA32.Tpo"; exit 1; \
|
||||
fi
|
||||
# source='intern/IMG_CanvasRGBA32.cpp' object='IMG_CanvasRGBA32.obj' libtool=no \
|
||||
# depfile='$(DEPDIR)/IMG_CanvasRGBA32.Po' tmpdepfile='$(DEPDIR)/IMG_CanvasRGBA32.TPo' \
|
||||
# $(CXXDEPMODE) $(depcomp) \
|
||||
# $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o IMG_CanvasRGBA32.obj `if test -f 'intern/IMG_CanvasRGBA32.cpp'; then $(CYGPATH_W) 'intern/IMG_CanvasRGBA32.cpp'; else $(CYGPATH_W) '$(srcdir)/intern/IMG_CanvasRGBA32.cpp'; fi`
|
||||
|
||||
IMG_CanvasRGBA32.lo: intern/IMG_CanvasRGBA32.cpp
|
||||
if $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT IMG_CanvasRGBA32.lo -MD -MP -MF "$(DEPDIR)/IMG_CanvasRGBA32.Tpo" \
|
||||
-c -o IMG_CanvasRGBA32.lo `test -f 'intern/IMG_CanvasRGBA32.cpp' || echo '$(srcdir)/'`intern/IMG_CanvasRGBA32.cpp; \
|
||||
then mv -f "$(DEPDIR)/IMG_CanvasRGBA32.Tpo" "$(DEPDIR)/IMG_CanvasRGBA32.Plo"; \
|
||||
else rm -f "$(DEPDIR)/IMG_CanvasRGBA32.Tpo"; exit 1; \
|
||||
fi
|
||||
# source='intern/IMG_CanvasRGBA32.cpp' object='IMG_CanvasRGBA32.lo' libtool=yes \
|
||||
# depfile='$(DEPDIR)/IMG_CanvasRGBA32.Plo' tmpdepfile='$(DEPDIR)/IMG_CanvasRGBA32.TPlo' \
|
||||
# $(CXXDEPMODE) $(depcomp) \
|
||||
# $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o IMG_CanvasRGBA32.lo `test -f 'intern/IMG_CanvasRGBA32.cpp' || echo '$(srcdir)/'`intern/IMG_CanvasRGBA32.cpp
|
||||
|
||||
IMG_Line.o: intern/IMG_Line.cpp
|
||||
if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT IMG_Line.o -MD -MP -MF "$(DEPDIR)/IMG_Line.Tpo" \
|
||||
-c -o IMG_Line.o `test -f 'intern/IMG_Line.cpp' || echo '$(srcdir)/'`intern/IMG_Line.cpp; \
|
||||
then mv -f "$(DEPDIR)/IMG_Line.Tpo" "$(DEPDIR)/IMG_Line.Po"; \
|
||||
else rm -f "$(DEPDIR)/IMG_Line.Tpo"; exit 1; \
|
||||
fi
|
||||
# source='intern/IMG_Line.cpp' object='IMG_Line.o' libtool=no \
|
||||
# depfile='$(DEPDIR)/IMG_Line.Po' tmpdepfile='$(DEPDIR)/IMG_Line.TPo' \
|
||||
# $(CXXDEPMODE) $(depcomp) \
|
||||
# $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o IMG_Line.o `test -f 'intern/IMG_Line.cpp' || echo '$(srcdir)/'`intern/IMG_Line.cpp
|
||||
|
||||
IMG_Line.obj: intern/IMG_Line.cpp
|
||||
if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT IMG_Line.obj -MD -MP -MF "$(DEPDIR)/IMG_Line.Tpo" \
|
||||
-c -o IMG_Line.obj `if test -f 'intern/IMG_Line.cpp'; then $(CYGPATH_W) 'intern/IMG_Line.cpp'; else $(CYGPATH_W) '$(srcdir)/intern/IMG_Line.cpp'; fi`; \
|
||||
then mv -f "$(DEPDIR)/IMG_Line.Tpo" "$(DEPDIR)/IMG_Line.Po"; \
|
||||
else rm -f "$(DEPDIR)/IMG_Line.Tpo"; exit 1; \
|
||||
fi
|
||||
# source='intern/IMG_Line.cpp' object='IMG_Line.obj' libtool=no \
|
||||
# depfile='$(DEPDIR)/IMG_Line.Po' tmpdepfile='$(DEPDIR)/IMG_Line.TPo' \
|
||||
# $(CXXDEPMODE) $(depcomp) \
|
||||
# $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o IMG_Line.obj `if test -f 'intern/IMG_Line.cpp'; then $(CYGPATH_W) 'intern/IMG_Line.cpp'; else $(CYGPATH_W) '$(srcdir)/intern/IMG_Line.cpp'; fi`
|
||||
|
||||
IMG_Line.lo: intern/IMG_Line.cpp
|
||||
if $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT IMG_Line.lo -MD -MP -MF "$(DEPDIR)/IMG_Line.Tpo" \
|
||||
-c -o IMG_Line.lo `test -f 'intern/IMG_Line.cpp' || echo '$(srcdir)/'`intern/IMG_Line.cpp; \
|
||||
then mv -f "$(DEPDIR)/IMG_Line.Tpo" "$(DEPDIR)/IMG_Line.Plo"; \
|
||||
else rm -f "$(DEPDIR)/IMG_Line.Tpo"; exit 1; \
|
||||
fi
|
||||
# source='intern/IMG_Line.cpp' object='IMG_Line.lo' libtool=yes \
|
||||
# depfile='$(DEPDIR)/IMG_Line.Plo' tmpdepfile='$(DEPDIR)/IMG_Line.TPlo' \
|
||||
# $(CXXDEPMODE) $(depcomp) \
|
||||
# $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o IMG_Line.lo `test -f 'intern/IMG_Line.cpp' || echo '$(srcdir)/'`intern/IMG_Line.cpp
|
||||
|
||||
IMG_Pixmap.o: intern/IMG_Pixmap.cpp
|
||||
if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT IMG_Pixmap.o -MD -MP -MF "$(DEPDIR)/IMG_Pixmap.Tpo" \
|
||||
-c -o IMG_Pixmap.o `test -f 'intern/IMG_Pixmap.cpp' || echo '$(srcdir)/'`intern/IMG_Pixmap.cpp; \
|
||||
then mv -f "$(DEPDIR)/IMG_Pixmap.Tpo" "$(DEPDIR)/IMG_Pixmap.Po"; \
|
||||
else rm -f "$(DEPDIR)/IMG_Pixmap.Tpo"; exit 1; \
|
||||
fi
|
||||
# source='intern/IMG_Pixmap.cpp' object='IMG_Pixmap.o' libtool=no \
|
||||
# depfile='$(DEPDIR)/IMG_Pixmap.Po' tmpdepfile='$(DEPDIR)/IMG_Pixmap.TPo' \
|
||||
# $(CXXDEPMODE) $(depcomp) \
|
||||
# $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o IMG_Pixmap.o `test -f 'intern/IMG_Pixmap.cpp' || echo '$(srcdir)/'`intern/IMG_Pixmap.cpp
|
||||
|
||||
IMG_Pixmap.obj: intern/IMG_Pixmap.cpp
|
||||
if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT IMG_Pixmap.obj -MD -MP -MF "$(DEPDIR)/IMG_Pixmap.Tpo" \
|
||||
-c -o IMG_Pixmap.obj `if test -f 'intern/IMG_Pixmap.cpp'; then $(CYGPATH_W) 'intern/IMG_Pixmap.cpp'; else $(CYGPATH_W) '$(srcdir)/intern/IMG_Pixmap.cpp'; fi`; \
|
||||
then mv -f "$(DEPDIR)/IMG_Pixmap.Tpo" "$(DEPDIR)/IMG_Pixmap.Po"; \
|
||||
else rm -f "$(DEPDIR)/IMG_Pixmap.Tpo"; exit 1; \
|
||||
fi
|
||||
# source='intern/IMG_Pixmap.cpp' object='IMG_Pixmap.obj' libtool=no \
|
||||
# depfile='$(DEPDIR)/IMG_Pixmap.Po' tmpdepfile='$(DEPDIR)/IMG_Pixmap.TPo' \
|
||||
# $(CXXDEPMODE) $(depcomp) \
|
||||
# $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o IMG_Pixmap.obj `if test -f 'intern/IMG_Pixmap.cpp'; then $(CYGPATH_W) 'intern/IMG_Pixmap.cpp'; else $(CYGPATH_W) '$(srcdir)/intern/IMG_Pixmap.cpp'; fi`
|
||||
|
||||
IMG_Pixmap.lo: intern/IMG_Pixmap.cpp
|
||||
if $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT IMG_Pixmap.lo -MD -MP -MF "$(DEPDIR)/IMG_Pixmap.Tpo" \
|
||||
-c -o IMG_Pixmap.lo `test -f 'intern/IMG_Pixmap.cpp' || echo '$(srcdir)/'`intern/IMG_Pixmap.cpp; \
|
||||
then mv -f "$(DEPDIR)/IMG_Pixmap.Tpo" "$(DEPDIR)/IMG_Pixmap.Plo"; \
|
||||
else rm -f "$(DEPDIR)/IMG_Pixmap.Tpo"; exit 1; \
|
||||
fi
|
||||
# source='intern/IMG_Pixmap.cpp' object='IMG_Pixmap.lo' libtool=yes \
|
||||
# depfile='$(DEPDIR)/IMG_Pixmap.Plo' tmpdepfile='$(DEPDIR)/IMG_Pixmap.TPlo' \
|
||||
# $(CXXDEPMODE) $(depcomp) \
|
||||
# $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o IMG_Pixmap.lo `test -f 'intern/IMG_Pixmap.cpp' || echo '$(srcdir)/'`intern/IMG_Pixmap.cpp
|
||||
|
||||
IMG_PixmapRGBA32.o: intern/IMG_PixmapRGBA32.cpp
|
||||
if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT IMG_PixmapRGBA32.o -MD -MP -MF "$(DEPDIR)/IMG_PixmapRGBA32.Tpo" \
|
||||
-c -o IMG_PixmapRGBA32.o `test -f 'intern/IMG_PixmapRGBA32.cpp' || echo '$(srcdir)/'`intern/IMG_PixmapRGBA32.cpp; \
|
||||
then mv -f "$(DEPDIR)/IMG_PixmapRGBA32.Tpo" "$(DEPDIR)/IMG_PixmapRGBA32.Po"; \
|
||||
else rm -f "$(DEPDIR)/IMG_PixmapRGBA32.Tpo"; exit 1; \
|
||||
fi
|
||||
# source='intern/IMG_PixmapRGBA32.cpp' object='IMG_PixmapRGBA32.o' libtool=no \
|
||||
# depfile='$(DEPDIR)/IMG_PixmapRGBA32.Po' tmpdepfile='$(DEPDIR)/IMG_PixmapRGBA32.TPo' \
|
||||
# $(CXXDEPMODE) $(depcomp) \
|
||||
# $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o IMG_PixmapRGBA32.o `test -f 'intern/IMG_PixmapRGBA32.cpp' || echo '$(srcdir)/'`intern/IMG_PixmapRGBA32.cpp
|
||||
|
||||
IMG_PixmapRGBA32.obj: intern/IMG_PixmapRGBA32.cpp
|
||||
if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT IMG_PixmapRGBA32.obj -MD -MP -MF "$(DEPDIR)/IMG_PixmapRGBA32.Tpo" \
|
||||
-c -o IMG_PixmapRGBA32.obj `if test -f 'intern/IMG_PixmapRGBA32.cpp'; then $(CYGPATH_W) 'intern/IMG_PixmapRGBA32.cpp'; else $(CYGPATH_W) '$(srcdir)/intern/IMG_PixmapRGBA32.cpp'; fi`; \
|
||||
then mv -f "$(DEPDIR)/IMG_PixmapRGBA32.Tpo" "$(DEPDIR)/IMG_PixmapRGBA32.Po"; \
|
||||
else rm -f "$(DEPDIR)/IMG_PixmapRGBA32.Tpo"; exit 1; \
|
||||
fi
|
||||
# source='intern/IMG_PixmapRGBA32.cpp' object='IMG_PixmapRGBA32.obj' libtool=no \
|
||||
# depfile='$(DEPDIR)/IMG_PixmapRGBA32.Po' tmpdepfile='$(DEPDIR)/IMG_PixmapRGBA32.TPo' \
|
||||
# $(CXXDEPMODE) $(depcomp) \
|
||||
# $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o IMG_PixmapRGBA32.obj `if test -f 'intern/IMG_PixmapRGBA32.cpp'; then $(CYGPATH_W) 'intern/IMG_PixmapRGBA32.cpp'; else $(CYGPATH_W) '$(srcdir)/intern/IMG_PixmapRGBA32.cpp'; fi`
|
||||
|
||||
IMG_PixmapRGBA32.lo: intern/IMG_PixmapRGBA32.cpp
|
||||
if $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT IMG_PixmapRGBA32.lo -MD -MP -MF "$(DEPDIR)/IMG_PixmapRGBA32.Tpo" \
|
||||
-c -o IMG_PixmapRGBA32.lo `test -f 'intern/IMG_PixmapRGBA32.cpp' || echo '$(srcdir)/'`intern/IMG_PixmapRGBA32.cpp; \
|
||||
then mv -f "$(DEPDIR)/IMG_PixmapRGBA32.Tpo" "$(DEPDIR)/IMG_PixmapRGBA32.Plo"; \
|
||||
else rm -f "$(DEPDIR)/IMG_PixmapRGBA32.Tpo"; exit 1; \
|
||||
fi
|
||||
# source='intern/IMG_PixmapRGBA32.cpp' object='IMG_PixmapRGBA32.lo' libtool=yes \
|
||||
# depfile='$(DEPDIR)/IMG_PixmapRGBA32.Plo' tmpdepfile='$(DEPDIR)/IMG_PixmapRGBA32.TPlo' \
|
||||
# $(CXXDEPMODE) $(depcomp) \
|
||||
# $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o IMG_PixmapRGBA32.lo `test -f 'intern/IMG_PixmapRGBA32.cpp' || echo '$(srcdir)/'`intern/IMG_PixmapRGBA32.cpp
|
||||
|
||||
IMG_Rect.o: intern/IMG_Rect.cpp
|
||||
if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT IMG_Rect.o -MD -MP -MF "$(DEPDIR)/IMG_Rect.Tpo" \
|
||||
-c -o IMG_Rect.o `test -f 'intern/IMG_Rect.cpp' || echo '$(srcdir)/'`intern/IMG_Rect.cpp; \
|
||||
then mv -f "$(DEPDIR)/IMG_Rect.Tpo" "$(DEPDIR)/IMG_Rect.Po"; \
|
||||
else rm -f "$(DEPDIR)/IMG_Rect.Tpo"; exit 1; \
|
||||
fi
|
||||
# source='intern/IMG_Rect.cpp' object='IMG_Rect.o' libtool=no \
|
||||
# depfile='$(DEPDIR)/IMG_Rect.Po' tmpdepfile='$(DEPDIR)/IMG_Rect.TPo' \
|
||||
# $(CXXDEPMODE) $(depcomp) \
|
||||
# $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o IMG_Rect.o `test -f 'intern/IMG_Rect.cpp' || echo '$(srcdir)/'`intern/IMG_Rect.cpp
|
||||
|
||||
IMG_Rect.obj: intern/IMG_Rect.cpp
|
||||
if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT IMG_Rect.obj -MD -MP -MF "$(DEPDIR)/IMG_Rect.Tpo" \
|
||||
-c -o IMG_Rect.obj `if test -f 'intern/IMG_Rect.cpp'; then $(CYGPATH_W) 'intern/IMG_Rect.cpp'; else $(CYGPATH_W) '$(srcdir)/intern/IMG_Rect.cpp'; fi`; \
|
||||
then mv -f "$(DEPDIR)/IMG_Rect.Tpo" "$(DEPDIR)/IMG_Rect.Po"; \
|
||||
else rm -f "$(DEPDIR)/IMG_Rect.Tpo"; exit 1; \
|
||||
fi
|
||||
# source='intern/IMG_Rect.cpp' object='IMG_Rect.obj' libtool=no \
|
||||
# depfile='$(DEPDIR)/IMG_Rect.Po' tmpdepfile='$(DEPDIR)/IMG_Rect.TPo' \
|
||||
# $(CXXDEPMODE) $(depcomp) \
|
||||
# $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o IMG_Rect.obj `if test -f 'intern/IMG_Rect.cpp'; then $(CYGPATH_W) 'intern/IMG_Rect.cpp'; else $(CYGPATH_W) '$(srcdir)/intern/IMG_Rect.cpp'; fi`
|
||||
|
||||
IMG_Rect.lo: intern/IMG_Rect.cpp
|
||||
if $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT IMG_Rect.lo -MD -MP -MF "$(DEPDIR)/IMG_Rect.Tpo" \
|
||||
-c -o IMG_Rect.lo `test -f 'intern/IMG_Rect.cpp' || echo '$(srcdir)/'`intern/IMG_Rect.cpp; \
|
||||
then mv -f "$(DEPDIR)/IMG_Rect.Tpo" "$(DEPDIR)/IMG_Rect.Plo"; \
|
||||
else rm -f "$(DEPDIR)/IMG_Rect.Tpo"; exit 1; \
|
||||
fi
|
||||
# source='intern/IMG_Rect.cpp' object='IMG_Rect.lo' libtool=yes \
|
||||
# depfile='$(DEPDIR)/IMG_Rect.Plo' tmpdepfile='$(DEPDIR)/IMG_Rect.TPlo' \
|
||||
# $(CXXDEPMODE) $(depcomp) \
|
||||
# $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o IMG_Rect.lo `test -f 'intern/IMG_Rect.cpp' || echo '$(srcdir)/'`intern/IMG_Rect.cpp
|
||||
|
||||
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)
|
||||
$(mkinstalldirs) $(distdir)/intern
|
||||
@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:
|
||||
|
||||
132
source/blender/include/yafray_Render.h
Normal file
132
source/blender/include/yafray_Render.h
Normal file
@@ -0,0 +1,132 @@
|
||||
#ifndef __YAFRAY_RENDER_H
|
||||
#define __YAFRAY_RENDER_H
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
#include "MEM_guardedalloc.h"
|
||||
#include "IMB_imbuf_types.h"
|
||||
|
||||
#include "DNA_action_types.h"
|
||||
#include "DNA_armature_types.h"
|
||||
#include "DNA_camera_types.h"
|
||||
#include "DNA_constraint_types.h"
|
||||
#include "DNA_curve_types.h"
|
||||
#include "DNA_effect_types.h"
|
||||
#include "DNA_group_types.h"
|
||||
#include "DNA_ika_types.h"
|
||||
#include "DNA_image_types.h"
|
||||
#include "DNA_key_types.h"
|
||||
#include "DNA_lamp_types.h"
|
||||
#include "DNA_lattice_types.h"
|
||||
#include "DNA_material_types.h"
|
||||
#include "DNA_meta_types.h"
|
||||
#include "DNA_mesh_types.h"
|
||||
#include "DNA_object_types.h"
|
||||
#include "DNA_packedFile_types.h"
|
||||
#include "DNA_radio_types.h"
|
||||
#include "DNA_scene_types.h"
|
||||
#include "DNA_screen_types.h"
|
||||
#include "DNA_sound_types.h"
|
||||
#include "DNA_space_types.h"
|
||||
#include "DNA_texture_types.h"
|
||||
#include "DNA_userdef_types.h"
|
||||
#include "DNA_vfont_types.h"
|
||||
#include "DNA_view3d_types.h"
|
||||
#include "DNA_world_types.h"
|
||||
|
||||
#include "BKE_global.h"
|
||||
#include "BKE_image.h"
|
||||
#include "render.h"
|
||||
|
||||
/* useful matrix & vector operations */
|
||||
#include "MTC_matrixops.h"
|
||||
#include "MTC_vectorops.h"
|
||||
|
||||
#include "BLI_blenlib.h"
|
||||
|
||||
/* need error(), so extern declare here */
|
||||
extern void error (char *fmt, ...);
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
||||
|
||||
#ifdef __cplusplus
|
||||
#include <iostream>
|
||||
#include <iomanip>
|
||||
#include <sstream>
|
||||
#include <fstream>
|
||||
#include <map>
|
||||
#include <string>
|
||||
#include <vector>
|
||||
|
||||
class yafrayRender_t
|
||||
{
|
||||
public:
|
||||
// ctor
|
||||
yafrayRender_t() {}
|
||||
// dtor
|
||||
~yafrayRender_t() {}
|
||||
|
||||
// mtds
|
||||
bool exportScene();
|
||||
|
||||
void displayImage();
|
||||
void addDupliMtx(Object* obj);
|
||||
|
||||
bool objectKnownData(Object* obj);
|
||||
|
||||
private:
|
||||
Object* maincam_obj;
|
||||
float mainCamLens;
|
||||
|
||||
int maxraydepth;
|
||||
|
||||
std::string imgout;
|
||||
|
||||
std::ofstream xmlfile;
|
||||
std::ostringstream ostr;
|
||||
std::map<Object*, std::vector<VlakRen*> > all_objects;
|
||||
std::map<std::string, Material*> used_materials;
|
||||
std::map<std::string, std::pair<Material*, MTex*> > used_textures;
|
||||
std::map<std::string, std::vector<float> > dupliMtx_list;
|
||||
std::map<std::string, Object*> dup_srcob;
|
||||
std::map<void*, Object*> objectData;
|
||||
|
||||
Object* findObject(const char* name);
|
||||
bool getAllMatTexObs();
|
||||
void writeTextures();
|
||||
void writeMaterialsAndModulators();
|
||||
void writeObject(Object* obj, const std::vector<VlakRen*> &VLR_list, const float obmat[4][4]);
|
||||
void writeAllObjects();
|
||||
void writeLamps();
|
||||
void writeCamera();
|
||||
void writeHemilight();
|
||||
void writePathlight();
|
||||
bool writeWorld();
|
||||
void clearAll();
|
||||
|
||||
};
|
||||
|
||||
/* C access to yafray */
|
||||
extern yafrayRender_t YAFBLEND;
|
||||
#endif
|
||||
|
||||
|
||||
/* C interface for Blender */
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
int YAF_exportScene();
|
||||
void YAF_displayImage();
|
||||
void YAF_addDupliMtx(Object* obj);
|
||||
int YAF_objectKnownData(Object* obj);
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
||||
|
||||
#endif /*__YAFRAY_RENDER_H */
|
||||
@@ -1,37 +1,516 @@
|
||||
#
|
||||
# $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/inflate/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.
|
||||
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
|
||||
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
|
||||
# PARTICULAR PURPOSE.
|
||||
|
||||
SOURCEDIR = source/blender/inflate
|
||||
DIRS = intern
|
||||
|
||||
include nan_subdirs.mk
|
||||
|
||||
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_inflate.la
|
||||
|
||||
libblender_inflate_la_SOURCES = \
|
||||
BLO_in_de_flateHeader.h \
|
||||
BLO_inflate.h \
|
||||
intern/BLO_inflate.c
|
||||
|
||||
|
||||
INCLUDES = -I$(top_srcdir)/source/kernel/gen_messaging \
|
||||
-I$(top_srcdir)/source/blender/readstreamglue
|
||||
|
||||
|
||||
EXTRA_DIST = \
|
||||
Makefile \
|
||||
intern/Makefile
|
||||
|
||||
subdir = source/blender/inflate
|
||||
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
|
||||
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
|
||||
CONFIG_HEADER = $(top_builddir)/config.h
|
||||
CONFIG_CLEAN_FILES =
|
||||
LTLIBRARIES = $(noinst_LTLIBRARIES)
|
||||
|
||||
libblender_inflate_la_LDFLAGS =
|
||||
libblender_inflate_la_LIBADD =
|
||||
am_libblender_inflate_la_OBJECTS = BLO_inflate.lo
|
||||
libblender_inflate_la_OBJECTS = $(am_libblender_inflate_la_OBJECTS)
|
||||
|
||||
DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
|
||||
depcomp = $(SHELL) $(top_srcdir)/depcomp
|
||||
am__depfiles_maybe = depfiles
|
||||
DEP_FILES = ./$(DEPDIR)/BLO_inflate.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_inflate_la_SOURCES)
|
||||
DIST_COMMON = Makefile.am Makefile.in
|
||||
SOURCES = $(libblender_inflate_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/inflate/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_inflate.la: $(libblender_inflate_la_OBJECTS) $(libblender_inflate_la_DEPENDENCIES)
|
||||
$(LINK) $(libblender_inflate_la_LDFLAGS) $(libblender_inflate_la_OBJECTS) $(libblender_inflate_la_LIBADD) $(LIBS)
|
||||
|
||||
mostlyclean-compile:
|
||||
-rm -f *.$(OBJEXT) core *.core
|
||||
|
||||
distclean-compile:
|
||||
-rm -f *.tab.c
|
||||
|
||||
include ./$(DEPDIR)/BLO_inflate.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)/'`$<
|
||||
|
||||
BLO_inflate.o: intern/BLO_inflate.c
|
||||
if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT BLO_inflate.o -MD -MP -MF "$(DEPDIR)/BLO_inflate.Tpo" \
|
||||
-c -o BLO_inflate.o `test -f 'intern/BLO_inflate.c' || echo '$(srcdir)/'`intern/BLO_inflate.c; \
|
||||
then mv -f "$(DEPDIR)/BLO_inflate.Tpo" "$(DEPDIR)/BLO_inflate.Po"; \
|
||||
else rm -f "$(DEPDIR)/BLO_inflate.Tpo"; exit 1; \
|
||||
fi
|
||||
# source='intern/BLO_inflate.c' object='BLO_inflate.o' libtool=no \
|
||||
# depfile='$(DEPDIR)/BLO_inflate.Po' tmpdepfile='$(DEPDIR)/BLO_inflate.TPo' \
|
||||
# $(CCDEPMODE) $(depcomp) \
|
||||
# $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o BLO_inflate.o `test -f 'intern/BLO_inflate.c' || echo '$(srcdir)/'`intern/BLO_inflate.c
|
||||
|
||||
BLO_inflate.obj: intern/BLO_inflate.c
|
||||
if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT BLO_inflate.obj -MD -MP -MF "$(DEPDIR)/BLO_inflate.Tpo" \
|
||||
-c -o BLO_inflate.obj `if test -f 'intern/BLO_inflate.c'; then $(CYGPATH_W) 'intern/BLO_inflate.c'; else $(CYGPATH_W) '$(srcdir)/intern/BLO_inflate.c'; fi`; \
|
||||
then mv -f "$(DEPDIR)/BLO_inflate.Tpo" "$(DEPDIR)/BLO_inflate.Po"; \
|
||||
else rm -f "$(DEPDIR)/BLO_inflate.Tpo"; exit 1; \
|
||||
fi
|
||||
# source='intern/BLO_inflate.c' object='BLO_inflate.obj' libtool=no \
|
||||
# depfile='$(DEPDIR)/BLO_inflate.Po' tmpdepfile='$(DEPDIR)/BLO_inflate.TPo' \
|
||||
# $(CCDEPMODE) $(depcomp) \
|
||||
# $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o BLO_inflate.obj `if test -f 'intern/BLO_inflate.c'; then $(CYGPATH_W) 'intern/BLO_inflate.c'; else $(CYGPATH_W) '$(srcdir)/intern/BLO_inflate.c'; fi`
|
||||
|
||||
BLO_inflate.lo: intern/BLO_inflate.c
|
||||
if $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT BLO_inflate.lo -MD -MP -MF "$(DEPDIR)/BLO_inflate.Tpo" \
|
||||
-c -o BLO_inflate.lo `test -f 'intern/BLO_inflate.c' || echo '$(srcdir)/'`intern/BLO_inflate.c; \
|
||||
then mv -f "$(DEPDIR)/BLO_inflate.Tpo" "$(DEPDIR)/BLO_inflate.Plo"; \
|
||||
else rm -f "$(DEPDIR)/BLO_inflate.Tpo"; exit 1; \
|
||||
fi
|
||||
# source='intern/BLO_inflate.c' object='BLO_inflate.lo' libtool=yes \
|
||||
# depfile='$(DEPDIR)/BLO_inflate.Plo' tmpdepfile='$(DEPDIR)/BLO_inflate.TPlo' \
|
||||
# $(CCDEPMODE) $(depcomp) \
|
||||
# $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o BLO_inflate.lo `test -f 'intern/BLO_inflate.c' || echo '$(srcdir)/'`intern/BLO_inflate.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)
|
||||
$(mkinstalldirs) $(distdir)/intern
|
||||
@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:
|
||||
|
||||
@@ -278,6 +278,8 @@ extern Object workob;
|
||||
#define OB_DONE 1024
|
||||
#define OB_RADIO 2048
|
||||
#define OB_FROMGROUP 4096
|
||||
/* yafray: flag to indicate this object is a source object for duplivert instancing, see convertBlenderScene.c */
|
||||
#define OB_YAF_DUPLISOURCE 8192
|
||||
|
||||
/* ob->gameflag */
|
||||
#define OB_DYNAMIC 1
|
||||
|
||||
@@ -102,7 +102,7 @@ typedef struct AudioData {
|
||||
typedef struct RenderData {
|
||||
struct AviCodecData *avicodecdata;
|
||||
struct QuicktimeCodecData *qtcodecdata;
|
||||
|
||||
|
||||
short cfra, sfra, efra; /* fames as in 'images' */
|
||||
short images, framapto, flag;
|
||||
float ctime; /* use for calcutions */
|
||||
@@ -162,23 +162,24 @@ typedef struct RenderData {
|
||||
/**
|
||||
* Flags for render settings. Use bit-masking to access the settings.
|
||||
* The bits have these meanings:
|
||||
* 0: do oversampling
|
||||
* 1: do shadows
|
||||
* 2: do gamma correction
|
||||
* 3: ortho (not used?)
|
||||
* 4: do envmap
|
||||
* 5: edge shading
|
||||
* 6: field rendering
|
||||
* 7: Disables time difference in field calculations
|
||||
* 8: radio rendering
|
||||
* 9: borders
|
||||
* 10: panorama
|
||||
* 11: crop
|
||||
* 0: do oversampling
|
||||
* 1: do shadows
|
||||
* 2: do gamma correction
|
||||
* 3: ortho (not used?)
|
||||
* 4: do envmap
|
||||
* 5: edge shading
|
||||
* 6: field rendering
|
||||
* 7: Disables time difference in field calculations
|
||||
* 8: radio rendering
|
||||
* 9: borders
|
||||
* 10: panorama
|
||||
* 11: crop
|
||||
* 12: save SGI movies with Cosmo hardware
|
||||
* 13: odd field first rendering
|
||||
* 14: motion blur
|
||||
* 13: odd field first rendering
|
||||
* 14: motion blur
|
||||
* 15: use unified renderer for this pic
|
||||
* 16. enable raytracing
|
||||
* 16: enable raytracing
|
||||
* 18: use YafRay for rendering
|
||||
*/
|
||||
int mode;
|
||||
|
||||
@@ -208,9 +209,14 @@ typedef struct RenderData {
|
||||
float gamma, gauss;
|
||||
/** post-production settings. Don't really belong here */
|
||||
float postmul, postgamma, postadd, postigamma;
|
||||
|
||||
|
||||
/* yafray: global panel params */
|
||||
short GIquality, GIcache, GImethod, GIgradient;
|
||||
int GIdepth, GIpixelspersample;
|
||||
float GIshadowquality, GIpower, YF_gamma, YF_exposure;
|
||||
|
||||
char backbuf[160], pic[160], ftype[160];
|
||||
|
||||
|
||||
} RenderData;
|
||||
|
||||
|
||||
@@ -265,8 +271,8 @@ typedef struct Scene {
|
||||
#define R_FRONTBUFANIM 8
|
||||
|
||||
/* mode (int now) */
|
||||
#define R_OSA 0x0001
|
||||
#define R_SHADOW 0x0002
|
||||
#define R_OSA 0x0001
|
||||
#define R_SHADOW 0x0002
|
||||
#define R_GAMMA 0x0004
|
||||
#define R_ORTHO 0x0008
|
||||
#define R_ENVMAP 0x0010
|
||||
@@ -283,6 +289,8 @@ typedef struct Scene {
|
||||
#define R_UNIFIED 0x8000
|
||||
#define R_RAYTRACE 0x10000
|
||||
#define R_GAUSS 0x20000
|
||||
/* yafray: render flag */
|
||||
#define R_YAFRAY 0x40000
|
||||
|
||||
/* scemode */
|
||||
#define R_DOSEQ 0x0001
|
||||
|
||||
@@ -126,6 +126,8 @@ typedef struct UserDef {
|
||||
char plugseqdir[160];
|
||||
char pythondir[160];
|
||||
char sounddir[160];
|
||||
/* yafray: temporary xml export directory */
|
||||
char yfexportdir[160];
|
||||
short versions, vrmlflag; // tmp for export, will be replaced by strubi
|
||||
int gameflags;
|
||||
int wheellinescroll;
|
||||
|
||||
@@ -99,6 +99,7 @@ typedef struct World {
|
||||
struct MTex *mtex[8];
|
||||
|
||||
ScriptLink scriptlink;
|
||||
|
||||
} World;
|
||||
|
||||
/* **************** WORLD ********************* */
|
||||
|
||||
@@ -1,42 +1,656 @@
|
||||
#
|
||||
# $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/makesdna/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 *****
|
||||
#
|
||||
#
|
||||
# This module does not build normal .o's, but a DNA.c file, to be
|
||||
# compiled with the rest of the sources. To speed things up a little,
|
||||
# the compilation is done here.
|
||||
#
|
||||
# Bounces make to subdirectories.
|
||||
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
|
||||
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
|
||||
# PARTICULAR PURPOSE.
|
||||
|
||||
SOURCEDIR = source/blender/makesdna
|
||||
DIRS = intern
|
||||
|
||||
include nan_subdirs.mk
|
||||
|
||||
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 = intern
|
||||
noinst_LTLIBRARIES = libblender_makesdna.la
|
||||
|
||||
libblender_makesdna_la_SOURCES = \
|
||||
DNA_ID.h \
|
||||
DNA_action_types.h \
|
||||
DNA_actuator_types.h \
|
||||
DNA_armature_types.h \
|
||||
DNA_camera_types.h \
|
||||
DNA_constraint_types.h \
|
||||
DNA_controller_types.h \
|
||||
DNA_curve_types.h \
|
||||
DNA_documentation.h \
|
||||
DNA_effect_types.h \
|
||||
DNA_fileglobal_types.h \
|
||||
DNA_group_types.h \
|
||||
DNA_ika_types.h \
|
||||
DNA_image_types.h \
|
||||
DNA_ipo_types.h \
|
||||
DNA_key_types.h \
|
||||
DNA_lamp_types.h \
|
||||
DNA_lattice_types.h \
|
||||
DNA_listBase.h \
|
||||
DNA_material_types.h \
|
||||
DNA_mesh_types.h \
|
||||
DNA_meta_types.h \
|
||||
DNA_nla_types.h \
|
||||
DNA_object_types.h \
|
||||
DNA_oops_types.h \
|
||||
DNA_packedFile_types.h \
|
||||
DNA_property_types.h \
|
||||
DNA_radio_types.h \
|
||||
DNA_scene_types.h \
|
||||
DNA_screen_types.h \
|
||||
DNA_script_types.h \
|
||||
DNA_scriptlink_types.h \
|
||||
DNA_sdna_types.h \
|
||||
DNA_sensor_types.h \
|
||||
DNA_sequence_types.h \
|
||||
DNA_sound_types.h \
|
||||
DNA_space_types.h \
|
||||
DNA_text_types.h \
|
||||
DNA_texture_types.h \
|
||||
DNA_userdef_types.h \
|
||||
DNA_vec_types.h \
|
||||
DNA_vfont_types.h \
|
||||
DNA_view2d_types.h \
|
||||
DNA_view3d_types.h \
|
||||
DNA_wave_types.h \
|
||||
DNA_world_types.h \
|
||||
intern/dna.c
|
||||
|
||||
|
||||
INCLUDES = -I$(top_srcdir)/intern/guardedalloc
|
||||
|
||||
EXTRA_DIST = \
|
||||
Makefile
|
||||
|
||||
subdir = source/blender/makesdna
|
||||
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
|
||||
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
|
||||
CONFIG_HEADER = $(top_builddir)/config.h
|
||||
CONFIG_CLEAN_FILES =
|
||||
LTLIBRARIES = $(noinst_LTLIBRARIES)
|
||||
|
||||
libblender_makesdna_la_LDFLAGS =
|
||||
libblender_makesdna_la_LIBADD =
|
||||
am_libblender_makesdna_la_OBJECTS = dna.lo
|
||||
libblender_makesdna_la_OBJECTS = $(am_libblender_makesdna_la_OBJECTS)
|
||||
|
||||
DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
|
||||
depcomp = $(SHELL) $(top_srcdir)/depcomp
|
||||
am__depfiles_maybe = depfiles
|
||||
DEP_FILES = ./$(DEPDIR)/dna.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_makesdna_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_makesdna_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/makesdna/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_makesdna.la: $(libblender_makesdna_la_OBJECTS) $(libblender_makesdna_la_DEPENDENCIES)
|
||||
$(LINK) $(libblender_makesdna_la_LDFLAGS) $(libblender_makesdna_la_OBJECTS) $(libblender_makesdna_la_LIBADD) $(LIBS)
|
||||
|
||||
mostlyclean-compile:
|
||||
-rm -f *.$(OBJEXT) core *.core
|
||||
|
||||
distclean-compile:
|
||||
-rm -f *.tab.c
|
||||
|
||||
include ./$(DEPDIR)/dna.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)/'`$<
|
||||
|
||||
dna.o: intern/dna.c
|
||||
if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT dna.o -MD -MP -MF "$(DEPDIR)/dna.Tpo" \
|
||||
-c -o dna.o `test -f 'intern/dna.c' || echo '$(srcdir)/'`intern/dna.c; \
|
||||
then mv -f "$(DEPDIR)/dna.Tpo" "$(DEPDIR)/dna.Po"; \
|
||||
else rm -f "$(DEPDIR)/dna.Tpo"; exit 1; \
|
||||
fi
|
||||
# source='intern/dna.c' object='dna.o' libtool=no \
|
||||
# depfile='$(DEPDIR)/dna.Po' tmpdepfile='$(DEPDIR)/dna.TPo' \
|
||||
# $(CCDEPMODE) $(depcomp) \
|
||||
# $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o dna.o `test -f 'intern/dna.c' || echo '$(srcdir)/'`intern/dna.c
|
||||
|
||||
dna.obj: intern/dna.c
|
||||
if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT dna.obj -MD -MP -MF "$(DEPDIR)/dna.Tpo" \
|
||||
-c -o dna.obj `if test -f 'intern/dna.c'; then $(CYGPATH_W) 'intern/dna.c'; else $(CYGPATH_W) '$(srcdir)/intern/dna.c'; fi`; \
|
||||
then mv -f "$(DEPDIR)/dna.Tpo" "$(DEPDIR)/dna.Po"; \
|
||||
else rm -f "$(DEPDIR)/dna.Tpo"; exit 1; \
|
||||
fi
|
||||
# source='intern/dna.c' object='dna.obj' libtool=no \
|
||||
# depfile='$(DEPDIR)/dna.Po' tmpdepfile='$(DEPDIR)/dna.TPo' \
|
||||
# $(CCDEPMODE) $(depcomp) \
|
||||
# $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o dna.obj `if test -f 'intern/dna.c'; then $(CYGPATH_W) 'intern/dna.c'; else $(CYGPATH_W) '$(srcdir)/intern/dna.c'; fi`
|
||||
|
||||
dna.lo: intern/dna.c
|
||||
if $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT dna.lo -MD -MP -MF "$(DEPDIR)/dna.Tpo" \
|
||||
-c -o dna.lo `test -f 'intern/dna.c' || echo '$(srcdir)/'`intern/dna.c; \
|
||||
then mv -f "$(DEPDIR)/dna.Tpo" "$(DEPDIR)/dna.Plo"; \
|
||||
else rm -f "$(DEPDIR)/dna.Tpo"; exit 1; \
|
||||
fi
|
||||
# source='intern/dna.c' object='dna.lo' libtool=yes \
|
||||
# depfile='$(DEPDIR)/dna.Plo' tmpdepfile='$(DEPDIR)/dna.TPlo' \
|
||||
# $(CCDEPMODE) $(depcomp) \
|
||||
# $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o dna.lo `test -f 'intern/dna.c' || echo '$(srcdir)/'`intern/dna.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:
|
||||
|
||||
@@ -1,90 +1,528 @@
|
||||
#
|
||||
# $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/makesdna/intern/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 *****
|
||||
#
|
||||
#
|
||||
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
|
||||
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
|
||||
# PARTICULAR PURPOSE.
|
||||
|
||||
DIR = $(OCGDIR)/blender/makesdna
|
||||
CSRCS = $(wildcard *.c)
|
||||
|
||||
ALLTARGETS = $(OBJS) $(DIR)/$(DEBUG_DIR)makesdna $(DIR)/$(SHARED_DIR)$(DEBUG_DIR)DNA.o
|
||||
|
||||
include nan_compile.mk
|
||||
srcdir = .
|
||||
top_srcdir = ../../../..
|
||||
|
||||
ifneq ($(OS),irix)
|
||||
CFLAGS += -funsigned-char
|
||||
endif
|
||||
pkgdatadir = $(datadir)/blender
|
||||
pkglibdir = $(libdir)/blender
|
||||
pkgincludedir = $(includedir)/blender
|
||||
top_builddir = ../../../..
|
||||
|
||||
CFLAGS += $(LEVEL_1_C_WARNINGS)
|
||||
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 =
|
||||
|
||||
CPPFLAGS += -I$(OPENGL_HEADERS)
|
||||
CPPFLAGS += -I$(NAN_GUARDEDALLOC)/include
|
||||
CPPFLAGS += -I../../blenlib
|
||||
CPPFLAGS += -I..
|
||||
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_PROGRAMS = makesdna
|
||||
|
||||
ifeq ($(OS),windows)
|
||||
# Windows needs these extra libs because of winstuff... It is not
|
||||
# _really_ needed, but it is the easiest fix for now. If you have
|
||||
# some spare time, try to trace down the exact dep. Then again, you
|
||||
# could also spend that time making the sdna system more robust.
|
||||
ifneq ($(FREE_WINDOWS),true)
|
||||
WINLIBS = kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib
|
||||
WINLIBS += advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib
|
||||
WINLIBS += winmm.lib opengl32.lib glu32.lib largeint.lib
|
||||
WINLIBS += /link /nodefaultlib:libc
|
||||
else
|
||||
LDFLAGS += -mwindows -mno-cygwin
|
||||
endif
|
||||
endif
|
||||
makesdna_SOURCES = makesdna.c
|
||||
makesdna_LDADD = $(top_builddir)/intern/guardedalloc/libblender_guardedalloc.la
|
||||
makesdna_CPPFLAGS = -DBASE_HEADER="\"$(top_srcdir)/source/blender/makesdna/\""
|
||||
makesdna_CFLAGS = $(makesdna_CPPFLAGS)
|
||||
|
||||
clean::
|
||||
@$(RM) $(DIR)/makesdna* $(DIR)/DNA.c
|
||||
@$(RM) $(DIR)/debug/makesdna* $(DIR)/debug/DNA.c
|
||||
INCLUDES = \
|
||||
-I$(top_srcdir)/intern/guardedalloc \
|
||||
-I$(top_srcdir)/source/blender/makesdna
|
||||
|
||||
# TODO include right .mk for ldflags
|
||||
|
||||
# A small note: we do not use the debug version of the alloc lib. That
|
||||
# is done quite intentionally. If there is a bug in that lib, it needs
|
||||
# to be fixed by the module maintainer.
|
||||
$(DIR)/$(DEBUG_DIR)makesdna: $(OBJS) $(OCGDIR)/blender/blenlib/$(DEBUG_DIR)libblenlib.a
|
||||
$(CC) $(LDFLAGS) -o $@ $(OBJS) \
|
||||
$(NAN_GUARDEDALLOC)/lib/libguardedalloc.a $(WINLIBS)
|
||||
BUILT_SOURCES = dna.c
|
||||
CLEANFILES = dna.c
|
||||
|
||||
$(DIR)/$(DEBUG_DIR)DNA.c: $(DIR)/$(DEBUG_DIR)makesdna
|
||||
ifeq ($(OS),windows)
|
||||
$(SRCHOME)/tools/cygwin/cl_wrapper.pl - $(DIR)/$(DEBUG_DIR)makesdna \
|
||||
$(DIR)/$(DEBUG_DIR)DNA.c
|
||||
else
|
||||
$(DIR)/$(DEBUG_DIR)makesdna $(DIR)/$(DEBUG_DIR)DNA.c
|
||||
endif
|
||||
EXTRA_DIST = \
|
||||
Makefile
|
||||
|
||||
$(DIR)/$(SHARED_DIR)$(DEBUG_DIR)DNA.o: $(DIR)/$(DEBUG_DIR)DNA.c
|
||||
$(CC) -c $(CFLAGS) $(CPPFLAGS) $< -o $@
|
||||
subdir = source/blender/makesdna/intern
|
||||
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
|
||||
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
|
||||
CONFIG_HEADER = $(top_builddir)/config.h
|
||||
CONFIG_CLEAN_FILES =
|
||||
noinst_PROGRAMS = makesdna$(EXEEXT)
|
||||
PROGRAMS = $(noinst_PROGRAMS)
|
||||
|
||||
am_makesdna_OBJECTS = makesdna-makesdna.$(OBJEXT)
|
||||
makesdna_OBJECTS = $(am_makesdna_OBJECTS)
|
||||
makesdna_DEPENDENCIES = \
|
||||
$(top_builddir)/intern/guardedalloc/libblender_guardedalloc.la
|
||||
makesdna_LDFLAGS =
|
||||
|
||||
DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
|
||||
depcomp = $(SHELL) $(top_srcdir)/depcomp
|
||||
am__depfiles_maybe = depfiles
|
||||
DEP_FILES = ./$(DEPDIR)/makesdna-makesdna.Po
|
||||
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 = $(makesdna_SOURCES)
|
||||
DIST_COMMON = Makefile.am Makefile.in
|
||||
SOURCES = $(makesdna_SOURCES)
|
||||
|
||||
all: $(BUILT_SOURCES)
|
||||
$(MAKE) $(AM_MAKEFLAGS) 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/makesdna/intern/Makefile
|
||||
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
|
||||
cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
|
||||
|
||||
clean-noinstPROGRAMS:
|
||||
@list='$(noinst_PROGRAMS)'; for p in $$list; do \
|
||||
f=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
|
||||
echo " rm -f $$p $$f"; \
|
||||
rm -f $$p $$f ; \
|
||||
done
|
||||
makesdna$(EXEEXT): $(makesdna_OBJECTS) $(makesdna_DEPENDENCIES)
|
||||
@rm -f makesdna$(EXEEXT)
|
||||
$(LINK) $(makesdna_LDFLAGS) $(makesdna_OBJECTS) $(makesdna_LDADD) $(LIBS)
|
||||
|
||||
mostlyclean-compile:
|
||||
-rm -f *.$(OBJEXT) core *.core
|
||||
|
||||
distclean-compile:
|
||||
-rm -f *.tab.c
|
||||
|
||||
include ./$(DEPDIR)/makesdna-makesdna.Po
|
||||
|
||||
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)/'`$<
|
||||
|
||||
makesdna-makesdna.o: makesdna.c
|
||||
if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(makesdna_CPPFLAGS) $(CPPFLAGS) $(makesdna_CFLAGS) $(CFLAGS) -MT makesdna-makesdna.o -MD -MP -MF "$(DEPDIR)/makesdna-makesdna.Tpo" \
|
||||
-c -o makesdna-makesdna.o `test -f 'makesdna.c' || echo '$(srcdir)/'`makesdna.c; \
|
||||
then mv -f "$(DEPDIR)/makesdna-makesdna.Tpo" "$(DEPDIR)/makesdna-makesdna.Po"; \
|
||||
else rm -f "$(DEPDIR)/makesdna-makesdna.Tpo"; exit 1; \
|
||||
fi
|
||||
# source='makesdna.c' object='makesdna-makesdna.o' libtool=no \
|
||||
# depfile='$(DEPDIR)/makesdna-makesdna.Po' tmpdepfile='$(DEPDIR)/makesdna-makesdna.TPo' \
|
||||
# $(CCDEPMODE) $(depcomp) \
|
||||
# $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(makesdna_CPPFLAGS) $(CPPFLAGS) $(makesdna_CFLAGS) $(CFLAGS) -c -o makesdna-makesdna.o `test -f 'makesdna.c' || echo '$(srcdir)/'`makesdna.c
|
||||
|
||||
makesdna-makesdna.obj: makesdna.c
|
||||
if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(makesdna_CPPFLAGS) $(CPPFLAGS) $(makesdna_CFLAGS) $(CFLAGS) -MT makesdna-makesdna.obj -MD -MP -MF "$(DEPDIR)/makesdna-makesdna.Tpo" \
|
||||
-c -o makesdna-makesdna.obj `if test -f 'makesdna.c'; then $(CYGPATH_W) 'makesdna.c'; else $(CYGPATH_W) '$(srcdir)/makesdna.c'; fi`; \
|
||||
then mv -f "$(DEPDIR)/makesdna-makesdna.Tpo" "$(DEPDIR)/makesdna-makesdna.Po"; \
|
||||
else rm -f "$(DEPDIR)/makesdna-makesdna.Tpo"; exit 1; \
|
||||
fi
|
||||
# source='makesdna.c' object='makesdna-makesdna.obj' libtool=no \
|
||||
# depfile='$(DEPDIR)/makesdna-makesdna.Po' tmpdepfile='$(DEPDIR)/makesdna-makesdna.TPo' \
|
||||
# $(CCDEPMODE) $(depcomp) \
|
||||
# $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(makesdna_CPPFLAGS) $(CPPFLAGS) $(makesdna_CFLAGS) $(CFLAGS) -c -o makesdna-makesdna.obj `if test -f 'makesdna.c'; then $(CYGPATH_W) 'makesdna.c'; else $(CYGPATH_W) '$(srcdir)/makesdna.c'; fi`
|
||||
|
||||
makesdna-makesdna.lo: makesdna.c
|
||||
if $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(makesdna_CPPFLAGS) $(CPPFLAGS) $(makesdna_CFLAGS) $(CFLAGS) -MT makesdna-makesdna.lo -MD -MP -MF "$(DEPDIR)/makesdna-makesdna.Tpo" \
|
||||
-c -o makesdna-makesdna.lo `test -f 'makesdna.c' || echo '$(srcdir)/'`makesdna.c; \
|
||||
then mv -f "$(DEPDIR)/makesdna-makesdna.Tpo" "$(DEPDIR)/makesdna-makesdna.Plo"; \
|
||||
else rm -f "$(DEPDIR)/makesdna-makesdna.Tpo"; exit 1; \
|
||||
fi
|
||||
# source='makesdna.c' object='makesdna-makesdna.lo' libtool=yes \
|
||||
# depfile='$(DEPDIR)/makesdna-makesdna.Plo' tmpdepfile='$(DEPDIR)/makesdna-makesdna.TPlo' \
|
||||
# $(CCDEPMODE) $(depcomp) \
|
||||
# $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(makesdna_CPPFLAGS) $(CPPFLAGS) $(makesdna_CFLAGS) $(CFLAGS) -c -o makesdna-makesdna.lo `test -f 'makesdna.c' || echo '$(srcdir)/'`makesdna.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: $(BUILT_SOURCES)
|
||||
$(MAKE) $(AM_MAKEFLAGS) check-am
|
||||
all-am: Makefile $(PROGRAMS)
|
||||
|
||||
installdirs:
|
||||
install: $(BUILT_SOURCES)
|
||||
$(MAKE) $(AM_MAKEFLAGS) 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:
|
||||
-test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
|
||||
|
||||
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."
|
||||
-test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
|
||||
clean: clean-am
|
||||
|
||||
clean-am: clean-generic clean-libtool clean-noinstPROGRAMS \
|
||||
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-noinstPROGRAMS 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
|
||||
|
||||
|
||||
# maybe there's a better way...
|
||||
dna.c: makesdna
|
||||
# cp -f $(top_srcdir)/source/blender/makesdna/*.h $(top_builddir)/source/blender/makesdna
|
||||
./makesdna$(EXEEXT) dna.c
|
||||
# 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:
|
||||
|
||||
@@ -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.
|
||||
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
|
||||
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
|
||||
# PARTICULAR PURPOSE.
|
||||
|
||||
SOURCEDIR = source/blender/python
|
||||
DIRS = api2_2x
|
||||
|
||||
include nan_subdirs.mk
|
||||
|
||||
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:
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@@ -1,40 +1,556 @@
|
||||
#
|
||||
# $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/quicktime/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.
|
||||
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
|
||||
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
|
||||
# PARTICULAR PURPOSE.
|
||||
|
||||
SOURCEDIR = source/blender/quicktime
|
||||
|
||||
ifeq ($(OS), $(findstring $(OS), "windows, darwin"))
|
||||
DIRS = apple
|
||||
endif
|
||||
|
||||
include nan_subdirs.mk
|
||||
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_quicktime.la
|
||||
|
||||
libblender_quicktime_la_SOURCES = \
|
||||
apple/quicktime_import.c \
|
||||
apple/quicktime_export.c
|
||||
|
||||
|
||||
INCLUDES = -I$(top_srcdir)/source/blender/makesdna \
|
||||
-I$(top_srcdir)/intern/guardedalloc \
|
||||
-I$(top_srcdir)/source/blender/blenlib \
|
||||
-I$(top_srcdir)/source/blender/blenkernel \
|
||||
-I$(top_srcdir)/source/blender/avi \
|
||||
-I$(top_srcdir)/source/blender/imbuf \
|
||||
-I$(top_srcdir)/source/blender/imbuf/intern \
|
||||
-I$(top_srcdir)/source/blender/readstreamglue \
|
||||
-I$(top_srcdir)/source/blender/render/extern/include
|
||||
|
||||
|
||||
EXTRA_DIST = \
|
||||
Makefile
|
||||
|
||||
subdir = source/blender/quicktime
|
||||
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
|
||||
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
|
||||
CONFIG_HEADER = $(top_builddir)/config.h
|
||||
CONFIG_CLEAN_FILES =
|
||||
LTLIBRARIES = $(noinst_LTLIBRARIES)
|
||||
|
||||
libblender_quicktime_la_LDFLAGS =
|
||||
libblender_quicktime_la_LIBADD =
|
||||
am_libblender_quicktime_la_OBJECTS = quicktime_import.lo \
|
||||
quicktime_export.lo
|
||||
libblender_quicktime_la_OBJECTS = $(am_libblender_quicktime_la_OBJECTS)
|
||||
|
||||
DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
|
||||
depcomp = $(SHELL) $(top_srcdir)/depcomp
|
||||
am__depfiles_maybe = depfiles
|
||||
DEP_FILES = ./$(DEPDIR)/quicktime_export.Plo \
|
||||
./$(DEPDIR)/quicktime_import.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_quicktime_la_SOURCES)
|
||||
DIST_COMMON = Makefile.am Makefile.in
|
||||
SOURCES = $(libblender_quicktime_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/quicktime/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_quicktime.la: $(libblender_quicktime_la_OBJECTS) $(libblender_quicktime_la_DEPENDENCIES)
|
||||
$(LINK) $(libblender_quicktime_la_LDFLAGS) $(libblender_quicktime_la_OBJECTS) $(libblender_quicktime_la_LIBADD) $(LIBS)
|
||||
|
||||
mostlyclean-compile:
|
||||
-rm -f *.$(OBJEXT) core *.core
|
||||
|
||||
distclean-compile:
|
||||
-rm -f *.tab.c
|
||||
|
||||
include ./$(DEPDIR)/quicktime_export.Plo
|
||||
include ./$(DEPDIR)/quicktime_import.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)/'`$<
|
||||
|
||||
quicktime_import.o: apple/quicktime_import.c
|
||||
if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT quicktime_import.o -MD -MP -MF "$(DEPDIR)/quicktime_import.Tpo" \
|
||||
-c -o quicktime_import.o `test -f 'apple/quicktime_import.c' || echo '$(srcdir)/'`apple/quicktime_import.c; \
|
||||
then mv -f "$(DEPDIR)/quicktime_import.Tpo" "$(DEPDIR)/quicktime_import.Po"; \
|
||||
else rm -f "$(DEPDIR)/quicktime_import.Tpo"; exit 1; \
|
||||
fi
|
||||
# source='apple/quicktime_import.c' object='quicktime_import.o' libtool=no \
|
||||
# depfile='$(DEPDIR)/quicktime_import.Po' tmpdepfile='$(DEPDIR)/quicktime_import.TPo' \
|
||||
# $(CCDEPMODE) $(depcomp) \
|
||||
# $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o quicktime_import.o `test -f 'apple/quicktime_import.c' || echo '$(srcdir)/'`apple/quicktime_import.c
|
||||
|
||||
quicktime_import.obj: apple/quicktime_import.c
|
||||
if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT quicktime_import.obj -MD -MP -MF "$(DEPDIR)/quicktime_import.Tpo" \
|
||||
-c -o quicktime_import.obj `if test -f 'apple/quicktime_import.c'; then $(CYGPATH_W) 'apple/quicktime_import.c'; else $(CYGPATH_W) '$(srcdir)/apple/quicktime_import.c'; fi`; \
|
||||
then mv -f "$(DEPDIR)/quicktime_import.Tpo" "$(DEPDIR)/quicktime_import.Po"; \
|
||||
else rm -f "$(DEPDIR)/quicktime_import.Tpo"; exit 1; \
|
||||
fi
|
||||
# source='apple/quicktime_import.c' object='quicktime_import.obj' libtool=no \
|
||||
# depfile='$(DEPDIR)/quicktime_import.Po' tmpdepfile='$(DEPDIR)/quicktime_import.TPo' \
|
||||
# $(CCDEPMODE) $(depcomp) \
|
||||
# $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o quicktime_import.obj `if test -f 'apple/quicktime_import.c'; then $(CYGPATH_W) 'apple/quicktime_import.c'; else $(CYGPATH_W) '$(srcdir)/apple/quicktime_import.c'; fi`
|
||||
|
||||
quicktime_import.lo: apple/quicktime_import.c
|
||||
if $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT quicktime_import.lo -MD -MP -MF "$(DEPDIR)/quicktime_import.Tpo" \
|
||||
-c -o quicktime_import.lo `test -f 'apple/quicktime_import.c' || echo '$(srcdir)/'`apple/quicktime_import.c; \
|
||||
then mv -f "$(DEPDIR)/quicktime_import.Tpo" "$(DEPDIR)/quicktime_import.Plo"; \
|
||||
else rm -f "$(DEPDIR)/quicktime_import.Tpo"; exit 1; \
|
||||
fi
|
||||
# source='apple/quicktime_import.c' object='quicktime_import.lo' libtool=yes \
|
||||
# depfile='$(DEPDIR)/quicktime_import.Plo' tmpdepfile='$(DEPDIR)/quicktime_import.TPlo' \
|
||||
# $(CCDEPMODE) $(depcomp) \
|
||||
# $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o quicktime_import.lo `test -f 'apple/quicktime_import.c' || echo '$(srcdir)/'`apple/quicktime_import.c
|
||||
|
||||
quicktime_export.o: apple/quicktime_export.c
|
||||
if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT quicktime_export.o -MD -MP -MF "$(DEPDIR)/quicktime_export.Tpo" \
|
||||
-c -o quicktime_export.o `test -f 'apple/quicktime_export.c' || echo '$(srcdir)/'`apple/quicktime_export.c; \
|
||||
then mv -f "$(DEPDIR)/quicktime_export.Tpo" "$(DEPDIR)/quicktime_export.Po"; \
|
||||
else rm -f "$(DEPDIR)/quicktime_export.Tpo"; exit 1; \
|
||||
fi
|
||||
# source='apple/quicktime_export.c' object='quicktime_export.o' libtool=no \
|
||||
# depfile='$(DEPDIR)/quicktime_export.Po' tmpdepfile='$(DEPDIR)/quicktime_export.TPo' \
|
||||
# $(CCDEPMODE) $(depcomp) \
|
||||
# $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o quicktime_export.o `test -f 'apple/quicktime_export.c' || echo '$(srcdir)/'`apple/quicktime_export.c
|
||||
|
||||
quicktime_export.obj: apple/quicktime_export.c
|
||||
if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT quicktime_export.obj -MD -MP -MF "$(DEPDIR)/quicktime_export.Tpo" \
|
||||
-c -o quicktime_export.obj `if test -f 'apple/quicktime_export.c'; then $(CYGPATH_W) 'apple/quicktime_export.c'; else $(CYGPATH_W) '$(srcdir)/apple/quicktime_export.c'; fi`; \
|
||||
then mv -f "$(DEPDIR)/quicktime_export.Tpo" "$(DEPDIR)/quicktime_export.Po"; \
|
||||
else rm -f "$(DEPDIR)/quicktime_export.Tpo"; exit 1; \
|
||||
fi
|
||||
# source='apple/quicktime_export.c' object='quicktime_export.obj' libtool=no \
|
||||
# depfile='$(DEPDIR)/quicktime_export.Po' tmpdepfile='$(DEPDIR)/quicktime_export.TPo' \
|
||||
# $(CCDEPMODE) $(depcomp) \
|
||||
# $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o quicktime_export.obj `if test -f 'apple/quicktime_export.c'; then $(CYGPATH_W) 'apple/quicktime_export.c'; else $(CYGPATH_W) '$(srcdir)/apple/quicktime_export.c'; fi`
|
||||
|
||||
quicktime_export.lo: apple/quicktime_export.c
|
||||
if $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT quicktime_export.lo -MD -MP -MF "$(DEPDIR)/quicktime_export.Tpo" \
|
||||
-c -o quicktime_export.lo `test -f 'apple/quicktime_export.c' || echo '$(srcdir)/'`apple/quicktime_export.c; \
|
||||
then mv -f "$(DEPDIR)/quicktime_export.Tpo" "$(DEPDIR)/quicktime_export.Plo"; \
|
||||
else rm -f "$(DEPDIR)/quicktime_export.Tpo"; exit 1; \
|
||||
fi
|
||||
# source='apple/quicktime_export.c' object='quicktime_export.lo' libtool=yes \
|
||||
# depfile='$(DEPDIR)/quicktime_export.Plo' tmpdepfile='$(DEPDIR)/quicktime_export.TPlo' \
|
||||
# $(CCDEPMODE) $(depcomp) \
|
||||
# $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o quicktime_export.lo `test -f 'apple/quicktime_export.c' || echo '$(srcdir)/'`apple/quicktime_export.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:
|
||||
|
||||
@@ -1,37 +1,739 @@
|
||||
#
|
||||
# $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/radiosity/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 *****
|
||||
#
|
||||
# Makes module object directory and bounces make to subdirectories.
|
||||
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
|
||||
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
|
||||
# PARTICULAR PURPOSE.
|
||||
|
||||
SOURCEDIR = source/blender/radiosity
|
||||
DIRS = intern
|
||||
|
||||
include nan_subdirs.mk
|
||||
|
||||
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_radiosity.la
|
||||
|
||||
libblender_radiosity_la_SOURCES = \
|
||||
extern/include/radio.h \
|
||||
extern/include/radio_types.h \
|
||||
intern/source/raddisplay.c \
|
||||
intern/source/radfactors.c \
|
||||
intern/source/radrender.c \
|
||||
intern/source/radio.c \
|
||||
intern/source/radnode.c \
|
||||
intern/source/radpostprocess.c \
|
||||
intern/source/radpreprocess.c
|
||||
|
||||
|
||||
INCLUDES = -I$(top_srcdir)/source/blender/blenlib \
|
||||
-I$(top_srcdir)/source/blender/blenkernel \
|
||||
-I$(top_srcdir)/source/blender/makesdna \
|
||||
-I$(top_srcdir)/source/blender/include \
|
||||
-I$(top_srcdir)/source/blender/radiosity/extern/include \
|
||||
-I$(top_srcdir)/intern/guardedalloc \
|
||||
-I$(top_srcdir)/source/blender/render/extern/include
|
||||
|
||||
|
||||
EXTRA_DIST = \
|
||||
Makefile \
|
||||
intern/Makefile \
|
||||
intern/source/Makefile
|
||||
|
||||
subdir = source/blender/radiosity
|
||||
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
|
||||
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
|
||||
CONFIG_HEADER = $(top_builddir)/config.h
|
||||
CONFIG_CLEAN_FILES =
|
||||
LTLIBRARIES = $(noinst_LTLIBRARIES)
|
||||
|
||||
libblender_radiosity_la_LDFLAGS =
|
||||
libblender_radiosity_la_LIBADD =
|
||||
am_libblender_radiosity_la_OBJECTS = raddisplay.lo radfactors.lo \
|
||||
radrender.lo radio.lo radnode.lo radpostprocess.lo \
|
||||
radpreprocess.lo
|
||||
libblender_radiosity_la_OBJECTS = $(am_libblender_radiosity_la_OBJECTS)
|
||||
|
||||
DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
|
||||
depcomp = $(SHELL) $(top_srcdir)/depcomp
|
||||
am__depfiles_maybe = depfiles
|
||||
DEP_FILES = ./$(DEPDIR)/raddisplay.Plo \
|
||||
./$(DEPDIR)/radfactors.Plo ./$(DEPDIR)/radio.Plo \
|
||||
./$(DEPDIR)/radnode.Plo \
|
||||
./$(DEPDIR)/radpostprocess.Plo \
|
||||
./$(DEPDIR)/radpreprocess.Plo \
|
||||
./$(DEPDIR)/radrender.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_radiosity_la_SOURCES)
|
||||
DIST_COMMON = Makefile.am Makefile.in
|
||||
SOURCES = $(libblender_radiosity_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/radiosity/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_radiosity.la: $(libblender_radiosity_la_OBJECTS) $(libblender_radiosity_la_DEPENDENCIES)
|
||||
$(LINK) $(libblender_radiosity_la_LDFLAGS) $(libblender_radiosity_la_OBJECTS) $(libblender_radiosity_la_LIBADD) $(LIBS)
|
||||
|
||||
mostlyclean-compile:
|
||||
-rm -f *.$(OBJEXT) core *.core
|
||||
|
||||
distclean-compile:
|
||||
-rm -f *.tab.c
|
||||
|
||||
include ./$(DEPDIR)/raddisplay.Plo
|
||||
include ./$(DEPDIR)/radfactors.Plo
|
||||
include ./$(DEPDIR)/radio.Plo
|
||||
include ./$(DEPDIR)/radnode.Plo
|
||||
include ./$(DEPDIR)/radpostprocess.Plo
|
||||
include ./$(DEPDIR)/radpreprocess.Plo
|
||||
include ./$(DEPDIR)/radrender.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)/'`$<
|
||||
|
||||
raddisplay.o: intern/source/raddisplay.c
|
||||
if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT raddisplay.o -MD -MP -MF "$(DEPDIR)/raddisplay.Tpo" \
|
||||
-c -o raddisplay.o `test -f 'intern/source/raddisplay.c' || echo '$(srcdir)/'`intern/source/raddisplay.c; \
|
||||
then mv -f "$(DEPDIR)/raddisplay.Tpo" "$(DEPDIR)/raddisplay.Po"; \
|
||||
else rm -f "$(DEPDIR)/raddisplay.Tpo"; exit 1; \
|
||||
fi
|
||||
# source='intern/source/raddisplay.c' object='raddisplay.o' libtool=no \
|
||||
# depfile='$(DEPDIR)/raddisplay.Po' tmpdepfile='$(DEPDIR)/raddisplay.TPo' \
|
||||
# $(CCDEPMODE) $(depcomp) \
|
||||
# $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o raddisplay.o `test -f 'intern/source/raddisplay.c' || echo '$(srcdir)/'`intern/source/raddisplay.c
|
||||
|
||||
raddisplay.obj: intern/source/raddisplay.c
|
||||
if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT raddisplay.obj -MD -MP -MF "$(DEPDIR)/raddisplay.Tpo" \
|
||||
-c -o raddisplay.obj `if test -f 'intern/source/raddisplay.c'; then $(CYGPATH_W) 'intern/source/raddisplay.c'; else $(CYGPATH_W) '$(srcdir)/intern/source/raddisplay.c'; fi`; \
|
||||
then mv -f "$(DEPDIR)/raddisplay.Tpo" "$(DEPDIR)/raddisplay.Po"; \
|
||||
else rm -f "$(DEPDIR)/raddisplay.Tpo"; exit 1; \
|
||||
fi
|
||||
# source='intern/source/raddisplay.c' object='raddisplay.obj' libtool=no \
|
||||
# depfile='$(DEPDIR)/raddisplay.Po' tmpdepfile='$(DEPDIR)/raddisplay.TPo' \
|
||||
# $(CCDEPMODE) $(depcomp) \
|
||||
# $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o raddisplay.obj `if test -f 'intern/source/raddisplay.c'; then $(CYGPATH_W) 'intern/source/raddisplay.c'; else $(CYGPATH_W) '$(srcdir)/intern/source/raddisplay.c'; fi`
|
||||
|
||||
raddisplay.lo: intern/source/raddisplay.c
|
||||
if $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT raddisplay.lo -MD -MP -MF "$(DEPDIR)/raddisplay.Tpo" \
|
||||
-c -o raddisplay.lo `test -f 'intern/source/raddisplay.c' || echo '$(srcdir)/'`intern/source/raddisplay.c; \
|
||||
then mv -f "$(DEPDIR)/raddisplay.Tpo" "$(DEPDIR)/raddisplay.Plo"; \
|
||||
else rm -f "$(DEPDIR)/raddisplay.Tpo"; exit 1; \
|
||||
fi
|
||||
# source='intern/source/raddisplay.c' object='raddisplay.lo' libtool=yes \
|
||||
# depfile='$(DEPDIR)/raddisplay.Plo' tmpdepfile='$(DEPDIR)/raddisplay.TPlo' \
|
||||
# $(CCDEPMODE) $(depcomp) \
|
||||
# $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o raddisplay.lo `test -f 'intern/source/raddisplay.c' || echo '$(srcdir)/'`intern/source/raddisplay.c
|
||||
|
||||
radfactors.o: intern/source/radfactors.c
|
||||
if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT radfactors.o -MD -MP -MF "$(DEPDIR)/radfactors.Tpo" \
|
||||
-c -o radfactors.o `test -f 'intern/source/radfactors.c' || echo '$(srcdir)/'`intern/source/radfactors.c; \
|
||||
then mv -f "$(DEPDIR)/radfactors.Tpo" "$(DEPDIR)/radfactors.Po"; \
|
||||
else rm -f "$(DEPDIR)/radfactors.Tpo"; exit 1; \
|
||||
fi
|
||||
# source='intern/source/radfactors.c' object='radfactors.o' libtool=no \
|
||||
# depfile='$(DEPDIR)/radfactors.Po' tmpdepfile='$(DEPDIR)/radfactors.TPo' \
|
||||
# $(CCDEPMODE) $(depcomp) \
|
||||
# $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o radfactors.o `test -f 'intern/source/radfactors.c' || echo '$(srcdir)/'`intern/source/radfactors.c
|
||||
|
||||
radfactors.obj: intern/source/radfactors.c
|
||||
if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT radfactors.obj -MD -MP -MF "$(DEPDIR)/radfactors.Tpo" \
|
||||
-c -o radfactors.obj `if test -f 'intern/source/radfactors.c'; then $(CYGPATH_W) 'intern/source/radfactors.c'; else $(CYGPATH_W) '$(srcdir)/intern/source/radfactors.c'; fi`; \
|
||||
then mv -f "$(DEPDIR)/radfactors.Tpo" "$(DEPDIR)/radfactors.Po"; \
|
||||
else rm -f "$(DEPDIR)/radfactors.Tpo"; exit 1; \
|
||||
fi
|
||||
# source='intern/source/radfactors.c' object='radfactors.obj' libtool=no \
|
||||
# depfile='$(DEPDIR)/radfactors.Po' tmpdepfile='$(DEPDIR)/radfactors.TPo' \
|
||||
# $(CCDEPMODE) $(depcomp) \
|
||||
# $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o radfactors.obj `if test -f 'intern/source/radfactors.c'; then $(CYGPATH_W) 'intern/source/radfactors.c'; else $(CYGPATH_W) '$(srcdir)/intern/source/radfactors.c'; fi`
|
||||
|
||||
radfactors.lo: intern/source/radfactors.c
|
||||
if $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT radfactors.lo -MD -MP -MF "$(DEPDIR)/radfactors.Tpo" \
|
||||
-c -o radfactors.lo `test -f 'intern/source/radfactors.c' || echo '$(srcdir)/'`intern/source/radfactors.c; \
|
||||
then mv -f "$(DEPDIR)/radfactors.Tpo" "$(DEPDIR)/radfactors.Plo"; \
|
||||
else rm -f "$(DEPDIR)/radfactors.Tpo"; exit 1; \
|
||||
fi
|
||||
# source='intern/source/radfactors.c' object='radfactors.lo' libtool=yes \
|
||||
# depfile='$(DEPDIR)/radfactors.Plo' tmpdepfile='$(DEPDIR)/radfactors.TPlo' \
|
||||
# $(CCDEPMODE) $(depcomp) \
|
||||
# $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o radfactors.lo `test -f 'intern/source/radfactors.c' || echo '$(srcdir)/'`intern/source/radfactors.c
|
||||
|
||||
radrender.o: intern/source/radrender.c
|
||||
if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT radrender.o -MD -MP -MF "$(DEPDIR)/radrender.Tpo" \
|
||||
-c -o radrender.o `test -f 'intern/source/radrender.c' || echo '$(srcdir)/'`intern/source/radrender.c; \
|
||||
then mv -f "$(DEPDIR)/radrender.Tpo" "$(DEPDIR)/radrender.Po"; \
|
||||
else rm -f "$(DEPDIR)/radrender.Tpo"; exit 1; \
|
||||
fi
|
||||
# source='intern/source/radrender.c' object='radrender.o' libtool=no \
|
||||
# depfile='$(DEPDIR)/radrender.Po' tmpdepfile='$(DEPDIR)/radrender.TPo' \
|
||||
# $(CCDEPMODE) $(depcomp) \
|
||||
# $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o radrender.o `test -f 'intern/source/radrender.c' || echo '$(srcdir)/'`intern/source/radrender.c
|
||||
|
||||
radrender.obj: intern/source/radrender.c
|
||||
if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT radrender.obj -MD -MP -MF "$(DEPDIR)/radrender.Tpo" \
|
||||
-c -o radrender.obj `if test -f 'intern/source/radrender.c'; then $(CYGPATH_W) 'intern/source/radrender.c'; else $(CYGPATH_W) '$(srcdir)/intern/source/radrender.c'; fi`; \
|
||||
then mv -f "$(DEPDIR)/radrender.Tpo" "$(DEPDIR)/radrender.Po"; \
|
||||
else rm -f "$(DEPDIR)/radrender.Tpo"; exit 1; \
|
||||
fi
|
||||
# source='intern/source/radrender.c' object='radrender.obj' libtool=no \
|
||||
# depfile='$(DEPDIR)/radrender.Po' tmpdepfile='$(DEPDIR)/radrender.TPo' \
|
||||
# $(CCDEPMODE) $(depcomp) \
|
||||
# $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o radrender.obj `if test -f 'intern/source/radrender.c'; then $(CYGPATH_W) 'intern/source/radrender.c'; else $(CYGPATH_W) '$(srcdir)/intern/source/radrender.c'; fi`
|
||||
|
||||
radrender.lo: intern/source/radrender.c
|
||||
if $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT radrender.lo -MD -MP -MF "$(DEPDIR)/radrender.Tpo" \
|
||||
-c -o radrender.lo `test -f 'intern/source/radrender.c' || echo '$(srcdir)/'`intern/source/radrender.c; \
|
||||
then mv -f "$(DEPDIR)/radrender.Tpo" "$(DEPDIR)/radrender.Plo"; \
|
||||
else rm -f "$(DEPDIR)/radrender.Tpo"; exit 1; \
|
||||
fi
|
||||
# source='intern/source/radrender.c' object='radrender.lo' libtool=yes \
|
||||
# depfile='$(DEPDIR)/radrender.Plo' tmpdepfile='$(DEPDIR)/radrender.TPlo' \
|
||||
# $(CCDEPMODE) $(depcomp) \
|
||||
# $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o radrender.lo `test -f 'intern/source/radrender.c' || echo '$(srcdir)/'`intern/source/radrender.c
|
||||
|
||||
radio.o: intern/source/radio.c
|
||||
if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT radio.o -MD -MP -MF "$(DEPDIR)/radio.Tpo" \
|
||||
-c -o radio.o `test -f 'intern/source/radio.c' || echo '$(srcdir)/'`intern/source/radio.c; \
|
||||
then mv -f "$(DEPDIR)/radio.Tpo" "$(DEPDIR)/radio.Po"; \
|
||||
else rm -f "$(DEPDIR)/radio.Tpo"; exit 1; \
|
||||
fi
|
||||
# source='intern/source/radio.c' object='radio.o' libtool=no \
|
||||
# depfile='$(DEPDIR)/radio.Po' tmpdepfile='$(DEPDIR)/radio.TPo' \
|
||||
# $(CCDEPMODE) $(depcomp) \
|
||||
# $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o radio.o `test -f 'intern/source/radio.c' || echo '$(srcdir)/'`intern/source/radio.c
|
||||
|
||||
radio.obj: intern/source/radio.c
|
||||
if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT radio.obj -MD -MP -MF "$(DEPDIR)/radio.Tpo" \
|
||||
-c -o radio.obj `if test -f 'intern/source/radio.c'; then $(CYGPATH_W) 'intern/source/radio.c'; else $(CYGPATH_W) '$(srcdir)/intern/source/radio.c'; fi`; \
|
||||
then mv -f "$(DEPDIR)/radio.Tpo" "$(DEPDIR)/radio.Po"; \
|
||||
else rm -f "$(DEPDIR)/radio.Tpo"; exit 1; \
|
||||
fi
|
||||
# source='intern/source/radio.c' object='radio.obj' libtool=no \
|
||||
# depfile='$(DEPDIR)/radio.Po' tmpdepfile='$(DEPDIR)/radio.TPo' \
|
||||
# $(CCDEPMODE) $(depcomp) \
|
||||
# $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o radio.obj `if test -f 'intern/source/radio.c'; then $(CYGPATH_W) 'intern/source/radio.c'; else $(CYGPATH_W) '$(srcdir)/intern/source/radio.c'; fi`
|
||||
|
||||
radio.lo: intern/source/radio.c
|
||||
if $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT radio.lo -MD -MP -MF "$(DEPDIR)/radio.Tpo" \
|
||||
-c -o radio.lo `test -f 'intern/source/radio.c' || echo '$(srcdir)/'`intern/source/radio.c; \
|
||||
then mv -f "$(DEPDIR)/radio.Tpo" "$(DEPDIR)/radio.Plo"; \
|
||||
else rm -f "$(DEPDIR)/radio.Tpo"; exit 1; \
|
||||
fi
|
||||
# source='intern/source/radio.c' object='radio.lo' libtool=yes \
|
||||
# depfile='$(DEPDIR)/radio.Plo' tmpdepfile='$(DEPDIR)/radio.TPlo' \
|
||||
# $(CCDEPMODE) $(depcomp) \
|
||||
# $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o radio.lo `test -f 'intern/source/radio.c' || echo '$(srcdir)/'`intern/source/radio.c
|
||||
|
||||
radnode.o: intern/source/radnode.c
|
||||
if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT radnode.o -MD -MP -MF "$(DEPDIR)/radnode.Tpo" \
|
||||
-c -o radnode.o `test -f 'intern/source/radnode.c' || echo '$(srcdir)/'`intern/source/radnode.c; \
|
||||
then mv -f "$(DEPDIR)/radnode.Tpo" "$(DEPDIR)/radnode.Po"; \
|
||||
else rm -f "$(DEPDIR)/radnode.Tpo"; exit 1; \
|
||||
fi
|
||||
# source='intern/source/radnode.c' object='radnode.o' libtool=no \
|
||||
# depfile='$(DEPDIR)/radnode.Po' tmpdepfile='$(DEPDIR)/radnode.TPo' \
|
||||
# $(CCDEPMODE) $(depcomp) \
|
||||
# $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o radnode.o `test -f 'intern/source/radnode.c' || echo '$(srcdir)/'`intern/source/radnode.c
|
||||
|
||||
radnode.obj: intern/source/radnode.c
|
||||
if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT radnode.obj -MD -MP -MF "$(DEPDIR)/radnode.Tpo" \
|
||||
-c -o radnode.obj `if test -f 'intern/source/radnode.c'; then $(CYGPATH_W) 'intern/source/radnode.c'; else $(CYGPATH_W) '$(srcdir)/intern/source/radnode.c'; fi`; \
|
||||
then mv -f "$(DEPDIR)/radnode.Tpo" "$(DEPDIR)/radnode.Po"; \
|
||||
else rm -f "$(DEPDIR)/radnode.Tpo"; exit 1; \
|
||||
fi
|
||||
# source='intern/source/radnode.c' object='radnode.obj' libtool=no \
|
||||
# depfile='$(DEPDIR)/radnode.Po' tmpdepfile='$(DEPDIR)/radnode.TPo' \
|
||||
# $(CCDEPMODE) $(depcomp) \
|
||||
# $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o radnode.obj `if test -f 'intern/source/radnode.c'; then $(CYGPATH_W) 'intern/source/radnode.c'; else $(CYGPATH_W) '$(srcdir)/intern/source/radnode.c'; fi`
|
||||
|
||||
radnode.lo: intern/source/radnode.c
|
||||
if $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT radnode.lo -MD -MP -MF "$(DEPDIR)/radnode.Tpo" \
|
||||
-c -o radnode.lo `test -f 'intern/source/radnode.c' || echo '$(srcdir)/'`intern/source/radnode.c; \
|
||||
then mv -f "$(DEPDIR)/radnode.Tpo" "$(DEPDIR)/radnode.Plo"; \
|
||||
else rm -f "$(DEPDIR)/radnode.Tpo"; exit 1; \
|
||||
fi
|
||||
# source='intern/source/radnode.c' object='radnode.lo' libtool=yes \
|
||||
# depfile='$(DEPDIR)/radnode.Plo' tmpdepfile='$(DEPDIR)/radnode.TPlo' \
|
||||
# $(CCDEPMODE) $(depcomp) \
|
||||
# $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o radnode.lo `test -f 'intern/source/radnode.c' || echo '$(srcdir)/'`intern/source/radnode.c
|
||||
|
||||
radpostprocess.o: intern/source/radpostprocess.c
|
||||
if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT radpostprocess.o -MD -MP -MF "$(DEPDIR)/radpostprocess.Tpo" \
|
||||
-c -o radpostprocess.o `test -f 'intern/source/radpostprocess.c' || echo '$(srcdir)/'`intern/source/radpostprocess.c; \
|
||||
then mv -f "$(DEPDIR)/radpostprocess.Tpo" "$(DEPDIR)/radpostprocess.Po"; \
|
||||
else rm -f "$(DEPDIR)/radpostprocess.Tpo"; exit 1; \
|
||||
fi
|
||||
# source='intern/source/radpostprocess.c' object='radpostprocess.o' libtool=no \
|
||||
# depfile='$(DEPDIR)/radpostprocess.Po' tmpdepfile='$(DEPDIR)/radpostprocess.TPo' \
|
||||
# $(CCDEPMODE) $(depcomp) \
|
||||
# $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o radpostprocess.o `test -f 'intern/source/radpostprocess.c' || echo '$(srcdir)/'`intern/source/radpostprocess.c
|
||||
|
||||
radpostprocess.obj: intern/source/radpostprocess.c
|
||||
if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT radpostprocess.obj -MD -MP -MF "$(DEPDIR)/radpostprocess.Tpo" \
|
||||
-c -o radpostprocess.obj `if test -f 'intern/source/radpostprocess.c'; then $(CYGPATH_W) 'intern/source/radpostprocess.c'; else $(CYGPATH_W) '$(srcdir)/intern/source/radpostprocess.c'; fi`; \
|
||||
then mv -f "$(DEPDIR)/radpostprocess.Tpo" "$(DEPDIR)/radpostprocess.Po"; \
|
||||
else rm -f "$(DEPDIR)/radpostprocess.Tpo"; exit 1; \
|
||||
fi
|
||||
# source='intern/source/radpostprocess.c' object='radpostprocess.obj' libtool=no \
|
||||
# depfile='$(DEPDIR)/radpostprocess.Po' tmpdepfile='$(DEPDIR)/radpostprocess.TPo' \
|
||||
# $(CCDEPMODE) $(depcomp) \
|
||||
# $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o radpostprocess.obj `if test -f 'intern/source/radpostprocess.c'; then $(CYGPATH_W) 'intern/source/radpostprocess.c'; else $(CYGPATH_W) '$(srcdir)/intern/source/radpostprocess.c'; fi`
|
||||
|
||||
radpostprocess.lo: intern/source/radpostprocess.c
|
||||
if $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT radpostprocess.lo -MD -MP -MF "$(DEPDIR)/radpostprocess.Tpo" \
|
||||
-c -o radpostprocess.lo `test -f 'intern/source/radpostprocess.c' || echo '$(srcdir)/'`intern/source/radpostprocess.c; \
|
||||
then mv -f "$(DEPDIR)/radpostprocess.Tpo" "$(DEPDIR)/radpostprocess.Plo"; \
|
||||
else rm -f "$(DEPDIR)/radpostprocess.Tpo"; exit 1; \
|
||||
fi
|
||||
# source='intern/source/radpostprocess.c' object='radpostprocess.lo' libtool=yes \
|
||||
# depfile='$(DEPDIR)/radpostprocess.Plo' tmpdepfile='$(DEPDIR)/radpostprocess.TPlo' \
|
||||
# $(CCDEPMODE) $(depcomp) \
|
||||
# $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o radpostprocess.lo `test -f 'intern/source/radpostprocess.c' || echo '$(srcdir)/'`intern/source/radpostprocess.c
|
||||
|
||||
radpreprocess.o: intern/source/radpreprocess.c
|
||||
if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT radpreprocess.o -MD -MP -MF "$(DEPDIR)/radpreprocess.Tpo" \
|
||||
-c -o radpreprocess.o `test -f 'intern/source/radpreprocess.c' || echo '$(srcdir)/'`intern/source/radpreprocess.c; \
|
||||
then mv -f "$(DEPDIR)/radpreprocess.Tpo" "$(DEPDIR)/radpreprocess.Po"; \
|
||||
else rm -f "$(DEPDIR)/radpreprocess.Tpo"; exit 1; \
|
||||
fi
|
||||
# source='intern/source/radpreprocess.c' object='radpreprocess.o' libtool=no \
|
||||
# depfile='$(DEPDIR)/radpreprocess.Po' tmpdepfile='$(DEPDIR)/radpreprocess.TPo' \
|
||||
# $(CCDEPMODE) $(depcomp) \
|
||||
# $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o radpreprocess.o `test -f 'intern/source/radpreprocess.c' || echo '$(srcdir)/'`intern/source/radpreprocess.c
|
||||
|
||||
radpreprocess.obj: intern/source/radpreprocess.c
|
||||
if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT radpreprocess.obj -MD -MP -MF "$(DEPDIR)/radpreprocess.Tpo" \
|
||||
-c -o radpreprocess.obj `if test -f 'intern/source/radpreprocess.c'; then $(CYGPATH_W) 'intern/source/radpreprocess.c'; else $(CYGPATH_W) '$(srcdir)/intern/source/radpreprocess.c'; fi`; \
|
||||
then mv -f "$(DEPDIR)/radpreprocess.Tpo" "$(DEPDIR)/radpreprocess.Po"; \
|
||||
else rm -f "$(DEPDIR)/radpreprocess.Tpo"; exit 1; \
|
||||
fi
|
||||
# source='intern/source/radpreprocess.c' object='radpreprocess.obj' libtool=no \
|
||||
# depfile='$(DEPDIR)/radpreprocess.Po' tmpdepfile='$(DEPDIR)/radpreprocess.TPo' \
|
||||
# $(CCDEPMODE) $(depcomp) \
|
||||
# $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o radpreprocess.obj `if test -f 'intern/source/radpreprocess.c'; then $(CYGPATH_W) 'intern/source/radpreprocess.c'; else $(CYGPATH_W) '$(srcdir)/intern/source/radpreprocess.c'; fi`
|
||||
|
||||
radpreprocess.lo: intern/source/radpreprocess.c
|
||||
if $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT radpreprocess.lo -MD -MP -MF "$(DEPDIR)/radpreprocess.Tpo" \
|
||||
-c -o radpreprocess.lo `test -f 'intern/source/radpreprocess.c' || echo '$(srcdir)/'`intern/source/radpreprocess.c; \
|
||||
then mv -f "$(DEPDIR)/radpreprocess.Tpo" "$(DEPDIR)/radpreprocess.Plo"; \
|
||||
else rm -f "$(DEPDIR)/radpreprocess.Tpo"; exit 1; \
|
||||
fi
|
||||
# source='intern/source/radpreprocess.c' object='radpreprocess.lo' libtool=yes \
|
||||
# depfile='$(DEPDIR)/radpreprocess.Plo' tmpdepfile='$(DEPDIR)/radpreprocess.TPlo' \
|
||||
# $(CCDEPMODE) $(depcomp) \
|
||||
# $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o radpreprocess.lo `test -f 'intern/source/radpreprocess.c' || echo '$(srcdir)/'`intern/source/radpreprocess.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)
|
||||
$(mkinstalldirs) $(distdir)/intern $(distdir)/intern/source
|
||||
@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:
|
||||
|
||||
@@ -1,37 +1,518 @@
|
||||
#
|
||||
# $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/readblenfile/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.
|
||||
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
|
||||
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
|
||||
# PARTICULAR PURPOSE.
|
||||
|
||||
SOURCEDIR = source/blender/readblenfile
|
||||
DIRS = intern stub
|
||||
|
||||
include nan_subdirs.mk
|
||||
|
||||
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_readblenfile.la
|
||||
|
||||
libblender_readblenfile_la_SOURCES = \
|
||||
BLO_readblenfile.h \
|
||||
intern/BLO_readblenfile.c
|
||||
|
||||
|
||||
INCLUDES = -I$(top_srcdir)/source/blender/readstreamglue \
|
||||
-I$(top_srcdir)/source/blender/blenloader \
|
||||
-I$(top_srcdir)/source/blender/blenkernel \
|
||||
-I$(top_srcdir)/source/kernel/gen_messaging
|
||||
|
||||
|
||||
EXTRA_DIST = \
|
||||
Makefile \
|
||||
intern/Makefile
|
||||
|
||||
subdir = source/blender/readblenfile
|
||||
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
|
||||
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
|
||||
CONFIG_HEADER = $(top_builddir)/config.h
|
||||
CONFIG_CLEAN_FILES =
|
||||
LTLIBRARIES = $(noinst_LTLIBRARIES)
|
||||
|
||||
libblender_readblenfile_la_LDFLAGS =
|
||||
libblender_readblenfile_la_LIBADD =
|
||||
am_libblender_readblenfile_la_OBJECTS = BLO_readblenfile.lo
|
||||
libblender_readblenfile_la_OBJECTS = \
|
||||
$(am_libblender_readblenfile_la_OBJECTS)
|
||||
|
||||
DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
|
||||
depcomp = $(SHELL) $(top_srcdir)/depcomp
|
||||
am__depfiles_maybe = depfiles
|
||||
DEP_FILES = ./$(DEPDIR)/BLO_readblenfile.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_readblenfile_la_SOURCES)
|
||||
DIST_COMMON = Makefile.am Makefile.in
|
||||
SOURCES = $(libblender_readblenfile_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/readblenfile/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_readblenfile.la: $(libblender_readblenfile_la_OBJECTS) $(libblender_readblenfile_la_DEPENDENCIES)
|
||||
$(LINK) $(libblender_readblenfile_la_LDFLAGS) $(libblender_readblenfile_la_OBJECTS) $(libblender_readblenfile_la_LIBADD) $(LIBS)
|
||||
|
||||
mostlyclean-compile:
|
||||
-rm -f *.$(OBJEXT) core *.core
|
||||
|
||||
distclean-compile:
|
||||
-rm -f *.tab.c
|
||||
|
||||
include ./$(DEPDIR)/BLO_readblenfile.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)/'`$<
|
||||
|
||||
BLO_readblenfile.o: intern/BLO_readblenfile.c
|
||||
if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT BLO_readblenfile.o -MD -MP -MF "$(DEPDIR)/BLO_readblenfile.Tpo" \
|
||||
-c -o BLO_readblenfile.o `test -f 'intern/BLO_readblenfile.c' || echo '$(srcdir)/'`intern/BLO_readblenfile.c; \
|
||||
then mv -f "$(DEPDIR)/BLO_readblenfile.Tpo" "$(DEPDIR)/BLO_readblenfile.Po"; \
|
||||
else rm -f "$(DEPDIR)/BLO_readblenfile.Tpo"; exit 1; \
|
||||
fi
|
||||
# source='intern/BLO_readblenfile.c' object='BLO_readblenfile.o' libtool=no \
|
||||
# depfile='$(DEPDIR)/BLO_readblenfile.Po' tmpdepfile='$(DEPDIR)/BLO_readblenfile.TPo' \
|
||||
# $(CCDEPMODE) $(depcomp) \
|
||||
# $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o BLO_readblenfile.o `test -f 'intern/BLO_readblenfile.c' || echo '$(srcdir)/'`intern/BLO_readblenfile.c
|
||||
|
||||
BLO_readblenfile.obj: intern/BLO_readblenfile.c
|
||||
if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT BLO_readblenfile.obj -MD -MP -MF "$(DEPDIR)/BLO_readblenfile.Tpo" \
|
||||
-c -o BLO_readblenfile.obj `if test -f 'intern/BLO_readblenfile.c'; then $(CYGPATH_W) 'intern/BLO_readblenfile.c'; else $(CYGPATH_W) '$(srcdir)/intern/BLO_readblenfile.c'; fi`; \
|
||||
then mv -f "$(DEPDIR)/BLO_readblenfile.Tpo" "$(DEPDIR)/BLO_readblenfile.Po"; \
|
||||
else rm -f "$(DEPDIR)/BLO_readblenfile.Tpo"; exit 1; \
|
||||
fi
|
||||
# source='intern/BLO_readblenfile.c' object='BLO_readblenfile.obj' libtool=no \
|
||||
# depfile='$(DEPDIR)/BLO_readblenfile.Po' tmpdepfile='$(DEPDIR)/BLO_readblenfile.TPo' \
|
||||
# $(CCDEPMODE) $(depcomp) \
|
||||
# $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o BLO_readblenfile.obj `if test -f 'intern/BLO_readblenfile.c'; then $(CYGPATH_W) 'intern/BLO_readblenfile.c'; else $(CYGPATH_W) '$(srcdir)/intern/BLO_readblenfile.c'; fi`
|
||||
|
||||
BLO_readblenfile.lo: intern/BLO_readblenfile.c
|
||||
if $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT BLO_readblenfile.lo -MD -MP -MF "$(DEPDIR)/BLO_readblenfile.Tpo" \
|
||||
-c -o BLO_readblenfile.lo `test -f 'intern/BLO_readblenfile.c' || echo '$(srcdir)/'`intern/BLO_readblenfile.c; \
|
||||
then mv -f "$(DEPDIR)/BLO_readblenfile.Tpo" "$(DEPDIR)/BLO_readblenfile.Plo"; \
|
||||
else rm -f "$(DEPDIR)/BLO_readblenfile.Tpo"; exit 1; \
|
||||
fi
|
||||
# source='intern/BLO_readblenfile.c' object='BLO_readblenfile.lo' libtool=yes \
|
||||
# depfile='$(DEPDIR)/BLO_readblenfile.Plo' tmpdepfile='$(DEPDIR)/BLO_readblenfile.TPlo' \
|
||||
# $(CCDEPMODE) $(depcomp) \
|
||||
# $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o BLO_readblenfile.lo `test -f 'intern/BLO_readblenfile.c' || echo '$(srcdir)/'`intern/BLO_readblenfile.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)
|
||||
$(mkinstalldirs) $(distdir)/intern
|
||||
@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:
|
||||
|
||||
@@ -1,37 +1,559 @@
|
||||
#
|
||||
# $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/readstreamglue/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.
|
||||
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
|
||||
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
|
||||
# PARTICULAR PURPOSE.
|
||||
|
||||
SOURCEDIR = source/blender/readstreamglue
|
||||
DIRS = intern
|
||||
|
||||
include nan_subdirs.mk
|
||||
|
||||
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_readstreamglue.la
|
||||
|
||||
libblender_readstreamglue_la_SOURCES = \
|
||||
BLO_keyStore.h \
|
||||
BLO_readStreamErrors.h \
|
||||
BLO_readStreamGlue.h \
|
||||
BLO_sys_types.h \
|
||||
intern/BLO_readStreamGlue.c \
|
||||
intern/BLO_readStreamGlueLoopBack.c \
|
||||
intern/BLO_readStreamGlueLoopBack.h
|
||||
|
||||
|
||||
INCLUDES = \
|
||||
-I$(top_srcdir)/source/kernel/gen_messaging \
|
||||
-I$(top_srcdir)/source/blender/blenloader \
|
||||
-I$(top_srcdir)/source/blender/inflate
|
||||
|
||||
|
||||
EXTRA_DIST = \
|
||||
Makefile \
|
||||
intern/Makefile
|
||||
|
||||
subdir = source/blender/readstreamglue
|
||||
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
|
||||
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
|
||||
CONFIG_HEADER = $(top_builddir)/config.h
|
||||
CONFIG_CLEAN_FILES =
|
||||
LTLIBRARIES = $(noinst_LTLIBRARIES)
|
||||
|
||||
libblender_readstreamglue_la_LDFLAGS =
|
||||
libblender_readstreamglue_la_LIBADD =
|
||||
am_libblender_readstreamglue_la_OBJECTS = BLO_readStreamGlue.lo \
|
||||
BLO_readStreamGlueLoopBack.lo
|
||||
libblender_readstreamglue_la_OBJECTS = \
|
||||
$(am_libblender_readstreamglue_la_OBJECTS)
|
||||
|
||||
DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
|
||||
depcomp = $(SHELL) $(top_srcdir)/depcomp
|
||||
am__depfiles_maybe = depfiles
|
||||
DEP_FILES = ./$(DEPDIR)/BLO_readStreamGlue.Plo \
|
||||
./$(DEPDIR)/BLO_readStreamGlueLoopBack.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_readstreamglue_la_SOURCES)
|
||||
DIST_COMMON = Makefile.am Makefile.in
|
||||
SOURCES = $(libblender_readstreamglue_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/readstreamglue/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_readstreamglue.la: $(libblender_readstreamglue_la_OBJECTS) $(libblender_readstreamglue_la_DEPENDENCIES)
|
||||
$(LINK) $(libblender_readstreamglue_la_LDFLAGS) $(libblender_readstreamglue_la_OBJECTS) $(libblender_readstreamglue_la_LIBADD) $(LIBS)
|
||||
|
||||
mostlyclean-compile:
|
||||
-rm -f *.$(OBJEXT) core *.core
|
||||
|
||||
distclean-compile:
|
||||
-rm -f *.tab.c
|
||||
|
||||
include ./$(DEPDIR)/BLO_readStreamGlue.Plo
|
||||
include ./$(DEPDIR)/BLO_readStreamGlueLoopBack.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)/'`$<
|
||||
|
||||
BLO_readStreamGlue.o: intern/BLO_readStreamGlue.c
|
||||
if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT BLO_readStreamGlue.o -MD -MP -MF "$(DEPDIR)/BLO_readStreamGlue.Tpo" \
|
||||
-c -o BLO_readStreamGlue.o `test -f 'intern/BLO_readStreamGlue.c' || echo '$(srcdir)/'`intern/BLO_readStreamGlue.c; \
|
||||
then mv -f "$(DEPDIR)/BLO_readStreamGlue.Tpo" "$(DEPDIR)/BLO_readStreamGlue.Po"; \
|
||||
else rm -f "$(DEPDIR)/BLO_readStreamGlue.Tpo"; exit 1; \
|
||||
fi
|
||||
# source='intern/BLO_readStreamGlue.c' object='BLO_readStreamGlue.o' libtool=no \
|
||||
# depfile='$(DEPDIR)/BLO_readStreamGlue.Po' tmpdepfile='$(DEPDIR)/BLO_readStreamGlue.TPo' \
|
||||
# $(CCDEPMODE) $(depcomp) \
|
||||
# $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o BLO_readStreamGlue.o `test -f 'intern/BLO_readStreamGlue.c' || echo '$(srcdir)/'`intern/BLO_readStreamGlue.c
|
||||
|
||||
BLO_readStreamGlue.obj: intern/BLO_readStreamGlue.c
|
||||
if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT BLO_readStreamGlue.obj -MD -MP -MF "$(DEPDIR)/BLO_readStreamGlue.Tpo" \
|
||||
-c -o BLO_readStreamGlue.obj `if test -f 'intern/BLO_readStreamGlue.c'; then $(CYGPATH_W) 'intern/BLO_readStreamGlue.c'; else $(CYGPATH_W) '$(srcdir)/intern/BLO_readStreamGlue.c'; fi`; \
|
||||
then mv -f "$(DEPDIR)/BLO_readStreamGlue.Tpo" "$(DEPDIR)/BLO_readStreamGlue.Po"; \
|
||||
else rm -f "$(DEPDIR)/BLO_readStreamGlue.Tpo"; exit 1; \
|
||||
fi
|
||||
# source='intern/BLO_readStreamGlue.c' object='BLO_readStreamGlue.obj' libtool=no \
|
||||
# depfile='$(DEPDIR)/BLO_readStreamGlue.Po' tmpdepfile='$(DEPDIR)/BLO_readStreamGlue.TPo' \
|
||||
# $(CCDEPMODE) $(depcomp) \
|
||||
# $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o BLO_readStreamGlue.obj `if test -f 'intern/BLO_readStreamGlue.c'; then $(CYGPATH_W) 'intern/BLO_readStreamGlue.c'; else $(CYGPATH_W) '$(srcdir)/intern/BLO_readStreamGlue.c'; fi`
|
||||
|
||||
BLO_readStreamGlue.lo: intern/BLO_readStreamGlue.c
|
||||
if $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT BLO_readStreamGlue.lo -MD -MP -MF "$(DEPDIR)/BLO_readStreamGlue.Tpo" \
|
||||
-c -o BLO_readStreamGlue.lo `test -f 'intern/BLO_readStreamGlue.c' || echo '$(srcdir)/'`intern/BLO_readStreamGlue.c; \
|
||||
then mv -f "$(DEPDIR)/BLO_readStreamGlue.Tpo" "$(DEPDIR)/BLO_readStreamGlue.Plo"; \
|
||||
else rm -f "$(DEPDIR)/BLO_readStreamGlue.Tpo"; exit 1; \
|
||||
fi
|
||||
# source='intern/BLO_readStreamGlue.c' object='BLO_readStreamGlue.lo' libtool=yes \
|
||||
# depfile='$(DEPDIR)/BLO_readStreamGlue.Plo' tmpdepfile='$(DEPDIR)/BLO_readStreamGlue.TPlo' \
|
||||
# $(CCDEPMODE) $(depcomp) \
|
||||
# $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o BLO_readStreamGlue.lo `test -f 'intern/BLO_readStreamGlue.c' || echo '$(srcdir)/'`intern/BLO_readStreamGlue.c
|
||||
|
||||
BLO_readStreamGlueLoopBack.o: intern/BLO_readStreamGlueLoopBack.c
|
||||
if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT BLO_readStreamGlueLoopBack.o -MD -MP -MF "$(DEPDIR)/BLO_readStreamGlueLoopBack.Tpo" \
|
||||
-c -o BLO_readStreamGlueLoopBack.o `test -f 'intern/BLO_readStreamGlueLoopBack.c' || echo '$(srcdir)/'`intern/BLO_readStreamGlueLoopBack.c; \
|
||||
then mv -f "$(DEPDIR)/BLO_readStreamGlueLoopBack.Tpo" "$(DEPDIR)/BLO_readStreamGlueLoopBack.Po"; \
|
||||
else rm -f "$(DEPDIR)/BLO_readStreamGlueLoopBack.Tpo"; exit 1; \
|
||||
fi
|
||||
# source='intern/BLO_readStreamGlueLoopBack.c' object='BLO_readStreamGlueLoopBack.o' libtool=no \
|
||||
# depfile='$(DEPDIR)/BLO_readStreamGlueLoopBack.Po' tmpdepfile='$(DEPDIR)/BLO_readStreamGlueLoopBack.TPo' \
|
||||
# $(CCDEPMODE) $(depcomp) \
|
||||
# $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o BLO_readStreamGlueLoopBack.o `test -f 'intern/BLO_readStreamGlueLoopBack.c' || echo '$(srcdir)/'`intern/BLO_readStreamGlueLoopBack.c
|
||||
|
||||
BLO_readStreamGlueLoopBack.obj: intern/BLO_readStreamGlueLoopBack.c
|
||||
if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT BLO_readStreamGlueLoopBack.obj -MD -MP -MF "$(DEPDIR)/BLO_readStreamGlueLoopBack.Tpo" \
|
||||
-c -o BLO_readStreamGlueLoopBack.obj `if test -f 'intern/BLO_readStreamGlueLoopBack.c'; then $(CYGPATH_W) 'intern/BLO_readStreamGlueLoopBack.c'; else $(CYGPATH_W) '$(srcdir)/intern/BLO_readStreamGlueLoopBack.c'; fi`; \
|
||||
then mv -f "$(DEPDIR)/BLO_readStreamGlueLoopBack.Tpo" "$(DEPDIR)/BLO_readStreamGlueLoopBack.Po"; \
|
||||
else rm -f "$(DEPDIR)/BLO_readStreamGlueLoopBack.Tpo"; exit 1; \
|
||||
fi
|
||||
# source='intern/BLO_readStreamGlueLoopBack.c' object='BLO_readStreamGlueLoopBack.obj' libtool=no \
|
||||
# depfile='$(DEPDIR)/BLO_readStreamGlueLoopBack.Po' tmpdepfile='$(DEPDIR)/BLO_readStreamGlueLoopBack.TPo' \
|
||||
# $(CCDEPMODE) $(depcomp) \
|
||||
# $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o BLO_readStreamGlueLoopBack.obj `if test -f 'intern/BLO_readStreamGlueLoopBack.c'; then $(CYGPATH_W) 'intern/BLO_readStreamGlueLoopBack.c'; else $(CYGPATH_W) '$(srcdir)/intern/BLO_readStreamGlueLoopBack.c'; fi`
|
||||
|
||||
BLO_readStreamGlueLoopBack.lo: intern/BLO_readStreamGlueLoopBack.c
|
||||
if $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT BLO_readStreamGlueLoopBack.lo -MD -MP -MF "$(DEPDIR)/BLO_readStreamGlueLoopBack.Tpo" \
|
||||
-c -o BLO_readStreamGlueLoopBack.lo `test -f 'intern/BLO_readStreamGlueLoopBack.c' || echo '$(srcdir)/'`intern/BLO_readStreamGlueLoopBack.c; \
|
||||
then mv -f "$(DEPDIR)/BLO_readStreamGlueLoopBack.Tpo" "$(DEPDIR)/BLO_readStreamGlueLoopBack.Plo"; \
|
||||
else rm -f "$(DEPDIR)/BLO_readStreamGlueLoopBack.Tpo"; exit 1; \
|
||||
fi
|
||||
# source='intern/BLO_readStreamGlueLoopBack.c' object='BLO_readStreamGlueLoopBack.lo' libtool=yes \
|
||||
# depfile='$(DEPDIR)/BLO_readStreamGlueLoopBack.Plo' tmpdepfile='$(DEPDIR)/BLO_readStreamGlueLoopBack.TPlo' \
|
||||
# $(CCDEPMODE) $(depcomp) \
|
||||
# $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o BLO_readStreamGlueLoopBack.lo `test -f 'intern/BLO_readStreamGlueLoopBack.c' || echo '$(srcdir)/'`intern/BLO_readStreamGlueLoopBack.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)
|
||||
$(mkinstalldirs) $(distdir)/intern
|
||||
@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:
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@@ -101,8 +101,11 @@
|
||||
/* Own includes */
|
||||
#include "initrender.h"
|
||||
|
||||
/* yafray: include for yafray export/render */
|
||||
#include "yafray_Render.h"
|
||||
|
||||
/* Some crud :/ */
|
||||
#define ELEM3(a, b, c, d) ( ELEM(a, b, c) || (a)==(d) )
|
||||
#define ELEM3(a, b, c, d) ( ELEM(a, b, c) || (a)==(d) )
|
||||
|
||||
|
||||
/* from render.c */
|
||||
@@ -535,7 +538,7 @@ void RE_setwindowclip(int mode, int jmode)
|
||||
/* Since the SCS-s map directly to the pixel center coordinates, we need */
|
||||
/* to stretch the clip area a bit, not just shift it. However, this gives*/
|
||||
/* nasty problems for parts... */
|
||||
|
||||
|
||||
if(R.flag & R_SEC_FIELD) {
|
||||
if(R.r.mode & R_ODDFIELD) {
|
||||
miny-= .5*R.ycor;
|
||||
@@ -739,13 +742,30 @@ void add_to_blurbuf(int blur)
|
||||
}
|
||||
|
||||
|
||||
/* yafray: main yafray render/export call */
|
||||
void yafrayRender()
|
||||
{
|
||||
R.flag |= R_RENDERING; /* !!! */
|
||||
printf("Starting scene conversion.\n");
|
||||
prepareScene();
|
||||
printf("Scene conversion done.\n");
|
||||
YAF_exportScene();
|
||||
finalizeScene();
|
||||
}
|
||||
|
||||
|
||||
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
|
||||
void render() {
|
||||
/* not too neat... should improve... */
|
||||
if(R.r.mode & R_UNIFIED) {
|
||||
unifiedRenderingLoop();
|
||||
} else {
|
||||
oldRenderLoop();
|
||||
/* yafray: render, see above */
|
||||
if (R.r.mode & R_YAFRAY)
|
||||
yafrayRender();
|
||||
else {
|
||||
/* not too neat... should improve... */
|
||||
if(R.r.mode & R_UNIFIED) {
|
||||
unifiedRenderingLoop();
|
||||
} else {
|
||||
oldRenderLoop();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -756,7 +776,7 @@ void oldRenderLoop(void) /* here the PART and FIELD loops */
|
||||
unsigned int *rt, *rt1, *rt2;
|
||||
int len, y;
|
||||
short blur, a,fields,fi,parts; /* pa is a global because of print */
|
||||
|
||||
|
||||
if (R.rectz) MEM_freeN(R.rectz);
|
||||
R.rectz = 0;
|
||||
|
||||
@@ -786,7 +806,6 @@ void oldRenderLoop(void) /* here the PART and FIELD loops */
|
||||
/* MOTIONBLUR loop */
|
||||
if(R.r.mode & R_MBLUR) blur= R.osa;
|
||||
else blur= 1;
|
||||
|
||||
while(blur--) {
|
||||
|
||||
/* WINDOW */
|
||||
@@ -797,24 +816,24 @@ void oldRenderLoop(void) /* here the PART and FIELD loops */
|
||||
R.xend= R.xstart+R.rectx-1;
|
||||
R.yend= R.ystart+R.recty-1;
|
||||
|
||||
|
||||
|
||||
if(R.r.mode & R_MBLUR) set_mblur_offs(R.osa-blur);
|
||||
|
||||
initparts(); /* always do, because of border */
|
||||
setpart(0);
|
||||
|
||||
|
||||
RE_local_init_render_display();
|
||||
RE_local_clear_render_display(R.win);
|
||||
RE_local_timecursor((G.scene->r.cfra));
|
||||
|
||||
prepareScene();
|
||||
|
||||
|
||||
/* PARTS */
|
||||
R.parts.first= R.parts.last= 0;
|
||||
for(pa=0; pa<parts; pa++) {
|
||||
|
||||
|
||||
if(RE_local_test_break()) break;
|
||||
|
||||
|
||||
if(pa) { /* because case pa==0 has been done */
|
||||
if(setpart(pa)==0) break;
|
||||
}
|
||||
@@ -831,32 +850,32 @@ void oldRenderLoop(void) /* here the PART and FIELD loops */
|
||||
doClipping(RE_projectverto);
|
||||
if(RE_local_test_break()) break;
|
||||
|
||||
|
||||
|
||||
/* ZBUFFER & SHADE: zbuffer stores integer distances, and integer face indices */
|
||||
R.rectot= (unsigned int *)MEM_callocN(sizeof(int)*R.rectx*R.recty, "rectot");
|
||||
R.rectz = (unsigned int *)MEM_mallocN(sizeof(int)*R.rectx*R.recty, "rectz");
|
||||
|
||||
if(R.r.mode & R_MBLUR) RE_local_printrenderinfo(0.0, R.osa - blur);
|
||||
else RE_local_printrenderinfo(0.0, -1);
|
||||
|
||||
|
||||
/* choose render pipeline type, and whether or not to use the */
|
||||
/* delta accumulation buffer. 3 choices. */
|
||||
if(R.r.mode & R_OSA) zbufshadeDA();
|
||||
else zbufshade();
|
||||
|
||||
|
||||
if(RE_local_test_break()) break;
|
||||
|
||||
|
||||
/* exception */
|
||||
if( (R.r.mode & R_BORDER) && (R.r.mode & R_MOVIECROP));
|
||||
else {
|
||||
/* HANDLE PART OR BORDER */
|
||||
if(parts>1 || (R.r.mode & R_BORDER)) {
|
||||
|
||||
|
||||
part= MEM_callocN(sizeof(Part), "part");
|
||||
BLI_addtail(&R.parts, part);
|
||||
part->rect= R.rectot;
|
||||
R.rectot= NULL;
|
||||
|
||||
|
||||
if (R.rectz) {
|
||||
MEM_freeN(R.rectz);
|
||||
R.rectz= NULL;
|
||||
@@ -1050,7 +1069,7 @@ void RE_initrender(struct View3D *ogl_render_view3d)
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
|
||||
/* TEST BACKBUF */
|
||||
/* If an image is specified for use as backdrop, that image is loaded */
|
||||
/* here. */
|
||||
@@ -1078,7 +1097,7 @@ void RE_initrender(struct View3D *ogl_render_view3d)
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
usegamtab= 0; /* see also further */
|
||||
|
||||
if(R.r.mode & (R_OSA|R_MBLUR)) {
|
||||
@@ -1100,7 +1119,7 @@ void RE_initrender(struct View3D *ogl_render_view3d)
|
||||
R.near= 0.1;
|
||||
R.far= 1000.0;
|
||||
|
||||
|
||||
|
||||
if(R.afmx<1 || R.afmy<1) {
|
||||
error("Image too small");
|
||||
return;
|
||||
@@ -1155,18 +1174,22 @@ void RE_initrender(struct View3D *ogl_render_view3d)
|
||||
render(); /* returns with complete rect xsch-ysch */
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
/* display again: fields/seq/parts/pano etc */
|
||||
if(R.rectot) {
|
||||
if(R.rectot) {
|
||||
RE_local_init_render_display();
|
||||
RE_local_render_display(0, R.recty-1,
|
||||
R.rectx, R.recty,
|
||||
R.rectot);
|
||||
R.rectot);
|
||||
}
|
||||
else RE_local_clear_render_display(R.win);
|
||||
|
||||
RE_local_printrenderinfo((PIL_check_seconds_timer() - start_time), -1);
|
||||
|
||||
/* restore variables */
|
||||
//R.osatex= 0;
|
||||
//R.vlr= 0;
|
||||
///* at cubemap */
|
||||
R.flag= 0;
|
||||
}
|
||||
|
||||
|
||||
@@ -1,37 +1,521 @@
|
||||
#
|
||||
# $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/renderconverter/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.
|
||||
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
|
||||
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
|
||||
# PARTICULAR PURPOSE.
|
||||
|
||||
SOURCEDIR = source/blender/renderconverter
|
||||
DIRS = intern
|
||||
|
||||
include nan_subdirs.mk
|
||||
|
||||
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_renderconverter.la
|
||||
|
||||
libblender_renderconverter_la_SOURCES = \
|
||||
RE_renderconverter.h \
|
||||
intern/convertBlenderScene.c
|
||||
|
||||
|
||||
INCLUDES = -I$(top_srcdir)/source/blender/blenlib \
|
||||
-I$(top_srcdir)/intern/guardedalloc \
|
||||
-I$(top_srcdir)/source/blender/makesdna \
|
||||
-I$(top_srcdir)/source/blender/blenkernel \
|
||||
-I$(top_srcdir)/source/blender/include \
|
||||
-I$(top_srcdir)/source/blender/render/extern/include \
|
||||
-I$(top_srcdir)/source/blender/python
|
||||
|
||||
|
||||
EXTRA_DIST = \
|
||||
Makefile \
|
||||
intern/Makefile
|
||||
|
||||
subdir = source/blender/renderconverter
|
||||
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
|
||||
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
|
||||
CONFIG_HEADER = $(top_builddir)/config.h
|
||||
CONFIG_CLEAN_FILES =
|
||||
LTLIBRARIES = $(noinst_LTLIBRARIES)
|
||||
|
||||
libblender_renderconverter_la_LDFLAGS =
|
||||
libblender_renderconverter_la_LIBADD =
|
||||
am_libblender_renderconverter_la_OBJECTS = convertBlenderScene.lo
|
||||
libblender_renderconverter_la_OBJECTS = \
|
||||
$(am_libblender_renderconverter_la_OBJECTS)
|
||||
|
||||
DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
|
||||
depcomp = $(SHELL) $(top_srcdir)/depcomp
|
||||
am__depfiles_maybe = depfiles
|
||||
DEP_FILES = ./$(DEPDIR)/convertBlenderScene.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_renderconverter_la_SOURCES)
|
||||
DIST_COMMON = Makefile.am Makefile.in
|
||||
SOURCES = $(libblender_renderconverter_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/renderconverter/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_renderconverter.la: $(libblender_renderconverter_la_OBJECTS) $(libblender_renderconverter_la_DEPENDENCIES)
|
||||
$(LINK) $(libblender_renderconverter_la_LDFLAGS) $(libblender_renderconverter_la_OBJECTS) $(libblender_renderconverter_la_LIBADD) $(LIBS)
|
||||
|
||||
mostlyclean-compile:
|
||||
-rm -f *.$(OBJEXT) core *.core
|
||||
|
||||
distclean-compile:
|
||||
-rm -f *.tab.c
|
||||
|
||||
include ./$(DEPDIR)/convertBlenderScene.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)/'`$<
|
||||
|
||||
convertBlenderScene.o: intern/convertBlenderScene.c
|
||||
if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT convertBlenderScene.o -MD -MP -MF "$(DEPDIR)/convertBlenderScene.Tpo" \
|
||||
-c -o convertBlenderScene.o `test -f 'intern/convertBlenderScene.c' || echo '$(srcdir)/'`intern/convertBlenderScene.c; \
|
||||
then mv -f "$(DEPDIR)/convertBlenderScene.Tpo" "$(DEPDIR)/convertBlenderScene.Po"; \
|
||||
else rm -f "$(DEPDIR)/convertBlenderScene.Tpo"; exit 1; \
|
||||
fi
|
||||
# source='intern/convertBlenderScene.c' object='convertBlenderScene.o' libtool=no \
|
||||
# depfile='$(DEPDIR)/convertBlenderScene.Po' tmpdepfile='$(DEPDIR)/convertBlenderScene.TPo' \
|
||||
# $(CCDEPMODE) $(depcomp) \
|
||||
# $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o convertBlenderScene.o `test -f 'intern/convertBlenderScene.c' || echo '$(srcdir)/'`intern/convertBlenderScene.c
|
||||
|
||||
convertBlenderScene.obj: intern/convertBlenderScene.c
|
||||
if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT convertBlenderScene.obj -MD -MP -MF "$(DEPDIR)/convertBlenderScene.Tpo" \
|
||||
-c -o convertBlenderScene.obj `if test -f 'intern/convertBlenderScene.c'; then $(CYGPATH_W) 'intern/convertBlenderScene.c'; else $(CYGPATH_W) '$(srcdir)/intern/convertBlenderScene.c'; fi`; \
|
||||
then mv -f "$(DEPDIR)/convertBlenderScene.Tpo" "$(DEPDIR)/convertBlenderScene.Po"; \
|
||||
else rm -f "$(DEPDIR)/convertBlenderScene.Tpo"; exit 1; \
|
||||
fi
|
||||
# source='intern/convertBlenderScene.c' object='convertBlenderScene.obj' libtool=no \
|
||||
# depfile='$(DEPDIR)/convertBlenderScene.Po' tmpdepfile='$(DEPDIR)/convertBlenderScene.TPo' \
|
||||
# $(CCDEPMODE) $(depcomp) \
|
||||
# $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o convertBlenderScene.obj `if test -f 'intern/convertBlenderScene.c'; then $(CYGPATH_W) 'intern/convertBlenderScene.c'; else $(CYGPATH_W) '$(srcdir)/intern/convertBlenderScene.c'; fi`
|
||||
|
||||
convertBlenderScene.lo: intern/convertBlenderScene.c
|
||||
if $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT convertBlenderScene.lo -MD -MP -MF "$(DEPDIR)/convertBlenderScene.Tpo" \
|
||||
-c -o convertBlenderScene.lo `test -f 'intern/convertBlenderScene.c' || echo '$(srcdir)/'`intern/convertBlenderScene.c; \
|
||||
then mv -f "$(DEPDIR)/convertBlenderScene.Tpo" "$(DEPDIR)/convertBlenderScene.Plo"; \
|
||||
else rm -f "$(DEPDIR)/convertBlenderScene.Tpo"; exit 1; \
|
||||
fi
|
||||
# source='intern/convertBlenderScene.c' object='convertBlenderScene.lo' libtool=yes \
|
||||
# depfile='$(DEPDIR)/convertBlenderScene.Plo' tmpdepfile='$(DEPDIR)/convertBlenderScene.TPlo' \
|
||||
# $(CCDEPMODE) $(depcomp) \
|
||||
# $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o convertBlenderScene.lo `test -f 'intern/convertBlenderScene.c' || echo '$(srcdir)/'`intern/convertBlenderScene.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)
|
||||
$(mkinstalldirs) $(distdir)/intern
|
||||
@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:
|
||||
|
||||
@@ -106,6 +106,14 @@
|
||||
#include <config.h>
|
||||
#endif
|
||||
|
||||
/* yafray: VertRen vertices are not transformed, transform is replaced with the identity matrix,
|
||||
* since yafray needs the untransformed meshes to calculate orco texture space as in Blender.
|
||||
* This is not true for lamps however, which use a copy of the original object matrix instead.
|
||||
* Duplicated data objects & dupliframe/duplivert objects are only stored once,
|
||||
* only the matrix is stored for all others, in yafray these objects are instances of the original.
|
||||
* The main changes are in RE_rotateBlenderScene().
|
||||
*/
|
||||
|
||||
/* ------------------------------------------------------------------------- */
|
||||
/* Local functions */
|
||||
/* ------------------------------------------------------------------------- */
|
||||
@@ -1014,7 +1022,7 @@ static void render_static_particle_system(Object *ob, PartEff *paf)
|
||||
|
||||
for(ctime= pa->time; ctime<mtime; ctime+=paf->staticstep) {
|
||||
|
||||
/* make sure hair grows until the end.. */
|
||||
/* make sure hair grows until the end.. */
|
||||
if(ctime>pa->time+pa->lifetime) ctime= pa->time+pa->lifetime;
|
||||
|
||||
|
||||
@@ -1096,7 +1104,11 @@ static void init_render_displist_mesh(Object *ob)
|
||||
|
||||
me= ob->data;
|
||||
|
||||
MTC_Mat4MulMat4(mat, ob->obmat, R.viewmat);
|
||||
/* yafray: set transform to identity matrix */
|
||||
if (R.r.mode & R_YAFRAY)
|
||||
MTC_Mat4One(mat);
|
||||
else
|
||||
MTC_Mat4MulMat4(mat, ob->obmat, R.viewmat);
|
||||
MTC_Mat4Invert(ob->imat, mat);
|
||||
MTC_Mat3CpyMat4(imat, ob->imat);
|
||||
|
||||
@@ -1280,7 +1292,7 @@ static void init_render_displist_mesh(Object *ob)
|
||||
vlr->puno= mf->puno;
|
||||
|
||||
if(flipnorm== -1) flipnorm= test_flipnorm(v1->co, v2->co, v3->co, vlr, imat);
|
||||
|
||||
|
||||
if(flipnorm) {
|
||||
vlr->n[0]= -vlr->n[0];
|
||||
vlr->n[1]= -vlr->n[1];
|
||||
@@ -1388,10 +1400,14 @@ static void init_render_mball(Object *ob)
|
||||
float *data, *nors, mat[4][4], imat[3][3], xn, yn, zn;
|
||||
int a, need_orco, startvert, *index;
|
||||
|
||||
if (ob!=find_basis_mball(ob))
|
||||
if (ob!=find_basis_mball(ob))
|
||||
return;
|
||||
|
||||
MTC_Mat4MulMat4(mat, ob->obmat, R.viewmat);
|
||||
/* yafray: set transform to identity matrix */
|
||||
if (R.r.mode & R_YAFRAY)
|
||||
MTC_Mat4One(mat);
|
||||
else
|
||||
MTC_Mat4MulMat4(mat, ob->obmat, R.viewmat);
|
||||
MTC_Mat4Invert(ob->imat, mat);
|
||||
MTC_Mat3CpyMat4(imat, ob->imat);
|
||||
|
||||
@@ -1511,10 +1527,14 @@ static void init_render_mesh(Object *ob)
|
||||
/* object_deform changes imat */
|
||||
do_puno= object_deform(ob);
|
||||
|
||||
MTC_Mat4MulMat4(mat, ob->obmat, R.viewmat);
|
||||
/* yafray: set transform to identity matrix */
|
||||
if (R.r.mode & R_YAFRAY)
|
||||
MTC_Mat4One(mat);
|
||||
else
|
||||
MTC_Mat4MulMat4(mat, ob->obmat, R.viewmat);
|
||||
MTC_Mat4Invert(ob->imat, mat);
|
||||
MTC_Mat3CpyMat4(imat, ob->imat);
|
||||
|
||||
|
||||
if(me->totvert==0) return;
|
||||
mvert= me->mvert;
|
||||
|
||||
@@ -1809,12 +1829,16 @@ void RE_add_render_lamp(Object *ob, int doshadbuf)
|
||||
lar= (LampRen *)MEM_callocN(sizeof(LampRen),"lampren");
|
||||
R.la[R.totlamp++]= lar;
|
||||
|
||||
MTC_Mat4MulMat4(mat, ob->obmat, R.viewmat);
|
||||
/* yafray: in this case the lamp matrix is a copy of the object matrix */
|
||||
if (R.r.mode & R_YAFRAY)
|
||||
MTC_Mat4CpyMat4(mat, ob->obmat);
|
||||
else
|
||||
MTC_Mat4MulMat4(mat, ob->obmat, R.viewmat);
|
||||
MTC_Mat4Invert(ob->imat, mat);
|
||||
|
||||
MTC_Mat3CpyMat4(lar->mat, mat);
|
||||
MTC_Mat3CpyMat4(lar->imat, ob->imat);
|
||||
|
||||
|
||||
lar->bufsize = la->bufsize;
|
||||
lar->samp = la->samp;
|
||||
lar->soft = la->soft;
|
||||
@@ -1822,7 +1846,7 @@ void RE_add_render_lamp(Object *ob, int doshadbuf)
|
||||
lar->clipsta = la->clipsta;
|
||||
lar->clipend = la->clipend;
|
||||
lar->bias = la->bias;
|
||||
|
||||
|
||||
lar->type= la->type;
|
||||
lar->mode= la->mode;
|
||||
|
||||
@@ -1844,8 +1868,8 @@ void RE_add_render_lamp(Object *ob, int doshadbuf)
|
||||
lar->g= lar->energy*la->g;
|
||||
lar->b= lar->energy*la->b;
|
||||
lar->k= la->k;
|
||||
|
||||
// area
|
||||
|
||||
// area
|
||||
lar->ray_samp= la->ray_samp;
|
||||
lar->ray_sampy= la->ray_sampy;
|
||||
lar->ray_sampz= la->ray_sampz;
|
||||
@@ -1853,10 +1877,10 @@ void RE_add_render_lamp(Object *ob, int doshadbuf)
|
||||
lar->area_size= la->area_size;
|
||||
lar->area_sizey= la->area_sizey;
|
||||
lar->area_sizez= la->area_sizez;
|
||||
|
||||
|
||||
lar->area_shape= la->area_shape;
|
||||
lar->ray_samp_type= la->ray_samp_type;
|
||||
|
||||
|
||||
if(lar->type==LA_AREA) {
|
||||
switch(lar->area_shape) {
|
||||
case LA_AREA_SQUARE:
|
||||
@@ -1878,7 +1902,7 @@ void RE_add_render_lamp(Object *ob, int doshadbuf)
|
||||
lar->ray_totsamp= lar->ray_samp*lar->ray_sampy*lar->ray_sampz;
|
||||
break;
|
||||
}
|
||||
|
||||
|
||||
area_lamp_vectors(lar);
|
||||
}
|
||||
else lar->ray_totsamp= 0;
|
||||
@@ -1947,12 +1971,16 @@ void RE_add_render_lamp(Object *ob, int doshadbuf)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
if( (R.r.mode & R_SHADOW) && (lar->mode & LA_SHAD) && (la->type==LA_SPOT) && doshadbuf ) {
|
||||
|
||||
/* yafray: shadowbuffers only needed for internal render */
|
||||
if ((R.r.mode & R_YAFRAY)==0)
|
||||
{
|
||||
if( (R.r.mode & R_SHADOW) && (lar->mode & LA_SHAD) && (la->type==LA_SPOT) && doshadbuf ) {
|
||||
/* Per lamp, one shadow buffer is made. */
|
||||
RE_initshadowbuf(lar, ob->obmat);
|
||||
RE_initshadowbuf(lar, ob->obmat);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
lar->org= MEM_dupallocN(lar);
|
||||
}
|
||||
|
||||
@@ -1980,7 +2008,11 @@ static void init_render_surf(Object *ob)
|
||||
nu= cu->nurb.first;
|
||||
if(nu==0) return;
|
||||
|
||||
MTC_Mat4MulMat4(mat, ob->obmat, R.viewmat);
|
||||
/* yafray: set transform to identity matrix */
|
||||
if (R.r.mode & R_YAFRAY)
|
||||
MTC_Mat4One(mat);
|
||||
else
|
||||
MTC_Mat4MulMat4(mat, ob->obmat, R.viewmat);
|
||||
MTC_Mat4Invert(ob->imat, mat);
|
||||
|
||||
/* material array */
|
||||
@@ -2383,7 +2415,11 @@ static void init_render_curve(Object *ob)
|
||||
|
||||
firststartvert= R.totvert;
|
||||
|
||||
MTC_Mat4MulMat4(mat, ob->obmat, R.viewmat);
|
||||
/* yafray: set transform to identity matrix */
|
||||
if (R.r.mode & R_YAFRAY)
|
||||
MTC_Mat4One(mat);
|
||||
else
|
||||
MTC_Mat4MulMat4(mat, ob->obmat, R.viewmat);
|
||||
MTC_Mat4Invert(ob->imat, mat);
|
||||
|
||||
/* material array */
|
||||
@@ -2418,7 +2454,7 @@ static void init_render_curve(Object *ob)
|
||||
}
|
||||
bl= bl->next;
|
||||
}
|
||||
|
||||
|
||||
if(totvert) {
|
||||
fp= cu->orco= MEM_mallocN(3*sizeof(float)*totvert, "cu->orco");
|
||||
|
||||
@@ -2729,7 +2765,11 @@ static void init_render_object(Object *ob)
|
||||
else if(ob->type==OB_MBALL)
|
||||
init_render_mball(ob);
|
||||
else {
|
||||
MTC_Mat4MulMat4(mat, ob->obmat, R.viewmat);
|
||||
/* yafray: set transform to identity matrix */
|
||||
if (R.r.mode & R_YAFRAY)
|
||||
MTC_Mat4One(mat);
|
||||
else
|
||||
MTC_Mat4MulMat4(mat, ob->obmat, R.viewmat);
|
||||
MTC_Mat4Invert(ob->imat, mat);
|
||||
}
|
||||
}
|
||||
@@ -2901,6 +2941,8 @@ void RE_rotateBlenderScene(void)
|
||||
ob= G.main->object.first;
|
||||
while(ob) {
|
||||
ob->flag &= ~OB_DONE;
|
||||
/* yafray: OB_YAF_DUPLISOURCE flag should be cleared as well here, otherwise is saved in .blend */
|
||||
ob->flag &= ~OB_YAF_DUPLISOURCE;
|
||||
ob= ob->id.next;
|
||||
}
|
||||
|
||||
@@ -2912,10 +2954,24 @@ void RE_rotateBlenderScene(void)
|
||||
|
||||
base= G.scene->base.first;
|
||||
while(base) {
|
||||
|
||||
|
||||
ob= base->object;
|
||||
|
||||
if(ob->flag & OB_DONE);
|
||||
|
||||
if(ob->flag & OB_DONE) {
|
||||
/* yafray: this object needs to be included in renderlist for duplivert instancing.
|
||||
This only works for dupliverts, dupliframes handled below.
|
||||
This is based on the assumption that OB_DONE is only set for duplivert objects,
|
||||
before scene conversion, there are no other flags set to indicate it's use as far as I know...
|
||||
A special flag only used by yafray is set to indicate this object is the 'source' object
|
||||
of which all other duplivert objects are an instance of. */
|
||||
if (R.r.mode & R_YAFRAY) {
|
||||
printf("Adding %s to renderlist\n", ob->id.name);
|
||||
ob->flag &= ~OB_DONE;
|
||||
init_render_object(ob);
|
||||
ob->flag |= OB_DONE;
|
||||
ob->flag |= OB_YAF_DUPLISOURCE;
|
||||
}
|
||||
}
|
||||
else {
|
||||
where_is_object(ob);
|
||||
|
||||
@@ -2923,6 +2979,15 @@ void RE_rotateBlenderScene(void)
|
||||
|
||||
if(ob->transflag & OB_DUPLI) {
|
||||
/* exception: mballs! */
|
||||
/* yafray: Include at least one copy of a dupliframe object for yafray in the renderlist.
|
||||
mballs comment above true as well for yafray, they are not included, only all other object types */
|
||||
if (R.r.mode & R_YAFRAY) {
|
||||
if ((ob->type!=OB_MBALL) && ((ob->transflag & OB_DUPLIFRAMES)!=0)) {
|
||||
printf("Object %s has OB_DUPLIFRAMES set, adding to renderlist\n", ob->id.name);
|
||||
init_render_object(ob);
|
||||
ob->flag |= OB_YAF_DUPLISOURCE;
|
||||
}
|
||||
}
|
||||
make_duplilist(sce, ob);
|
||||
if(ob->type==OB_MBALL) {
|
||||
init_render_object(ob);
|
||||
@@ -2933,7 +2998,7 @@ void RE_rotateBlenderScene(void)
|
||||
/* exception, in background render it doesnt make the displist */
|
||||
if ELEM(obd->type, OB_CURVE, OB_SURF) {
|
||||
Curve *cu;
|
||||
|
||||
|
||||
cu= obd->data;
|
||||
if(cu->disp.first==0) {
|
||||
obd->flag &= ~OB_FROMDUPLI;
|
||||
@@ -2942,20 +3007,45 @@ void RE_rotateBlenderScene(void)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
obd= duplilist.first;
|
||||
while(obd) {
|
||||
if(obd->type!=OB_MBALL) init_render_object(obd);
|
||||
if(obd->type!=OB_MBALL) {
|
||||
/* yafray: special handling of duplivert objects for yafray:
|
||||
only the matrix is stored, together with the source object name.
|
||||
Since the original object is needed as well, it is included in the renderlist (see above) */
|
||||
if (R.r.mode & R_YAFRAY) {
|
||||
printf("Adding dupli matrix for object %s\n", obd->id.name);
|
||||
YAF_addDupliMtx(obd);
|
||||
}
|
||||
else init_render_object(obd);
|
||||
}
|
||||
obd= obd->id.next;
|
||||
}
|
||||
}
|
||||
free_duplilist();
|
||||
}
|
||||
else init_render_object(ob);
|
||||
else {
|
||||
/* yafray: if there are linked data objects (except lamps),
|
||||
yafray only needs to know about one, the rest can be instanciated.
|
||||
The dupliMtx list is used for this purpose, so the test function sets the OB_YAF_DUPLISOURCE
|
||||
flag when for the already known object as well. */
|
||||
if (R.r.mode & R_YAFRAY) {
|
||||
if ((ob->type!=OB_LAMP) && (YAF_objectKnownData(ob)))
|
||||
printf("Added dupli matrix for linked data object %s\n", ob->id.name);
|
||||
else
|
||||
init_render_object(ob);
|
||||
}
|
||||
else init_render_object(ob);
|
||||
}
|
||||
|
||||
}
|
||||
else {
|
||||
MTC_Mat4MulMat4(mat, ob->obmat, R.viewmat);
|
||||
/* yafray: set transform to identity matrix, not sure if this is needed here */
|
||||
if (R.r.mode & R_YAFRAY)
|
||||
MTC_Mat4One(mat);
|
||||
else
|
||||
MTC_Mat4MulMat4(mat, ob->obmat, R.viewmat);
|
||||
MTC_Mat4Invert(ob->imat, mat);
|
||||
}
|
||||
|
||||
@@ -2977,8 +3067,11 @@ void RE_rotateBlenderScene(void)
|
||||
if(ob->flag & OB_DO_IMAT) {
|
||||
|
||||
ob->flag &= ~OB_DO_IMAT;
|
||||
|
||||
MTC_Mat4MulMat4(mat, ob->obmat, R.viewmat);
|
||||
/* yafray: set transform to identity matrix, not sure if this is needed here */
|
||||
if (R.r.mode & R_YAFRAY)
|
||||
MTC_Mat4One(mat);
|
||||
else
|
||||
MTC_Mat4MulMat4(mat, ob->obmat, R.viewmat);
|
||||
MTC_Mat4Invert(ob->imat, mat);
|
||||
}
|
||||
ob= ob->id.next;
|
||||
@@ -2993,7 +3086,7 @@ void RE_rotateBlenderScene(void)
|
||||
if(blender_test_break()) return;
|
||||
|
||||
/* if(R.totlamp==0) defaultlamp(); */
|
||||
|
||||
|
||||
set_normalflags();
|
||||
}
|
||||
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@@ -176,7 +176,7 @@ void do_soundbuts(unsigned short event)
|
||||
}
|
||||
break;
|
||||
|
||||
case B_SOUND_MENU_SAMPLE:
|
||||
case B_SOUND_MENU_SAMPLE:
|
||||
if (G.buts->menunr == -2) {
|
||||
if (sound) {
|
||||
activate_databrowse((ID *)sound->sample, ID_SAMPLE, 0, B_SOUND_MENU_SAMPLE, &G.buts->menunr, do_soundbuts);
|
||||
@@ -491,7 +491,7 @@ void do_render_panels(unsigned short event)
|
||||
break;
|
||||
case B_PLAYANIM:
|
||||
#ifdef WITH_QUICKTIME
|
||||
if(G.scene->r.imtype == R_QUICKTIME)
|
||||
if(G.scene->r.imtype == R_QUICKTIME)
|
||||
makeqtstring(file);
|
||||
else
|
||||
#endif
|
||||
@@ -981,15 +981,18 @@ static void render_panel_output(void)
|
||||
uiBlockSetCol(block, TH_AUTO);
|
||||
|
||||
uiBlockBeginAlign(block);
|
||||
for(b=2; b>=0; b--)
|
||||
for(b=2; b>=0; b--)
|
||||
for(a=0; a<3; a++)
|
||||
uiDefButS(block, TOG|BIT|(3*b+a), 800,"", (short)(9+18*a),(short)(7+12*b),16,10, &R.winpos, 0, 0, 0, 0, "Render window placement on screen");
|
||||
|
||||
|
||||
uiBlockBeginAlign(block);
|
||||
uiDefButS(block, ROW, B_REDR, "DispView", 72, 7, 65, 19, &R.displaymode, 0.0, (float)R_DISPLAYVIEW, 0, 0, "Sets render output to display in 3D view");
|
||||
uiDefButS(block, ROW, B_REDR, "DispWin", 139, 7, 62, 19, &R.displaymode, 0.0, (float)R_DISPLAYWIN, 0, 0, "Sets render output to display in a seperate window");
|
||||
uiBlockEndAlign(block);
|
||||
|
||||
|
||||
/* yafray: enable/disable button */
|
||||
uiDefButI(block, TOG|BIT|18, B_REDR, "YafRay", 154, 28, 141, 18, &G.scene->r.mode, 0, 0, 0, 0, "Use YafRay for rendering");
|
||||
|
||||
uiDefButS(block, TOG|BIT|4, 0, "Extensions", 228, 8, 67, 18, &G.scene->r.scemode, 0.0, 0.0, 0, 0, "Adds extensions to the output when rendering animations");
|
||||
|
||||
/* Toon shading buttons */
|
||||
@@ -997,7 +1000,7 @@ static void render_panel_output(void)
|
||||
uiDefButI(block, TOG|BIT|5, 0,"Edge", 154, 70, 47, 19, &G.scene->r.mode, 0, 0, 0, 0, "Enable Toon shading");
|
||||
uiDefBlockBut(block, edge_render_menu, NULL, "Edge Settings |>> ", 204, 70, 93, 19, "Display edge settings");
|
||||
uiBlockEndAlign(block);
|
||||
|
||||
|
||||
/* unified render buttons */
|
||||
if(G.scene->r.mode & R_UNIFIED) {
|
||||
uiDefBlockBut(block, post_render_menu, NULL, "Post process |>> ", 205, 48, 92, 19, "Only for unified render");
|
||||
@@ -1005,7 +1008,7 @@ static void render_panel_output(void)
|
||||
uiDefButF(block, NUMSLI, 0,"Gamma:", 8, 48, 143, 19,
|
||||
&(G.scene->r.gamma), 0.2, 5.0, B_GAMMASLI, 0,
|
||||
"The gamma value for blending oversampled images (1.0 = no correction).");
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1018,14 +1021,14 @@ static void render_panel_render(void)
|
||||
if(uiNewPanel(curarea, block, "Render", "Render", 320, 0, 318, 204)==0) return;
|
||||
|
||||
uiDefBut(block, BUT,B_DORENDER,"RENDER", 369,142,192,47, 0, 0, 0, 0, 0, "Start the rendering");
|
||||
|
||||
|
||||
uiBlockBeginAlign(block);
|
||||
uiDefButI(block, TOG|BIT|0, 0, "OSA", 369,114,122,20,&G.scene->r.mode, 0, 0, 0, 0, "Enables Oversampling (Anti-aliasing)");
|
||||
uiDefButS(block, ROW,B_DIFF,"5", 369,90,28,20,&G.scene->r.osa,2.0,5.0, 0, 0, "Sets oversample level to 5");
|
||||
uiDefButS(block, ROW,B_DIFF,"8", 397,90,28,20,&G.scene->r.osa,2.0,8.0, 0, 0, "Sets oversample level to 8 (Recommended)");
|
||||
uiDefButS(block, ROW,B_DIFF,"11", 425,90,33,20,&G.scene->r.osa,2.0,11.0, 0, 0, "Sets oversample level to 11");
|
||||
uiDefButS(block, ROW,B_DIFF,"16", 458,90,33,20,&G.scene->r.osa,2.0,16.0, 0, 0, "Sets oversample level to 16");
|
||||
|
||||
|
||||
uiBlockBeginAlign(block);
|
||||
uiDefButI(block, TOG|BIT|14, 0, "MBLUR", 495,114,66,20,&G.scene->r.mode, 0, 0, 0, 0, "Enables Motion Blur calculation");
|
||||
uiDefButF(block, NUM,B_DIFF,"Bf:", 495,90,65,20,&G.scene->r.blurfac, 0.01, 5.0, 10, 2, "Sets motion blur factor");
|
||||
@@ -1038,7 +1041,7 @@ static void render_panel_render(void)
|
||||
uiDefButS(block, ROW,800,"Sky", 369,11,38,24,&G.scene->r.alphamode,3.0,0.0, 0, 0, "Fill background with sky");
|
||||
uiDefButS(block, ROW,800,"Premul", 410,11,54,24,&G.scene->r.alphamode,3.0,1.0, 0, 0, "Multiply alpha in advance");
|
||||
uiDefButS(block, ROW,800,"Key", 467,11,44,24,&G.scene->r.alphamode,3.0,2.0, 0, 0, "Alpha and colour values remain unchanged");
|
||||
|
||||
|
||||
uiBlockBeginAlign(block);
|
||||
uiDefButI(block, TOG|BIT|1,0,"Shadow", 565,167,61,22, &G.scene->r.mode, 0, 0, 0, 0, "Enable shadow calculation");
|
||||
uiDefButI(block, TOG|BIT|4,0,"EnvMap", 626,167,61,22, &G.scene->r.mode, 0, 0, 0, 0, "Enable environment map renering");
|
||||
@@ -1051,7 +1054,7 @@ static void render_panel_render(void)
|
||||
uiDefButS(block, ROW,B_DIFF,"75%", 565,90,36,20,&G.scene->r.size,1.0,75.0, 0, 0, "Set render size to 3/4 of defined size");
|
||||
uiDefButS(block, ROW,B_DIFF,"50%", 604,90,40,20,&G.scene->r.size,1.0,50.0, 0, 0, "Set render size to 1/2 of defined size");
|
||||
uiDefButS(block, ROW,B_DIFF,"25%", 647,90,39,20,&G.scene->r.size,1.0,25.0, 0, 0, "Set render size to 1/4 of defined size");
|
||||
|
||||
|
||||
uiBlockBeginAlign(block);
|
||||
uiDefButI(block, TOG|BIT|6,0,"Fields", 564,50,60,23,&G.scene->r.mode, 0, 0, 0, 0, "Enables field rendering");
|
||||
uiDefButI(block, TOG|BIT|13,0,"Odd", 624,50,40,23,&G.scene->r.mode, 0, 0, 0, 0, "Enables Odd field first rendering (Default: Even field)");
|
||||
@@ -1150,7 +1153,7 @@ static void render_panel_format(void)
|
||||
G.scene->r.qtcodecdata->fourcc = qtcodecidx_to_fcc(qtcodec_idx-1);
|
||||
qt_init_codecdata(G.scene->r.qtcodecdata);
|
||||
}
|
||||
|
||||
|
||||
yofs -= 22;
|
||||
uiDefBlockBut(block, qtcodec_menu, NULL, "Codec Settings |>> ", 892,yofs, 227, 20, "Edit Codec settings for QuickTime");
|
||||
yofs +=22;
|
||||
@@ -1193,6 +1196,46 @@ static void render_panel_format(void)
|
||||
}
|
||||
|
||||
|
||||
/* yafray: global illumination options panel */
|
||||
static void render_panel_yafrayGI()
|
||||
{
|
||||
uiBlock *block;
|
||||
|
||||
block= uiNewBlock(&curarea->uiblocks, "render_panel_yafrayGI", UI_EMBOSS, UI_HELV, curarea->win);
|
||||
uiNewPanelTabbed("Render", "Render");
|
||||
if(uiNewPanel(curarea, block, "YafRay GI", "Render", 320, 0, 318, 204)==0) return;
|
||||
|
||||
// label to force a boundbox for buttons not to be centered
|
||||
uiDefBut(block, LABEL, 0, " ", 305,180,10,10, 0, 0, 0, 0, 0, "");
|
||||
|
||||
uiDefBut(block, LABEL, 0, "Method", 5,175,70,20, 0, 1.0, 0, 0, 0, "");
|
||||
uiDefButS(block, MENU, B_REDR, "GiMethod %t|None %x0|SkyDome %x1|Full %x2 |", 70,175,89,20, &G.scene->r.GImethod, 0, 0, 0, 0, "Global Illumination Method");
|
||||
uiDefBut(block, LABEL, 0, "Quality", 5,150,70,20, 0, 1.0, 0, 0, 0, "");
|
||||
uiDefButS(block, MENU, B_REDR, "GiQuality %t|None %x0|Low %x1|Medium %x2 |High %x3|Best %x4|", 70,150,89,20, &G.scene->r.GIquality, 0, 0, 0, 0, "Global Illumination Quality");
|
||||
|
||||
if (G.scene->r.GImethod>0) {
|
||||
if (G.scene->r.GIpower==0) G.scene->r.GIpower=1;
|
||||
uiDefButF(block, NUM, 0, "Power:", 5,35,154,20, &G.scene->r.GIpower, 0.01, 100.0, 0, 0, "GI lighting intensity scale, 1 is normal");
|
||||
}
|
||||
uiDefButF(block, NUMSLI, 0, "Gam ", 5,10,154,20, &G.scene->r.YF_gamma, 0.001, 5.0, 0, 0, "Gamma correction, 1 is off");
|
||||
uiDefButF(block, NUMSLI, 0, "Exp ", 159,10,154,20, &G.scene->r.YF_exposure, 0.0, 10.0, 0, 0, "Exposure adjustment, 0 is off");
|
||||
|
||||
if (G.scene->r.GImethod==2) {
|
||||
if (G.scene->r.GIdepth==0) G.scene->r.GIdepth=2;
|
||||
uiDefButI(block, NUM, 0, "Depth:", 180,175,110,20, &G.scene->r.GIdepth, 1.0, 8.0, 10, 10, "Number of bounces of the indirect light");
|
||||
uiDefButS(block,TOG|BIT|0, B_REDR, "Cache",70,125,89,20, &G.scene->r.GIcache, 0, 0, 0, 0, "Cache irradiance samples (faster)");
|
||||
if (G.scene->r.GIcache) {
|
||||
uiDefBut(block, LABEL, 0, "Cache parameters:", 5,105,130,20, 0, 1.0, 0, 0, 0, "");
|
||||
if (G.scene->r.GIshadowquality==0.0) G.scene->r.GIshadowquality=0.9;
|
||||
uiDefButF(block, NUMSLI, 0,"ShadQu ", 5,85,154,20, &(G.scene->r.GIshadowquality), 0.0, 1.0 ,0,0, "Sets the shadow quality, keep it under 0.95 :-) ");
|
||||
if (G.scene->r.GIpixelspersample==0) G.scene->r.GIpixelspersample=10;
|
||||
uiDefButI(block, NUM, 0, "Pixel Precision:", 5,60,154,20, &G.scene->r.GIpixelspersample, 1, 50, 10, 10, "Maximum number of pixels without samples, the lower the better and slower");
|
||||
uiDefButS(block,TOG|BIT|0, 0, "UseGradient",180,85,110,20, &G.scene->r.GIgradient, 0, 0, 0, 0, "Try to smooth lighting using a gradient");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
void render_panels()
|
||||
{
|
||||
|
||||
@@ -1200,7 +1243,12 @@ void render_panels()
|
||||
render_panel_render();
|
||||
render_panel_anim();
|
||||
render_panel_format();
|
||||
|
||||
/* yafray: GI panel only available when yafray enabled for rendering */
|
||||
if (G.scene->r.mode & R_YAFRAY) {
|
||||
if (G.scene->r.YF_gamma==0.0) G.scene->r.YF_gamma=1.0;
|
||||
render_panel_yafrayGI();
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
/* --------------------------------------------- */
|
||||
@@ -1208,7 +1256,7 @@ void render_panels()
|
||||
void anim_panels()
|
||||
{
|
||||
uiBlock *block;
|
||||
|
||||
|
||||
block= uiNewBlock(&curarea->uiblocks, "anim_panel", UI_EMBOSS, UI_HELV, curarea->win);
|
||||
if(uiNewPanel(curarea, block, "Anim", "Anim", 0, 0, 318, 204)==0) return;
|
||||
|
||||
@@ -1219,7 +1267,7 @@ void anim_panels()
|
||||
uiDefButS(block, NUM,B_FRAMEMAP,"Map New:", 416,69,95,22,&G.scene->r.images,1.0,900.0, 0, 0, "Specify new map value in frames");
|
||||
|
||||
uiDefButS(block, NUM,REDRAWSEQ,"Frs/sec:", 320,47,93,19, &G.scene->r.frs_sec, 1.0, 120.0, 100.0, 0, "Frames per second");
|
||||
|
||||
|
||||
uiDefButS(block, TOG|BIT|1, B_SOUND_CHANGED, "Sync", 416,47,95,19, &G.scene->audio.flag, 0, 0, 0, 0, "Use sample clock for syncing animation to audio");
|
||||
|
||||
|
||||
@@ -1230,7 +1278,7 @@ void anim_panels()
|
||||
void sound_panels()
|
||||
{
|
||||
bSound *sound;
|
||||
|
||||
|
||||
sound = G.buts->lockpoin;
|
||||
if ((sound) && (sound->flags & SOUND_FLAGS_SEQUENCE)) sound = NULL;
|
||||
|
||||
|
||||
@@ -806,7 +806,7 @@ static void texture_panel_envmap(Tex *tex)
|
||||
uiDefButS(block, ROW, B_REDR, "Static", 10, 180, 100, 19, &env->stype, 2.0, 0.0, 0, 0, "Calculates environment map only once");
|
||||
uiDefButS(block, ROW, B_REDR, "Anim", 110, 180, 100, 19, &env->stype, 2.0, 1.0, 0, 0, "Calculates environment map at each rendering");
|
||||
uiDefButS(block, ROW, B_ENV_FREE, "Load", 210, 180, 100, 19, &env->stype, 2.0, 2.0, 0, 0, "Loads saved environment map from disk");
|
||||
|
||||
|
||||
if(env->stype==ENV_LOAD) {
|
||||
/* file input */
|
||||
id= (ID *)tex->ima;
|
||||
@@ -1006,8 +1006,8 @@ static void texture_panel_colors(Tex *tex)
|
||||
block= uiNewBlock(&curarea->uiblocks, "texture_panel_colors", UI_EMBOSS, UI_HELV, curarea->win);
|
||||
uiNewPanelTabbed("Texture", "Texture");
|
||||
if(uiNewPanel(curarea, block, "Colors", "Texture", 1280, 0, 318, 204)==0) return;
|
||||
|
||||
|
||||
|
||||
|
||||
/* COLORBAND */
|
||||
uiBlockBeginAlign(block);
|
||||
uiDefButS(block, TOG|BIT|0, B_COLORBAND, "Colorband",10,180,100,20, &tex->flag, 0, 0, 0, 0, "Toggles colorband operations");
|
||||
@@ -1148,7 +1148,7 @@ static void texture_panel_preview(int preview)
|
||||
|
||||
// label to force a boundbox for buttons not to be centered
|
||||
uiDefBut(block, LABEL, 0, " ", 20,20,10,10, 0, 0, 0, 0, 0, "");
|
||||
|
||||
|
||||
uiBlockBeginAlign(block);
|
||||
uiDefButC(block, ROW, B_TEXREDR_PRV, "Mat", 200,175,80,25, &G.buts->texfrom, 3.0, 0.0, 0, 0, "Displays the textures of the active material");
|
||||
uiDefButC(block, ROW, B_TEXREDR_PRV, "World", 200,150,80,25, &G.buts->texfrom, 3.0, 1.0, 0, 0, "Displays the textures of the world block");
|
||||
@@ -1518,7 +1518,7 @@ static void world_panel_texture(World *wrld)
|
||||
uiBlockBeginAlign(block);
|
||||
uiDefButF(block, NUM, B_MATPRV, "sizeX", 200,50,100,19, mtex->size, -10.0, 10.0, 10, 0, "Sets scaling for the texture's X size");
|
||||
uiDefButF(block, NUM, B_MATPRV, "sizeY", 200,30,100,19, mtex->size+1, -10.0, 10.0, 10, 0, "Sets scaling for the texture's Y size");
|
||||
uiDefButF(block, NUM, B_MATPRV, "sizeZ", 200,10,100,19, mtex->size+2, -10.0, 10.0, 10, 0, "Sets scaling for the texture's Z size");
|
||||
uiDefButF(block, NUM, B_MATPRV, "sizeZ", 200,10,100,19, mtex->size+2, -10.0, 10.0, 10, 0, "Sets scaling for the texture's Z size");
|
||||
|
||||
}
|
||||
|
||||
@@ -1628,23 +1628,22 @@ static void world_panel_preview(World *wrld)
|
||||
|
||||
// label to force a boundbox for buttons not to be centered
|
||||
uiDefBut(block, LABEL, 0, " ", 20,20,10,10, 0, 0, 0, 0, 0, "");
|
||||
|
||||
|
||||
uiBlockBeginAlign(block);
|
||||
uiDefButS(block, TOG|BIT|1,B_MATPRV,"Real", 200,175,80,25, &wrld->skytype, 0, 0, 0, 0, "Renders background with a real horizon");
|
||||
uiDefButS(block, TOG|BIT|0,B_MATPRV,"Blend",200,150,80,25, &wrld->skytype, 0, 0, 0, 0, "Renders background with natural progression from horizon to zenith");
|
||||
uiDefButS(block, TOG|BIT|2,B_MATPRV,"Paper",200,125,80,25, &wrld->skytype, 0, 0, 0, 0, "Flattens blend or texture coordinates");
|
||||
uiBlockEndAlign(block);
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
||||
/* ************************ LAMP *************************** */
|
||||
|
||||
void do_lampbuts(unsigned short event)
|
||||
{
|
||||
Lamp *la;
|
||||
MTex *mtex;
|
||||
|
||||
|
||||
switch(event) {
|
||||
case B_LAMPREDRAW:
|
||||
BIF_preview_changed(G.buts);
|
||||
@@ -1663,8 +1662,8 @@ void do_lampbuts(unsigned short event)
|
||||
BIF_preview_changed(G.buts);
|
||||
}
|
||||
break;
|
||||
case B_SBUFF:
|
||||
la= G.buts->lockpoin;
|
||||
case B_SBUFF:
|
||||
la= G.buts->lockpoin;
|
||||
la->bufsize = la->bufsize&=(~15);
|
||||
allqueue(REDRAWBUTSSHADING, 0);
|
||||
allqueue(REDRAWOOPS, 0);
|
||||
@@ -1678,7 +1677,7 @@ void do_lampbuts(unsigned short event)
|
||||
case B_SHADRAY:
|
||||
la= G.buts->lockpoin;
|
||||
la->mode &= ~LA_SHAD;
|
||||
allqueue(REDRAWBUTSSHADING, 0);
|
||||
allqueue(REDRAWBUTSSHADING, 0);
|
||||
break;
|
||||
}
|
||||
|
||||
@@ -2097,7 +2096,7 @@ static void material_panel_map_to(Material *ma)
|
||||
uiDefButS(block, TOG|BIT|2, B_MATPRV, "Neg", 956,120,39,19, &(mtex->texflag), 0, 0, 0, 0, "Inverts the values of the texture to reverse its effect");
|
||||
uiDefButS(block, TOG|BIT|0, B_MATPRV, "No RGB", 997,120,71,19, &(mtex->texflag), 0, 0, 0, 0, "Converts texture RGB values to intensity (gray) values");
|
||||
uiBlockEndAlign(block);
|
||||
|
||||
|
||||
uiDefButF(block, COL, B_MTEXCOL, "", 900,100,168,18, &(mtex->r), 0, 0, 0, 0, "Browses existing datablocks");
|
||||
|
||||
uiBlockBeginAlign(block);
|
||||
|
||||
@@ -443,8 +443,14 @@ static void renderwin_handler(Window *win, void *user_data, short evt, short val
|
||||
static void open_renderwin(int winpos[2], int winsize[2])
|
||||
{
|
||||
Window *win;
|
||||
/* yafray: Window title change for yafray, totally unnecessary of course, but... */
|
||||
char* title;
|
||||
if (G.scene->r.mode & R_YAFRAY)
|
||||
title = "YafRay:Render";
|
||||
else
|
||||
title = "Blender:Render";
|
||||
|
||||
win= window_open("Blender:Render", winpos[0], winpos[1], winsize[0], winsize[1], 0);
|
||||
win= window_open(title, winpos[0], winpos[1], winsize[0], winsize[1], 0);
|
||||
|
||||
render_win= renderwin_alloc(win);
|
||||
|
||||
|
||||
@@ -2416,6 +2416,11 @@ void drawinfospace(ScrArea *sa, void *spacedata)
|
||||
|
||||
} else if(U.userpref == 5) { /* file paths */
|
||||
|
||||
/* yafray: (temporary) path button for yafray xml export, without fileselect */
|
||||
uiDefBut(block, TEX, 0, "YFexport: ",
|
||||
(xpos+edgespace), y2+buth+rspace, largeprefbut, buth,
|
||||
U.yfexportdir, 1.0, 63.0, 0, 0,
|
||||
"The default directory for yafray xml export (must exist!)");
|
||||
|
||||
uiDefBut(block, TEX, 0, "Fonts: ",
|
||||
(xpos+edgespace),y2,(largeprefbut-smfileselbut),buth,
|
||||
|
||||
@@ -131,9 +131,9 @@ void BIF_read_file(char *name)
|
||||
// first try to read exotic file formats...
|
||||
if (BKE_read_exotic(name) == 0) { /* throws first error box */
|
||||
/* we didn't succeed, now try to read Blender file
|
||||
calls readfile, calls toolbox, throws one more,
|
||||
calls readfile, calls toolbox, throws one more,
|
||||
on failure calls the stream, and that is stubbed.... */
|
||||
BKE_read_file(name, NULL);
|
||||
BKE_read_file(name, NULL);
|
||||
}
|
||||
|
||||
mainwindow_set_filename_to_title(G.main->name);
|
||||
@@ -157,19 +157,19 @@ int BIF_read_homefile(void)
|
||||
|
||||
BLI_make_file_string(G.sce, tstr, home, ".B.blend");
|
||||
strcpy(scestr, G.sce); /* temporal store */
|
||||
|
||||
|
||||
/* only here free userdef themes... */
|
||||
BLI_freelistN(&U.themes);
|
||||
|
||||
|
||||
if (BLI_exists(tstr)) {
|
||||
success = BKE_read_file(tstr, NULL);
|
||||
} else {
|
||||
success = BKE_read_file_from_memory(datatoc_B_blend, datatoc_B_blend_size, NULL);
|
||||
}
|
||||
strcpy(G.sce, scestr);
|
||||
|
||||
|
||||
BIF_InitTheme(); // sets default again
|
||||
|
||||
|
||||
if (success) {
|
||||
G.save_over = 0;
|
||||
|
||||
@@ -196,19 +196,19 @@ int BIF_read_homefile(void)
|
||||
|
||||
if (BLI_streq(U.tempdir, "/")) {
|
||||
char *tmp= getenv("TEMP");
|
||||
|
||||
|
||||
strcpy(U.tempdir, tmp?tmp:"/tmp/");
|
||||
}
|
||||
if (U.savetime <= 0) {
|
||||
U.savetime = 1;
|
||||
error("%s is buggy, please cosider removing it.\n",
|
||||
error("%s is buggy, please cosider removing it.\n",
|
||||
tstr);
|
||||
}
|
||||
if (G.main->versionfile <= 191) {
|
||||
strcpy(U.plugtexdir, U.textudir);
|
||||
strcpy(U.sounddir, "/");
|
||||
}
|
||||
|
||||
|
||||
/* patch to set Dupli Armature */
|
||||
if (G.main->versionfile < 220) {
|
||||
U.dupflag |= DUPARM;
|
||||
@@ -227,7 +227,7 @@ int BIF_read_homefile(void)
|
||||
#endif
|
||||
|
||||
space_set_commmandline_options();
|
||||
|
||||
|
||||
if (U.undosteps==0) U.undosteps=32;
|
||||
|
||||
reset_autosave();
|
||||
@@ -492,9 +492,9 @@ void BIF_init(void)
|
||||
initscreen(); /* for (visuele) speed, this first, then setscreen */
|
||||
initbuttons();
|
||||
InitCursorData();
|
||||
|
||||
|
||||
init_draw_rects(); /* drawobject.c */
|
||||
BIF_read_homefile();
|
||||
BIF_read_homefile();
|
||||
init_gl_stuff(); /* drawview.c, after homefile */
|
||||
readBlog();
|
||||
strcpy(G.lib, G.sce);
|
||||
|
||||
1207
source/blender/src/yafray_Render.cpp
Normal file
1207
source/blender/src/yafray_Render.cpp
Normal file
File diff suppressed because it is too large
Load Diff
@@ -1,37 +1,519 @@
|
||||
#
|
||||
# $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/writeblenfile/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.
|
||||
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
|
||||
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
|
||||
# PARTICULAR PURPOSE.
|
||||
|
||||
SOURCEDIR = source/blender/writeblenfile
|
||||
DIRS = intern
|
||||
|
||||
include nan_subdirs.mk
|
||||
|
||||
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_writeblenfile.la
|
||||
|
||||
libblender_writeblenfile_la_SOURCES = \
|
||||
BLO_writeblenfile.h \
|
||||
intern/BLO_writeblenfile.c
|
||||
|
||||
|
||||
INCLUDES = -I$(top_srcdir)/source/kernel/gen_messaging \
|
||||
-I$(top_srcdir)/source/blender/blenloader \
|
||||
-I$(top_srcdir)/source/blender/writestreamglue \
|
||||
-I$(top_srcdir)/source/blender/readstreamglue \
|
||||
-I$(top_srcdir)/source/blender/readblenfile
|
||||
|
||||
|
||||
EXTRA_DIST = \
|
||||
Makefile \
|
||||
intern/Makefile
|
||||
|
||||
subdir = source/blender/writeblenfile
|
||||
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
|
||||
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
|
||||
CONFIG_HEADER = $(top_builddir)/config.h
|
||||
CONFIG_CLEAN_FILES =
|
||||
LTLIBRARIES = $(noinst_LTLIBRARIES)
|
||||
|
||||
libblender_writeblenfile_la_LDFLAGS =
|
||||
libblender_writeblenfile_la_LIBADD =
|
||||
am_libblender_writeblenfile_la_OBJECTS = BLO_writeblenfile.lo
|
||||
libblender_writeblenfile_la_OBJECTS = \
|
||||
$(am_libblender_writeblenfile_la_OBJECTS)
|
||||
|
||||
DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
|
||||
depcomp = $(SHELL) $(top_srcdir)/depcomp
|
||||
am__depfiles_maybe = depfiles
|
||||
DEP_FILES = ./$(DEPDIR)/BLO_writeblenfile.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_writeblenfile_la_SOURCES)
|
||||
DIST_COMMON = Makefile.am Makefile.in
|
||||
SOURCES = $(libblender_writeblenfile_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/writeblenfile/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_writeblenfile.la: $(libblender_writeblenfile_la_OBJECTS) $(libblender_writeblenfile_la_DEPENDENCIES)
|
||||
$(LINK) $(libblender_writeblenfile_la_LDFLAGS) $(libblender_writeblenfile_la_OBJECTS) $(libblender_writeblenfile_la_LIBADD) $(LIBS)
|
||||
|
||||
mostlyclean-compile:
|
||||
-rm -f *.$(OBJEXT) core *.core
|
||||
|
||||
distclean-compile:
|
||||
-rm -f *.tab.c
|
||||
|
||||
include ./$(DEPDIR)/BLO_writeblenfile.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)/'`$<
|
||||
|
||||
BLO_writeblenfile.o: intern/BLO_writeblenfile.c
|
||||
if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT BLO_writeblenfile.o -MD -MP -MF "$(DEPDIR)/BLO_writeblenfile.Tpo" \
|
||||
-c -o BLO_writeblenfile.o `test -f 'intern/BLO_writeblenfile.c' || echo '$(srcdir)/'`intern/BLO_writeblenfile.c; \
|
||||
then mv -f "$(DEPDIR)/BLO_writeblenfile.Tpo" "$(DEPDIR)/BLO_writeblenfile.Po"; \
|
||||
else rm -f "$(DEPDIR)/BLO_writeblenfile.Tpo"; exit 1; \
|
||||
fi
|
||||
# source='intern/BLO_writeblenfile.c' object='BLO_writeblenfile.o' libtool=no \
|
||||
# depfile='$(DEPDIR)/BLO_writeblenfile.Po' tmpdepfile='$(DEPDIR)/BLO_writeblenfile.TPo' \
|
||||
# $(CCDEPMODE) $(depcomp) \
|
||||
# $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o BLO_writeblenfile.o `test -f 'intern/BLO_writeblenfile.c' || echo '$(srcdir)/'`intern/BLO_writeblenfile.c
|
||||
|
||||
BLO_writeblenfile.obj: intern/BLO_writeblenfile.c
|
||||
if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT BLO_writeblenfile.obj -MD -MP -MF "$(DEPDIR)/BLO_writeblenfile.Tpo" \
|
||||
-c -o BLO_writeblenfile.obj `if test -f 'intern/BLO_writeblenfile.c'; then $(CYGPATH_W) 'intern/BLO_writeblenfile.c'; else $(CYGPATH_W) '$(srcdir)/intern/BLO_writeblenfile.c'; fi`; \
|
||||
then mv -f "$(DEPDIR)/BLO_writeblenfile.Tpo" "$(DEPDIR)/BLO_writeblenfile.Po"; \
|
||||
else rm -f "$(DEPDIR)/BLO_writeblenfile.Tpo"; exit 1; \
|
||||
fi
|
||||
# source='intern/BLO_writeblenfile.c' object='BLO_writeblenfile.obj' libtool=no \
|
||||
# depfile='$(DEPDIR)/BLO_writeblenfile.Po' tmpdepfile='$(DEPDIR)/BLO_writeblenfile.TPo' \
|
||||
# $(CCDEPMODE) $(depcomp) \
|
||||
# $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o BLO_writeblenfile.obj `if test -f 'intern/BLO_writeblenfile.c'; then $(CYGPATH_W) 'intern/BLO_writeblenfile.c'; else $(CYGPATH_W) '$(srcdir)/intern/BLO_writeblenfile.c'; fi`
|
||||
|
||||
BLO_writeblenfile.lo: intern/BLO_writeblenfile.c
|
||||
if $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT BLO_writeblenfile.lo -MD -MP -MF "$(DEPDIR)/BLO_writeblenfile.Tpo" \
|
||||
-c -o BLO_writeblenfile.lo `test -f 'intern/BLO_writeblenfile.c' || echo '$(srcdir)/'`intern/BLO_writeblenfile.c; \
|
||||
then mv -f "$(DEPDIR)/BLO_writeblenfile.Tpo" "$(DEPDIR)/BLO_writeblenfile.Plo"; \
|
||||
else rm -f "$(DEPDIR)/BLO_writeblenfile.Tpo"; exit 1; \
|
||||
fi
|
||||
# source='intern/BLO_writeblenfile.c' object='BLO_writeblenfile.lo' libtool=yes \
|
||||
# depfile='$(DEPDIR)/BLO_writeblenfile.Plo' tmpdepfile='$(DEPDIR)/BLO_writeblenfile.TPlo' \
|
||||
# $(CCDEPMODE) $(depcomp) \
|
||||
# $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o BLO_writeblenfile.lo `test -f 'intern/BLO_writeblenfile.c' || echo '$(srcdir)/'`intern/BLO_writeblenfile.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)
|
||||
$(mkinstalldirs) $(distdir)/intern
|
||||
@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:
|
||||
|
||||
@@ -1,38 +1,631 @@
|
||||
#
|
||||
# $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/writestreamglue/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.
|
||||
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
|
||||
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
|
||||
# PARTICULAR PURPOSE.
|
||||
|
||||
SOURCEDIR = source/blender/writestreamglue
|
||||
DIRS = intern stub
|
||||
TESTDIRS = test
|
||||
|
||||
include nan_subdirs.mk
|
||||
|
||||
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_writestreamglue.la
|
||||
|
||||
libblender_writestreamglue_la_SOURCES = \
|
||||
BLO_getPubKey.h \
|
||||
BLO_writeStreamErrors.h \
|
||||
BLO_writeStreamGlue.h \
|
||||
intern/BLO_dumpFromMemory.c \
|
||||
intern/BLO_dumpFromMemory.h \
|
||||
intern/BLO_getPubKey.c \
|
||||
intern/BLO_streamGlueControl.c \
|
||||
intern/BLO_writeStreamGlue.c
|
||||
|
||||
|
||||
INCLUDES = -I$(top_srcdir)/source/blender/readstreamglue \
|
||||
-I$(top_srcdir)/source/blender/deflate \
|
||||
-I$(top_srcdir)/source/blender/writeblenfile \
|
||||
-I$(top_srcdir)/source/kernel/gen_messaging
|
||||
|
||||
|
||||
EXTRA_DIST = \
|
||||
Makefile \
|
||||
intern/Makefile
|
||||
|
||||
subdir = source/blender/writestreamglue
|
||||
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
|
||||
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
|
||||
CONFIG_HEADER = $(top_builddir)/config.h
|
||||
CONFIG_CLEAN_FILES =
|
||||
LTLIBRARIES = $(noinst_LTLIBRARIES)
|
||||
|
||||
libblender_writestreamglue_la_LDFLAGS =
|
||||
libblender_writestreamglue_la_LIBADD =
|
||||
am_libblender_writestreamglue_la_OBJECTS = BLO_dumpFromMemory.lo \
|
||||
BLO_getPubKey.lo BLO_streamGlueControl.lo \
|
||||
BLO_writeStreamGlue.lo
|
||||
libblender_writestreamglue_la_OBJECTS = \
|
||||
$(am_libblender_writestreamglue_la_OBJECTS)
|
||||
|
||||
DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
|
||||
depcomp = $(SHELL) $(top_srcdir)/depcomp
|
||||
am__depfiles_maybe = depfiles
|
||||
DEP_FILES = ./$(DEPDIR)/BLO_dumpFromMemory.Plo \
|
||||
./$(DEPDIR)/BLO_getPubKey.Plo \
|
||||
./$(DEPDIR)/BLO_streamGlueControl.Plo \
|
||||
./$(DEPDIR)/BLO_writeStreamGlue.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_writestreamglue_la_SOURCES)
|
||||
DIST_COMMON = Makefile.am Makefile.in
|
||||
SOURCES = $(libblender_writestreamglue_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/writestreamglue/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_writestreamglue.la: $(libblender_writestreamglue_la_OBJECTS) $(libblender_writestreamglue_la_DEPENDENCIES)
|
||||
$(LINK) $(libblender_writestreamglue_la_LDFLAGS) $(libblender_writestreamglue_la_OBJECTS) $(libblender_writestreamglue_la_LIBADD) $(LIBS)
|
||||
|
||||
mostlyclean-compile:
|
||||
-rm -f *.$(OBJEXT) core *.core
|
||||
|
||||
distclean-compile:
|
||||
-rm -f *.tab.c
|
||||
|
||||
include ./$(DEPDIR)/BLO_dumpFromMemory.Plo
|
||||
include ./$(DEPDIR)/BLO_getPubKey.Plo
|
||||
include ./$(DEPDIR)/BLO_streamGlueControl.Plo
|
||||
include ./$(DEPDIR)/BLO_writeStreamGlue.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)/'`$<
|
||||
|
||||
BLO_dumpFromMemory.o: intern/BLO_dumpFromMemory.c
|
||||
if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT BLO_dumpFromMemory.o -MD -MP -MF "$(DEPDIR)/BLO_dumpFromMemory.Tpo" \
|
||||
-c -o BLO_dumpFromMemory.o `test -f 'intern/BLO_dumpFromMemory.c' || echo '$(srcdir)/'`intern/BLO_dumpFromMemory.c; \
|
||||
then mv -f "$(DEPDIR)/BLO_dumpFromMemory.Tpo" "$(DEPDIR)/BLO_dumpFromMemory.Po"; \
|
||||
else rm -f "$(DEPDIR)/BLO_dumpFromMemory.Tpo"; exit 1; \
|
||||
fi
|
||||
# source='intern/BLO_dumpFromMemory.c' object='BLO_dumpFromMemory.o' libtool=no \
|
||||
# depfile='$(DEPDIR)/BLO_dumpFromMemory.Po' tmpdepfile='$(DEPDIR)/BLO_dumpFromMemory.TPo' \
|
||||
# $(CCDEPMODE) $(depcomp) \
|
||||
# $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o BLO_dumpFromMemory.o `test -f 'intern/BLO_dumpFromMemory.c' || echo '$(srcdir)/'`intern/BLO_dumpFromMemory.c
|
||||
|
||||
BLO_dumpFromMemory.obj: intern/BLO_dumpFromMemory.c
|
||||
if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT BLO_dumpFromMemory.obj -MD -MP -MF "$(DEPDIR)/BLO_dumpFromMemory.Tpo" \
|
||||
-c -o BLO_dumpFromMemory.obj `if test -f 'intern/BLO_dumpFromMemory.c'; then $(CYGPATH_W) 'intern/BLO_dumpFromMemory.c'; else $(CYGPATH_W) '$(srcdir)/intern/BLO_dumpFromMemory.c'; fi`; \
|
||||
then mv -f "$(DEPDIR)/BLO_dumpFromMemory.Tpo" "$(DEPDIR)/BLO_dumpFromMemory.Po"; \
|
||||
else rm -f "$(DEPDIR)/BLO_dumpFromMemory.Tpo"; exit 1; \
|
||||
fi
|
||||
# source='intern/BLO_dumpFromMemory.c' object='BLO_dumpFromMemory.obj' libtool=no \
|
||||
# depfile='$(DEPDIR)/BLO_dumpFromMemory.Po' tmpdepfile='$(DEPDIR)/BLO_dumpFromMemory.TPo' \
|
||||
# $(CCDEPMODE) $(depcomp) \
|
||||
# $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o BLO_dumpFromMemory.obj `if test -f 'intern/BLO_dumpFromMemory.c'; then $(CYGPATH_W) 'intern/BLO_dumpFromMemory.c'; else $(CYGPATH_W) '$(srcdir)/intern/BLO_dumpFromMemory.c'; fi`
|
||||
|
||||
BLO_dumpFromMemory.lo: intern/BLO_dumpFromMemory.c
|
||||
if $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT BLO_dumpFromMemory.lo -MD -MP -MF "$(DEPDIR)/BLO_dumpFromMemory.Tpo" \
|
||||
-c -o BLO_dumpFromMemory.lo `test -f 'intern/BLO_dumpFromMemory.c' || echo '$(srcdir)/'`intern/BLO_dumpFromMemory.c; \
|
||||
then mv -f "$(DEPDIR)/BLO_dumpFromMemory.Tpo" "$(DEPDIR)/BLO_dumpFromMemory.Plo"; \
|
||||
else rm -f "$(DEPDIR)/BLO_dumpFromMemory.Tpo"; exit 1; \
|
||||
fi
|
||||
# source='intern/BLO_dumpFromMemory.c' object='BLO_dumpFromMemory.lo' libtool=yes \
|
||||
# depfile='$(DEPDIR)/BLO_dumpFromMemory.Plo' tmpdepfile='$(DEPDIR)/BLO_dumpFromMemory.TPlo' \
|
||||
# $(CCDEPMODE) $(depcomp) \
|
||||
# $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o BLO_dumpFromMemory.lo `test -f 'intern/BLO_dumpFromMemory.c' || echo '$(srcdir)/'`intern/BLO_dumpFromMemory.c
|
||||
|
||||
BLO_getPubKey.o: intern/BLO_getPubKey.c
|
||||
if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT BLO_getPubKey.o -MD -MP -MF "$(DEPDIR)/BLO_getPubKey.Tpo" \
|
||||
-c -o BLO_getPubKey.o `test -f 'intern/BLO_getPubKey.c' || echo '$(srcdir)/'`intern/BLO_getPubKey.c; \
|
||||
then mv -f "$(DEPDIR)/BLO_getPubKey.Tpo" "$(DEPDIR)/BLO_getPubKey.Po"; \
|
||||
else rm -f "$(DEPDIR)/BLO_getPubKey.Tpo"; exit 1; \
|
||||
fi
|
||||
# source='intern/BLO_getPubKey.c' object='BLO_getPubKey.o' libtool=no \
|
||||
# depfile='$(DEPDIR)/BLO_getPubKey.Po' tmpdepfile='$(DEPDIR)/BLO_getPubKey.TPo' \
|
||||
# $(CCDEPMODE) $(depcomp) \
|
||||
# $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o BLO_getPubKey.o `test -f 'intern/BLO_getPubKey.c' || echo '$(srcdir)/'`intern/BLO_getPubKey.c
|
||||
|
||||
BLO_getPubKey.obj: intern/BLO_getPubKey.c
|
||||
if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT BLO_getPubKey.obj -MD -MP -MF "$(DEPDIR)/BLO_getPubKey.Tpo" \
|
||||
-c -o BLO_getPubKey.obj `if test -f 'intern/BLO_getPubKey.c'; then $(CYGPATH_W) 'intern/BLO_getPubKey.c'; else $(CYGPATH_W) '$(srcdir)/intern/BLO_getPubKey.c'; fi`; \
|
||||
then mv -f "$(DEPDIR)/BLO_getPubKey.Tpo" "$(DEPDIR)/BLO_getPubKey.Po"; \
|
||||
else rm -f "$(DEPDIR)/BLO_getPubKey.Tpo"; exit 1; \
|
||||
fi
|
||||
# source='intern/BLO_getPubKey.c' object='BLO_getPubKey.obj' libtool=no \
|
||||
# depfile='$(DEPDIR)/BLO_getPubKey.Po' tmpdepfile='$(DEPDIR)/BLO_getPubKey.TPo' \
|
||||
# $(CCDEPMODE) $(depcomp) \
|
||||
# $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o BLO_getPubKey.obj `if test -f 'intern/BLO_getPubKey.c'; then $(CYGPATH_W) 'intern/BLO_getPubKey.c'; else $(CYGPATH_W) '$(srcdir)/intern/BLO_getPubKey.c'; fi`
|
||||
|
||||
BLO_getPubKey.lo: intern/BLO_getPubKey.c
|
||||
if $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT BLO_getPubKey.lo -MD -MP -MF "$(DEPDIR)/BLO_getPubKey.Tpo" \
|
||||
-c -o BLO_getPubKey.lo `test -f 'intern/BLO_getPubKey.c' || echo '$(srcdir)/'`intern/BLO_getPubKey.c; \
|
||||
then mv -f "$(DEPDIR)/BLO_getPubKey.Tpo" "$(DEPDIR)/BLO_getPubKey.Plo"; \
|
||||
else rm -f "$(DEPDIR)/BLO_getPubKey.Tpo"; exit 1; \
|
||||
fi
|
||||
# source='intern/BLO_getPubKey.c' object='BLO_getPubKey.lo' libtool=yes \
|
||||
# depfile='$(DEPDIR)/BLO_getPubKey.Plo' tmpdepfile='$(DEPDIR)/BLO_getPubKey.TPlo' \
|
||||
# $(CCDEPMODE) $(depcomp) \
|
||||
# $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o BLO_getPubKey.lo `test -f 'intern/BLO_getPubKey.c' || echo '$(srcdir)/'`intern/BLO_getPubKey.c
|
||||
|
||||
BLO_streamGlueControl.o: intern/BLO_streamGlueControl.c
|
||||
if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT BLO_streamGlueControl.o -MD -MP -MF "$(DEPDIR)/BLO_streamGlueControl.Tpo" \
|
||||
-c -o BLO_streamGlueControl.o `test -f 'intern/BLO_streamGlueControl.c' || echo '$(srcdir)/'`intern/BLO_streamGlueControl.c; \
|
||||
then mv -f "$(DEPDIR)/BLO_streamGlueControl.Tpo" "$(DEPDIR)/BLO_streamGlueControl.Po"; \
|
||||
else rm -f "$(DEPDIR)/BLO_streamGlueControl.Tpo"; exit 1; \
|
||||
fi
|
||||
# source='intern/BLO_streamGlueControl.c' object='BLO_streamGlueControl.o' libtool=no \
|
||||
# depfile='$(DEPDIR)/BLO_streamGlueControl.Po' tmpdepfile='$(DEPDIR)/BLO_streamGlueControl.TPo' \
|
||||
# $(CCDEPMODE) $(depcomp) \
|
||||
# $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o BLO_streamGlueControl.o `test -f 'intern/BLO_streamGlueControl.c' || echo '$(srcdir)/'`intern/BLO_streamGlueControl.c
|
||||
|
||||
BLO_streamGlueControl.obj: intern/BLO_streamGlueControl.c
|
||||
if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT BLO_streamGlueControl.obj -MD -MP -MF "$(DEPDIR)/BLO_streamGlueControl.Tpo" \
|
||||
-c -o BLO_streamGlueControl.obj `if test -f 'intern/BLO_streamGlueControl.c'; then $(CYGPATH_W) 'intern/BLO_streamGlueControl.c'; else $(CYGPATH_W) '$(srcdir)/intern/BLO_streamGlueControl.c'; fi`; \
|
||||
then mv -f "$(DEPDIR)/BLO_streamGlueControl.Tpo" "$(DEPDIR)/BLO_streamGlueControl.Po"; \
|
||||
else rm -f "$(DEPDIR)/BLO_streamGlueControl.Tpo"; exit 1; \
|
||||
fi
|
||||
# source='intern/BLO_streamGlueControl.c' object='BLO_streamGlueControl.obj' libtool=no \
|
||||
# depfile='$(DEPDIR)/BLO_streamGlueControl.Po' tmpdepfile='$(DEPDIR)/BLO_streamGlueControl.TPo' \
|
||||
# $(CCDEPMODE) $(depcomp) \
|
||||
# $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o BLO_streamGlueControl.obj `if test -f 'intern/BLO_streamGlueControl.c'; then $(CYGPATH_W) 'intern/BLO_streamGlueControl.c'; else $(CYGPATH_W) '$(srcdir)/intern/BLO_streamGlueControl.c'; fi`
|
||||
|
||||
BLO_streamGlueControl.lo: intern/BLO_streamGlueControl.c
|
||||
if $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT BLO_streamGlueControl.lo -MD -MP -MF "$(DEPDIR)/BLO_streamGlueControl.Tpo" \
|
||||
-c -o BLO_streamGlueControl.lo `test -f 'intern/BLO_streamGlueControl.c' || echo '$(srcdir)/'`intern/BLO_streamGlueControl.c; \
|
||||
then mv -f "$(DEPDIR)/BLO_streamGlueControl.Tpo" "$(DEPDIR)/BLO_streamGlueControl.Plo"; \
|
||||
else rm -f "$(DEPDIR)/BLO_streamGlueControl.Tpo"; exit 1; \
|
||||
fi
|
||||
# source='intern/BLO_streamGlueControl.c' object='BLO_streamGlueControl.lo' libtool=yes \
|
||||
# depfile='$(DEPDIR)/BLO_streamGlueControl.Plo' tmpdepfile='$(DEPDIR)/BLO_streamGlueControl.TPlo' \
|
||||
# $(CCDEPMODE) $(depcomp) \
|
||||
# $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o BLO_streamGlueControl.lo `test -f 'intern/BLO_streamGlueControl.c' || echo '$(srcdir)/'`intern/BLO_streamGlueControl.c
|
||||
|
||||
BLO_writeStreamGlue.o: intern/BLO_writeStreamGlue.c
|
||||
if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT BLO_writeStreamGlue.o -MD -MP -MF "$(DEPDIR)/BLO_writeStreamGlue.Tpo" \
|
||||
-c -o BLO_writeStreamGlue.o `test -f 'intern/BLO_writeStreamGlue.c' || echo '$(srcdir)/'`intern/BLO_writeStreamGlue.c; \
|
||||
then mv -f "$(DEPDIR)/BLO_writeStreamGlue.Tpo" "$(DEPDIR)/BLO_writeStreamGlue.Po"; \
|
||||
else rm -f "$(DEPDIR)/BLO_writeStreamGlue.Tpo"; exit 1; \
|
||||
fi
|
||||
# source='intern/BLO_writeStreamGlue.c' object='BLO_writeStreamGlue.o' libtool=no \
|
||||
# depfile='$(DEPDIR)/BLO_writeStreamGlue.Po' tmpdepfile='$(DEPDIR)/BLO_writeStreamGlue.TPo' \
|
||||
# $(CCDEPMODE) $(depcomp) \
|
||||
# $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o BLO_writeStreamGlue.o `test -f 'intern/BLO_writeStreamGlue.c' || echo '$(srcdir)/'`intern/BLO_writeStreamGlue.c
|
||||
|
||||
BLO_writeStreamGlue.obj: intern/BLO_writeStreamGlue.c
|
||||
if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT BLO_writeStreamGlue.obj -MD -MP -MF "$(DEPDIR)/BLO_writeStreamGlue.Tpo" \
|
||||
-c -o BLO_writeStreamGlue.obj `if test -f 'intern/BLO_writeStreamGlue.c'; then $(CYGPATH_W) 'intern/BLO_writeStreamGlue.c'; else $(CYGPATH_W) '$(srcdir)/intern/BLO_writeStreamGlue.c'; fi`; \
|
||||
then mv -f "$(DEPDIR)/BLO_writeStreamGlue.Tpo" "$(DEPDIR)/BLO_writeStreamGlue.Po"; \
|
||||
else rm -f "$(DEPDIR)/BLO_writeStreamGlue.Tpo"; exit 1; \
|
||||
fi
|
||||
# source='intern/BLO_writeStreamGlue.c' object='BLO_writeStreamGlue.obj' libtool=no \
|
||||
# depfile='$(DEPDIR)/BLO_writeStreamGlue.Po' tmpdepfile='$(DEPDIR)/BLO_writeStreamGlue.TPo' \
|
||||
# $(CCDEPMODE) $(depcomp) \
|
||||
# $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o BLO_writeStreamGlue.obj `if test -f 'intern/BLO_writeStreamGlue.c'; then $(CYGPATH_W) 'intern/BLO_writeStreamGlue.c'; else $(CYGPATH_W) '$(srcdir)/intern/BLO_writeStreamGlue.c'; fi`
|
||||
|
||||
BLO_writeStreamGlue.lo: intern/BLO_writeStreamGlue.c
|
||||
if $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT BLO_writeStreamGlue.lo -MD -MP -MF "$(DEPDIR)/BLO_writeStreamGlue.Tpo" \
|
||||
-c -o BLO_writeStreamGlue.lo `test -f 'intern/BLO_writeStreamGlue.c' || echo '$(srcdir)/'`intern/BLO_writeStreamGlue.c; \
|
||||
then mv -f "$(DEPDIR)/BLO_writeStreamGlue.Tpo" "$(DEPDIR)/BLO_writeStreamGlue.Plo"; \
|
||||
else rm -f "$(DEPDIR)/BLO_writeStreamGlue.Tpo"; exit 1; \
|
||||
fi
|
||||
# source='intern/BLO_writeStreamGlue.c' object='BLO_writeStreamGlue.lo' libtool=yes \
|
||||
# depfile='$(DEPDIR)/BLO_writeStreamGlue.Plo' tmpdepfile='$(DEPDIR)/BLO_writeStreamGlue.TPlo' \
|
||||
# $(CCDEPMODE) $(depcomp) \
|
||||
# $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o BLO_writeStreamGlue.lo `test -f 'intern/BLO_writeStreamGlue.c' || echo '$(srcdir)/'`intern/BLO_writeStreamGlue.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)
|
||||
$(mkinstalldirs) $(distdir)/intern
|
||||
@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:
|
||||
|
||||
@@ -1,66 +1,492 @@
|
||||
#
|
||||
# $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/creator/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 *****
|
||||
#
|
||||
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
|
||||
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
|
||||
# PARTICULAR PURPOSE.
|
||||
|
||||
LIBNAME = creator
|
||||
DIR = $(OCGDIR)/creator
|
||||
|
||||
# this HAS to go
|
||||
CSRCS = creator.c
|
||||
|
||||
include nan_compile.mk
|
||||
srcdir = .
|
||||
top_srcdir = ../..
|
||||
|
||||
ifeq ($(OS),$(findstring $(OS), "beos darwin freebsd linux openbsd solaris windows"))
|
||||
CFLAGS += -funsigned-char
|
||||
endif
|
||||
pkgdatadir = $(datadir)/blender
|
||||
pkglibdir = $(libdir)/blender
|
||||
pkgincludedir = $(includedir)/blender
|
||||
top_builddir = ../..
|
||||
|
||||
CFLAGS += $(LEVEL_1_C_WARNINGS)
|
||||
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
|
||||
|
||||
CPPFLAGS += -I../blender/render/extern/include
|
||||
CPPFLAGS += -I../blender/radiosity/extern/include
|
||||
# two needed for the kernel
|
||||
CPPFLAGS += -I../blender/imbuf
|
||||
CPPFLAGS += -I../blender/makesdna
|
||||
CPPFLAGS += -I../blender/blenlib
|
||||
CPPFLAGS += -I../blender/include
|
||||
CPPFLAGS += -I../blender/renderconverter
|
||||
CPPFLAGS += -I../blender/blenkernel
|
||||
CPPFLAGS += -I../blender/python
|
||||
CPPFLAGS += -I../blender/blenloader
|
||||
CPPFLAGS += -I../kernel/gen_system
|
||||
CPPFLAGS += -I../kernel/gen_messaging
|
||||
CPPFLAGS += -I$(NAN_GUARDEDALLOC)/include
|
||||
noinst_LTLIBRARIES = libblender_creator.la
|
||||
|
||||
ifeq ($(WITH_QUICKTIME), true)
|
||||
CPPFLAGS += -I$(NAN_QUICKTIME)/include -DWITH_QUICKTIME
|
||||
endif
|
||||
INCLUDES = -I$(top_srcdir)/intern/guardedalloc \
|
||||
-I$(top_srcdir)/source/blender/makesdna \
|
||||
-I$(top_srcdir)/source/blender/blenkernel \
|
||||
-I$(top_srcdir)/source/blender/blenloader \
|
||||
-I$(top_srcdir)/source/blender/python \
|
||||
-I$(top_srcdir)/source/blender/blenlib \
|
||||
-I$(top_srcdir)/source/blender/renderconverter \
|
||||
-I$(top_srcdir)/source/blender/render/extern/include \
|
||||
-I$(top_srcdir)/source/kernel/gen_messaging \
|
||||
-I$(top_srcdir)/source/kernel/gen_system \
|
||||
-I$(top_srcdir)/source/blender/include \
|
||||
-I$(top_srcdir)/source/blender/imbuf
|
||||
|
||||
CPPFLAGS += -I$(OPENGL_HEADERS)
|
||||
|
||||
libblender_creator_la_SOURCES = \
|
||||
buildinfo.c \
|
||||
creator.c
|
||||
|
||||
|
||||
EXTRA_DIST = \
|
||||
Makefile
|
||||
|
||||
subdir = source/creator
|
||||
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
|
||||
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
|
||||
CONFIG_HEADER = $(top_builddir)/config.h
|
||||
CONFIG_CLEAN_FILES =
|
||||
LTLIBRARIES = $(noinst_LTLIBRARIES)
|
||||
|
||||
libblender_creator_la_LDFLAGS =
|
||||
libblender_creator_la_LIBADD =
|
||||
am_libblender_creator_la_OBJECTS = buildinfo.lo creator.lo
|
||||
libblender_creator_la_OBJECTS = $(am_libblender_creator_la_OBJECTS)
|
||||
|
||||
DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
|
||||
depcomp = $(SHELL) $(top_srcdir)/depcomp
|
||||
am__depfiles_maybe = depfiles
|
||||
DEP_FILES = ./$(DEPDIR)/buildinfo.Plo \
|
||||
./$(DEPDIR)/creator.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_creator_la_SOURCES)
|
||||
DIST_COMMON = Makefile.am Makefile.in
|
||||
SOURCES = $(libblender_creator_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/creator/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_creator.la: $(libblender_creator_la_OBJECTS) $(libblender_creator_la_DEPENDENCIES)
|
||||
$(LINK) $(libblender_creator_la_LDFLAGS) $(libblender_creator_la_OBJECTS) $(libblender_creator_la_LIBADD) $(LIBS)
|
||||
|
||||
mostlyclean-compile:
|
||||
-rm -f *.$(OBJEXT) core *.core
|
||||
|
||||
distclean-compile:
|
||||
-rm -f *.tab.c
|
||||
|
||||
include ./$(DEPDIR)/buildinfo.Plo
|
||||
include ./$(DEPDIR)/creator.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)/'`$<
|
||||
|
||||
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:
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
/*
|
||||
/*
|
||||
* $Id$
|
||||
*
|
||||
* ***** BEGIN GPL/BL DUAL LICENSE BLOCK *****
|
||||
@@ -152,7 +152,7 @@ static void print_help(void)
|
||||
|
||||
printf ("\nRender options:\n");
|
||||
printf (" -b <file>\tRender <file> in background\n");
|
||||
printf (" -S <name>\tSet scene <name>\n");
|
||||
printf (" -S <name>\tSet scene <name>\n");
|
||||
printf (" -f <frame>\tRender frame <frame> and save it\n");
|
||||
printf (" -s <frame>\tSet start to frame <frame> (use with -a)\n");
|
||||
printf (" -e <frame>\tSet end to frame (use with -a)<frame>\n");
|
||||
@@ -167,7 +167,7 @@ static void print_help(void)
|
||||
printf (" -w\t\tForce opening with borders\n");
|
||||
#ifdef WIN32
|
||||
printf (" -W\t\tForce opening without borders\n");
|
||||
#endif
|
||||
#endif
|
||||
printf (" -p <sx> <sy> <w> <h>\tOpen with lower left corner at <sx>, <sy>\n");
|
||||
printf (" \tand width and height <w>, <h>\n");
|
||||
printf ("\nGame Engine specific options:\n");
|
||||
@@ -176,7 +176,7 @@ static void print_help(void)
|
||||
printf (" -g noaudio\t\tNo audio in Game Engine\n");
|
||||
printf (" -g nomipmap\t\tNo Texture Mipmapping\n");
|
||||
printf (" -g linearmipmap\tLinear Texture Mipmapping instead of Nearest (default)\n");
|
||||
|
||||
|
||||
printf ("\nMisc options:\n");
|
||||
printf (" -d\t\tTurn debugging on\n");
|
||||
printf (" -noaudio\tDisable audio on systems that support audio\n");
|
||||
@@ -191,7 +191,7 @@ static void print_help(void)
|
||||
|
||||
double PIL_check_seconds_timer(void);
|
||||
extern void winlay_get_screensize(int *width_r, int *height_r);
|
||||
int main(int argc, char **argv)
|
||||
int main(int argc, char **argv)
|
||||
{
|
||||
int a, i, stax, stay, sizx, sizy;
|
||||
SYS_SystemHandle syshandle;
|
||||
@@ -210,12 +210,12 @@ int main(int argc, char **argv)
|
||||
extern int GHOST_HACK_getFirstFile(char buf[]);
|
||||
static char firstfilebuf[512];
|
||||
int scr_x,scr_y;
|
||||
|
||||
|
||||
argc= 1;
|
||||
|
||||
|
||||
/* 40 + 684 + (headers) 22 + 22 = 768, the powerbook screen height */
|
||||
setprefsize(120, 40, 850, 684);
|
||||
|
||||
|
||||
winlay_get_screensize(&scr_x, &scr_y);
|
||||
winlay_process_events(0);
|
||||
if (GHOST_HACK_getFirstFile(firstfilebuf)) {
|
||||
@@ -223,7 +223,7 @@ int main(int argc, char **argv)
|
||||
argv[1]= firstfilebuf;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
#endif
|
||||
|
||||
#ifdef __FreeBSD__
|
||||
@@ -334,7 +334,7 @@ int main(int argc, char **argv)
|
||||
BKE_font_register_builtin(datatoc_Bfont, datatoc_Bfont_size);
|
||||
/* must be called here because R.winpos from default file */
|
||||
RE_init_render_data();
|
||||
|
||||
|
||||
if(G.background==0) {
|
||||
for(a=1; a<argc; a++) {
|
||||
if(argv[a][0] == '-') {
|
||||
@@ -352,7 +352,7 @@ int main(int argc, char **argv)
|
||||
sizx= atoi(argv[a]);
|
||||
a++;
|
||||
sizy= atoi(argv[a]);
|
||||
|
||||
|
||||
setprefsize(stax, stay, sizx, sizy);
|
||||
break;
|
||||
case 'd':
|
||||
@@ -442,13 +442,13 @@ int main(int argc, char **argv)
|
||||
}
|
||||
|
||||
RE_init_filt_mask();
|
||||
|
||||
|
||||
#ifdef WITH_QUICKTIME
|
||||
|
||||
quicktime_init();
|
||||
|
||||
#endif /* WITH_QUICKTIME */
|
||||
|
||||
|
||||
/* OK we are ready for it */
|
||||
|
||||
for(a=1; a<argc; a++) {
|
||||
@@ -471,7 +471,7 @@ int main(int argc, char **argv)
|
||||
-g maxvertexarraysize = 512
|
||||
*/
|
||||
|
||||
if(++a < argc)
|
||||
if(++a < argc)
|
||||
{
|
||||
char* paramname = argv[a];
|
||||
/* check for single value versus assignment */
|
||||
@@ -488,12 +488,12 @@ int main(int argc, char **argv)
|
||||
printf("error: argument assignment (%s) without value.\n",paramname);
|
||||
}
|
||||
/* name arg eaten */
|
||||
|
||||
|
||||
} else
|
||||
{
|
||||
|
||||
|
||||
SYS_WriteCommandLineInt(syshandle,argv[a],1);
|
||||
|
||||
|
||||
/* doMipMap */
|
||||
if (!strcmp(argv[a],"nomipmap"))
|
||||
{
|
||||
@@ -504,7 +504,7 @@ int main(int argc, char **argv)
|
||||
{
|
||||
set_linear_mipmap(1); //linearMipMap = 1;
|
||||
}
|
||||
|
||||
|
||||
|
||||
} /* if (*(argv[a+1]) == '=') */
|
||||
} /* if(++a < argc) */
|
||||
@@ -551,19 +551,19 @@ int main(int argc, char **argv)
|
||||
sound_initialize_sounds();
|
||||
}
|
||||
}
|
||||
|
||||
if(G.background)
|
||||
|
||||
if(G.background)
|
||||
{
|
||||
exit_usiblender();
|
||||
}
|
||||
|
||||
setscreen(G.curscreen);
|
||||
|
||||
|
||||
if(G.main->scene.first==0) {
|
||||
sce= add_scene("1");
|
||||
set_scene(sce);
|
||||
}
|
||||
|
||||
|
||||
screenmain();
|
||||
|
||||
return 0;
|
||||
@@ -579,9 +579,9 @@ void setCallbacks(void)
|
||||
/* Error output from the alloc routines: */
|
||||
MEM_set_error_stream(stderr);
|
||||
|
||||
|
||||
|
||||
/* BLI_blenlib: */
|
||||
|
||||
|
||||
BLI_setErrorCallBack(error_cb); /* */
|
||||
BLI_setInterruptCallBack(blender_test_break);
|
||||
|
||||
|
||||
@@ -1,73 +1,541 @@
|
||||
#
|
||||
# $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/gameengine/BlenderRoutines/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 *****
|
||||
#
|
||||
#
|
||||
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
|
||||
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
|
||||
# PARTICULAR PURPOSE.
|
||||
|
||||
LIBNAME = bloutines
|
||||
DIR = $(OCGDIR)/gameengine/$(LIBNAME)
|
||||
|
||||
include nan_compile.mk
|
||||
|
||||
CCFLAGS += $(LEVEL_1_CPP_WARNINGS)
|
||||
srcdir = .
|
||||
top_srcdir = ../../..
|
||||
|
||||
CPPFLAGS += -I$(OPENGL_HEADERS)
|
||||
CPPFLAGS += -I$(NAN_SUMO)/include
|
||||
CPPFLAGS += -I$(NAN_STRING)/include
|
||||
CPPFLAGS += -I$(NAN_MOTO)/include
|
||||
CPPFLAGS += -I$(NAN_BMFONT)/include
|
||||
CPPFLAGS += -I$(NAN_FUZZICS)/include
|
||||
CPPFLAGS += -I$(NAN_SOUNDSYSTEM)/include
|
||||
# because of kernel dependency on makesdna
|
||||
CPPFLAGS += -I../../blender/makesdna
|
||||
CPPFLAGS += -I../../blender/include
|
||||
# because of kernel dependency on imbuf
|
||||
CPPFLAGS += -I../../blender/imbuf
|
||||
CPPFLAGS += -I../../blender/blenlib
|
||||
CPPFLAGS += -I../../blender/blenkernel
|
||||
CPPFLAGS += -I../../blender/render/extern/include
|
||||
CPPFLAGS += -I../../blender/blenloader
|
||||
CPPFLAGS += -I../../blender/blenkernel
|
||||
CPPFLAGS += -I../Converter
|
||||
CPPFLAGS += -I../Expressions
|
||||
CPPFLAGS += -I../GameLogic
|
||||
CPPFLAGS += -I../Ketsji
|
||||
CPPFLAGS += -I../Rasterizer
|
||||
CPPFLAGS += -I../Rasterizer/RAS_OpenGLRasterizer
|
||||
CPPFLAGS += -I../SceneGraph
|
||||
CPPFLAGS += -I../../kernel/gen_system
|
||||
CPPFLAGS += -I../Network
|
||||
CPPFLAGS += -I../Network/LoopBackNetwork
|
||||
ifeq ($(OS),windows)
|
||||
CPPFLAGS += -I../../blender
|
||||
endif
|
||||
pkgdatadir = $(datadir)/blender
|
||||
pkglibdir = $(libdir)/blender
|
||||
pkgincludedir = $(includedir)/blender
|
||||
top_builddir = ../../..
|
||||
|
||||
CPPFLAGS += -I$(NAN_PYTHON)/include/python$(NAN_PYTHON_VERSION)
|
||||
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 = -lGLU -lGL -lX11 -lXext -lutil -ldl -lstdc++ -lSDL -lpng -ljpeg -lpthread -lz -L/usr/lib -lSDL -lpthread
|
||||
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 = libgameblender_routines.la
|
||||
|
||||
libgameblender_routines_la_SOURCES = \
|
||||
BL_KetsjiEmbedStart.cpp \
|
||||
KX_BlenderCanvas.cpp \
|
||||
KX_BlenderCanvas.h \
|
||||
KX_BlenderGL.cpp \
|
||||
KX_BlenderGL.h \
|
||||
KX_BlenderInputDevice.cpp \
|
||||
KX_BlenderInputDevice.h \
|
||||
KX_BlenderKeyboardDevice.cpp \
|
||||
KX_BlenderKeyboardDevice.h \
|
||||
KX_BlenderMouseDevice.cpp \
|
||||
KX_BlenderMouseDevice.h \
|
||||
KX_BlenderPolyMaterial.cpp \
|
||||
KX_BlenderPolyMaterial.h \
|
||||
KX_BlenderRenderTools.cpp \
|
||||
KX_BlenderRenderTools.h \
|
||||
KX_BlenderSystem.cpp \
|
||||
KX_BlenderSystem.h
|
||||
|
||||
|
||||
INCLUDES = -I$(top_srcdir)/source/blender/include \
|
||||
-I$(top_srcdir)/source/gameengine/Rasterizer \
|
||||
-I$(top_srcdir)/intern/bmfont \
|
||||
-I$(top_srcdir)/source/blender/makesdna \
|
||||
-I$(top_srcdir)/source/blender/blenkernel \
|
||||
-I$(top_srcdir)/source/gameengine/Converter \
|
||||
-I$(top_srcdir)/source/gameengine/GameLogic \
|
||||
-I$(top_srcdir)/source/gameengine/Rasterizer/RAS_OpenGLRasterizer \
|
||||
-I$(top_srcdir)/source/gameengine/Network \
|
||||
-I$(top_srcdir)/source/gameengine/Network/LoopBackNetwork \
|
||||
-I$(top_srcdir)/intern/moto/include \
|
||||
-I$(top_srcdir)/intern/string \
|
||||
-I$(top_srcdir)/source/gameengine/Ketsji \
|
||||
-I$(top_srcdir)/source/gameengine/Expressions \
|
||||
-I/usr/include/python2.2 \
|
||||
-I$(top_srcdir)/source/gameengine/SceneGraph \
|
||||
-I$(top_srcdir)/source/gameengine/SoundSystem \
|
||||
-I$(top_srcdir)/source/kernel/gen_system \
|
||||
-I$(top_srcdir)/source/blender/blenloader \
|
||||
-I$(top_srcdir)/source/blender/blenlib
|
||||
|
||||
|
||||
EXTRA_DIST = \
|
||||
Makefile
|
||||
|
||||
subdir = source/gameengine/BlenderRoutines
|
||||
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
|
||||
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
|
||||
CONFIG_HEADER = $(top_builddir)/config.h
|
||||
CONFIG_CLEAN_FILES =
|
||||
LTLIBRARIES = $(noinst_LTLIBRARIES)
|
||||
|
||||
libgameblender_routines_la_LDFLAGS =
|
||||
libgameblender_routines_la_LIBADD =
|
||||
am_libgameblender_routines_la_OBJECTS = BL_KetsjiEmbedStart.lo \
|
||||
KX_BlenderCanvas.lo KX_BlenderGL.lo KX_BlenderInputDevice.lo \
|
||||
KX_BlenderKeyboardDevice.lo KX_BlenderMouseDevice.lo \
|
||||
KX_BlenderPolyMaterial.lo KX_BlenderRenderTools.lo \
|
||||
KX_BlenderSystem.lo
|
||||
libgameblender_routines_la_OBJECTS = \
|
||||
$(am_libgameblender_routines_la_OBJECTS)
|
||||
|
||||
DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
|
||||
depcomp = $(SHELL) $(top_srcdir)/depcomp
|
||||
am__depfiles_maybe = depfiles
|
||||
DEP_FILES = ./$(DEPDIR)/BL_KetsjiEmbedStart.Plo \
|
||||
./$(DEPDIR)/KX_BlenderCanvas.Plo \
|
||||
./$(DEPDIR)/KX_BlenderGL.Plo \
|
||||
./$(DEPDIR)/KX_BlenderInputDevice.Plo \
|
||||
./$(DEPDIR)/KX_BlenderKeyboardDevice.Plo \
|
||||
./$(DEPDIR)/KX_BlenderMouseDevice.Plo \
|
||||
./$(DEPDIR)/KX_BlenderPolyMaterial.Plo \
|
||||
./$(DEPDIR)/KX_BlenderRenderTools.Plo \
|
||||
./$(DEPDIR)/KX_BlenderSystem.Plo
|
||||
CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
|
||||
$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
|
||||
LTCXXCOMPILE = $(LIBTOOL) --mode=compile $(CXX) $(DEFS) \
|
||||
$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
|
||||
$(AM_CXXFLAGS) $(CXXFLAGS)
|
||||
CXXLD = $(CXX)
|
||||
CXXLINK = $(LIBTOOL) --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) \
|
||||
$(AM_LDFLAGS) $(LDFLAGS) -o $@
|
||||
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 = $(libgameblender_routines_la_SOURCES)
|
||||
DIST_COMMON = Makefile.am Makefile.in
|
||||
SOURCES = $(libgameblender_routines_la_SOURCES)
|
||||
|
||||
all: all-am
|
||||
|
||||
.SUFFIXES:
|
||||
.SUFFIXES: .cpp .lo .o .obj
|
||||
$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.ac $(ACLOCAL_M4)
|
||||
cd $(top_srcdir) && \
|
||||
$(AUTOMAKE) --gnu source/gameengine/BlenderRoutines/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
|
||||
libgameblender_routines.la: $(libgameblender_routines_la_OBJECTS) $(libgameblender_routines_la_DEPENDENCIES)
|
||||
$(CXXLINK) $(libgameblender_routines_la_LDFLAGS) $(libgameblender_routines_la_OBJECTS) $(libgameblender_routines_la_LIBADD) $(LIBS)
|
||||
|
||||
mostlyclean-compile:
|
||||
-rm -f *.$(OBJEXT) core *.core
|
||||
|
||||
distclean-compile:
|
||||
-rm -f *.tab.c
|
||||
|
||||
include ./$(DEPDIR)/BL_KetsjiEmbedStart.Plo
|
||||
include ./$(DEPDIR)/KX_BlenderCanvas.Plo
|
||||
include ./$(DEPDIR)/KX_BlenderGL.Plo
|
||||
include ./$(DEPDIR)/KX_BlenderInputDevice.Plo
|
||||
include ./$(DEPDIR)/KX_BlenderKeyboardDevice.Plo
|
||||
include ./$(DEPDIR)/KX_BlenderMouseDevice.Plo
|
||||
include ./$(DEPDIR)/KX_BlenderPolyMaterial.Plo
|
||||
include ./$(DEPDIR)/KX_BlenderRenderTools.Plo
|
||||
include ./$(DEPDIR)/KX_BlenderSystem.Plo
|
||||
|
||||
distclean-depend:
|
||||
-rm -rf ./$(DEPDIR)
|
||||
|
||||
.cpp.o:
|
||||
if $(CXXCOMPILE) -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' \
|
||||
# $(CXXDEPMODE) $(depcomp) \
|
||||
# $(CXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
|
||||
|
||||
.cpp.obj:
|
||||
if $(CXXCOMPILE) -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' \
|
||||
# $(CXXDEPMODE) $(depcomp) \
|
||||
# $(CXXCOMPILE) -c -o $@ `if test -f '$<'; then $(CYGPATH_W) '$<'; else $(CYGPATH_W) '$(srcdir)/$<'; fi`
|
||||
|
||||
.cpp.lo:
|
||||
if $(LTCXXCOMPILE) -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' \
|
||||
# $(CXXDEPMODE) $(depcomp) \
|
||||
# $(LTCXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
|
||||
|
||||
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:
|
||||
|
||||
@@ -1,61 +1,571 @@
|
||||
#
|
||||
# $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/gameengine/Converter/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 *****
|
||||
#
|
||||
#
|
||||
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
|
||||
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
|
||||
# PARTICULAR PURPOSE.
|
||||
|
||||
LIBNAME = blconverter
|
||||
DIR = $(OCGDIR)/gameengine/$(LIBNAME)
|
||||
|
||||
include nan_compile.mk
|
||||
|
||||
CCFLAGS += $(LEVEL_1_CPP_WARNINGS)
|
||||
srcdir = .
|
||||
top_srcdir = ../../..
|
||||
|
||||
CPPFLAGS += -I$(OPENGL_HEADERS)
|
||||
CPPFLAGS += -I$(NAN_STRING)/include
|
||||
CPPFLAGS += -I$(NAN_SOUNDSYSTEM)/include
|
||||
CPPFLAGS += -I$(NAN_PYTHON)/include/python$(NAN_PYTHON_VERSION)
|
||||
CPPFLAGS += -I$(NAN_FUZZICS)/include -I$(NAN_SUMO)/include -I$(NAN_MOTO)/include
|
||||
CPPFLAGS += -I../../blender
|
||||
# these two needed because of blenkernel
|
||||
CPPFLAGS += -I../../blender/imbuf
|
||||
CPPFLAGS += -I../../blender/makesdna
|
||||
CPPFLAGS += -I../../blender/include
|
||||
CPPFLAGS += -I../../blender/blenlib
|
||||
CPPFLAGS += -I../../blender/blenkernel
|
||||
CPPFLAGS += -I../../blender/render/extern/include
|
||||
CPPFLAGS += -I$(NAN_GUARDEDALLOC)/include
|
||||
CPPFLAGS += -I../Expressions -I../Rasterizer -I../GameLogic
|
||||
CPPFLAGS += -I../Ketsji -I../BlenderRoutines -I../SceneGraph
|
||||
CPPFLAGS += -I../../kernel/gen_system
|
||||
CPPFLAGS += -I../Rasterizer/RAS_OpenGLRasterizer
|
||||
CPPFLAGS += -I../Network -I../Ketsji/KXNetwork
|
||||
CPPFLAGS += -I../Physics/common -I../Physics/Dummy
|
||||
CPPFLAGS += -I../Physics/BlOde
|
||||
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 = -lGLU -lGL -lX11 -lXext -lutil -ldl -lstdc++ -lSDL -lpng -ljpeg -lpthread -lz -L/usr/lib -lSDL -lpthread
|
||||
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 = libgameblender_converter.la
|
||||
|
||||
libgameblender_converter_la_SOURCES = \
|
||||
BL_ActionActuator.cpp \
|
||||
BL_ActionActuator.h \
|
||||
BL_ArmatureObject.cpp \
|
||||
BL_ArmatureObject.h \
|
||||
BL_BlenderDataConversion.cpp \
|
||||
BL_BlenderDataConversion.h \
|
||||
BL_DeformableGameObject.cpp \
|
||||
BL_DeformableGameObject.h \
|
||||
BL_MeshDeformer.cpp \
|
||||
BL_MeshDeformer.h \
|
||||
BL_SkinDeformer.cpp \
|
||||
BL_SkinDeformer.h \
|
||||
BL_SkinMeshObject.cpp \
|
||||
BL_SkinMeshObject.h \
|
||||
BlenderWorldInfo.cpp \
|
||||
BlenderWorldInfo.h \
|
||||
KX_BlenderScalarInterpolator.cpp \
|
||||
KX_BlenderScalarInterpolator.h \
|
||||
KX_BlenderSceneConverter.cpp \
|
||||
KX_BlenderSceneConverter.h \
|
||||
KX_ConvertActuators.cpp \
|
||||
KX_ConvertActuators.h \
|
||||
KX_ConvertControllers.cpp \
|
||||
KX_ConvertControllers.h \
|
||||
KX_ConvertProperties.cpp \
|
||||
KX_ConvertProperties.h \
|
||||
KX_ConvertSensors.cpp \
|
||||
KX_ConvertSensors.h \
|
||||
KX_IpoConvert.cpp \
|
||||
KX_IpoConvert.h
|
||||
|
||||
|
||||
INCLUDES = -I$(top_srcdir)/source/gameengine/GameLogic \
|
||||
-I$(top_srcdir)/intern/moto/include \
|
||||
-I$(top_srcdir)/intern/string \
|
||||
-I$(top_srcdir)/source/gameengine/Expressions \
|
||||
-I$(top_srcdir)/source/gameengine/GameLogic \
|
||||
-I/usr/include/python2.2 \
|
||||
-I$(top_srcdir)/source/gameengine/Ketsji \
|
||||
-I$(top_srcdir)/source/gameengine/SceneGraph \
|
||||
-I$(top_srcdir)/source/kernel/gen_system \
|
||||
-I$(top_srcdir)/source/gameengine/Rasterizer \
|
||||
-I$(top_srcdir)/source/blender/makesdna \
|
||||
-I$(top_srcdir)/source/blender/blenkernel \
|
||||
-I$(top_srcdir)/intern/guardedalloc \
|
||||
-I$(top_srcdir)/source/blender/blenlib \
|
||||
-I$(top_srcdir)/source/gameengine/BlenderRoutines \
|
||||
-I$(top_srcdir)/source/gameengine/Physics/common \
|
||||
-I$(top_srcdir)/source/gameengine/SoundSystem \
|
||||
-I$(top_srcdir)/source/gameengine/BlenderRoutines \
|
||||
-I$(top_srcdir)/source/blender/include \
|
||||
-I$(top_srcdir)/source/gameengine/Physics/Dummy \
|
||||
-I$(top_srcdir)/source/gameengine/Physics/BlOde \
|
||||
-I$(top_srcdir)/source/gameengine/Ketsji/KXNetwork \
|
||||
-I$(top_srcdir)/source/gameengine/Network
|
||||
|
||||
|
||||
EXTRA_DIST = \
|
||||
Makefile
|
||||
|
||||
subdir = source/gameengine/Converter
|
||||
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
|
||||
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
|
||||
CONFIG_HEADER = $(top_builddir)/config.h
|
||||
CONFIG_CLEAN_FILES =
|
||||
LTLIBRARIES = $(noinst_LTLIBRARIES)
|
||||
|
||||
libgameblender_converter_la_LDFLAGS =
|
||||
libgameblender_converter_la_LIBADD =
|
||||
am_libgameblender_converter_la_OBJECTS = BL_ActionActuator.lo \
|
||||
BL_ArmatureObject.lo BL_BlenderDataConversion.lo \
|
||||
BL_DeformableGameObject.lo BL_MeshDeformer.lo \
|
||||
BL_SkinDeformer.lo BL_SkinMeshObject.lo BlenderWorldInfo.lo \
|
||||
KX_BlenderScalarInterpolator.lo KX_BlenderSceneConverter.lo \
|
||||
KX_ConvertActuators.lo KX_ConvertControllers.lo \
|
||||
KX_ConvertProperties.lo KX_ConvertSensors.lo KX_IpoConvert.lo
|
||||
libgameblender_converter_la_OBJECTS = \
|
||||
$(am_libgameblender_converter_la_OBJECTS)
|
||||
|
||||
DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
|
||||
depcomp = $(SHELL) $(top_srcdir)/depcomp
|
||||
am__depfiles_maybe = depfiles
|
||||
DEP_FILES = ./$(DEPDIR)/BL_ActionActuator.Plo \
|
||||
./$(DEPDIR)/BL_ArmatureObject.Plo \
|
||||
./$(DEPDIR)/BL_BlenderDataConversion.Plo \
|
||||
./$(DEPDIR)/BL_DeformableGameObject.Plo \
|
||||
./$(DEPDIR)/BL_MeshDeformer.Plo \
|
||||
./$(DEPDIR)/BL_SkinDeformer.Plo \
|
||||
./$(DEPDIR)/BL_SkinMeshObject.Plo \
|
||||
./$(DEPDIR)/BlenderWorldInfo.Plo \
|
||||
./$(DEPDIR)/KX_BlenderScalarInterpolator.Plo \
|
||||
./$(DEPDIR)/KX_BlenderSceneConverter.Plo \
|
||||
./$(DEPDIR)/KX_ConvertActuators.Plo \
|
||||
./$(DEPDIR)/KX_ConvertControllers.Plo \
|
||||
./$(DEPDIR)/KX_ConvertProperties.Plo \
|
||||
./$(DEPDIR)/KX_ConvertSensors.Plo \
|
||||
./$(DEPDIR)/KX_IpoConvert.Plo
|
||||
CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
|
||||
$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
|
||||
LTCXXCOMPILE = $(LIBTOOL) --mode=compile $(CXX) $(DEFS) \
|
||||
$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
|
||||
$(AM_CXXFLAGS) $(CXXFLAGS)
|
||||
CXXLD = $(CXX)
|
||||
CXXLINK = $(LIBTOOL) --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) \
|
||||
$(AM_LDFLAGS) $(LDFLAGS) -o $@
|
||||
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 = $(libgameblender_converter_la_SOURCES)
|
||||
DIST_COMMON = Makefile.am Makefile.in
|
||||
SOURCES = $(libgameblender_converter_la_SOURCES)
|
||||
|
||||
all: all-am
|
||||
|
||||
.SUFFIXES:
|
||||
.SUFFIXES: .cpp .lo .o .obj
|
||||
$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.ac $(ACLOCAL_M4)
|
||||
cd $(top_srcdir) && \
|
||||
$(AUTOMAKE) --gnu source/gameengine/Converter/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
|
||||
libgameblender_converter.la: $(libgameblender_converter_la_OBJECTS) $(libgameblender_converter_la_DEPENDENCIES)
|
||||
$(CXXLINK) $(libgameblender_converter_la_LDFLAGS) $(libgameblender_converter_la_OBJECTS) $(libgameblender_converter_la_LIBADD) $(LIBS)
|
||||
|
||||
mostlyclean-compile:
|
||||
-rm -f *.$(OBJEXT) core *.core
|
||||
|
||||
distclean-compile:
|
||||
-rm -f *.tab.c
|
||||
|
||||
include ./$(DEPDIR)/BL_ActionActuator.Plo
|
||||
include ./$(DEPDIR)/BL_ArmatureObject.Plo
|
||||
include ./$(DEPDIR)/BL_BlenderDataConversion.Plo
|
||||
include ./$(DEPDIR)/BL_DeformableGameObject.Plo
|
||||
include ./$(DEPDIR)/BL_MeshDeformer.Plo
|
||||
include ./$(DEPDIR)/BL_SkinDeformer.Plo
|
||||
include ./$(DEPDIR)/BL_SkinMeshObject.Plo
|
||||
include ./$(DEPDIR)/BlenderWorldInfo.Plo
|
||||
include ./$(DEPDIR)/KX_BlenderScalarInterpolator.Plo
|
||||
include ./$(DEPDIR)/KX_BlenderSceneConverter.Plo
|
||||
include ./$(DEPDIR)/KX_ConvertActuators.Plo
|
||||
include ./$(DEPDIR)/KX_ConvertControllers.Plo
|
||||
include ./$(DEPDIR)/KX_ConvertProperties.Plo
|
||||
include ./$(DEPDIR)/KX_ConvertSensors.Plo
|
||||
include ./$(DEPDIR)/KX_IpoConvert.Plo
|
||||
|
||||
distclean-depend:
|
||||
-rm -rf ./$(DEPDIR)
|
||||
|
||||
.cpp.o:
|
||||
if $(CXXCOMPILE) -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' \
|
||||
# $(CXXDEPMODE) $(depcomp) \
|
||||
# $(CXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
|
||||
|
||||
.cpp.obj:
|
||||
if $(CXXCOMPILE) -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' \
|
||||
# $(CXXDEPMODE) $(depcomp) \
|
||||
# $(CXXCOMPILE) -c -o $@ `if test -f '$<'; then $(CYGPATH_W) '$<'; else $(CYGPATH_W) '$(srcdir)/$<'; fi`
|
||||
|
||||
.cpp.lo:
|
||||
if $(LTCXXCOMPILE) -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' \
|
||||
# $(CXXDEPMODE) $(depcomp) \
|
||||
# $(LTCXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
|
||||
|
||||
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:
|
||||
|
||||
@@ -1,45 +1,567 @@
|
||||
#
|
||||
# $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/gameengine/Expressions/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 *****
|
||||
#
|
||||
#
|
||||
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
|
||||
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
|
||||
# PARTICULAR PURPOSE.
|
||||
|
||||
LIBNAME = expression
|
||||
DIR = $(OCGDIR)/gameengine/$(LIBNAME)
|
||||
|
||||
include nan_compile.mk
|
||||
|
||||
CCFLAGS += $(LEVEL_1_CPP_WARNINGS)
|
||||
srcdir = .
|
||||
top_srcdir = ../../..
|
||||
|
||||
CPPFLAGS += -I$(NAN_PYTHON)/include/python$(NAN_PYTHON_VERSION)
|
||||
pkgdatadir = $(datadir)/blender
|
||||
pkglibdir = $(libdir)/blender
|
||||
pkgincludedir = $(includedir)/blender
|
||||
top_builddir = ../../..
|
||||
|
||||
CPPFLAGS += -I$(NAN_STRING)/include
|
||||
CPPFLAGS += -I../../kernel/gen_system
|
||||
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 = -lGLU -lGL -lX11 -lXext -lutil -ldl -lstdc++ -lSDL -lpng -ljpeg -lpthread -lz -L/usr/lib -lSDL -lpthread
|
||||
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 = libgameblender_expressions.la
|
||||
|
||||
libgameblender_expressions_la_SOURCES = \
|
||||
BoolValue.cpp \
|
||||
BoolValue.h \
|
||||
ConstExpr.cpp \
|
||||
ConstExpr.h \
|
||||
EXP_C-Api.cpp \
|
||||
EXP_C-Api.h \
|
||||
EmptyValue.cpp \
|
||||
EmptyValue.h \
|
||||
ErrorValue.cpp \
|
||||
ErrorValue.h \
|
||||
Expression.cpp \
|
||||
Expression.h \
|
||||
FloatValue.cpp \
|
||||
FloatValue.h \
|
||||
IdentifierExpr.cpp \
|
||||
IdentifierExpr.h \
|
||||
IfExpr.cpp \
|
||||
IfExpr.h \
|
||||
InputParser.cpp \
|
||||
InputParser.h \
|
||||
IntValue.cpp \
|
||||
IntValue.h \
|
||||
KX_HashedPtr.cpp \
|
||||
KX_HashedPtr.h \
|
||||
KX_Python.h \
|
||||
KX_Python_dynamic.h \
|
||||
KX_Python_static.h \
|
||||
ListValue.cpp \
|
||||
ListValue.h \
|
||||
Operator1Expr.cpp \
|
||||
Operator1Expr.h \
|
||||
Operator2Expr.cpp \
|
||||
Operator2Expr.h \
|
||||
PyObjectPlus.cpp \
|
||||
PyObjectPlus.h \
|
||||
StringValue.cpp \
|
||||
StringValue.h \
|
||||
Value.cpp \
|
||||
Value.h \
|
||||
VectorValue.cpp \
|
||||
VectorValue.h \
|
||||
VoidValue.h
|
||||
|
||||
|
||||
INCLUDES = -I$(top_srcdir)/source/gameengine/Expressions \
|
||||
-I$(top_srcdir)/intern/string \
|
||||
-I/usr/include/python2.2
|
||||
|
||||
|
||||
EXTRA_DIST = \
|
||||
Makefile
|
||||
|
||||
subdir = source/gameengine/Expressions
|
||||
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
|
||||
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
|
||||
CONFIG_HEADER = $(top_builddir)/config.h
|
||||
CONFIG_CLEAN_FILES =
|
||||
LTLIBRARIES = $(noinst_LTLIBRARIES)
|
||||
|
||||
libgameblender_expressions_la_LDFLAGS =
|
||||
libgameblender_expressions_la_LIBADD =
|
||||
am_libgameblender_expressions_la_OBJECTS = BoolValue.lo ConstExpr.lo \
|
||||
EXP_C-Api.lo EmptyValue.lo ErrorValue.lo Expression.lo \
|
||||
FloatValue.lo IdentifierExpr.lo IfExpr.lo InputParser.lo \
|
||||
IntValue.lo KX_HashedPtr.lo ListValue.lo Operator1Expr.lo \
|
||||
Operator2Expr.lo PyObjectPlus.lo StringValue.lo Value.lo \
|
||||
VectorValue.lo
|
||||
libgameblender_expressions_la_OBJECTS = \
|
||||
$(am_libgameblender_expressions_la_OBJECTS)
|
||||
|
||||
DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
|
||||
depcomp = $(SHELL) $(top_srcdir)/depcomp
|
||||
am__depfiles_maybe = depfiles
|
||||
DEP_FILES = ./$(DEPDIR)/BoolValue.Plo \
|
||||
./$(DEPDIR)/ConstExpr.Plo ./$(DEPDIR)/EXP_C-Api.Plo \
|
||||
./$(DEPDIR)/EmptyValue.Plo \
|
||||
./$(DEPDIR)/ErrorValue.Plo \
|
||||
./$(DEPDIR)/Expression.Plo \
|
||||
./$(DEPDIR)/FloatValue.Plo \
|
||||
./$(DEPDIR)/IdentifierExpr.Plo \
|
||||
./$(DEPDIR)/IfExpr.Plo ./$(DEPDIR)/InputParser.Plo \
|
||||
./$(DEPDIR)/IntValue.Plo \
|
||||
./$(DEPDIR)/KX_HashedPtr.Plo \
|
||||
./$(DEPDIR)/ListValue.Plo \
|
||||
./$(DEPDIR)/Operator1Expr.Plo \
|
||||
./$(DEPDIR)/Operator2Expr.Plo \
|
||||
./$(DEPDIR)/PyObjectPlus.Plo \
|
||||
./$(DEPDIR)/StringValue.Plo ./$(DEPDIR)/Value.Plo \
|
||||
./$(DEPDIR)/VectorValue.Plo
|
||||
CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
|
||||
$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
|
||||
LTCXXCOMPILE = $(LIBTOOL) --mode=compile $(CXX) $(DEFS) \
|
||||
$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
|
||||
$(AM_CXXFLAGS) $(CXXFLAGS)
|
||||
CXXLD = $(CXX)
|
||||
CXXLINK = $(LIBTOOL) --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) \
|
||||
$(AM_LDFLAGS) $(LDFLAGS) -o $@
|
||||
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 = $(libgameblender_expressions_la_SOURCES)
|
||||
DIST_COMMON = Makefile.am Makefile.in
|
||||
SOURCES = $(libgameblender_expressions_la_SOURCES)
|
||||
|
||||
all: all-am
|
||||
|
||||
.SUFFIXES:
|
||||
.SUFFIXES: .cpp .lo .o .obj
|
||||
$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.ac $(ACLOCAL_M4)
|
||||
cd $(top_srcdir) && \
|
||||
$(AUTOMAKE) --gnu source/gameengine/Expressions/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
|
||||
libgameblender_expressions.la: $(libgameblender_expressions_la_OBJECTS) $(libgameblender_expressions_la_DEPENDENCIES)
|
||||
$(CXXLINK) $(libgameblender_expressions_la_LDFLAGS) $(libgameblender_expressions_la_OBJECTS) $(libgameblender_expressions_la_LIBADD) $(LIBS)
|
||||
|
||||
mostlyclean-compile:
|
||||
-rm -f *.$(OBJEXT) core *.core
|
||||
|
||||
distclean-compile:
|
||||
-rm -f *.tab.c
|
||||
|
||||
include ./$(DEPDIR)/BoolValue.Plo
|
||||
include ./$(DEPDIR)/ConstExpr.Plo
|
||||
include ./$(DEPDIR)/EXP_C-Api.Plo
|
||||
include ./$(DEPDIR)/EmptyValue.Plo
|
||||
include ./$(DEPDIR)/ErrorValue.Plo
|
||||
include ./$(DEPDIR)/Expression.Plo
|
||||
include ./$(DEPDIR)/FloatValue.Plo
|
||||
include ./$(DEPDIR)/IdentifierExpr.Plo
|
||||
include ./$(DEPDIR)/IfExpr.Plo
|
||||
include ./$(DEPDIR)/InputParser.Plo
|
||||
include ./$(DEPDIR)/IntValue.Plo
|
||||
include ./$(DEPDIR)/KX_HashedPtr.Plo
|
||||
include ./$(DEPDIR)/ListValue.Plo
|
||||
include ./$(DEPDIR)/Operator1Expr.Plo
|
||||
include ./$(DEPDIR)/Operator2Expr.Plo
|
||||
include ./$(DEPDIR)/PyObjectPlus.Plo
|
||||
include ./$(DEPDIR)/StringValue.Plo
|
||||
include ./$(DEPDIR)/Value.Plo
|
||||
include ./$(DEPDIR)/VectorValue.Plo
|
||||
|
||||
distclean-depend:
|
||||
-rm -rf ./$(DEPDIR)
|
||||
|
||||
.cpp.o:
|
||||
if $(CXXCOMPILE) -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' \
|
||||
# $(CXXDEPMODE) $(depcomp) \
|
||||
# $(CXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
|
||||
|
||||
.cpp.obj:
|
||||
if $(CXXCOMPILE) -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' \
|
||||
# $(CXXDEPMODE) $(depcomp) \
|
||||
# $(CXXCOMPILE) -c -o $@ `if test -f '$<'; then $(CYGPATH_W) '$<'; else $(CYGPATH_W) '$(srcdir)/$<'; fi`
|
||||
|
||||
.cpp.lo:
|
||||
if $(LTCXXCOMPILE) -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' \
|
||||
# $(CXXDEPMODE) $(depcomp) \
|
||||
# $(LTCXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
|
||||
|
||||
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:
|
||||
|
||||
@@ -1,48 +1,604 @@
|
||||
#
|
||||
# $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/gameengine/GameLogic/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 = logic
|
||||
DIR = $(OCGDIR)/gameengine/$(LIBNAME)
|
||||
|
||||
include nan_compile.mk
|
||||
|
||||
CCFLAGS += $(LEVEL_1_CPP_WARNINGS)
|
||||
|
||||
CPPFLAGS += -I../Expressions
|
||||
CPPFLAGS += -I$(NAN_STRING)/include
|
||||
CPPFLAGS += -I$(NAN_MOTO)/include
|
||||
CPPFLAGS += -I$(NAN_PYTHON)/include/python$(NAN_PYTHON_VERSION)
|
||||
|
||||
CPPFLAGS += -I../../kernel/gen_system
|
||||
# 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 = -lGLU -lGL -lX11 -lXext -lutil -ldl -lstdc++ -lSDL -lpng -ljpeg -lpthread -lz -L/usr/lib -lSDL -lpthread
|
||||
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 = libgameblender_logic.la
|
||||
|
||||
libgameblender_logic_la_SOURCES = \
|
||||
SCA_ANDController.cpp \
|
||||
SCA_ANDController.h \
|
||||
SCA_AlwaysEventManager.cpp \
|
||||
SCA_AlwaysEventManager.h \
|
||||
SCA_AlwaysSensor.cpp \
|
||||
SCA_AlwaysSensor.h \
|
||||
SCA_EventManager.cpp \
|
||||
SCA_EventManager.h \
|
||||
SCA_ExpressionController.cpp \
|
||||
SCA_ExpressionController.h \
|
||||
SCA_IActuator.cpp \
|
||||
SCA_IActuator.h \
|
||||
SCA_IController.cpp \
|
||||
SCA_IController.h \
|
||||
SCA_IInputDevice.cpp \
|
||||
SCA_IInputDevice.h \
|
||||
SCA_ILogicBrick.cpp \
|
||||
SCA_ILogicBrick.h \
|
||||
SCA_IObject.cpp \
|
||||
SCA_IObject.h \
|
||||
SCA_IScene.cpp \
|
||||
SCA_IScene.h \
|
||||
SCA_ISensor.cpp \
|
||||
SCA_ISensor.h \
|
||||
SCA_KeyboardManager.cpp \
|
||||
SCA_KeyboardManager.h \
|
||||
SCA_KeyboardSensor.cpp \
|
||||
SCA_KeyboardSensor.h \
|
||||
SCA_LogicManager.cpp \
|
||||
SCA_LogicManager.h \
|
||||
SCA_MouseManager.cpp \
|
||||
SCA_MouseManager.h \
|
||||
SCA_MouseSensor.cpp \
|
||||
SCA_MouseSensor.h \
|
||||
SCA_ORController.cpp \
|
||||
SCA_ORController.h \
|
||||
SCA_PropertyActuator.cpp \
|
||||
SCA_PropertyActuator.h \
|
||||
SCA_PropertyEventManager.cpp \
|
||||
SCA_PropertyEventManager.h \
|
||||
SCA_PropertySensor.cpp \
|
||||
SCA_PropertySensor.h \
|
||||
SCA_PythonController.cpp \
|
||||
SCA_PythonController.h \
|
||||
SCA_RandomActuator.cpp \
|
||||
SCA_RandomActuator.h \
|
||||
SCA_RandomEventManager.cpp \
|
||||
SCA_RandomEventManager.h \
|
||||
SCA_RandomNumberGenerator.cpp \
|
||||
SCA_RandomNumberGenerator.h \
|
||||
SCA_RandomSensor.cpp \
|
||||
SCA_RandomSensor.h \
|
||||
SCA_TimeEventManager.cpp \
|
||||
SCA_TimeEventManager.h
|
||||
|
||||
|
||||
INCLUDES = -I$(top_srcdir)/source/gameengine/Expressions \
|
||||
-I$(top_srcdir)/intern/string \
|
||||
-I/usr/include/python2.2 \
|
||||
-I$(top_srcdir)/intern/moto/include
|
||||
|
||||
|
||||
EXTRA_DIST = \
|
||||
Makefile
|
||||
|
||||
subdir = source/gameengine/GameLogic
|
||||
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
|
||||
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
|
||||
CONFIG_HEADER = $(top_builddir)/config.h
|
||||
CONFIG_CLEAN_FILES =
|
||||
LTLIBRARIES = $(noinst_LTLIBRARIES)
|
||||
|
||||
libgameblender_logic_la_LDFLAGS =
|
||||
libgameblender_logic_la_LIBADD =
|
||||
am_libgameblender_logic_la_OBJECTS = SCA_ANDController.lo \
|
||||
SCA_AlwaysEventManager.lo SCA_AlwaysSensor.lo \
|
||||
SCA_EventManager.lo SCA_ExpressionController.lo \
|
||||
SCA_IActuator.lo SCA_IController.lo SCA_IInputDevice.lo \
|
||||
SCA_ILogicBrick.lo SCA_IObject.lo SCA_IScene.lo SCA_ISensor.lo \
|
||||
SCA_KeyboardManager.lo SCA_KeyboardSensor.lo \
|
||||
SCA_LogicManager.lo SCA_MouseManager.lo SCA_MouseSensor.lo \
|
||||
SCA_ORController.lo SCA_PropertyActuator.lo \
|
||||
SCA_PropertyEventManager.lo SCA_PropertySensor.lo \
|
||||
SCA_PythonController.lo SCA_RandomActuator.lo \
|
||||
SCA_RandomEventManager.lo SCA_RandomNumberGenerator.lo \
|
||||
SCA_RandomSensor.lo SCA_TimeEventManager.lo
|
||||
libgameblender_logic_la_OBJECTS = $(am_libgameblender_logic_la_OBJECTS)
|
||||
|
||||
DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
|
||||
depcomp = $(SHELL) $(top_srcdir)/depcomp
|
||||
am__depfiles_maybe = depfiles
|
||||
DEP_FILES = ./$(DEPDIR)/SCA_ANDController.Plo \
|
||||
./$(DEPDIR)/SCA_AlwaysEventManager.Plo \
|
||||
./$(DEPDIR)/SCA_AlwaysSensor.Plo \
|
||||
./$(DEPDIR)/SCA_EventManager.Plo \
|
||||
./$(DEPDIR)/SCA_ExpressionController.Plo \
|
||||
./$(DEPDIR)/SCA_IActuator.Plo \
|
||||
./$(DEPDIR)/SCA_IController.Plo \
|
||||
./$(DEPDIR)/SCA_IInputDevice.Plo \
|
||||
./$(DEPDIR)/SCA_ILogicBrick.Plo \
|
||||
./$(DEPDIR)/SCA_IObject.Plo \
|
||||
./$(DEPDIR)/SCA_IScene.Plo \
|
||||
./$(DEPDIR)/SCA_ISensor.Plo \
|
||||
./$(DEPDIR)/SCA_KeyboardManager.Plo \
|
||||
./$(DEPDIR)/SCA_KeyboardSensor.Plo \
|
||||
./$(DEPDIR)/SCA_LogicManager.Plo \
|
||||
./$(DEPDIR)/SCA_MouseManager.Plo \
|
||||
./$(DEPDIR)/SCA_MouseSensor.Plo \
|
||||
./$(DEPDIR)/SCA_ORController.Plo \
|
||||
./$(DEPDIR)/SCA_PropertyActuator.Plo \
|
||||
./$(DEPDIR)/SCA_PropertyEventManager.Plo \
|
||||
./$(DEPDIR)/SCA_PropertySensor.Plo \
|
||||
./$(DEPDIR)/SCA_PythonController.Plo \
|
||||
./$(DEPDIR)/SCA_RandomActuator.Plo \
|
||||
./$(DEPDIR)/SCA_RandomEventManager.Plo \
|
||||
./$(DEPDIR)/SCA_RandomNumberGenerator.Plo \
|
||||
./$(DEPDIR)/SCA_RandomSensor.Plo \
|
||||
./$(DEPDIR)/SCA_TimeEventManager.Plo
|
||||
CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
|
||||
$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
|
||||
LTCXXCOMPILE = $(LIBTOOL) --mode=compile $(CXX) $(DEFS) \
|
||||
$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
|
||||
$(AM_CXXFLAGS) $(CXXFLAGS)
|
||||
CXXLD = $(CXX)
|
||||
CXXLINK = $(LIBTOOL) --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) \
|
||||
$(AM_LDFLAGS) $(LDFLAGS) -o $@
|
||||
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 = $(libgameblender_logic_la_SOURCES)
|
||||
DIST_COMMON = Makefile.am Makefile.in
|
||||
SOURCES = $(libgameblender_logic_la_SOURCES)
|
||||
|
||||
all: all-am
|
||||
|
||||
.SUFFIXES:
|
||||
.SUFFIXES: .cpp .lo .o .obj
|
||||
$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.ac $(ACLOCAL_M4)
|
||||
cd $(top_srcdir) && \
|
||||
$(AUTOMAKE) --gnu source/gameengine/GameLogic/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
|
||||
libgameblender_logic.la: $(libgameblender_logic_la_OBJECTS) $(libgameblender_logic_la_DEPENDENCIES)
|
||||
$(CXXLINK) $(libgameblender_logic_la_LDFLAGS) $(libgameblender_logic_la_OBJECTS) $(libgameblender_logic_la_LIBADD) $(LIBS)
|
||||
|
||||
mostlyclean-compile:
|
||||
-rm -f *.$(OBJEXT) core *.core
|
||||
|
||||
distclean-compile:
|
||||
-rm -f *.tab.c
|
||||
|
||||
include ./$(DEPDIR)/SCA_ANDController.Plo
|
||||
include ./$(DEPDIR)/SCA_AlwaysEventManager.Plo
|
||||
include ./$(DEPDIR)/SCA_AlwaysSensor.Plo
|
||||
include ./$(DEPDIR)/SCA_EventManager.Plo
|
||||
include ./$(DEPDIR)/SCA_ExpressionController.Plo
|
||||
include ./$(DEPDIR)/SCA_IActuator.Plo
|
||||
include ./$(DEPDIR)/SCA_IController.Plo
|
||||
include ./$(DEPDIR)/SCA_IInputDevice.Plo
|
||||
include ./$(DEPDIR)/SCA_ILogicBrick.Plo
|
||||
include ./$(DEPDIR)/SCA_IObject.Plo
|
||||
include ./$(DEPDIR)/SCA_IScene.Plo
|
||||
include ./$(DEPDIR)/SCA_ISensor.Plo
|
||||
include ./$(DEPDIR)/SCA_KeyboardManager.Plo
|
||||
include ./$(DEPDIR)/SCA_KeyboardSensor.Plo
|
||||
include ./$(DEPDIR)/SCA_LogicManager.Plo
|
||||
include ./$(DEPDIR)/SCA_MouseManager.Plo
|
||||
include ./$(DEPDIR)/SCA_MouseSensor.Plo
|
||||
include ./$(DEPDIR)/SCA_ORController.Plo
|
||||
include ./$(DEPDIR)/SCA_PropertyActuator.Plo
|
||||
include ./$(DEPDIR)/SCA_PropertyEventManager.Plo
|
||||
include ./$(DEPDIR)/SCA_PropertySensor.Plo
|
||||
include ./$(DEPDIR)/SCA_PythonController.Plo
|
||||
include ./$(DEPDIR)/SCA_RandomActuator.Plo
|
||||
include ./$(DEPDIR)/SCA_RandomEventManager.Plo
|
||||
include ./$(DEPDIR)/SCA_RandomNumberGenerator.Plo
|
||||
include ./$(DEPDIR)/SCA_RandomSensor.Plo
|
||||
include ./$(DEPDIR)/SCA_TimeEventManager.Plo
|
||||
|
||||
distclean-depend:
|
||||
-rm -rf ./$(DEPDIR)
|
||||
|
||||
.cpp.o:
|
||||
if $(CXXCOMPILE) -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' \
|
||||
# $(CXXDEPMODE) $(depcomp) \
|
||||
# $(CXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
|
||||
|
||||
.cpp.obj:
|
||||
if $(CXXCOMPILE) -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' \
|
||||
# $(CXXDEPMODE) $(depcomp) \
|
||||
# $(CXXCOMPILE) -c -o $@ `if test -f '$<'; then $(CYGPATH_W) '$<'; else $(CYGPATH_W) '$(srcdir)/$<'; fi`
|
||||
|
||||
.cpp.lo:
|
||||
if $(LTCXXCOMPILE) -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' \
|
||||
# $(CXXDEPMODE) $(depcomp) \
|
||||
# $(LTCXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
|
||||
|
||||
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:
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@@ -1,62 +1,912 @@
|
||||
#
|
||||
# $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/gameengine/Ketsji/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 *****
|
||||
#
|
||||
#
|
||||
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
|
||||
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
|
||||
# PARTICULAR PURPOSE.
|
||||
|
||||
LIBNAME = ketsji
|
||||
DIR = $(OCGDIR)/gameengine/$(LIBNAME)
|
||||
|
||||
include nan_compile.mk
|
||||
|
||||
CCFLAGS += $(LEVEL_1_CPP_WARNINGS)
|
||||
srcdir = .
|
||||
top_srcdir = ../../..
|
||||
|
||||
CPPFLAGS += $(OGL_CPPFLAGS)
|
||||
CPPFLAGS += -I$(NAN_PYTHON)/include/python$(NAN_PYTHON_VERSION)
|
||||
CPPFLAGS += -I$(NAN_STRING)/include
|
||||
CPPFLAGS += -I$(NAN_SOUNDSYSTEM)/include
|
||||
CPPFLAGS += -I$(NAN_FUZZICS)/include -I$(NAN_SUMO)/include -I$(NAN_MOTO)/include
|
||||
CPPFLAGS += -I../Rasterizer -I../GameLogic -I../SceneGraph
|
||||
CPPFLAGS += -I../BlenderRoutines -I../Expressions
|
||||
CPPFLAGS += -I../../kernel/gen_system
|
||||
CPPFLAGS += -I../Network -IKXNetwork
|
||||
CPPFLAGS += -I../Physics/common
|
||||
CPPFLAGS += -I../Physics/Dummy
|
||||
CPPFLAGS += -I../Physics/Sumo
|
||||
CPPFLAGS += -I../Physics/BlOde
|
||||
CPPFLAGS += -I.
|
||||
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 = -lGLU -lGL -lX11 -lXext -lutil -ldl -lstdc++ -lSDL -lpng -ljpeg -lpthread -lz -L/usr/lib -lSDL -lpthread
|
||||
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 = libgameblender_ketsji.la
|
||||
|
||||
SOURCEDIR = source/gameengine/Ketsji
|
||||
DIRS = KXNetwork
|
||||
libgameblender_ketsji_la_SOURCES = \
|
||||
KX_CDActuator.cpp \
|
||||
KX_CDActuator.h \
|
||||
KX_Camera.cpp \
|
||||
KX_Camera.h \
|
||||
KX_CameraActuator.cpp \
|
||||
KX_CameraActuator.h \
|
||||
KX_CameraIpoSGController.cpp \
|
||||
KX_CameraIpoSGController.h \
|
||||
KX_ClientObjectInfo.h \
|
||||
KX_ConstraintActuator.cpp \
|
||||
KX_ConstraintActuator.h \
|
||||
KX_ConstraintWrapper.cpp \
|
||||
KX_ConstraintWrapper.h \
|
||||
KX_ConvertPhysicsObject.h \
|
||||
KX_ConvertPhysicsObjects.cpp \
|
||||
KX_EmptyObject.cpp \
|
||||
KX_EmptyObject.h \
|
||||
KX_GameActuator.cpp \
|
||||
KX_GameActuator.h \
|
||||
KX_GameObject.cpp \
|
||||
KX_GameObject.h \
|
||||
KX_IInterpolator.h \
|
||||
KX_IPOTransform.h \
|
||||
KX_IPO_SGController.cpp \
|
||||
KX_IPO_SGController.h \
|
||||
KX_IPhysicsController.cpp \
|
||||
KX_IPhysicsController.h \
|
||||
KX_IpoActuator.cpp \
|
||||
KX_IpoActuator.h \
|
||||
KX_KetsjiEngine.cpp \
|
||||
KX_KetsjiEngine.h \
|
||||
KX_Light.cpp \
|
||||
KX_Light.h \
|
||||
KX_LightIpoSGController.cpp \
|
||||
KX_LightIpoSGController.h \
|
||||
KX_MeshProxy.cpp \
|
||||
KX_MeshProxy.h \
|
||||
KX_MotionState.cpp \
|
||||
KX_MotionState.h \
|
||||
KX_MouseFocusSensor.cpp \
|
||||
KX_MouseFocusSensor.h \
|
||||
KX_NearSensor.cpp \
|
||||
KX_NearSensor.h \
|
||||
KX_ObColorIpoSGController.cpp \
|
||||
KX_ObColorIpoSGController.h \
|
||||
KX_ObjectActuator.cpp \
|
||||
KX_ObjectActuator.h \
|
||||
KX_OdePhysicsController.cpp \
|
||||
KX_OdePhysicsController.h \
|
||||
KX_OrientationInterpolator.cpp \
|
||||
KX_OrientationInterpolator.h \
|
||||
KX_PhysicsEngineEnums.h \
|
||||
KX_PhysicsObjectWrapper.cpp \
|
||||
KX_PhysicsObjectWrapper.h \
|
||||
KX_PositionInterpolator.cpp \
|
||||
KX_PositionInterpolator.h \
|
||||
KX_PyConstraintBinding.cpp \
|
||||
KX_PyConstraintBinding.h \
|
||||
KX_PythonInit.cpp \
|
||||
KX_PythonInit.h \
|
||||
KX_RadarSensor.cpp \
|
||||
KX_RadarSensor.h \
|
||||
KX_RayEventManager.cpp \
|
||||
KX_RayEventManager.h \
|
||||
KX_RaySensor.cpp \
|
||||
KX_RaySensor.h \
|
||||
KX_SCA_AddObjectActuator.cpp \
|
||||
KX_SCA_AddObjectActuator.h \
|
||||
KX_SCA_EndObjectActuator.cpp \
|
||||
KX_SCA_EndObjectActuator.h \
|
||||
KX_SCA_ReplaceMeshActuator.cpp \
|
||||
KX_SCA_ReplaceMeshActuator.h \
|
||||
KX_SG_NodeRelationships.cpp \
|
||||
KX_SG_NodeRelationships.h \
|
||||
KX_ScalarInterpolator.cpp \
|
||||
KX_ScalarInterpolator.h \
|
||||
KX_ScalingInterpolator.cpp \
|
||||
KX_ScalingInterpolator.h \
|
||||
KX_Scene.cpp \
|
||||
KX_Scene.h \
|
||||
KX_SceneActuator.cpp \
|
||||
KX_SceneActuator.h \
|
||||
KX_SoundActuator.cpp \
|
||||
KX_SoundActuator.h \
|
||||
KX_SumoPhysicsController.cpp \
|
||||
KX_SumoPhysicsController.h \
|
||||
KX_TimeCategoryLogger.cpp \
|
||||
KX_TimeCategoryLogger.h \
|
||||
KX_TimeLogger.cpp \
|
||||
KX_TimeLogger.h \
|
||||
KX_TouchEventManager.cpp \
|
||||
KX_TouchEventManager.h \
|
||||
KX_TouchSensor.cpp \
|
||||
KX_TouchSensor.h \
|
||||
KX_TrackToActuator.cpp \
|
||||
KX_TrackToActuator.h \
|
||||
KX_VertexProxy.cpp \
|
||||
KX_VertexProxy.h \
|
||||
KX_VisibilityActuator.cpp \
|
||||
KX_VisibilityActuator.h \
|
||||
KX_WorldInfo.cpp \
|
||||
KX_WorldInfo.h \
|
||||
KX_WorldIpoController.cpp \
|
||||
KX_WorldIpoController.h \
|
||||
KXNetwork/KX_NetworkEventManager.cpp \
|
||||
KXNetwork/KX_NetworkEventManager.h \
|
||||
KXNetwork/KX_NetworkMessageActuator.cpp \
|
||||
KXNetwork/KX_NetworkMessageActuator.h \
|
||||
KXNetwork/KX_NetworkMessageSensor.cpp \
|
||||
KXNetwork/KX_NetworkMessageSensor.h \
|
||||
KXNetwork/KX_NetworkObjectActuator.cpp \
|
||||
KXNetwork/KX_NetworkObjectActuator.h \
|
||||
KXNetwork/KX_NetworkObjectSensor.cpp \
|
||||
KXNetwork/KX_NetworkObjectSensor.h
|
||||
|
||||
include nan_subdirs.mk
|
||||
|
||||
INCLUDES = -I$(top_srcdir)/source/gameengine/GameLogic \
|
||||
-I$(top_srcdir)/source/gameengine/SoundSystem \
|
||||
-I$(top_srcdir)/source/gameengine/Expressions \
|
||||
-I$(top_srcdir)/source/gameengine/SceneGraph \
|
||||
-I$(top_srcdir)/intern/moto/include \
|
||||
-I$(top_srcdir)/intern/string \
|
||||
-I/usr/include/python2.2 \
|
||||
-I$(top_srcdir)/source/kernel/gen_system \
|
||||
-I$(top_srcdir)/source/gameengine/Rasterizer \
|
||||
-I$(top_srcdir)/source/gameengine/Physics/common \
|
||||
-I$(top_srcdir)/source/gameengine/Network \
|
||||
-I$(top_srcdir)/source/gameengine/Physics/BlOde \
|
||||
-I$(top_srcdir)/source/gameengine/Ketsji/KXNetwork \
|
||||
-I$(top_srcdir)/source/gameengine/Physics/Sumo/Fuzzics/include \
|
||||
-I$(top_srcdir)/source/gameengine/Physics/Sumo/include \
|
||||
-I$(top_srcdir)/source/gameengine/Physics/Sumo
|
||||
|
||||
|
||||
EXTRA_DIST = \
|
||||
Makefile \
|
||||
KXNetwork/Makefile
|
||||
|
||||
subdir = source/gameengine/Ketsji
|
||||
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
|
||||
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
|
||||
CONFIG_HEADER = $(top_builddir)/config.h
|
||||
CONFIG_CLEAN_FILES =
|
||||
LTLIBRARIES = $(noinst_LTLIBRARIES)
|
||||
|
||||
libgameblender_ketsji_la_LDFLAGS =
|
||||
libgameblender_ketsji_la_LIBADD =
|
||||
am_libgameblender_ketsji_la_OBJECTS = KX_CDActuator.lo KX_Camera.lo \
|
||||
KX_CameraActuator.lo KX_CameraIpoSGController.lo \
|
||||
KX_ConstraintActuator.lo KX_ConstraintWrapper.lo \
|
||||
KX_ConvertPhysicsObjects.lo KX_EmptyObject.lo \
|
||||
KX_GameActuator.lo KX_GameObject.lo KX_IPO_SGController.lo \
|
||||
KX_IPhysicsController.lo KX_IpoActuator.lo KX_KetsjiEngine.lo \
|
||||
KX_Light.lo KX_LightIpoSGController.lo KX_MeshProxy.lo \
|
||||
KX_MotionState.lo KX_MouseFocusSensor.lo KX_NearSensor.lo \
|
||||
KX_ObColorIpoSGController.lo KX_ObjectActuator.lo \
|
||||
KX_OdePhysicsController.lo KX_OrientationInterpolator.lo \
|
||||
KX_PhysicsObjectWrapper.lo KX_PositionInterpolator.lo \
|
||||
KX_PyConstraintBinding.lo KX_PythonInit.lo KX_RadarSensor.lo \
|
||||
KX_RayEventManager.lo KX_RaySensor.lo \
|
||||
KX_SCA_AddObjectActuator.lo KX_SCA_EndObjectActuator.lo \
|
||||
KX_SCA_ReplaceMeshActuator.lo KX_SG_NodeRelationships.lo \
|
||||
KX_ScalarInterpolator.lo KX_ScalingInterpolator.lo KX_Scene.lo \
|
||||
KX_SceneActuator.lo KX_SoundActuator.lo \
|
||||
KX_SumoPhysicsController.lo KX_TimeCategoryLogger.lo \
|
||||
KX_TimeLogger.lo KX_TouchEventManager.lo KX_TouchSensor.lo \
|
||||
KX_TrackToActuator.lo KX_VertexProxy.lo \
|
||||
KX_VisibilityActuator.lo KX_WorldInfo.lo \
|
||||
KX_WorldIpoController.lo KX_NetworkEventManager.lo \
|
||||
KX_NetworkMessageActuator.lo KX_NetworkMessageSensor.lo \
|
||||
KX_NetworkObjectActuator.lo KX_NetworkObjectSensor.lo
|
||||
libgameblender_ketsji_la_OBJECTS = \
|
||||
$(am_libgameblender_ketsji_la_OBJECTS)
|
||||
|
||||
DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
|
||||
depcomp = $(SHELL) $(top_srcdir)/depcomp
|
||||
am__depfiles_maybe = depfiles
|
||||
DEP_FILES = ./$(DEPDIR)/KX_CDActuator.Plo \
|
||||
./$(DEPDIR)/KX_Camera.Plo \
|
||||
./$(DEPDIR)/KX_CameraActuator.Plo \
|
||||
./$(DEPDIR)/KX_CameraIpoSGController.Plo \
|
||||
./$(DEPDIR)/KX_ConstraintActuator.Plo \
|
||||
./$(DEPDIR)/KX_ConstraintWrapper.Plo \
|
||||
./$(DEPDIR)/KX_ConvertPhysicsObjects.Plo \
|
||||
./$(DEPDIR)/KX_EmptyObject.Plo \
|
||||
./$(DEPDIR)/KX_GameActuator.Plo \
|
||||
./$(DEPDIR)/KX_GameObject.Plo \
|
||||
./$(DEPDIR)/KX_IPO_SGController.Plo \
|
||||
./$(DEPDIR)/KX_IPhysicsController.Plo \
|
||||
./$(DEPDIR)/KX_IpoActuator.Plo \
|
||||
./$(DEPDIR)/KX_KetsjiEngine.Plo \
|
||||
./$(DEPDIR)/KX_Light.Plo \
|
||||
./$(DEPDIR)/KX_LightIpoSGController.Plo \
|
||||
./$(DEPDIR)/KX_MeshProxy.Plo \
|
||||
./$(DEPDIR)/KX_MotionState.Plo \
|
||||
./$(DEPDIR)/KX_MouseFocusSensor.Plo \
|
||||
./$(DEPDIR)/KX_NearSensor.Plo \
|
||||
./$(DEPDIR)/KX_NetworkEventManager.Plo \
|
||||
./$(DEPDIR)/KX_NetworkMessageActuator.Plo \
|
||||
./$(DEPDIR)/KX_NetworkMessageSensor.Plo \
|
||||
./$(DEPDIR)/KX_NetworkObjectActuator.Plo \
|
||||
./$(DEPDIR)/KX_NetworkObjectSensor.Plo \
|
||||
./$(DEPDIR)/KX_ObColorIpoSGController.Plo \
|
||||
./$(DEPDIR)/KX_ObjectActuator.Plo \
|
||||
./$(DEPDIR)/KX_OdePhysicsController.Plo \
|
||||
./$(DEPDIR)/KX_OrientationInterpolator.Plo \
|
||||
./$(DEPDIR)/KX_PhysicsObjectWrapper.Plo \
|
||||
./$(DEPDIR)/KX_PositionInterpolator.Plo \
|
||||
./$(DEPDIR)/KX_PyConstraintBinding.Plo \
|
||||
./$(DEPDIR)/KX_PythonInit.Plo \
|
||||
./$(DEPDIR)/KX_RadarSensor.Plo \
|
||||
./$(DEPDIR)/KX_RayEventManager.Plo \
|
||||
./$(DEPDIR)/KX_RaySensor.Plo \
|
||||
./$(DEPDIR)/KX_SCA_AddObjectActuator.Plo \
|
||||
./$(DEPDIR)/KX_SCA_EndObjectActuator.Plo \
|
||||
./$(DEPDIR)/KX_SCA_ReplaceMeshActuator.Plo \
|
||||
./$(DEPDIR)/KX_SG_NodeRelationships.Plo \
|
||||
./$(DEPDIR)/KX_ScalarInterpolator.Plo \
|
||||
./$(DEPDIR)/KX_ScalingInterpolator.Plo \
|
||||
./$(DEPDIR)/KX_Scene.Plo \
|
||||
./$(DEPDIR)/KX_SceneActuator.Plo \
|
||||
./$(DEPDIR)/KX_SoundActuator.Plo \
|
||||
./$(DEPDIR)/KX_SumoPhysicsController.Plo \
|
||||
./$(DEPDIR)/KX_TimeCategoryLogger.Plo \
|
||||
./$(DEPDIR)/KX_TimeLogger.Plo \
|
||||
./$(DEPDIR)/KX_TouchEventManager.Plo \
|
||||
./$(DEPDIR)/KX_TouchSensor.Plo \
|
||||
./$(DEPDIR)/KX_TrackToActuator.Plo \
|
||||
./$(DEPDIR)/KX_VertexProxy.Plo \
|
||||
./$(DEPDIR)/KX_VisibilityActuator.Plo \
|
||||
./$(DEPDIR)/KX_WorldInfo.Plo \
|
||||
./$(DEPDIR)/KX_WorldIpoController.Plo
|
||||
CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
|
||||
$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
|
||||
LTCXXCOMPILE = $(LIBTOOL) --mode=compile $(CXX) $(DEFS) \
|
||||
$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
|
||||
$(AM_CXXFLAGS) $(CXXFLAGS)
|
||||
CXXLD = $(CXX)
|
||||
CXXLINK = $(LIBTOOL) --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) \
|
||||
$(AM_LDFLAGS) $(LDFLAGS) -o $@
|
||||
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 = $(libgameblender_ketsji_la_SOURCES)
|
||||
DIST_COMMON = Makefile.am Makefile.in
|
||||
SOURCES = $(libgameblender_ketsji_la_SOURCES)
|
||||
|
||||
all: all-am
|
||||
|
||||
.SUFFIXES:
|
||||
.SUFFIXES: .cpp .lo .o .obj
|
||||
$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.ac $(ACLOCAL_M4)
|
||||
cd $(top_srcdir) && \
|
||||
$(AUTOMAKE) --gnu source/gameengine/Ketsji/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
|
||||
libgameblender_ketsji.la: $(libgameblender_ketsji_la_OBJECTS) $(libgameblender_ketsji_la_DEPENDENCIES)
|
||||
$(CXXLINK) $(libgameblender_ketsji_la_LDFLAGS) $(libgameblender_ketsji_la_OBJECTS) $(libgameblender_ketsji_la_LIBADD) $(LIBS)
|
||||
|
||||
mostlyclean-compile:
|
||||
-rm -f *.$(OBJEXT) core *.core
|
||||
|
||||
distclean-compile:
|
||||
-rm -f *.tab.c
|
||||
|
||||
include ./$(DEPDIR)/KX_CDActuator.Plo
|
||||
include ./$(DEPDIR)/KX_Camera.Plo
|
||||
include ./$(DEPDIR)/KX_CameraActuator.Plo
|
||||
include ./$(DEPDIR)/KX_CameraIpoSGController.Plo
|
||||
include ./$(DEPDIR)/KX_ConstraintActuator.Plo
|
||||
include ./$(DEPDIR)/KX_ConstraintWrapper.Plo
|
||||
include ./$(DEPDIR)/KX_ConvertPhysicsObjects.Plo
|
||||
include ./$(DEPDIR)/KX_EmptyObject.Plo
|
||||
include ./$(DEPDIR)/KX_GameActuator.Plo
|
||||
include ./$(DEPDIR)/KX_GameObject.Plo
|
||||
include ./$(DEPDIR)/KX_IPO_SGController.Plo
|
||||
include ./$(DEPDIR)/KX_IPhysicsController.Plo
|
||||
include ./$(DEPDIR)/KX_IpoActuator.Plo
|
||||
include ./$(DEPDIR)/KX_KetsjiEngine.Plo
|
||||
include ./$(DEPDIR)/KX_Light.Plo
|
||||
include ./$(DEPDIR)/KX_LightIpoSGController.Plo
|
||||
include ./$(DEPDIR)/KX_MeshProxy.Plo
|
||||
include ./$(DEPDIR)/KX_MotionState.Plo
|
||||
include ./$(DEPDIR)/KX_MouseFocusSensor.Plo
|
||||
include ./$(DEPDIR)/KX_NearSensor.Plo
|
||||
include ./$(DEPDIR)/KX_NetworkEventManager.Plo
|
||||
include ./$(DEPDIR)/KX_NetworkMessageActuator.Plo
|
||||
include ./$(DEPDIR)/KX_NetworkMessageSensor.Plo
|
||||
include ./$(DEPDIR)/KX_NetworkObjectActuator.Plo
|
||||
include ./$(DEPDIR)/KX_NetworkObjectSensor.Plo
|
||||
include ./$(DEPDIR)/KX_ObColorIpoSGController.Plo
|
||||
include ./$(DEPDIR)/KX_ObjectActuator.Plo
|
||||
include ./$(DEPDIR)/KX_OdePhysicsController.Plo
|
||||
include ./$(DEPDIR)/KX_OrientationInterpolator.Plo
|
||||
include ./$(DEPDIR)/KX_PhysicsObjectWrapper.Plo
|
||||
include ./$(DEPDIR)/KX_PositionInterpolator.Plo
|
||||
include ./$(DEPDIR)/KX_PyConstraintBinding.Plo
|
||||
include ./$(DEPDIR)/KX_PythonInit.Plo
|
||||
include ./$(DEPDIR)/KX_RadarSensor.Plo
|
||||
include ./$(DEPDIR)/KX_RayEventManager.Plo
|
||||
include ./$(DEPDIR)/KX_RaySensor.Plo
|
||||
include ./$(DEPDIR)/KX_SCA_AddObjectActuator.Plo
|
||||
include ./$(DEPDIR)/KX_SCA_EndObjectActuator.Plo
|
||||
include ./$(DEPDIR)/KX_SCA_ReplaceMeshActuator.Plo
|
||||
include ./$(DEPDIR)/KX_SG_NodeRelationships.Plo
|
||||
include ./$(DEPDIR)/KX_ScalarInterpolator.Plo
|
||||
include ./$(DEPDIR)/KX_ScalingInterpolator.Plo
|
||||
include ./$(DEPDIR)/KX_Scene.Plo
|
||||
include ./$(DEPDIR)/KX_SceneActuator.Plo
|
||||
include ./$(DEPDIR)/KX_SoundActuator.Plo
|
||||
include ./$(DEPDIR)/KX_SumoPhysicsController.Plo
|
||||
include ./$(DEPDIR)/KX_TimeCategoryLogger.Plo
|
||||
include ./$(DEPDIR)/KX_TimeLogger.Plo
|
||||
include ./$(DEPDIR)/KX_TouchEventManager.Plo
|
||||
include ./$(DEPDIR)/KX_TouchSensor.Plo
|
||||
include ./$(DEPDIR)/KX_TrackToActuator.Plo
|
||||
include ./$(DEPDIR)/KX_VertexProxy.Plo
|
||||
include ./$(DEPDIR)/KX_VisibilityActuator.Plo
|
||||
include ./$(DEPDIR)/KX_WorldInfo.Plo
|
||||
include ./$(DEPDIR)/KX_WorldIpoController.Plo
|
||||
|
||||
distclean-depend:
|
||||
-rm -rf ./$(DEPDIR)
|
||||
|
||||
.cpp.o:
|
||||
if $(CXXCOMPILE) -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' \
|
||||
# $(CXXDEPMODE) $(depcomp) \
|
||||
# $(CXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
|
||||
|
||||
.cpp.obj:
|
||||
if $(CXXCOMPILE) -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' \
|
||||
# $(CXXDEPMODE) $(depcomp) \
|
||||
# $(CXXCOMPILE) -c -o $@ `if test -f '$<'; then $(CYGPATH_W) '$<'; else $(CYGPATH_W) '$(srcdir)/$<'; fi`
|
||||
|
||||
.cpp.lo:
|
||||
if $(LTCXXCOMPILE) -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' \
|
||||
# $(CXXDEPMODE) $(depcomp) \
|
||||
# $(LTCXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
|
||||
|
||||
KX_NetworkEventManager.o: KXNetwork/KX_NetworkEventManager.cpp
|
||||
if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT KX_NetworkEventManager.o -MD -MP -MF "$(DEPDIR)/KX_NetworkEventManager.Tpo" \
|
||||
-c -o KX_NetworkEventManager.o `test -f 'KXNetwork/KX_NetworkEventManager.cpp' || echo '$(srcdir)/'`KXNetwork/KX_NetworkEventManager.cpp; \
|
||||
then mv -f "$(DEPDIR)/KX_NetworkEventManager.Tpo" "$(DEPDIR)/KX_NetworkEventManager.Po"; \
|
||||
else rm -f "$(DEPDIR)/KX_NetworkEventManager.Tpo"; exit 1; \
|
||||
fi
|
||||
# source='KXNetwork/KX_NetworkEventManager.cpp' object='KX_NetworkEventManager.o' libtool=no \
|
||||
# depfile='$(DEPDIR)/KX_NetworkEventManager.Po' tmpdepfile='$(DEPDIR)/KX_NetworkEventManager.TPo' \
|
||||
# $(CXXDEPMODE) $(depcomp) \
|
||||
# $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o KX_NetworkEventManager.o `test -f 'KXNetwork/KX_NetworkEventManager.cpp' || echo '$(srcdir)/'`KXNetwork/KX_NetworkEventManager.cpp
|
||||
|
||||
KX_NetworkEventManager.obj: KXNetwork/KX_NetworkEventManager.cpp
|
||||
if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT KX_NetworkEventManager.obj -MD -MP -MF "$(DEPDIR)/KX_NetworkEventManager.Tpo" \
|
||||
-c -o KX_NetworkEventManager.obj `if test -f 'KXNetwork/KX_NetworkEventManager.cpp'; then $(CYGPATH_W) 'KXNetwork/KX_NetworkEventManager.cpp'; else $(CYGPATH_W) '$(srcdir)/KXNetwork/KX_NetworkEventManager.cpp'; fi`; \
|
||||
then mv -f "$(DEPDIR)/KX_NetworkEventManager.Tpo" "$(DEPDIR)/KX_NetworkEventManager.Po"; \
|
||||
else rm -f "$(DEPDIR)/KX_NetworkEventManager.Tpo"; exit 1; \
|
||||
fi
|
||||
# source='KXNetwork/KX_NetworkEventManager.cpp' object='KX_NetworkEventManager.obj' libtool=no \
|
||||
# depfile='$(DEPDIR)/KX_NetworkEventManager.Po' tmpdepfile='$(DEPDIR)/KX_NetworkEventManager.TPo' \
|
||||
# $(CXXDEPMODE) $(depcomp) \
|
||||
# $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o KX_NetworkEventManager.obj `if test -f 'KXNetwork/KX_NetworkEventManager.cpp'; then $(CYGPATH_W) 'KXNetwork/KX_NetworkEventManager.cpp'; else $(CYGPATH_W) '$(srcdir)/KXNetwork/KX_NetworkEventManager.cpp'; fi`
|
||||
|
||||
KX_NetworkEventManager.lo: KXNetwork/KX_NetworkEventManager.cpp
|
||||
if $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT KX_NetworkEventManager.lo -MD -MP -MF "$(DEPDIR)/KX_NetworkEventManager.Tpo" \
|
||||
-c -o KX_NetworkEventManager.lo `test -f 'KXNetwork/KX_NetworkEventManager.cpp' || echo '$(srcdir)/'`KXNetwork/KX_NetworkEventManager.cpp; \
|
||||
then mv -f "$(DEPDIR)/KX_NetworkEventManager.Tpo" "$(DEPDIR)/KX_NetworkEventManager.Plo"; \
|
||||
else rm -f "$(DEPDIR)/KX_NetworkEventManager.Tpo"; exit 1; \
|
||||
fi
|
||||
# source='KXNetwork/KX_NetworkEventManager.cpp' object='KX_NetworkEventManager.lo' libtool=yes \
|
||||
# depfile='$(DEPDIR)/KX_NetworkEventManager.Plo' tmpdepfile='$(DEPDIR)/KX_NetworkEventManager.TPlo' \
|
||||
# $(CXXDEPMODE) $(depcomp) \
|
||||
# $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o KX_NetworkEventManager.lo `test -f 'KXNetwork/KX_NetworkEventManager.cpp' || echo '$(srcdir)/'`KXNetwork/KX_NetworkEventManager.cpp
|
||||
|
||||
KX_NetworkMessageActuator.o: KXNetwork/KX_NetworkMessageActuator.cpp
|
||||
if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT KX_NetworkMessageActuator.o -MD -MP -MF "$(DEPDIR)/KX_NetworkMessageActuator.Tpo" \
|
||||
-c -o KX_NetworkMessageActuator.o `test -f 'KXNetwork/KX_NetworkMessageActuator.cpp' || echo '$(srcdir)/'`KXNetwork/KX_NetworkMessageActuator.cpp; \
|
||||
then mv -f "$(DEPDIR)/KX_NetworkMessageActuator.Tpo" "$(DEPDIR)/KX_NetworkMessageActuator.Po"; \
|
||||
else rm -f "$(DEPDIR)/KX_NetworkMessageActuator.Tpo"; exit 1; \
|
||||
fi
|
||||
# source='KXNetwork/KX_NetworkMessageActuator.cpp' object='KX_NetworkMessageActuator.o' libtool=no \
|
||||
# depfile='$(DEPDIR)/KX_NetworkMessageActuator.Po' tmpdepfile='$(DEPDIR)/KX_NetworkMessageActuator.TPo' \
|
||||
# $(CXXDEPMODE) $(depcomp) \
|
||||
# $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o KX_NetworkMessageActuator.o `test -f 'KXNetwork/KX_NetworkMessageActuator.cpp' || echo '$(srcdir)/'`KXNetwork/KX_NetworkMessageActuator.cpp
|
||||
|
||||
KX_NetworkMessageActuator.obj: KXNetwork/KX_NetworkMessageActuator.cpp
|
||||
if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT KX_NetworkMessageActuator.obj -MD -MP -MF "$(DEPDIR)/KX_NetworkMessageActuator.Tpo" \
|
||||
-c -o KX_NetworkMessageActuator.obj `if test -f 'KXNetwork/KX_NetworkMessageActuator.cpp'; then $(CYGPATH_W) 'KXNetwork/KX_NetworkMessageActuator.cpp'; else $(CYGPATH_W) '$(srcdir)/KXNetwork/KX_NetworkMessageActuator.cpp'; fi`; \
|
||||
then mv -f "$(DEPDIR)/KX_NetworkMessageActuator.Tpo" "$(DEPDIR)/KX_NetworkMessageActuator.Po"; \
|
||||
else rm -f "$(DEPDIR)/KX_NetworkMessageActuator.Tpo"; exit 1; \
|
||||
fi
|
||||
# source='KXNetwork/KX_NetworkMessageActuator.cpp' object='KX_NetworkMessageActuator.obj' libtool=no \
|
||||
# depfile='$(DEPDIR)/KX_NetworkMessageActuator.Po' tmpdepfile='$(DEPDIR)/KX_NetworkMessageActuator.TPo' \
|
||||
# $(CXXDEPMODE) $(depcomp) \
|
||||
# $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o KX_NetworkMessageActuator.obj `if test -f 'KXNetwork/KX_NetworkMessageActuator.cpp'; then $(CYGPATH_W) 'KXNetwork/KX_NetworkMessageActuator.cpp'; else $(CYGPATH_W) '$(srcdir)/KXNetwork/KX_NetworkMessageActuator.cpp'; fi`
|
||||
|
||||
KX_NetworkMessageActuator.lo: KXNetwork/KX_NetworkMessageActuator.cpp
|
||||
if $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT KX_NetworkMessageActuator.lo -MD -MP -MF "$(DEPDIR)/KX_NetworkMessageActuator.Tpo" \
|
||||
-c -o KX_NetworkMessageActuator.lo `test -f 'KXNetwork/KX_NetworkMessageActuator.cpp' || echo '$(srcdir)/'`KXNetwork/KX_NetworkMessageActuator.cpp; \
|
||||
then mv -f "$(DEPDIR)/KX_NetworkMessageActuator.Tpo" "$(DEPDIR)/KX_NetworkMessageActuator.Plo"; \
|
||||
else rm -f "$(DEPDIR)/KX_NetworkMessageActuator.Tpo"; exit 1; \
|
||||
fi
|
||||
# source='KXNetwork/KX_NetworkMessageActuator.cpp' object='KX_NetworkMessageActuator.lo' libtool=yes \
|
||||
# depfile='$(DEPDIR)/KX_NetworkMessageActuator.Plo' tmpdepfile='$(DEPDIR)/KX_NetworkMessageActuator.TPlo' \
|
||||
# $(CXXDEPMODE) $(depcomp) \
|
||||
# $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o KX_NetworkMessageActuator.lo `test -f 'KXNetwork/KX_NetworkMessageActuator.cpp' || echo '$(srcdir)/'`KXNetwork/KX_NetworkMessageActuator.cpp
|
||||
|
||||
KX_NetworkMessageSensor.o: KXNetwork/KX_NetworkMessageSensor.cpp
|
||||
if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT KX_NetworkMessageSensor.o -MD -MP -MF "$(DEPDIR)/KX_NetworkMessageSensor.Tpo" \
|
||||
-c -o KX_NetworkMessageSensor.o `test -f 'KXNetwork/KX_NetworkMessageSensor.cpp' || echo '$(srcdir)/'`KXNetwork/KX_NetworkMessageSensor.cpp; \
|
||||
then mv -f "$(DEPDIR)/KX_NetworkMessageSensor.Tpo" "$(DEPDIR)/KX_NetworkMessageSensor.Po"; \
|
||||
else rm -f "$(DEPDIR)/KX_NetworkMessageSensor.Tpo"; exit 1; \
|
||||
fi
|
||||
# source='KXNetwork/KX_NetworkMessageSensor.cpp' object='KX_NetworkMessageSensor.o' libtool=no \
|
||||
# depfile='$(DEPDIR)/KX_NetworkMessageSensor.Po' tmpdepfile='$(DEPDIR)/KX_NetworkMessageSensor.TPo' \
|
||||
# $(CXXDEPMODE) $(depcomp) \
|
||||
# $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o KX_NetworkMessageSensor.o `test -f 'KXNetwork/KX_NetworkMessageSensor.cpp' || echo '$(srcdir)/'`KXNetwork/KX_NetworkMessageSensor.cpp
|
||||
|
||||
KX_NetworkMessageSensor.obj: KXNetwork/KX_NetworkMessageSensor.cpp
|
||||
if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT KX_NetworkMessageSensor.obj -MD -MP -MF "$(DEPDIR)/KX_NetworkMessageSensor.Tpo" \
|
||||
-c -o KX_NetworkMessageSensor.obj `if test -f 'KXNetwork/KX_NetworkMessageSensor.cpp'; then $(CYGPATH_W) 'KXNetwork/KX_NetworkMessageSensor.cpp'; else $(CYGPATH_W) '$(srcdir)/KXNetwork/KX_NetworkMessageSensor.cpp'; fi`; \
|
||||
then mv -f "$(DEPDIR)/KX_NetworkMessageSensor.Tpo" "$(DEPDIR)/KX_NetworkMessageSensor.Po"; \
|
||||
else rm -f "$(DEPDIR)/KX_NetworkMessageSensor.Tpo"; exit 1; \
|
||||
fi
|
||||
# source='KXNetwork/KX_NetworkMessageSensor.cpp' object='KX_NetworkMessageSensor.obj' libtool=no \
|
||||
# depfile='$(DEPDIR)/KX_NetworkMessageSensor.Po' tmpdepfile='$(DEPDIR)/KX_NetworkMessageSensor.TPo' \
|
||||
# $(CXXDEPMODE) $(depcomp) \
|
||||
# $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o KX_NetworkMessageSensor.obj `if test -f 'KXNetwork/KX_NetworkMessageSensor.cpp'; then $(CYGPATH_W) 'KXNetwork/KX_NetworkMessageSensor.cpp'; else $(CYGPATH_W) '$(srcdir)/KXNetwork/KX_NetworkMessageSensor.cpp'; fi`
|
||||
|
||||
KX_NetworkMessageSensor.lo: KXNetwork/KX_NetworkMessageSensor.cpp
|
||||
if $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT KX_NetworkMessageSensor.lo -MD -MP -MF "$(DEPDIR)/KX_NetworkMessageSensor.Tpo" \
|
||||
-c -o KX_NetworkMessageSensor.lo `test -f 'KXNetwork/KX_NetworkMessageSensor.cpp' || echo '$(srcdir)/'`KXNetwork/KX_NetworkMessageSensor.cpp; \
|
||||
then mv -f "$(DEPDIR)/KX_NetworkMessageSensor.Tpo" "$(DEPDIR)/KX_NetworkMessageSensor.Plo"; \
|
||||
else rm -f "$(DEPDIR)/KX_NetworkMessageSensor.Tpo"; exit 1; \
|
||||
fi
|
||||
# source='KXNetwork/KX_NetworkMessageSensor.cpp' object='KX_NetworkMessageSensor.lo' libtool=yes \
|
||||
# depfile='$(DEPDIR)/KX_NetworkMessageSensor.Plo' tmpdepfile='$(DEPDIR)/KX_NetworkMessageSensor.TPlo' \
|
||||
# $(CXXDEPMODE) $(depcomp) \
|
||||
# $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o KX_NetworkMessageSensor.lo `test -f 'KXNetwork/KX_NetworkMessageSensor.cpp' || echo '$(srcdir)/'`KXNetwork/KX_NetworkMessageSensor.cpp
|
||||
|
||||
KX_NetworkObjectActuator.o: KXNetwork/KX_NetworkObjectActuator.cpp
|
||||
if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT KX_NetworkObjectActuator.o -MD -MP -MF "$(DEPDIR)/KX_NetworkObjectActuator.Tpo" \
|
||||
-c -o KX_NetworkObjectActuator.o `test -f 'KXNetwork/KX_NetworkObjectActuator.cpp' || echo '$(srcdir)/'`KXNetwork/KX_NetworkObjectActuator.cpp; \
|
||||
then mv -f "$(DEPDIR)/KX_NetworkObjectActuator.Tpo" "$(DEPDIR)/KX_NetworkObjectActuator.Po"; \
|
||||
else rm -f "$(DEPDIR)/KX_NetworkObjectActuator.Tpo"; exit 1; \
|
||||
fi
|
||||
# source='KXNetwork/KX_NetworkObjectActuator.cpp' object='KX_NetworkObjectActuator.o' libtool=no \
|
||||
# depfile='$(DEPDIR)/KX_NetworkObjectActuator.Po' tmpdepfile='$(DEPDIR)/KX_NetworkObjectActuator.TPo' \
|
||||
# $(CXXDEPMODE) $(depcomp) \
|
||||
# $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o KX_NetworkObjectActuator.o `test -f 'KXNetwork/KX_NetworkObjectActuator.cpp' || echo '$(srcdir)/'`KXNetwork/KX_NetworkObjectActuator.cpp
|
||||
|
||||
KX_NetworkObjectActuator.obj: KXNetwork/KX_NetworkObjectActuator.cpp
|
||||
if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT KX_NetworkObjectActuator.obj -MD -MP -MF "$(DEPDIR)/KX_NetworkObjectActuator.Tpo" \
|
||||
-c -o KX_NetworkObjectActuator.obj `if test -f 'KXNetwork/KX_NetworkObjectActuator.cpp'; then $(CYGPATH_W) 'KXNetwork/KX_NetworkObjectActuator.cpp'; else $(CYGPATH_W) '$(srcdir)/KXNetwork/KX_NetworkObjectActuator.cpp'; fi`; \
|
||||
then mv -f "$(DEPDIR)/KX_NetworkObjectActuator.Tpo" "$(DEPDIR)/KX_NetworkObjectActuator.Po"; \
|
||||
else rm -f "$(DEPDIR)/KX_NetworkObjectActuator.Tpo"; exit 1; \
|
||||
fi
|
||||
# source='KXNetwork/KX_NetworkObjectActuator.cpp' object='KX_NetworkObjectActuator.obj' libtool=no \
|
||||
# depfile='$(DEPDIR)/KX_NetworkObjectActuator.Po' tmpdepfile='$(DEPDIR)/KX_NetworkObjectActuator.TPo' \
|
||||
# $(CXXDEPMODE) $(depcomp) \
|
||||
# $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o KX_NetworkObjectActuator.obj `if test -f 'KXNetwork/KX_NetworkObjectActuator.cpp'; then $(CYGPATH_W) 'KXNetwork/KX_NetworkObjectActuator.cpp'; else $(CYGPATH_W) '$(srcdir)/KXNetwork/KX_NetworkObjectActuator.cpp'; fi`
|
||||
|
||||
KX_NetworkObjectActuator.lo: KXNetwork/KX_NetworkObjectActuator.cpp
|
||||
if $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT KX_NetworkObjectActuator.lo -MD -MP -MF "$(DEPDIR)/KX_NetworkObjectActuator.Tpo" \
|
||||
-c -o KX_NetworkObjectActuator.lo `test -f 'KXNetwork/KX_NetworkObjectActuator.cpp' || echo '$(srcdir)/'`KXNetwork/KX_NetworkObjectActuator.cpp; \
|
||||
then mv -f "$(DEPDIR)/KX_NetworkObjectActuator.Tpo" "$(DEPDIR)/KX_NetworkObjectActuator.Plo"; \
|
||||
else rm -f "$(DEPDIR)/KX_NetworkObjectActuator.Tpo"; exit 1; \
|
||||
fi
|
||||
# source='KXNetwork/KX_NetworkObjectActuator.cpp' object='KX_NetworkObjectActuator.lo' libtool=yes \
|
||||
# depfile='$(DEPDIR)/KX_NetworkObjectActuator.Plo' tmpdepfile='$(DEPDIR)/KX_NetworkObjectActuator.TPlo' \
|
||||
# $(CXXDEPMODE) $(depcomp) \
|
||||
# $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o KX_NetworkObjectActuator.lo `test -f 'KXNetwork/KX_NetworkObjectActuator.cpp' || echo '$(srcdir)/'`KXNetwork/KX_NetworkObjectActuator.cpp
|
||||
|
||||
KX_NetworkObjectSensor.o: KXNetwork/KX_NetworkObjectSensor.cpp
|
||||
if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT KX_NetworkObjectSensor.o -MD -MP -MF "$(DEPDIR)/KX_NetworkObjectSensor.Tpo" \
|
||||
-c -o KX_NetworkObjectSensor.o `test -f 'KXNetwork/KX_NetworkObjectSensor.cpp' || echo '$(srcdir)/'`KXNetwork/KX_NetworkObjectSensor.cpp; \
|
||||
then mv -f "$(DEPDIR)/KX_NetworkObjectSensor.Tpo" "$(DEPDIR)/KX_NetworkObjectSensor.Po"; \
|
||||
else rm -f "$(DEPDIR)/KX_NetworkObjectSensor.Tpo"; exit 1; \
|
||||
fi
|
||||
# source='KXNetwork/KX_NetworkObjectSensor.cpp' object='KX_NetworkObjectSensor.o' libtool=no \
|
||||
# depfile='$(DEPDIR)/KX_NetworkObjectSensor.Po' tmpdepfile='$(DEPDIR)/KX_NetworkObjectSensor.TPo' \
|
||||
# $(CXXDEPMODE) $(depcomp) \
|
||||
# $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o KX_NetworkObjectSensor.o `test -f 'KXNetwork/KX_NetworkObjectSensor.cpp' || echo '$(srcdir)/'`KXNetwork/KX_NetworkObjectSensor.cpp
|
||||
|
||||
KX_NetworkObjectSensor.obj: KXNetwork/KX_NetworkObjectSensor.cpp
|
||||
if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT KX_NetworkObjectSensor.obj -MD -MP -MF "$(DEPDIR)/KX_NetworkObjectSensor.Tpo" \
|
||||
-c -o KX_NetworkObjectSensor.obj `if test -f 'KXNetwork/KX_NetworkObjectSensor.cpp'; then $(CYGPATH_W) 'KXNetwork/KX_NetworkObjectSensor.cpp'; else $(CYGPATH_W) '$(srcdir)/KXNetwork/KX_NetworkObjectSensor.cpp'; fi`; \
|
||||
then mv -f "$(DEPDIR)/KX_NetworkObjectSensor.Tpo" "$(DEPDIR)/KX_NetworkObjectSensor.Po"; \
|
||||
else rm -f "$(DEPDIR)/KX_NetworkObjectSensor.Tpo"; exit 1; \
|
||||
fi
|
||||
# source='KXNetwork/KX_NetworkObjectSensor.cpp' object='KX_NetworkObjectSensor.obj' libtool=no \
|
||||
# depfile='$(DEPDIR)/KX_NetworkObjectSensor.Po' tmpdepfile='$(DEPDIR)/KX_NetworkObjectSensor.TPo' \
|
||||
# $(CXXDEPMODE) $(depcomp) \
|
||||
# $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o KX_NetworkObjectSensor.obj `if test -f 'KXNetwork/KX_NetworkObjectSensor.cpp'; then $(CYGPATH_W) 'KXNetwork/KX_NetworkObjectSensor.cpp'; else $(CYGPATH_W) '$(srcdir)/KXNetwork/KX_NetworkObjectSensor.cpp'; fi`
|
||||
|
||||
KX_NetworkObjectSensor.lo: KXNetwork/KX_NetworkObjectSensor.cpp
|
||||
if $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT KX_NetworkObjectSensor.lo -MD -MP -MF "$(DEPDIR)/KX_NetworkObjectSensor.Tpo" \
|
||||
-c -o KX_NetworkObjectSensor.lo `test -f 'KXNetwork/KX_NetworkObjectSensor.cpp' || echo '$(srcdir)/'`KXNetwork/KX_NetworkObjectSensor.cpp; \
|
||||
then mv -f "$(DEPDIR)/KX_NetworkObjectSensor.Tpo" "$(DEPDIR)/KX_NetworkObjectSensor.Plo"; \
|
||||
else rm -f "$(DEPDIR)/KX_NetworkObjectSensor.Tpo"; exit 1; \
|
||||
fi
|
||||
# source='KXNetwork/KX_NetworkObjectSensor.cpp' object='KX_NetworkObjectSensor.lo' libtool=yes \
|
||||
# depfile='$(DEPDIR)/KX_NetworkObjectSensor.Plo' tmpdepfile='$(DEPDIR)/KX_NetworkObjectSensor.TPlo' \
|
||||
# $(CXXDEPMODE) $(depcomp) \
|
||||
# $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o KX_NetworkObjectSensor.lo `test -f 'KXNetwork/KX_NetworkObjectSensor.cpp' || echo '$(srcdir)/'`KXNetwork/KX_NetworkObjectSensor.cpp
|
||||
|
||||
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)
|
||||
$(mkinstalldirs) $(distdir)/KXNetwork
|
||||
@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:
|
||||
|
||||
@@ -1,43 +1,570 @@
|
||||
#
|
||||
# $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/gameengine/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.
|
||||
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
|
||||
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
|
||||
# PARTICULAR PURPOSE.
|
||||
|
||||
include nan_definitions.mk
|
||||
|
||||
SOURCEDIR = source/gameengine
|
||||
DIR = $(OCGDIR)/gameengine
|
||||
DIRS = BlenderRoutines
|
||||
DIRS += Converter
|
||||
DIRS += Expressions GameLogic Ketsji Rasterizer SceneGraph
|
||||
DIRS += Network GamePlayer Physics
|
||||
|
||||
include nan_subdirs.mk
|
||||
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 = -lGLU -lGL -lX11 -lXext -lutil -ldl -lstdc++ -lSDL -lpng -ljpeg -lpthread -lz -L/usr/lib -lSDL -lpthread
|
||||
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
|
||||
gameplayerdir =
|
||||
#gameplayerdir = GamePlayer
|
||||
gameplayerlib =
|
||||
#gameplayerlib = libgameblender_player.la
|
||||
|
||||
SUBDIRS = BlenderRoutines Converter Expressions GameLogic Ketsji \
|
||||
Rasterizer SceneGraph Network Physics $(gameplayerdir)
|
||||
|
||||
|
||||
noinst_LTLIBRARIES = libblender_gameengine.la $(gameplayerlib)
|
||||
|
||||
libblender_gameengine_la_SOURCES =
|
||||
libblender_gameengine_la_LIBADD = \
|
||||
BlenderRoutines/libgameblender_routines.la \
|
||||
Converter/libgameblender_converter.la \
|
||||
Expressions/libgameblender_expressions.la \
|
||||
GameLogic/libgameblender_logic.la \
|
||||
Ketsji/libgameblender_ketsji.la \
|
||||
Rasterizer/libgameblender_rasterizer.la \
|
||||
SceneGraph/libgameblender_scenegraph.la \
|
||||
Network/libgameblender_network.la \
|
||||
Physics/libgameblender_physics.la
|
||||
|
||||
|
||||
libgameblender_player_la_SOURCES =
|
||||
libgameblender_player_la_LIBADD = \
|
||||
GamePlayer/libgameblender_player.la
|
||||
|
||||
subdir = source/gameengine
|
||||
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
|
||||
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
|
||||
CONFIG_HEADER = $(top_builddir)/config.h
|
||||
CONFIG_CLEAN_FILES =
|
||||
LTLIBRARIES = $(noinst_LTLIBRARIES)
|
||||
|
||||
libblender_gameengine_la_LDFLAGS =
|
||||
libblender_gameengine_la_DEPENDENCIES = \
|
||||
BlenderRoutines/libgameblender_routines.la \
|
||||
Converter/libgameblender_converter.la \
|
||||
Expressions/libgameblender_expressions.la \
|
||||
GameLogic/libgameblender_logic.la \
|
||||
Ketsji/libgameblender_ketsji.la \
|
||||
Rasterizer/libgameblender_rasterizer.la \
|
||||
SceneGraph/libgameblender_scenegraph.la \
|
||||
Network/libgameblender_network.la \
|
||||
Physics/libgameblender_physics.la
|
||||
am_libblender_gameengine_la_OBJECTS =
|
||||
libblender_gameengine_la_OBJECTS = \
|
||||
$(am_libblender_gameengine_la_OBJECTS)
|
||||
libgameblender_player_la_LDFLAGS =
|
||||
libgameblender_player_la_DEPENDENCIES = \
|
||||
GamePlayer/libgameblender_player.la
|
||||
am_libgameblender_player_la_OBJECTS =
|
||||
libgameblender_player_la_OBJECTS = \
|
||||
$(am_libgameblender_player_la_OBJECTS)
|
||||
|
||||
DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
|
||||
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_gameengine_la_SOURCES) \
|
||||
$(libgameblender_player_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 = BlenderRoutines Converter Expressions GameLogic Ketsji \
|
||||
Rasterizer SceneGraph Network Physics GamePlayer
|
||||
SOURCES = $(libblender_gameengine_la_SOURCES) $(libgameblender_player_la_SOURCES)
|
||||
|
||||
all: all-recursive
|
||||
|
||||
.SUFFIXES:
|
||||
$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.ac $(ACLOCAL_M4)
|
||||
cd $(top_srcdir) && \
|
||||
$(AUTOMAKE) --gnu source/gameengine/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_gameengine.la: $(libblender_gameengine_la_OBJECTS) $(libblender_gameengine_la_DEPENDENCIES)
|
||||
$(LINK) $(libblender_gameengine_la_LDFLAGS) $(libblender_gameengine_la_OBJECTS) $(libblender_gameengine_la_LIBADD) $(LIBS)
|
||||
libgameblender_player.la: $(libgameblender_player_la_OBJECTS) $(libgameblender_player_la_DEPENDENCIES)
|
||||
$(LINK) $(libgameblender_player_la_LDFLAGS) $(libgameblender_player_la_OBJECTS) $(libgameblender_player_la_LIBADD) $(LIBS)
|
||||
|
||||
mostlyclean-compile:
|
||||
-rm -f *.$(OBJEXT) core *.core
|
||||
|
||||
distclean-compile:
|
||||
-rm -f *.tab.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='$(DIST_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-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-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:
|
||||
|
||||
@@ -1,50 +1,542 @@
|
||||
#
|
||||
# $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/gameengine/Network/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 *****
|
||||
#
|
||||
#
|
||||
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
|
||||
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
|
||||
# PARTICULAR PURPOSE.
|
||||
|
||||
LIBNAME = Network
|
||||
DIR = $(OCGDIR)/gameengine/$(LIBNAME)
|
||||
|
||||
include nan_compile.mk
|
||||
|
||||
CCFLAGS += $(LEVEL_1_CPP_WARNINGS)
|
||||
srcdir = .
|
||||
top_srcdir = ../../..
|
||||
|
||||
CPPFLAGS += -I$(NAN_STRING)/include
|
||||
CPPFLAGS += -I../GameLogic
|
||||
CPPFLAGS += -I../../kernel/gen_system
|
||||
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 = -lGLU -lGL -lX11 -lXext -lutil -ldl -lstdc++ -lSDL -lpng -ljpeg -lpthread -lz -L/usr/lib -lSDL -lpthread
|
||||
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 = libgameblender_network.la
|
||||
|
||||
DIRS = LoopBackNetwork
|
||||
SOURCEDIR = source/gameengine/Network
|
||||
libgameblender_network_la_SOURCES = \
|
||||
NG_NetworkDeviceInterface.h \
|
||||
NG_NetworkMessage.cpp \
|
||||
NG_NetworkMessage.h \
|
||||
NG_NetworkObject.cpp \
|
||||
NG_NetworkObject.h \
|
||||
NG_NetworkScene.cpp \
|
||||
NG_NetworkScene.h \
|
||||
LoopBackNetwork/NG_LoopBackNetworkDeviceInterface.cpp \
|
||||
LoopBackNetwork/NG_LoopBackNetworkDeviceInterface.h
|
||||
|
||||
include nan_subdirs.mk
|
||||
|
||||
INCLUDES = -I$(top_srcdir)/intern/string \
|
||||
-I$(top_srcdir)/intern/moto/include
|
||||
|
||||
|
||||
EXTRA_DIST = \
|
||||
Makefile \
|
||||
LoopBackNetwork/Makefile \
|
||||
TerraplayNetwork/Makefile \
|
||||
TerraplayNetwork/NG_TerraplayNetworkDeviceInterface.cpp \
|
||||
TerraplayNetwork/NG_TerraplayNetworkDeviceInterface.h
|
||||
|
||||
subdir = source/gameengine/Network
|
||||
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
|
||||
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
|
||||
CONFIG_HEADER = $(top_builddir)/config.h
|
||||
CONFIG_CLEAN_FILES =
|
||||
LTLIBRARIES = $(noinst_LTLIBRARIES)
|
||||
|
||||
libgameblender_network_la_LDFLAGS =
|
||||
libgameblender_network_la_LIBADD =
|
||||
am_libgameblender_network_la_OBJECTS = NG_NetworkMessage.lo \
|
||||
NG_NetworkObject.lo NG_NetworkScene.lo \
|
||||
NG_LoopBackNetworkDeviceInterface.lo
|
||||
libgameblender_network_la_OBJECTS = \
|
||||
$(am_libgameblender_network_la_OBJECTS)
|
||||
|
||||
DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
|
||||
depcomp = $(SHELL) $(top_srcdir)/depcomp
|
||||
am__depfiles_maybe = depfiles
|
||||
DEP_FILES = \
|
||||
./$(DEPDIR)/NG_LoopBackNetworkDeviceInterface.Plo \
|
||||
./$(DEPDIR)/NG_NetworkMessage.Plo \
|
||||
./$(DEPDIR)/NG_NetworkObject.Plo \
|
||||
./$(DEPDIR)/NG_NetworkScene.Plo
|
||||
CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
|
||||
$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
|
||||
LTCXXCOMPILE = $(LIBTOOL) --mode=compile $(CXX) $(DEFS) \
|
||||
$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
|
||||
$(AM_CXXFLAGS) $(CXXFLAGS)
|
||||
CXXLD = $(CXX)
|
||||
CXXLINK = $(LIBTOOL) --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) \
|
||||
$(AM_LDFLAGS) $(LDFLAGS) -o $@
|
||||
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 = $(libgameblender_network_la_SOURCES)
|
||||
DIST_COMMON = Makefile.am Makefile.in
|
||||
SOURCES = $(libgameblender_network_la_SOURCES)
|
||||
|
||||
all: all-am
|
||||
|
||||
.SUFFIXES:
|
||||
.SUFFIXES: .cpp .lo .o .obj
|
||||
$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.ac $(ACLOCAL_M4)
|
||||
cd $(top_srcdir) && \
|
||||
$(AUTOMAKE) --gnu source/gameengine/Network/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
|
||||
libgameblender_network.la: $(libgameblender_network_la_OBJECTS) $(libgameblender_network_la_DEPENDENCIES)
|
||||
$(CXXLINK) $(libgameblender_network_la_LDFLAGS) $(libgameblender_network_la_OBJECTS) $(libgameblender_network_la_LIBADD) $(LIBS)
|
||||
|
||||
mostlyclean-compile:
|
||||
-rm -f *.$(OBJEXT) core *.core
|
||||
|
||||
distclean-compile:
|
||||
-rm -f *.tab.c
|
||||
|
||||
include ./$(DEPDIR)/NG_LoopBackNetworkDeviceInterface.Plo
|
||||
include ./$(DEPDIR)/NG_NetworkMessage.Plo
|
||||
include ./$(DEPDIR)/NG_NetworkObject.Plo
|
||||
include ./$(DEPDIR)/NG_NetworkScene.Plo
|
||||
|
||||
distclean-depend:
|
||||
-rm -rf ./$(DEPDIR)
|
||||
|
||||
.cpp.o:
|
||||
if $(CXXCOMPILE) -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' \
|
||||
# $(CXXDEPMODE) $(depcomp) \
|
||||
# $(CXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
|
||||
|
||||
.cpp.obj:
|
||||
if $(CXXCOMPILE) -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' \
|
||||
# $(CXXDEPMODE) $(depcomp) \
|
||||
# $(CXXCOMPILE) -c -o $@ `if test -f '$<'; then $(CYGPATH_W) '$<'; else $(CYGPATH_W) '$(srcdir)/$<'; fi`
|
||||
|
||||
.cpp.lo:
|
||||
if $(LTCXXCOMPILE) -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' \
|
||||
# $(CXXDEPMODE) $(depcomp) \
|
||||
# $(LTCXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
|
||||
|
||||
NG_LoopBackNetworkDeviceInterface.o: LoopBackNetwork/NG_LoopBackNetworkDeviceInterface.cpp
|
||||
if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT NG_LoopBackNetworkDeviceInterface.o -MD -MP -MF "$(DEPDIR)/NG_LoopBackNetworkDeviceInterface.Tpo" \
|
||||
-c -o NG_LoopBackNetworkDeviceInterface.o `test -f 'LoopBackNetwork/NG_LoopBackNetworkDeviceInterface.cpp' || echo '$(srcdir)/'`LoopBackNetwork/NG_LoopBackNetworkDeviceInterface.cpp; \
|
||||
then mv -f "$(DEPDIR)/NG_LoopBackNetworkDeviceInterface.Tpo" "$(DEPDIR)/NG_LoopBackNetworkDeviceInterface.Po"; \
|
||||
else rm -f "$(DEPDIR)/NG_LoopBackNetworkDeviceInterface.Tpo"; exit 1; \
|
||||
fi
|
||||
# source='LoopBackNetwork/NG_LoopBackNetworkDeviceInterface.cpp' object='NG_LoopBackNetworkDeviceInterface.o' libtool=no \
|
||||
# depfile='$(DEPDIR)/NG_LoopBackNetworkDeviceInterface.Po' tmpdepfile='$(DEPDIR)/NG_LoopBackNetworkDeviceInterface.TPo' \
|
||||
# $(CXXDEPMODE) $(depcomp) \
|
||||
# $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o NG_LoopBackNetworkDeviceInterface.o `test -f 'LoopBackNetwork/NG_LoopBackNetworkDeviceInterface.cpp' || echo '$(srcdir)/'`LoopBackNetwork/NG_LoopBackNetworkDeviceInterface.cpp
|
||||
|
||||
NG_LoopBackNetworkDeviceInterface.obj: LoopBackNetwork/NG_LoopBackNetworkDeviceInterface.cpp
|
||||
if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT NG_LoopBackNetworkDeviceInterface.obj -MD -MP -MF "$(DEPDIR)/NG_LoopBackNetworkDeviceInterface.Tpo" \
|
||||
-c -o NG_LoopBackNetworkDeviceInterface.obj `if test -f 'LoopBackNetwork/NG_LoopBackNetworkDeviceInterface.cpp'; then $(CYGPATH_W) 'LoopBackNetwork/NG_LoopBackNetworkDeviceInterface.cpp'; else $(CYGPATH_W) '$(srcdir)/LoopBackNetwork/NG_LoopBackNetworkDeviceInterface.cpp'; fi`; \
|
||||
then mv -f "$(DEPDIR)/NG_LoopBackNetworkDeviceInterface.Tpo" "$(DEPDIR)/NG_LoopBackNetworkDeviceInterface.Po"; \
|
||||
else rm -f "$(DEPDIR)/NG_LoopBackNetworkDeviceInterface.Tpo"; exit 1; \
|
||||
fi
|
||||
# source='LoopBackNetwork/NG_LoopBackNetworkDeviceInterface.cpp' object='NG_LoopBackNetworkDeviceInterface.obj' libtool=no \
|
||||
# depfile='$(DEPDIR)/NG_LoopBackNetworkDeviceInterface.Po' tmpdepfile='$(DEPDIR)/NG_LoopBackNetworkDeviceInterface.TPo' \
|
||||
# $(CXXDEPMODE) $(depcomp) \
|
||||
# $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o NG_LoopBackNetworkDeviceInterface.obj `if test -f 'LoopBackNetwork/NG_LoopBackNetworkDeviceInterface.cpp'; then $(CYGPATH_W) 'LoopBackNetwork/NG_LoopBackNetworkDeviceInterface.cpp'; else $(CYGPATH_W) '$(srcdir)/LoopBackNetwork/NG_LoopBackNetworkDeviceInterface.cpp'; fi`
|
||||
|
||||
NG_LoopBackNetworkDeviceInterface.lo: LoopBackNetwork/NG_LoopBackNetworkDeviceInterface.cpp
|
||||
if $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT NG_LoopBackNetworkDeviceInterface.lo -MD -MP -MF "$(DEPDIR)/NG_LoopBackNetworkDeviceInterface.Tpo" \
|
||||
-c -o NG_LoopBackNetworkDeviceInterface.lo `test -f 'LoopBackNetwork/NG_LoopBackNetworkDeviceInterface.cpp' || echo '$(srcdir)/'`LoopBackNetwork/NG_LoopBackNetworkDeviceInterface.cpp; \
|
||||
then mv -f "$(DEPDIR)/NG_LoopBackNetworkDeviceInterface.Tpo" "$(DEPDIR)/NG_LoopBackNetworkDeviceInterface.Plo"; \
|
||||
else rm -f "$(DEPDIR)/NG_LoopBackNetworkDeviceInterface.Tpo"; exit 1; \
|
||||
fi
|
||||
# source='LoopBackNetwork/NG_LoopBackNetworkDeviceInterface.cpp' object='NG_LoopBackNetworkDeviceInterface.lo' libtool=yes \
|
||||
# depfile='$(DEPDIR)/NG_LoopBackNetworkDeviceInterface.Plo' tmpdepfile='$(DEPDIR)/NG_LoopBackNetworkDeviceInterface.TPlo' \
|
||||
# $(CXXDEPMODE) $(depcomp) \
|
||||
# $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o NG_LoopBackNetworkDeviceInterface.lo `test -f 'LoopBackNetwork/NG_LoopBackNetworkDeviceInterface.cpp' || echo '$(srcdir)/'`LoopBackNetwork/NG_LoopBackNetworkDeviceInterface.cpp
|
||||
|
||||
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)
|
||||
$(mkinstalldirs) $(distdir)/LoopBackNetwork $(distdir)/TerraplayNetwork
|
||||
@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:
|
||||
|
||||
@@ -1,41 +1,720 @@
|
||||
#
|
||||
# $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/gameengine/Physics/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.
|
||||
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
|
||||
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
|
||||
# PARTICULAR PURPOSE.
|
||||
|
||||
include nan_definitions.mk
|
||||
|
||||
SOURCEDIR = source/gameengine/Physics
|
||||
DIR = $(OCGDIR)/gameengine/blphys
|
||||
DIRS = common Sumo Dummy
|
||||
DIRS += BlOde
|
||||
|
||||
include nan_subdirs.mk
|
||||
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 = -lGLU -lGL -lX11 -lXext -lutil -ldl -lstdc++ -lSDL -lpng -ljpeg -lpthread -lz -L/usr/lib -lSDL -lpthread
|
||||
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 = libgameblender_physics.la
|
||||
|
||||
|
||||
#there are some test prgrams under sumo/fuzzics/sample directory... if anyome wants to build them they should modify this file
|
||||
libgameblender_physics_la_SOURCES = \
|
||||
common/PHY_DynamicTypes.h \
|
||||
common/PHY_IMotionState.cpp \
|
||||
common/PHY_IMotionState.h \
|
||||
common/PHY_IPhysicsController.cpp \
|
||||
common/PHY_IPhysicsController.h \
|
||||
common/PHY_IPhysicsEnvironment.cpp \
|
||||
common/PHY_IPhysicsEnvironment.h \
|
||||
common/PHY_Pro.h \
|
||||
BlOde/OdePhysicsController.cpp \
|
||||
BlOde/OdePhysicsController.h \
|
||||
BlOde/OdePhysicsEnvironment.cpp \
|
||||
BlOde/OdePhysicsEnvironment.h \
|
||||
Dummy/DummyPhysicsEnvironment.cpp \
|
||||
Dummy/DummyPhysicsEnvironment.h
|
||||
|
||||
|
||||
INCLUDES = \
|
||||
-I$(top_srcdir)/source/gameengine/Physics/common \
|
||||
-I$(top_srcdir)/source/gameengine/Physics/Sumo/include \
|
||||
-I$(top_srcdir)/intern/moto/include \
|
||||
-I$(top_srcdir)/source/ode/include
|
||||
|
||||
|
||||
EXTRA_DIST = \
|
||||
Makefile \
|
||||
common/Makefile \
|
||||
BlOde/Makefile \
|
||||
Dummy/Makefile
|
||||
|
||||
subdir = source/gameengine/Physics
|
||||
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
|
||||
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
|
||||
CONFIG_HEADER = $(top_builddir)/config.h
|
||||
CONFIG_CLEAN_FILES =
|
||||
LTLIBRARIES = $(noinst_LTLIBRARIES)
|
||||
|
||||
libgameblender_physics_la_LDFLAGS =
|
||||
libgameblender_physics_la_LIBADD =
|
||||
am_libgameblender_physics_la_OBJECTS = PHY_IMotionState.lo \
|
||||
PHY_IPhysicsController.lo PHY_IPhysicsEnvironment.lo \
|
||||
OdePhysicsController.lo OdePhysicsEnvironment.lo \
|
||||
DummyPhysicsEnvironment.lo
|
||||
libgameblender_physics_la_OBJECTS = \
|
||||
$(am_libgameblender_physics_la_OBJECTS)
|
||||
|
||||
DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
|
||||
depcomp = $(SHELL) $(top_srcdir)/depcomp
|
||||
am__depfiles_maybe = depfiles
|
||||
DEP_FILES = ./$(DEPDIR)/DummyPhysicsEnvironment.Plo \
|
||||
./$(DEPDIR)/OdePhysicsController.Plo \
|
||||
./$(DEPDIR)/OdePhysicsEnvironment.Plo \
|
||||
./$(DEPDIR)/PHY_IMotionState.Plo \
|
||||
./$(DEPDIR)/PHY_IPhysicsController.Plo \
|
||||
./$(DEPDIR)/PHY_IPhysicsEnvironment.Plo
|
||||
CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
|
||||
$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
|
||||
LTCXXCOMPILE = $(LIBTOOL) --mode=compile $(CXX) $(DEFS) \
|
||||
$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
|
||||
$(AM_CXXFLAGS) $(CXXFLAGS)
|
||||
CXXLD = $(CXX)
|
||||
CXXLINK = $(LIBTOOL) --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) \
|
||||
$(AM_LDFLAGS) $(LDFLAGS) -o $@
|
||||
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 = $(libgameblender_physics_la_SOURCES)
|
||||
DIST_COMMON = Makefile.am Makefile.in
|
||||
SOURCES = $(libgameblender_physics_la_SOURCES)
|
||||
|
||||
all: all-am
|
||||
|
||||
.SUFFIXES:
|
||||
.SUFFIXES: .cpp .lo .o .obj
|
||||
$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.ac $(ACLOCAL_M4)
|
||||
cd $(top_srcdir) && \
|
||||
$(AUTOMAKE) --gnu source/gameengine/Physics/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
|
||||
libgameblender_physics.la: $(libgameblender_physics_la_OBJECTS) $(libgameblender_physics_la_DEPENDENCIES)
|
||||
$(CXXLINK) $(libgameblender_physics_la_LDFLAGS) $(libgameblender_physics_la_OBJECTS) $(libgameblender_physics_la_LIBADD) $(LIBS)
|
||||
|
||||
mostlyclean-compile:
|
||||
-rm -f *.$(OBJEXT) core *.core
|
||||
|
||||
distclean-compile:
|
||||
-rm -f *.tab.c
|
||||
|
||||
include ./$(DEPDIR)/DummyPhysicsEnvironment.Plo
|
||||
include ./$(DEPDIR)/OdePhysicsController.Plo
|
||||
include ./$(DEPDIR)/OdePhysicsEnvironment.Plo
|
||||
include ./$(DEPDIR)/PHY_IMotionState.Plo
|
||||
include ./$(DEPDIR)/PHY_IPhysicsController.Plo
|
||||
include ./$(DEPDIR)/PHY_IPhysicsEnvironment.Plo
|
||||
|
||||
distclean-depend:
|
||||
-rm -rf ./$(DEPDIR)
|
||||
|
||||
.cpp.o:
|
||||
if $(CXXCOMPILE) -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' \
|
||||
# $(CXXDEPMODE) $(depcomp) \
|
||||
# $(CXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
|
||||
|
||||
.cpp.obj:
|
||||
if $(CXXCOMPILE) -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' \
|
||||
# $(CXXDEPMODE) $(depcomp) \
|
||||
# $(CXXCOMPILE) -c -o $@ `if test -f '$<'; then $(CYGPATH_W) '$<'; else $(CYGPATH_W) '$(srcdir)/$<'; fi`
|
||||
|
||||
.cpp.lo:
|
||||
if $(LTCXXCOMPILE) -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' \
|
||||
# $(CXXDEPMODE) $(depcomp) \
|
||||
# $(LTCXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
|
||||
|
||||
PHY_IMotionState.o: common/PHY_IMotionState.cpp
|
||||
if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT PHY_IMotionState.o -MD -MP -MF "$(DEPDIR)/PHY_IMotionState.Tpo" \
|
||||
-c -o PHY_IMotionState.o `test -f 'common/PHY_IMotionState.cpp' || echo '$(srcdir)/'`common/PHY_IMotionState.cpp; \
|
||||
then mv -f "$(DEPDIR)/PHY_IMotionState.Tpo" "$(DEPDIR)/PHY_IMotionState.Po"; \
|
||||
else rm -f "$(DEPDIR)/PHY_IMotionState.Tpo"; exit 1; \
|
||||
fi
|
||||
# source='common/PHY_IMotionState.cpp' object='PHY_IMotionState.o' libtool=no \
|
||||
# depfile='$(DEPDIR)/PHY_IMotionState.Po' tmpdepfile='$(DEPDIR)/PHY_IMotionState.TPo' \
|
||||
# $(CXXDEPMODE) $(depcomp) \
|
||||
# $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o PHY_IMotionState.o `test -f 'common/PHY_IMotionState.cpp' || echo '$(srcdir)/'`common/PHY_IMotionState.cpp
|
||||
|
||||
PHY_IMotionState.obj: common/PHY_IMotionState.cpp
|
||||
if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT PHY_IMotionState.obj -MD -MP -MF "$(DEPDIR)/PHY_IMotionState.Tpo" \
|
||||
-c -o PHY_IMotionState.obj `if test -f 'common/PHY_IMotionState.cpp'; then $(CYGPATH_W) 'common/PHY_IMotionState.cpp'; else $(CYGPATH_W) '$(srcdir)/common/PHY_IMotionState.cpp'; fi`; \
|
||||
then mv -f "$(DEPDIR)/PHY_IMotionState.Tpo" "$(DEPDIR)/PHY_IMotionState.Po"; \
|
||||
else rm -f "$(DEPDIR)/PHY_IMotionState.Tpo"; exit 1; \
|
||||
fi
|
||||
# source='common/PHY_IMotionState.cpp' object='PHY_IMotionState.obj' libtool=no \
|
||||
# depfile='$(DEPDIR)/PHY_IMotionState.Po' tmpdepfile='$(DEPDIR)/PHY_IMotionState.TPo' \
|
||||
# $(CXXDEPMODE) $(depcomp) \
|
||||
# $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o PHY_IMotionState.obj `if test -f 'common/PHY_IMotionState.cpp'; then $(CYGPATH_W) 'common/PHY_IMotionState.cpp'; else $(CYGPATH_W) '$(srcdir)/common/PHY_IMotionState.cpp'; fi`
|
||||
|
||||
PHY_IMotionState.lo: common/PHY_IMotionState.cpp
|
||||
if $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT PHY_IMotionState.lo -MD -MP -MF "$(DEPDIR)/PHY_IMotionState.Tpo" \
|
||||
-c -o PHY_IMotionState.lo `test -f 'common/PHY_IMotionState.cpp' || echo '$(srcdir)/'`common/PHY_IMotionState.cpp; \
|
||||
then mv -f "$(DEPDIR)/PHY_IMotionState.Tpo" "$(DEPDIR)/PHY_IMotionState.Plo"; \
|
||||
else rm -f "$(DEPDIR)/PHY_IMotionState.Tpo"; exit 1; \
|
||||
fi
|
||||
# source='common/PHY_IMotionState.cpp' object='PHY_IMotionState.lo' libtool=yes \
|
||||
# depfile='$(DEPDIR)/PHY_IMotionState.Plo' tmpdepfile='$(DEPDIR)/PHY_IMotionState.TPlo' \
|
||||
# $(CXXDEPMODE) $(depcomp) \
|
||||
# $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o PHY_IMotionState.lo `test -f 'common/PHY_IMotionState.cpp' || echo '$(srcdir)/'`common/PHY_IMotionState.cpp
|
||||
|
||||
PHY_IPhysicsController.o: common/PHY_IPhysicsController.cpp
|
||||
if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT PHY_IPhysicsController.o -MD -MP -MF "$(DEPDIR)/PHY_IPhysicsController.Tpo" \
|
||||
-c -o PHY_IPhysicsController.o `test -f 'common/PHY_IPhysicsController.cpp' || echo '$(srcdir)/'`common/PHY_IPhysicsController.cpp; \
|
||||
then mv -f "$(DEPDIR)/PHY_IPhysicsController.Tpo" "$(DEPDIR)/PHY_IPhysicsController.Po"; \
|
||||
else rm -f "$(DEPDIR)/PHY_IPhysicsController.Tpo"; exit 1; \
|
||||
fi
|
||||
# source='common/PHY_IPhysicsController.cpp' object='PHY_IPhysicsController.o' libtool=no \
|
||||
# depfile='$(DEPDIR)/PHY_IPhysicsController.Po' tmpdepfile='$(DEPDIR)/PHY_IPhysicsController.TPo' \
|
||||
# $(CXXDEPMODE) $(depcomp) \
|
||||
# $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o PHY_IPhysicsController.o `test -f 'common/PHY_IPhysicsController.cpp' || echo '$(srcdir)/'`common/PHY_IPhysicsController.cpp
|
||||
|
||||
PHY_IPhysicsController.obj: common/PHY_IPhysicsController.cpp
|
||||
if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT PHY_IPhysicsController.obj -MD -MP -MF "$(DEPDIR)/PHY_IPhysicsController.Tpo" \
|
||||
-c -o PHY_IPhysicsController.obj `if test -f 'common/PHY_IPhysicsController.cpp'; then $(CYGPATH_W) 'common/PHY_IPhysicsController.cpp'; else $(CYGPATH_W) '$(srcdir)/common/PHY_IPhysicsController.cpp'; fi`; \
|
||||
then mv -f "$(DEPDIR)/PHY_IPhysicsController.Tpo" "$(DEPDIR)/PHY_IPhysicsController.Po"; \
|
||||
else rm -f "$(DEPDIR)/PHY_IPhysicsController.Tpo"; exit 1; \
|
||||
fi
|
||||
# source='common/PHY_IPhysicsController.cpp' object='PHY_IPhysicsController.obj' libtool=no \
|
||||
# depfile='$(DEPDIR)/PHY_IPhysicsController.Po' tmpdepfile='$(DEPDIR)/PHY_IPhysicsController.TPo' \
|
||||
# $(CXXDEPMODE) $(depcomp) \
|
||||
# $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o PHY_IPhysicsController.obj `if test -f 'common/PHY_IPhysicsController.cpp'; then $(CYGPATH_W) 'common/PHY_IPhysicsController.cpp'; else $(CYGPATH_W) '$(srcdir)/common/PHY_IPhysicsController.cpp'; fi`
|
||||
|
||||
PHY_IPhysicsController.lo: common/PHY_IPhysicsController.cpp
|
||||
if $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT PHY_IPhysicsController.lo -MD -MP -MF "$(DEPDIR)/PHY_IPhysicsController.Tpo" \
|
||||
-c -o PHY_IPhysicsController.lo `test -f 'common/PHY_IPhysicsController.cpp' || echo '$(srcdir)/'`common/PHY_IPhysicsController.cpp; \
|
||||
then mv -f "$(DEPDIR)/PHY_IPhysicsController.Tpo" "$(DEPDIR)/PHY_IPhysicsController.Plo"; \
|
||||
else rm -f "$(DEPDIR)/PHY_IPhysicsController.Tpo"; exit 1; \
|
||||
fi
|
||||
# source='common/PHY_IPhysicsController.cpp' object='PHY_IPhysicsController.lo' libtool=yes \
|
||||
# depfile='$(DEPDIR)/PHY_IPhysicsController.Plo' tmpdepfile='$(DEPDIR)/PHY_IPhysicsController.TPlo' \
|
||||
# $(CXXDEPMODE) $(depcomp) \
|
||||
# $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o PHY_IPhysicsController.lo `test -f 'common/PHY_IPhysicsController.cpp' || echo '$(srcdir)/'`common/PHY_IPhysicsController.cpp
|
||||
|
||||
PHY_IPhysicsEnvironment.o: common/PHY_IPhysicsEnvironment.cpp
|
||||
if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT PHY_IPhysicsEnvironment.o -MD -MP -MF "$(DEPDIR)/PHY_IPhysicsEnvironment.Tpo" \
|
||||
-c -o PHY_IPhysicsEnvironment.o `test -f 'common/PHY_IPhysicsEnvironment.cpp' || echo '$(srcdir)/'`common/PHY_IPhysicsEnvironment.cpp; \
|
||||
then mv -f "$(DEPDIR)/PHY_IPhysicsEnvironment.Tpo" "$(DEPDIR)/PHY_IPhysicsEnvironment.Po"; \
|
||||
else rm -f "$(DEPDIR)/PHY_IPhysicsEnvironment.Tpo"; exit 1; \
|
||||
fi
|
||||
# source='common/PHY_IPhysicsEnvironment.cpp' object='PHY_IPhysicsEnvironment.o' libtool=no \
|
||||
# depfile='$(DEPDIR)/PHY_IPhysicsEnvironment.Po' tmpdepfile='$(DEPDIR)/PHY_IPhysicsEnvironment.TPo' \
|
||||
# $(CXXDEPMODE) $(depcomp) \
|
||||
# $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o PHY_IPhysicsEnvironment.o `test -f 'common/PHY_IPhysicsEnvironment.cpp' || echo '$(srcdir)/'`common/PHY_IPhysicsEnvironment.cpp
|
||||
|
||||
PHY_IPhysicsEnvironment.obj: common/PHY_IPhysicsEnvironment.cpp
|
||||
if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT PHY_IPhysicsEnvironment.obj -MD -MP -MF "$(DEPDIR)/PHY_IPhysicsEnvironment.Tpo" \
|
||||
-c -o PHY_IPhysicsEnvironment.obj `if test -f 'common/PHY_IPhysicsEnvironment.cpp'; then $(CYGPATH_W) 'common/PHY_IPhysicsEnvironment.cpp'; else $(CYGPATH_W) '$(srcdir)/common/PHY_IPhysicsEnvironment.cpp'; fi`; \
|
||||
then mv -f "$(DEPDIR)/PHY_IPhysicsEnvironment.Tpo" "$(DEPDIR)/PHY_IPhysicsEnvironment.Po"; \
|
||||
else rm -f "$(DEPDIR)/PHY_IPhysicsEnvironment.Tpo"; exit 1; \
|
||||
fi
|
||||
# source='common/PHY_IPhysicsEnvironment.cpp' object='PHY_IPhysicsEnvironment.obj' libtool=no \
|
||||
# depfile='$(DEPDIR)/PHY_IPhysicsEnvironment.Po' tmpdepfile='$(DEPDIR)/PHY_IPhysicsEnvironment.TPo' \
|
||||
# $(CXXDEPMODE) $(depcomp) \
|
||||
# $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o PHY_IPhysicsEnvironment.obj `if test -f 'common/PHY_IPhysicsEnvironment.cpp'; then $(CYGPATH_W) 'common/PHY_IPhysicsEnvironment.cpp'; else $(CYGPATH_W) '$(srcdir)/common/PHY_IPhysicsEnvironment.cpp'; fi`
|
||||
|
||||
PHY_IPhysicsEnvironment.lo: common/PHY_IPhysicsEnvironment.cpp
|
||||
if $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT PHY_IPhysicsEnvironment.lo -MD -MP -MF "$(DEPDIR)/PHY_IPhysicsEnvironment.Tpo" \
|
||||
-c -o PHY_IPhysicsEnvironment.lo `test -f 'common/PHY_IPhysicsEnvironment.cpp' || echo '$(srcdir)/'`common/PHY_IPhysicsEnvironment.cpp; \
|
||||
then mv -f "$(DEPDIR)/PHY_IPhysicsEnvironment.Tpo" "$(DEPDIR)/PHY_IPhysicsEnvironment.Plo"; \
|
||||
else rm -f "$(DEPDIR)/PHY_IPhysicsEnvironment.Tpo"; exit 1; \
|
||||
fi
|
||||
# source='common/PHY_IPhysicsEnvironment.cpp' object='PHY_IPhysicsEnvironment.lo' libtool=yes \
|
||||
# depfile='$(DEPDIR)/PHY_IPhysicsEnvironment.Plo' tmpdepfile='$(DEPDIR)/PHY_IPhysicsEnvironment.TPlo' \
|
||||
# $(CXXDEPMODE) $(depcomp) \
|
||||
# $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o PHY_IPhysicsEnvironment.lo `test -f 'common/PHY_IPhysicsEnvironment.cpp' || echo '$(srcdir)/'`common/PHY_IPhysicsEnvironment.cpp
|
||||
|
||||
OdePhysicsController.o: BlOde/OdePhysicsController.cpp
|
||||
if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT OdePhysicsController.o -MD -MP -MF "$(DEPDIR)/OdePhysicsController.Tpo" \
|
||||
-c -o OdePhysicsController.o `test -f 'BlOde/OdePhysicsController.cpp' || echo '$(srcdir)/'`BlOde/OdePhysicsController.cpp; \
|
||||
then mv -f "$(DEPDIR)/OdePhysicsController.Tpo" "$(DEPDIR)/OdePhysicsController.Po"; \
|
||||
else rm -f "$(DEPDIR)/OdePhysicsController.Tpo"; exit 1; \
|
||||
fi
|
||||
# source='BlOde/OdePhysicsController.cpp' object='OdePhysicsController.o' libtool=no \
|
||||
# depfile='$(DEPDIR)/OdePhysicsController.Po' tmpdepfile='$(DEPDIR)/OdePhysicsController.TPo' \
|
||||
# $(CXXDEPMODE) $(depcomp) \
|
||||
# $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o OdePhysicsController.o `test -f 'BlOde/OdePhysicsController.cpp' || echo '$(srcdir)/'`BlOde/OdePhysicsController.cpp
|
||||
|
||||
OdePhysicsController.obj: BlOde/OdePhysicsController.cpp
|
||||
if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT OdePhysicsController.obj -MD -MP -MF "$(DEPDIR)/OdePhysicsController.Tpo" \
|
||||
-c -o OdePhysicsController.obj `if test -f 'BlOde/OdePhysicsController.cpp'; then $(CYGPATH_W) 'BlOde/OdePhysicsController.cpp'; else $(CYGPATH_W) '$(srcdir)/BlOde/OdePhysicsController.cpp'; fi`; \
|
||||
then mv -f "$(DEPDIR)/OdePhysicsController.Tpo" "$(DEPDIR)/OdePhysicsController.Po"; \
|
||||
else rm -f "$(DEPDIR)/OdePhysicsController.Tpo"; exit 1; \
|
||||
fi
|
||||
# source='BlOde/OdePhysicsController.cpp' object='OdePhysicsController.obj' libtool=no \
|
||||
# depfile='$(DEPDIR)/OdePhysicsController.Po' tmpdepfile='$(DEPDIR)/OdePhysicsController.TPo' \
|
||||
# $(CXXDEPMODE) $(depcomp) \
|
||||
# $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o OdePhysicsController.obj `if test -f 'BlOde/OdePhysicsController.cpp'; then $(CYGPATH_W) 'BlOde/OdePhysicsController.cpp'; else $(CYGPATH_W) '$(srcdir)/BlOde/OdePhysicsController.cpp'; fi`
|
||||
|
||||
OdePhysicsController.lo: BlOde/OdePhysicsController.cpp
|
||||
if $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT OdePhysicsController.lo -MD -MP -MF "$(DEPDIR)/OdePhysicsController.Tpo" \
|
||||
-c -o OdePhysicsController.lo `test -f 'BlOde/OdePhysicsController.cpp' || echo '$(srcdir)/'`BlOde/OdePhysicsController.cpp; \
|
||||
then mv -f "$(DEPDIR)/OdePhysicsController.Tpo" "$(DEPDIR)/OdePhysicsController.Plo"; \
|
||||
else rm -f "$(DEPDIR)/OdePhysicsController.Tpo"; exit 1; \
|
||||
fi
|
||||
# source='BlOde/OdePhysicsController.cpp' object='OdePhysicsController.lo' libtool=yes \
|
||||
# depfile='$(DEPDIR)/OdePhysicsController.Plo' tmpdepfile='$(DEPDIR)/OdePhysicsController.TPlo' \
|
||||
# $(CXXDEPMODE) $(depcomp) \
|
||||
# $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o OdePhysicsController.lo `test -f 'BlOde/OdePhysicsController.cpp' || echo '$(srcdir)/'`BlOde/OdePhysicsController.cpp
|
||||
|
||||
OdePhysicsEnvironment.o: BlOde/OdePhysicsEnvironment.cpp
|
||||
if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT OdePhysicsEnvironment.o -MD -MP -MF "$(DEPDIR)/OdePhysicsEnvironment.Tpo" \
|
||||
-c -o OdePhysicsEnvironment.o `test -f 'BlOde/OdePhysicsEnvironment.cpp' || echo '$(srcdir)/'`BlOde/OdePhysicsEnvironment.cpp; \
|
||||
then mv -f "$(DEPDIR)/OdePhysicsEnvironment.Tpo" "$(DEPDIR)/OdePhysicsEnvironment.Po"; \
|
||||
else rm -f "$(DEPDIR)/OdePhysicsEnvironment.Tpo"; exit 1; \
|
||||
fi
|
||||
# source='BlOde/OdePhysicsEnvironment.cpp' object='OdePhysicsEnvironment.o' libtool=no \
|
||||
# depfile='$(DEPDIR)/OdePhysicsEnvironment.Po' tmpdepfile='$(DEPDIR)/OdePhysicsEnvironment.TPo' \
|
||||
# $(CXXDEPMODE) $(depcomp) \
|
||||
# $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o OdePhysicsEnvironment.o `test -f 'BlOde/OdePhysicsEnvironment.cpp' || echo '$(srcdir)/'`BlOde/OdePhysicsEnvironment.cpp
|
||||
|
||||
OdePhysicsEnvironment.obj: BlOde/OdePhysicsEnvironment.cpp
|
||||
if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT OdePhysicsEnvironment.obj -MD -MP -MF "$(DEPDIR)/OdePhysicsEnvironment.Tpo" \
|
||||
-c -o OdePhysicsEnvironment.obj `if test -f 'BlOde/OdePhysicsEnvironment.cpp'; then $(CYGPATH_W) 'BlOde/OdePhysicsEnvironment.cpp'; else $(CYGPATH_W) '$(srcdir)/BlOde/OdePhysicsEnvironment.cpp'; fi`; \
|
||||
then mv -f "$(DEPDIR)/OdePhysicsEnvironment.Tpo" "$(DEPDIR)/OdePhysicsEnvironment.Po"; \
|
||||
else rm -f "$(DEPDIR)/OdePhysicsEnvironment.Tpo"; exit 1; \
|
||||
fi
|
||||
# source='BlOde/OdePhysicsEnvironment.cpp' object='OdePhysicsEnvironment.obj' libtool=no \
|
||||
# depfile='$(DEPDIR)/OdePhysicsEnvironment.Po' tmpdepfile='$(DEPDIR)/OdePhysicsEnvironment.TPo' \
|
||||
# $(CXXDEPMODE) $(depcomp) \
|
||||
# $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o OdePhysicsEnvironment.obj `if test -f 'BlOde/OdePhysicsEnvironment.cpp'; then $(CYGPATH_W) 'BlOde/OdePhysicsEnvironment.cpp'; else $(CYGPATH_W) '$(srcdir)/BlOde/OdePhysicsEnvironment.cpp'; fi`
|
||||
|
||||
OdePhysicsEnvironment.lo: BlOde/OdePhysicsEnvironment.cpp
|
||||
if $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT OdePhysicsEnvironment.lo -MD -MP -MF "$(DEPDIR)/OdePhysicsEnvironment.Tpo" \
|
||||
-c -o OdePhysicsEnvironment.lo `test -f 'BlOde/OdePhysicsEnvironment.cpp' || echo '$(srcdir)/'`BlOde/OdePhysicsEnvironment.cpp; \
|
||||
then mv -f "$(DEPDIR)/OdePhysicsEnvironment.Tpo" "$(DEPDIR)/OdePhysicsEnvironment.Plo"; \
|
||||
else rm -f "$(DEPDIR)/OdePhysicsEnvironment.Tpo"; exit 1; \
|
||||
fi
|
||||
# source='BlOde/OdePhysicsEnvironment.cpp' object='OdePhysicsEnvironment.lo' libtool=yes \
|
||||
# depfile='$(DEPDIR)/OdePhysicsEnvironment.Plo' tmpdepfile='$(DEPDIR)/OdePhysicsEnvironment.TPlo' \
|
||||
# $(CXXDEPMODE) $(depcomp) \
|
||||
# $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o OdePhysicsEnvironment.lo `test -f 'BlOde/OdePhysicsEnvironment.cpp' || echo '$(srcdir)/'`BlOde/OdePhysicsEnvironment.cpp
|
||||
|
||||
DummyPhysicsEnvironment.o: Dummy/DummyPhysicsEnvironment.cpp
|
||||
if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT DummyPhysicsEnvironment.o -MD -MP -MF "$(DEPDIR)/DummyPhysicsEnvironment.Tpo" \
|
||||
-c -o DummyPhysicsEnvironment.o `test -f 'Dummy/DummyPhysicsEnvironment.cpp' || echo '$(srcdir)/'`Dummy/DummyPhysicsEnvironment.cpp; \
|
||||
then mv -f "$(DEPDIR)/DummyPhysicsEnvironment.Tpo" "$(DEPDIR)/DummyPhysicsEnvironment.Po"; \
|
||||
else rm -f "$(DEPDIR)/DummyPhysicsEnvironment.Tpo"; exit 1; \
|
||||
fi
|
||||
# source='Dummy/DummyPhysicsEnvironment.cpp' object='DummyPhysicsEnvironment.o' libtool=no \
|
||||
# depfile='$(DEPDIR)/DummyPhysicsEnvironment.Po' tmpdepfile='$(DEPDIR)/DummyPhysicsEnvironment.TPo' \
|
||||
# $(CXXDEPMODE) $(depcomp) \
|
||||
# $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o DummyPhysicsEnvironment.o `test -f 'Dummy/DummyPhysicsEnvironment.cpp' || echo '$(srcdir)/'`Dummy/DummyPhysicsEnvironment.cpp
|
||||
|
||||
DummyPhysicsEnvironment.obj: Dummy/DummyPhysicsEnvironment.cpp
|
||||
if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT DummyPhysicsEnvironment.obj -MD -MP -MF "$(DEPDIR)/DummyPhysicsEnvironment.Tpo" \
|
||||
-c -o DummyPhysicsEnvironment.obj `if test -f 'Dummy/DummyPhysicsEnvironment.cpp'; then $(CYGPATH_W) 'Dummy/DummyPhysicsEnvironment.cpp'; else $(CYGPATH_W) '$(srcdir)/Dummy/DummyPhysicsEnvironment.cpp'; fi`; \
|
||||
then mv -f "$(DEPDIR)/DummyPhysicsEnvironment.Tpo" "$(DEPDIR)/DummyPhysicsEnvironment.Po"; \
|
||||
else rm -f "$(DEPDIR)/DummyPhysicsEnvironment.Tpo"; exit 1; \
|
||||
fi
|
||||
# source='Dummy/DummyPhysicsEnvironment.cpp' object='DummyPhysicsEnvironment.obj' libtool=no \
|
||||
# depfile='$(DEPDIR)/DummyPhysicsEnvironment.Po' tmpdepfile='$(DEPDIR)/DummyPhysicsEnvironment.TPo' \
|
||||
# $(CXXDEPMODE) $(depcomp) \
|
||||
# $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o DummyPhysicsEnvironment.obj `if test -f 'Dummy/DummyPhysicsEnvironment.cpp'; then $(CYGPATH_W) 'Dummy/DummyPhysicsEnvironment.cpp'; else $(CYGPATH_W) '$(srcdir)/Dummy/DummyPhysicsEnvironment.cpp'; fi`
|
||||
|
||||
DummyPhysicsEnvironment.lo: Dummy/DummyPhysicsEnvironment.cpp
|
||||
if $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT DummyPhysicsEnvironment.lo -MD -MP -MF "$(DEPDIR)/DummyPhysicsEnvironment.Tpo" \
|
||||
-c -o DummyPhysicsEnvironment.lo `test -f 'Dummy/DummyPhysicsEnvironment.cpp' || echo '$(srcdir)/'`Dummy/DummyPhysicsEnvironment.cpp; \
|
||||
then mv -f "$(DEPDIR)/DummyPhysicsEnvironment.Tpo" "$(DEPDIR)/DummyPhysicsEnvironment.Plo"; \
|
||||
else rm -f "$(DEPDIR)/DummyPhysicsEnvironment.Tpo"; exit 1; \
|
||||
fi
|
||||
# source='Dummy/DummyPhysicsEnvironment.cpp' object='DummyPhysicsEnvironment.lo' libtool=yes \
|
||||
# depfile='$(DEPDIR)/DummyPhysicsEnvironment.Plo' tmpdepfile='$(DEPDIR)/DummyPhysicsEnvironment.TPlo' \
|
||||
# $(CXXDEPMODE) $(depcomp) \
|
||||
# $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o DummyPhysicsEnvironment.lo `test -f 'Dummy/DummyPhysicsEnvironment.cpp' || echo '$(srcdir)/'`Dummy/DummyPhysicsEnvironment.cpp
|
||||
|
||||
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)
|
||||
$(mkinstalldirs) $(distdir)/BlOde $(distdir)/Dummy $(distdir)/common
|
||||
@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:
|
||||
|
||||
@@ -1,51 +1,645 @@
|
||||
#
|
||||
# $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/gameengine/Rasterizer/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 *****
|
||||
#
|
||||
#
|
||||
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
|
||||
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
|
||||
# PARTICULAR PURPOSE.
|
||||
|
||||
LIBNAME = rasterizer
|
||||
DIR = $(OCGDIR)/gameengine/$(LIBNAME)
|
||||
|
||||
include nan_compile.mk
|
||||
|
||||
CCFLAGS += $(LEVEL_1_CPP_WARNINGS)
|
||||
srcdir = .
|
||||
top_srcdir = ../../..
|
||||
|
||||
CPPFLAGS += -I$(OPENGL_HEADERS)
|
||||
CPPFLAGS += -I$(NAN_STRING)/include
|
||||
CPPFLAGS += -I$(NAN_MOTO)/include
|
||||
CPPFLAGS += -I../../kernel/gen_system
|
||||
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 = -lGLU -lGL -lX11 -lXext -lutil -ldl -lstdc++ -lSDL -lpng -ljpeg -lpthread -lz -L/usr/lib -lSDL -lpthread
|
||||
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 = libgameblender_rasterizer.la
|
||||
|
||||
SOURCEDIR = source/gameengine/Rasterizer
|
||||
DIRS = RAS_OpenGLRasterizer
|
||||
libgameblender_rasterizer_la_SOURCES = \
|
||||
RAS_BucketManager.cpp \
|
||||
RAS_BucketManager.h \
|
||||
RAS_CameraData.h \
|
||||
RAS_Deformer.h \
|
||||
RAS_FramingManager.cpp \
|
||||
RAS_FramingManager.h \
|
||||
RAS_ICanvas.h \
|
||||
RAS_IPolygonMaterial.cpp \
|
||||
RAS_IPolygonMaterial.h \
|
||||
RAS_IRasterizer.h \
|
||||
RAS_IRenderTools.cpp \
|
||||
RAS_IRenderTools.h \
|
||||
RAS_LightObject.h \
|
||||
RAS_MaterialBucket.cpp \
|
||||
RAS_MaterialBucket.h \
|
||||
RAS_MeshObject.cpp \
|
||||
RAS_MeshObject.h \
|
||||
RAS_Polygon.cpp \
|
||||
RAS_Polygon.h \
|
||||
RAS_Rect.h \
|
||||
RAS_TexMatrix.h \
|
||||
RAS_TexVert.cpp \
|
||||
RAS_TexVert.h \
|
||||
RAS_texmatrix.cpp \
|
||||
RAS_OpenGLRasterizer/RAS_CheckVertexArrays.cpp \
|
||||
RAS_OpenGLRasterizer/RAS_CheckVertexArrays.h \
|
||||
RAS_OpenGLRasterizer/RAS_OpenGLRasterizer.cpp \
|
||||
RAS_OpenGLRasterizer/RAS_OpenGLRasterizer.h \
|
||||
RAS_OpenGLRasterizer/RAS_VAOpenGLRasterizer.cpp \
|
||||
RAS_OpenGLRasterizer/RAS_VAOpenGLRasterizer.h
|
||||
|
||||
include nan_subdirs.mk
|
||||
|
||||
INCLUDES = -I$(top_srcdir)/intern/moto/include \
|
||||
-I$(top_srcdir)/intern/string \
|
||||
-I$(top_srcdir)/source/kernel/gen_system
|
||||
|
||||
|
||||
EXTRA_DIST = \
|
||||
Makefile \
|
||||
RAS_OpenGLRasterizer/Makefile
|
||||
|
||||
subdir = source/gameengine/Rasterizer
|
||||
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
|
||||
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
|
||||
CONFIG_HEADER = $(top_builddir)/config.h
|
||||
CONFIG_CLEAN_FILES =
|
||||
LTLIBRARIES = $(noinst_LTLIBRARIES)
|
||||
|
||||
libgameblender_rasterizer_la_LDFLAGS =
|
||||
libgameblender_rasterizer_la_LIBADD =
|
||||
am_libgameblender_rasterizer_la_OBJECTS = RAS_BucketManager.lo \
|
||||
RAS_FramingManager.lo RAS_IPolygonMaterial.lo \
|
||||
RAS_IRenderTools.lo RAS_MaterialBucket.lo RAS_MeshObject.lo \
|
||||
RAS_Polygon.lo RAS_TexVert.lo RAS_texmatrix.lo \
|
||||
RAS_CheckVertexArrays.lo RAS_OpenGLRasterizer.lo \
|
||||
RAS_VAOpenGLRasterizer.lo
|
||||
libgameblender_rasterizer_la_OBJECTS = \
|
||||
$(am_libgameblender_rasterizer_la_OBJECTS)
|
||||
|
||||
DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
|
||||
depcomp = $(SHELL) $(top_srcdir)/depcomp
|
||||
am__depfiles_maybe = depfiles
|
||||
DEP_FILES = ./$(DEPDIR)/RAS_BucketManager.Plo \
|
||||
./$(DEPDIR)/RAS_CheckVertexArrays.Plo \
|
||||
./$(DEPDIR)/RAS_FramingManager.Plo \
|
||||
./$(DEPDIR)/RAS_IPolygonMaterial.Plo \
|
||||
./$(DEPDIR)/RAS_IRenderTools.Plo \
|
||||
./$(DEPDIR)/RAS_MaterialBucket.Plo \
|
||||
./$(DEPDIR)/RAS_MeshObject.Plo \
|
||||
./$(DEPDIR)/RAS_OpenGLRasterizer.Plo \
|
||||
./$(DEPDIR)/RAS_Polygon.Plo \
|
||||
./$(DEPDIR)/RAS_TexVert.Plo \
|
||||
./$(DEPDIR)/RAS_VAOpenGLRasterizer.Plo \
|
||||
./$(DEPDIR)/RAS_texmatrix.Plo
|
||||
CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
|
||||
$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
|
||||
LTCXXCOMPILE = $(LIBTOOL) --mode=compile $(CXX) $(DEFS) \
|
||||
$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
|
||||
$(AM_CXXFLAGS) $(CXXFLAGS)
|
||||
CXXLD = $(CXX)
|
||||
CXXLINK = $(LIBTOOL) --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) \
|
||||
$(AM_LDFLAGS) $(LDFLAGS) -o $@
|
||||
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 = $(libgameblender_rasterizer_la_SOURCES)
|
||||
DIST_COMMON = Makefile.am Makefile.in
|
||||
SOURCES = $(libgameblender_rasterizer_la_SOURCES)
|
||||
|
||||
all: all-am
|
||||
|
||||
.SUFFIXES:
|
||||
.SUFFIXES: .cpp .lo .o .obj
|
||||
$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.ac $(ACLOCAL_M4)
|
||||
cd $(top_srcdir) && \
|
||||
$(AUTOMAKE) --gnu source/gameengine/Rasterizer/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
|
||||
libgameblender_rasterizer.la: $(libgameblender_rasterizer_la_OBJECTS) $(libgameblender_rasterizer_la_DEPENDENCIES)
|
||||
$(CXXLINK) $(libgameblender_rasterizer_la_LDFLAGS) $(libgameblender_rasterizer_la_OBJECTS) $(libgameblender_rasterizer_la_LIBADD) $(LIBS)
|
||||
|
||||
mostlyclean-compile:
|
||||
-rm -f *.$(OBJEXT) core *.core
|
||||
|
||||
distclean-compile:
|
||||
-rm -f *.tab.c
|
||||
|
||||
include ./$(DEPDIR)/RAS_BucketManager.Plo
|
||||
include ./$(DEPDIR)/RAS_CheckVertexArrays.Plo
|
||||
include ./$(DEPDIR)/RAS_FramingManager.Plo
|
||||
include ./$(DEPDIR)/RAS_IPolygonMaterial.Plo
|
||||
include ./$(DEPDIR)/RAS_IRenderTools.Plo
|
||||
include ./$(DEPDIR)/RAS_MaterialBucket.Plo
|
||||
include ./$(DEPDIR)/RAS_MeshObject.Plo
|
||||
include ./$(DEPDIR)/RAS_OpenGLRasterizer.Plo
|
||||
include ./$(DEPDIR)/RAS_Polygon.Plo
|
||||
include ./$(DEPDIR)/RAS_TexVert.Plo
|
||||
include ./$(DEPDIR)/RAS_VAOpenGLRasterizer.Plo
|
||||
include ./$(DEPDIR)/RAS_texmatrix.Plo
|
||||
|
||||
distclean-depend:
|
||||
-rm -rf ./$(DEPDIR)
|
||||
|
||||
.cpp.o:
|
||||
if $(CXXCOMPILE) -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' \
|
||||
# $(CXXDEPMODE) $(depcomp) \
|
||||
# $(CXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
|
||||
|
||||
.cpp.obj:
|
||||
if $(CXXCOMPILE) -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' \
|
||||
# $(CXXDEPMODE) $(depcomp) \
|
||||
# $(CXXCOMPILE) -c -o $@ `if test -f '$<'; then $(CYGPATH_W) '$<'; else $(CYGPATH_W) '$(srcdir)/$<'; fi`
|
||||
|
||||
.cpp.lo:
|
||||
if $(LTCXXCOMPILE) -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' \
|
||||
# $(CXXDEPMODE) $(depcomp) \
|
||||
# $(LTCXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
|
||||
|
||||
RAS_CheckVertexArrays.o: RAS_OpenGLRasterizer/RAS_CheckVertexArrays.cpp
|
||||
if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT RAS_CheckVertexArrays.o -MD -MP -MF "$(DEPDIR)/RAS_CheckVertexArrays.Tpo" \
|
||||
-c -o RAS_CheckVertexArrays.o `test -f 'RAS_OpenGLRasterizer/RAS_CheckVertexArrays.cpp' || echo '$(srcdir)/'`RAS_OpenGLRasterizer/RAS_CheckVertexArrays.cpp; \
|
||||
then mv -f "$(DEPDIR)/RAS_CheckVertexArrays.Tpo" "$(DEPDIR)/RAS_CheckVertexArrays.Po"; \
|
||||
else rm -f "$(DEPDIR)/RAS_CheckVertexArrays.Tpo"; exit 1; \
|
||||
fi
|
||||
# source='RAS_OpenGLRasterizer/RAS_CheckVertexArrays.cpp' object='RAS_CheckVertexArrays.o' libtool=no \
|
||||
# depfile='$(DEPDIR)/RAS_CheckVertexArrays.Po' tmpdepfile='$(DEPDIR)/RAS_CheckVertexArrays.TPo' \
|
||||
# $(CXXDEPMODE) $(depcomp) \
|
||||
# $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o RAS_CheckVertexArrays.o `test -f 'RAS_OpenGLRasterizer/RAS_CheckVertexArrays.cpp' || echo '$(srcdir)/'`RAS_OpenGLRasterizer/RAS_CheckVertexArrays.cpp
|
||||
|
||||
RAS_CheckVertexArrays.obj: RAS_OpenGLRasterizer/RAS_CheckVertexArrays.cpp
|
||||
if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT RAS_CheckVertexArrays.obj -MD -MP -MF "$(DEPDIR)/RAS_CheckVertexArrays.Tpo" \
|
||||
-c -o RAS_CheckVertexArrays.obj `if test -f 'RAS_OpenGLRasterizer/RAS_CheckVertexArrays.cpp'; then $(CYGPATH_W) 'RAS_OpenGLRasterizer/RAS_CheckVertexArrays.cpp'; else $(CYGPATH_W) '$(srcdir)/RAS_OpenGLRasterizer/RAS_CheckVertexArrays.cpp'; fi`; \
|
||||
then mv -f "$(DEPDIR)/RAS_CheckVertexArrays.Tpo" "$(DEPDIR)/RAS_CheckVertexArrays.Po"; \
|
||||
else rm -f "$(DEPDIR)/RAS_CheckVertexArrays.Tpo"; exit 1; \
|
||||
fi
|
||||
# source='RAS_OpenGLRasterizer/RAS_CheckVertexArrays.cpp' object='RAS_CheckVertexArrays.obj' libtool=no \
|
||||
# depfile='$(DEPDIR)/RAS_CheckVertexArrays.Po' tmpdepfile='$(DEPDIR)/RAS_CheckVertexArrays.TPo' \
|
||||
# $(CXXDEPMODE) $(depcomp) \
|
||||
# $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o RAS_CheckVertexArrays.obj `if test -f 'RAS_OpenGLRasterizer/RAS_CheckVertexArrays.cpp'; then $(CYGPATH_W) 'RAS_OpenGLRasterizer/RAS_CheckVertexArrays.cpp'; else $(CYGPATH_W) '$(srcdir)/RAS_OpenGLRasterizer/RAS_CheckVertexArrays.cpp'; fi`
|
||||
|
||||
RAS_CheckVertexArrays.lo: RAS_OpenGLRasterizer/RAS_CheckVertexArrays.cpp
|
||||
if $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT RAS_CheckVertexArrays.lo -MD -MP -MF "$(DEPDIR)/RAS_CheckVertexArrays.Tpo" \
|
||||
-c -o RAS_CheckVertexArrays.lo `test -f 'RAS_OpenGLRasterizer/RAS_CheckVertexArrays.cpp' || echo '$(srcdir)/'`RAS_OpenGLRasterizer/RAS_CheckVertexArrays.cpp; \
|
||||
then mv -f "$(DEPDIR)/RAS_CheckVertexArrays.Tpo" "$(DEPDIR)/RAS_CheckVertexArrays.Plo"; \
|
||||
else rm -f "$(DEPDIR)/RAS_CheckVertexArrays.Tpo"; exit 1; \
|
||||
fi
|
||||
# source='RAS_OpenGLRasterizer/RAS_CheckVertexArrays.cpp' object='RAS_CheckVertexArrays.lo' libtool=yes \
|
||||
# depfile='$(DEPDIR)/RAS_CheckVertexArrays.Plo' tmpdepfile='$(DEPDIR)/RAS_CheckVertexArrays.TPlo' \
|
||||
# $(CXXDEPMODE) $(depcomp) \
|
||||
# $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o RAS_CheckVertexArrays.lo `test -f 'RAS_OpenGLRasterizer/RAS_CheckVertexArrays.cpp' || echo '$(srcdir)/'`RAS_OpenGLRasterizer/RAS_CheckVertexArrays.cpp
|
||||
|
||||
RAS_OpenGLRasterizer.o: RAS_OpenGLRasterizer/RAS_OpenGLRasterizer.cpp
|
||||
if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT RAS_OpenGLRasterizer.o -MD -MP -MF "$(DEPDIR)/RAS_OpenGLRasterizer.Tpo" \
|
||||
-c -o RAS_OpenGLRasterizer.o `test -f 'RAS_OpenGLRasterizer/RAS_OpenGLRasterizer.cpp' || echo '$(srcdir)/'`RAS_OpenGLRasterizer/RAS_OpenGLRasterizer.cpp; \
|
||||
then mv -f "$(DEPDIR)/RAS_OpenGLRasterizer.Tpo" "$(DEPDIR)/RAS_OpenGLRasterizer.Po"; \
|
||||
else rm -f "$(DEPDIR)/RAS_OpenGLRasterizer.Tpo"; exit 1; \
|
||||
fi
|
||||
# source='RAS_OpenGLRasterizer/RAS_OpenGLRasterizer.cpp' object='RAS_OpenGLRasterizer.o' libtool=no \
|
||||
# depfile='$(DEPDIR)/RAS_OpenGLRasterizer.Po' tmpdepfile='$(DEPDIR)/RAS_OpenGLRasterizer.TPo' \
|
||||
# $(CXXDEPMODE) $(depcomp) \
|
||||
# $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o RAS_OpenGLRasterizer.o `test -f 'RAS_OpenGLRasterizer/RAS_OpenGLRasterizer.cpp' || echo '$(srcdir)/'`RAS_OpenGLRasterizer/RAS_OpenGLRasterizer.cpp
|
||||
|
||||
RAS_OpenGLRasterizer.obj: RAS_OpenGLRasterizer/RAS_OpenGLRasterizer.cpp
|
||||
if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT RAS_OpenGLRasterizer.obj -MD -MP -MF "$(DEPDIR)/RAS_OpenGLRasterizer.Tpo" \
|
||||
-c -o RAS_OpenGLRasterizer.obj `if test -f 'RAS_OpenGLRasterizer/RAS_OpenGLRasterizer.cpp'; then $(CYGPATH_W) 'RAS_OpenGLRasterizer/RAS_OpenGLRasterizer.cpp'; else $(CYGPATH_W) '$(srcdir)/RAS_OpenGLRasterizer/RAS_OpenGLRasterizer.cpp'; fi`; \
|
||||
then mv -f "$(DEPDIR)/RAS_OpenGLRasterizer.Tpo" "$(DEPDIR)/RAS_OpenGLRasterizer.Po"; \
|
||||
else rm -f "$(DEPDIR)/RAS_OpenGLRasterizer.Tpo"; exit 1; \
|
||||
fi
|
||||
# source='RAS_OpenGLRasterizer/RAS_OpenGLRasterizer.cpp' object='RAS_OpenGLRasterizer.obj' libtool=no \
|
||||
# depfile='$(DEPDIR)/RAS_OpenGLRasterizer.Po' tmpdepfile='$(DEPDIR)/RAS_OpenGLRasterizer.TPo' \
|
||||
# $(CXXDEPMODE) $(depcomp) \
|
||||
# $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o RAS_OpenGLRasterizer.obj `if test -f 'RAS_OpenGLRasterizer/RAS_OpenGLRasterizer.cpp'; then $(CYGPATH_W) 'RAS_OpenGLRasterizer/RAS_OpenGLRasterizer.cpp'; else $(CYGPATH_W) '$(srcdir)/RAS_OpenGLRasterizer/RAS_OpenGLRasterizer.cpp'; fi`
|
||||
|
||||
RAS_OpenGLRasterizer.lo: RAS_OpenGLRasterizer/RAS_OpenGLRasterizer.cpp
|
||||
if $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT RAS_OpenGLRasterizer.lo -MD -MP -MF "$(DEPDIR)/RAS_OpenGLRasterizer.Tpo" \
|
||||
-c -o RAS_OpenGLRasterizer.lo `test -f 'RAS_OpenGLRasterizer/RAS_OpenGLRasterizer.cpp' || echo '$(srcdir)/'`RAS_OpenGLRasterizer/RAS_OpenGLRasterizer.cpp; \
|
||||
then mv -f "$(DEPDIR)/RAS_OpenGLRasterizer.Tpo" "$(DEPDIR)/RAS_OpenGLRasterizer.Plo"; \
|
||||
else rm -f "$(DEPDIR)/RAS_OpenGLRasterizer.Tpo"; exit 1; \
|
||||
fi
|
||||
# source='RAS_OpenGLRasterizer/RAS_OpenGLRasterizer.cpp' object='RAS_OpenGLRasterizer.lo' libtool=yes \
|
||||
# depfile='$(DEPDIR)/RAS_OpenGLRasterizer.Plo' tmpdepfile='$(DEPDIR)/RAS_OpenGLRasterizer.TPlo' \
|
||||
# $(CXXDEPMODE) $(depcomp) \
|
||||
# $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o RAS_OpenGLRasterizer.lo `test -f 'RAS_OpenGLRasterizer/RAS_OpenGLRasterizer.cpp' || echo '$(srcdir)/'`RAS_OpenGLRasterizer/RAS_OpenGLRasterizer.cpp
|
||||
|
||||
RAS_VAOpenGLRasterizer.o: RAS_OpenGLRasterizer/RAS_VAOpenGLRasterizer.cpp
|
||||
if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT RAS_VAOpenGLRasterizer.o -MD -MP -MF "$(DEPDIR)/RAS_VAOpenGLRasterizer.Tpo" \
|
||||
-c -o RAS_VAOpenGLRasterizer.o `test -f 'RAS_OpenGLRasterizer/RAS_VAOpenGLRasterizer.cpp' || echo '$(srcdir)/'`RAS_OpenGLRasterizer/RAS_VAOpenGLRasterizer.cpp; \
|
||||
then mv -f "$(DEPDIR)/RAS_VAOpenGLRasterizer.Tpo" "$(DEPDIR)/RAS_VAOpenGLRasterizer.Po"; \
|
||||
else rm -f "$(DEPDIR)/RAS_VAOpenGLRasterizer.Tpo"; exit 1; \
|
||||
fi
|
||||
# source='RAS_OpenGLRasterizer/RAS_VAOpenGLRasterizer.cpp' object='RAS_VAOpenGLRasterizer.o' libtool=no \
|
||||
# depfile='$(DEPDIR)/RAS_VAOpenGLRasterizer.Po' tmpdepfile='$(DEPDIR)/RAS_VAOpenGLRasterizer.TPo' \
|
||||
# $(CXXDEPMODE) $(depcomp) \
|
||||
# $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o RAS_VAOpenGLRasterizer.o `test -f 'RAS_OpenGLRasterizer/RAS_VAOpenGLRasterizer.cpp' || echo '$(srcdir)/'`RAS_OpenGLRasterizer/RAS_VAOpenGLRasterizer.cpp
|
||||
|
||||
RAS_VAOpenGLRasterizer.obj: RAS_OpenGLRasterizer/RAS_VAOpenGLRasterizer.cpp
|
||||
if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT RAS_VAOpenGLRasterizer.obj -MD -MP -MF "$(DEPDIR)/RAS_VAOpenGLRasterizer.Tpo" \
|
||||
-c -o RAS_VAOpenGLRasterizer.obj `if test -f 'RAS_OpenGLRasterizer/RAS_VAOpenGLRasterizer.cpp'; then $(CYGPATH_W) 'RAS_OpenGLRasterizer/RAS_VAOpenGLRasterizer.cpp'; else $(CYGPATH_W) '$(srcdir)/RAS_OpenGLRasterizer/RAS_VAOpenGLRasterizer.cpp'; fi`; \
|
||||
then mv -f "$(DEPDIR)/RAS_VAOpenGLRasterizer.Tpo" "$(DEPDIR)/RAS_VAOpenGLRasterizer.Po"; \
|
||||
else rm -f "$(DEPDIR)/RAS_VAOpenGLRasterizer.Tpo"; exit 1; \
|
||||
fi
|
||||
# source='RAS_OpenGLRasterizer/RAS_VAOpenGLRasterizer.cpp' object='RAS_VAOpenGLRasterizer.obj' libtool=no \
|
||||
# depfile='$(DEPDIR)/RAS_VAOpenGLRasterizer.Po' tmpdepfile='$(DEPDIR)/RAS_VAOpenGLRasterizer.TPo' \
|
||||
# $(CXXDEPMODE) $(depcomp) \
|
||||
# $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o RAS_VAOpenGLRasterizer.obj `if test -f 'RAS_OpenGLRasterizer/RAS_VAOpenGLRasterizer.cpp'; then $(CYGPATH_W) 'RAS_OpenGLRasterizer/RAS_VAOpenGLRasterizer.cpp'; else $(CYGPATH_W) '$(srcdir)/RAS_OpenGLRasterizer/RAS_VAOpenGLRasterizer.cpp'; fi`
|
||||
|
||||
RAS_VAOpenGLRasterizer.lo: RAS_OpenGLRasterizer/RAS_VAOpenGLRasterizer.cpp
|
||||
if $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT RAS_VAOpenGLRasterizer.lo -MD -MP -MF "$(DEPDIR)/RAS_VAOpenGLRasterizer.Tpo" \
|
||||
-c -o RAS_VAOpenGLRasterizer.lo `test -f 'RAS_OpenGLRasterizer/RAS_VAOpenGLRasterizer.cpp' || echo '$(srcdir)/'`RAS_OpenGLRasterizer/RAS_VAOpenGLRasterizer.cpp; \
|
||||
then mv -f "$(DEPDIR)/RAS_VAOpenGLRasterizer.Tpo" "$(DEPDIR)/RAS_VAOpenGLRasterizer.Plo"; \
|
||||
else rm -f "$(DEPDIR)/RAS_VAOpenGLRasterizer.Tpo"; exit 1; \
|
||||
fi
|
||||
# source='RAS_OpenGLRasterizer/RAS_VAOpenGLRasterizer.cpp' object='RAS_VAOpenGLRasterizer.lo' libtool=yes \
|
||||
# depfile='$(DEPDIR)/RAS_VAOpenGLRasterizer.Plo' tmpdepfile='$(DEPDIR)/RAS_VAOpenGLRasterizer.TPlo' \
|
||||
# $(CXXDEPMODE) $(depcomp) \
|
||||
# $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o RAS_VAOpenGLRasterizer.lo `test -f 'RAS_OpenGLRasterizer/RAS_VAOpenGLRasterizer.cpp' || echo '$(srcdir)/'`RAS_OpenGLRasterizer/RAS_VAOpenGLRasterizer.cpp
|
||||
|
||||
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)
|
||||
$(mkinstalldirs) $(distdir)/RAS_OpenGLRasterizer
|
||||
@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:
|
||||
|
||||
@@ -1,41 +1,499 @@
|
||||
#
|
||||
# $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/gameengine/SceneGraph/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 *****
|
||||
#
|
||||
#
|
||||
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
|
||||
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
|
||||
# PARTICULAR PURPOSE.
|
||||
|
||||
LIBNAME = scenegraph
|
||||
DIR = $(OCGDIR)/gameengine/$(LIBNAME)
|
||||
|
||||
include nan_compile.mk
|
||||
|
||||
CCFLAGS += $(LEVEL_1_CPP_WARNINGS)
|
||||
srcdir = .
|
||||
top_srcdir = ../../..
|
||||
|
||||
CPPFLAGS += -I$(NAN_MOTO)/include
|
||||
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 = -lGLU -lGL -lX11 -lXext -lutil -ldl -lstdc++ -lSDL -lpng -ljpeg -lpthread -lz -L/usr/lib -lSDL -lpthread
|
||||
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 = libgameblender_scenegraph.la
|
||||
|
||||
libgameblender_scenegraph_la_SOURCES = \
|
||||
SG_Controller.cpp \
|
||||
SG_Controller.h \
|
||||
SG_IObject.cpp \
|
||||
SG_IObject.h \
|
||||
SG_Node.cpp \
|
||||
SG_Node.h \
|
||||
SG_ParentRelation.h \
|
||||
SG_Spatial.cpp \
|
||||
SG_Spatial.h
|
||||
|
||||
|
||||
INCLUDES = -I$(top_srcdir)/intern/moto/include
|
||||
|
||||
EXTRA_DIST = \
|
||||
Makefile
|
||||
|
||||
subdir = source/gameengine/SceneGraph
|
||||
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
|
||||
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
|
||||
CONFIG_HEADER = $(top_builddir)/config.h
|
||||
CONFIG_CLEAN_FILES =
|
||||
LTLIBRARIES = $(noinst_LTLIBRARIES)
|
||||
|
||||
libgameblender_scenegraph_la_LDFLAGS =
|
||||
libgameblender_scenegraph_la_LIBADD =
|
||||
am_libgameblender_scenegraph_la_OBJECTS = SG_Controller.lo SG_IObject.lo \
|
||||
SG_Node.lo SG_Spatial.lo
|
||||
libgameblender_scenegraph_la_OBJECTS = \
|
||||
$(am_libgameblender_scenegraph_la_OBJECTS)
|
||||
|
||||
DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
|
||||
depcomp = $(SHELL) $(top_srcdir)/depcomp
|
||||
am__depfiles_maybe = depfiles
|
||||
DEP_FILES = ./$(DEPDIR)/SG_Controller.Plo \
|
||||
./$(DEPDIR)/SG_IObject.Plo ./$(DEPDIR)/SG_Node.Plo \
|
||||
./$(DEPDIR)/SG_Spatial.Plo
|
||||
CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
|
||||
$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
|
||||
LTCXXCOMPILE = $(LIBTOOL) --mode=compile $(CXX) $(DEFS) \
|
||||
$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
|
||||
$(AM_CXXFLAGS) $(CXXFLAGS)
|
||||
CXXLD = $(CXX)
|
||||
CXXLINK = $(LIBTOOL) --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) \
|
||||
$(AM_LDFLAGS) $(LDFLAGS) -o $@
|
||||
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 = $(libgameblender_scenegraph_la_SOURCES)
|
||||
DIST_COMMON = Makefile.am Makefile.in
|
||||
SOURCES = $(libgameblender_scenegraph_la_SOURCES)
|
||||
|
||||
all: all-am
|
||||
|
||||
.SUFFIXES:
|
||||
.SUFFIXES: .cpp .lo .o .obj
|
||||
$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.ac $(ACLOCAL_M4)
|
||||
cd $(top_srcdir) && \
|
||||
$(AUTOMAKE) --gnu source/gameengine/SceneGraph/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
|
||||
libgameblender_scenegraph.la: $(libgameblender_scenegraph_la_OBJECTS) $(libgameblender_scenegraph_la_DEPENDENCIES)
|
||||
$(CXXLINK) $(libgameblender_scenegraph_la_LDFLAGS) $(libgameblender_scenegraph_la_OBJECTS) $(libgameblender_scenegraph_la_LIBADD) $(LIBS)
|
||||
|
||||
mostlyclean-compile:
|
||||
-rm -f *.$(OBJEXT) core *.core
|
||||
|
||||
distclean-compile:
|
||||
-rm -f *.tab.c
|
||||
|
||||
include ./$(DEPDIR)/SG_Controller.Plo
|
||||
include ./$(DEPDIR)/SG_IObject.Plo
|
||||
include ./$(DEPDIR)/SG_Node.Plo
|
||||
include ./$(DEPDIR)/SG_Spatial.Plo
|
||||
|
||||
distclean-depend:
|
||||
-rm -rf ./$(DEPDIR)
|
||||
|
||||
.cpp.o:
|
||||
if $(CXXCOMPILE) -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' \
|
||||
# $(CXXDEPMODE) $(depcomp) \
|
||||
# $(CXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
|
||||
|
||||
.cpp.obj:
|
||||
if $(CXXCOMPILE) -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' \
|
||||
# $(CXXDEPMODE) $(depcomp) \
|
||||
# $(CXXCOMPILE) -c -o $@ `if test -f '$<'; then $(CYGPATH_W) '$<'; else $(CYGPATH_W) '$(srcdir)/$<'; fi`
|
||||
|
||||
.cpp.lo:
|
||||
if $(LTCXXCOMPILE) -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' \
|
||||
# $(CXXDEPMODE) $(depcomp) \
|
||||
# $(LTCXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
|
||||
|
||||
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:
|
||||
|
||||
@@ -1,39 +1,348 @@
|
||||
#
|
||||
# $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/icons/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 *****
|
||||
#
|
||||
#
|
||||
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
|
||||
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
|
||||
# PARTICULAR PURPOSE.
|
||||
|
||||
DIR = $(OCGDIR)/blender/icons
|
||||
|
||||
include nan_compile.mk
|
||||
|
||||
clean::
|
||||
@$(RM) $(DIR)/*.res $(DIR)/debug/*.res
|
||||
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 = -lGLU -lGL -lX11 -lXext -lutil -ldl -lstdc++ -lSDL -lpng -ljpeg -lpthread -lz -L/usr/lib -lSDL -lpthread
|
||||
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
|
||||
EXTRA_DIST = Makefile \
|
||||
winblender.ico \
|
||||
winblender.rc \
|
||||
winblenderfile.ico \
|
||||
wincreator.ico \
|
||||
wincreator.rc \
|
||||
winlockedfile.ico \
|
||||
winplayer.ico \
|
||||
winplayer.rc \
|
||||
winpublisher.ico \
|
||||
winpublisher.rc
|
||||
|
||||
subdir = source/icons
|
||||
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
|
||||
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
|
||||
CONFIG_HEADER = $(top_builddir)/config.h
|
||||
CONFIG_CLEAN_FILES =
|
||||
DIST_SOURCES =
|
||||
DIST_COMMON = Makefile.am Makefile.in
|
||||
all: all-am
|
||||
|
||||
.SUFFIXES:
|
||||
$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.ac $(ACLOCAL_M4)
|
||||
cd $(top_srcdir) && \
|
||||
$(AUTOMAKE) --gnu source/icons/Makefile
|
||||
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
|
||||
cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
|
||||
|
||||
mostlyclean-libtool:
|
||||
-rm -f *.lo
|
||||
|
||||
clean-libtool:
|
||||
-rm -rf .libs _libs
|
||||
|
||||
distclean-libtool:
|
||||
-rm -f libtool
|
||||
uninstall-info-am:
|
||||
tags: TAGS
|
||||
TAGS:
|
||||
|
||||
ctags: CTAGS
|
||||
CTAGS:
|
||||
|
||||
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
|
||||
|
||||
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 mostlyclean-am
|
||||
|
||||
distclean: distclean-am
|
||||
|
||||
distclean-am: clean-am distclean-generic distclean-libtool
|
||||
|
||||
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-generic mostlyclean-libtool
|
||||
|
||||
pdf: pdf-am
|
||||
|
||||
pdf-am:
|
||||
|
||||
ps: ps-am
|
||||
|
||||
ps-am:
|
||||
|
||||
uninstall-am: uninstall-info-am
|
||||
|
||||
.PHONY: all all-am check check-am clean clean-generic clean-libtool \
|
||||
distclean distclean-generic distclean-libtool 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-generic \
|
||||
mostlyclean-libtool pdf pdf-am ps ps-am 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:
|
||||
|
||||
@@ -1,40 +1,712 @@
|
||||
#
|
||||
# $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/kernel/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 *****
|
||||
#
|
||||
# Make module object directory and bounce make to subdirectories.
|
||||
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
|
||||
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
|
||||
# PARTICULAR PURPOSE.
|
||||
|
||||
include nan_definitions.mk
|
||||
|
||||
DIR = $(OCGDIR)/kernel
|
||||
SOURCEDIR = source/kernel
|
||||
DIRS = gen_system gen_messaging
|
||||
|
||||
include nan_subdirs.mk
|
||||
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_kernel.la
|
||||
|
||||
INCLUDES = -I$(top_srcdir)/source/kernel/gen_messaging \
|
||||
-I$(top_srcdir)/source/kernel/gen_system \
|
||||
-I$(top_srcdir)/intern/string \
|
||||
-I$(top_srcdir)/intern/moto/include
|
||||
|
||||
|
||||
libblender_kernel_la_SOURCES = \
|
||||
gen_messaging/GEN_messaging.h \
|
||||
gen_messaging/intern/messaging.c \
|
||||
gen_system/GEN_DataCache.h \
|
||||
gen_system/GEN_HashedPtr.cpp \
|
||||
gen_system/GEN_HashedPtr.h \
|
||||
gen_system/GEN_Map.h \
|
||||
gen_system/GEN_Matrix4x4.cpp \
|
||||
gen_system/GEN_Matrix4x4.h \
|
||||
gen_system/GEN_SmartPtr.h \
|
||||
gen_system/SYS_SingletonSystem.cpp \
|
||||
gen_system/SYS_SingletonSystem.h \
|
||||
gen_system/SYS_System.cpp \
|
||||
gen_system/SYS_System.h
|
||||
|
||||
|
||||
EXTRA_DIST = \
|
||||
Makefile \
|
||||
gen_messaging/Makefile \
|
||||
gen_messaging/intern/Makefile \
|
||||
gen_system/Makefile
|
||||
|
||||
subdir = source/kernel
|
||||
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
|
||||
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
|
||||
CONFIG_HEADER = $(top_builddir)/config.h
|
||||
CONFIG_CLEAN_FILES =
|
||||
LTLIBRARIES = $(noinst_LTLIBRARIES)
|
||||
|
||||
libblender_kernel_la_LDFLAGS =
|
||||
libblender_kernel_la_LIBADD =
|
||||
am_libblender_kernel_la_OBJECTS = messaging.lo GEN_HashedPtr.lo \
|
||||
GEN_Matrix4x4.lo SYS_SingletonSystem.lo SYS_System.lo
|
||||
libblender_kernel_la_OBJECTS = $(am_libblender_kernel_la_OBJECTS)
|
||||
|
||||
DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
|
||||
depcomp = $(SHELL) $(top_srcdir)/depcomp
|
||||
am__depfiles_maybe = depfiles
|
||||
DEP_FILES = ./$(DEPDIR)/GEN_HashedPtr.Plo \
|
||||
./$(DEPDIR)/GEN_Matrix4x4.Plo \
|
||||
./$(DEPDIR)/SYS_SingletonSystem.Plo \
|
||||
./$(DEPDIR)/SYS_System.Plo \
|
||||
./$(DEPDIR)/messaging.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 $@
|
||||
CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
|
||||
$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
|
||||
LTCXXCOMPILE = $(LIBTOOL) --mode=compile $(CXX) $(DEFS) \
|
||||
$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
|
||||
$(AM_CXXFLAGS) $(CXXFLAGS)
|
||||
CXXLD = $(CXX)
|
||||
CXXLINK = $(LIBTOOL) --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) \
|
||||
$(AM_LDFLAGS) $(LDFLAGS) -o $@
|
||||
DIST_SOURCES = $(libblender_kernel_la_SOURCES)
|
||||
DIST_COMMON = Makefile.am Makefile.in
|
||||
SOURCES = $(libblender_kernel_la_SOURCES)
|
||||
|
||||
all: all-am
|
||||
|
||||
.SUFFIXES:
|
||||
.SUFFIXES: .c .cpp .lo .o .obj
|
||||
$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.ac $(ACLOCAL_M4)
|
||||
cd $(top_srcdir) && \
|
||||
$(AUTOMAKE) --gnu source/kernel/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_kernel.la: $(libblender_kernel_la_OBJECTS) $(libblender_kernel_la_DEPENDENCIES)
|
||||
$(CXXLINK) $(libblender_kernel_la_LDFLAGS) $(libblender_kernel_la_OBJECTS) $(libblender_kernel_la_LIBADD) $(LIBS)
|
||||
|
||||
mostlyclean-compile:
|
||||
-rm -f *.$(OBJEXT) core *.core
|
||||
|
||||
distclean-compile:
|
||||
-rm -f *.tab.c
|
||||
|
||||
include ./$(DEPDIR)/GEN_HashedPtr.Plo
|
||||
include ./$(DEPDIR)/GEN_Matrix4x4.Plo
|
||||
include ./$(DEPDIR)/SYS_SingletonSystem.Plo
|
||||
include ./$(DEPDIR)/SYS_System.Plo
|
||||
include ./$(DEPDIR)/messaging.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)/'`$<
|
||||
|
||||
messaging.o: gen_messaging/intern/messaging.c
|
||||
if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT messaging.o -MD -MP -MF "$(DEPDIR)/messaging.Tpo" \
|
||||
-c -o messaging.o `test -f 'gen_messaging/intern/messaging.c' || echo '$(srcdir)/'`gen_messaging/intern/messaging.c; \
|
||||
then mv -f "$(DEPDIR)/messaging.Tpo" "$(DEPDIR)/messaging.Po"; \
|
||||
else rm -f "$(DEPDIR)/messaging.Tpo"; exit 1; \
|
||||
fi
|
||||
# source='gen_messaging/intern/messaging.c' object='messaging.o' libtool=no \
|
||||
# depfile='$(DEPDIR)/messaging.Po' tmpdepfile='$(DEPDIR)/messaging.TPo' \
|
||||
# $(CCDEPMODE) $(depcomp) \
|
||||
# $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o messaging.o `test -f 'gen_messaging/intern/messaging.c' || echo '$(srcdir)/'`gen_messaging/intern/messaging.c
|
||||
|
||||
messaging.obj: gen_messaging/intern/messaging.c
|
||||
if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT messaging.obj -MD -MP -MF "$(DEPDIR)/messaging.Tpo" \
|
||||
-c -o messaging.obj `if test -f 'gen_messaging/intern/messaging.c'; then $(CYGPATH_W) 'gen_messaging/intern/messaging.c'; else $(CYGPATH_W) '$(srcdir)/gen_messaging/intern/messaging.c'; fi`; \
|
||||
then mv -f "$(DEPDIR)/messaging.Tpo" "$(DEPDIR)/messaging.Po"; \
|
||||
else rm -f "$(DEPDIR)/messaging.Tpo"; exit 1; \
|
||||
fi
|
||||
# source='gen_messaging/intern/messaging.c' object='messaging.obj' libtool=no \
|
||||
# depfile='$(DEPDIR)/messaging.Po' tmpdepfile='$(DEPDIR)/messaging.TPo' \
|
||||
# $(CCDEPMODE) $(depcomp) \
|
||||
# $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o messaging.obj `if test -f 'gen_messaging/intern/messaging.c'; then $(CYGPATH_W) 'gen_messaging/intern/messaging.c'; else $(CYGPATH_W) '$(srcdir)/gen_messaging/intern/messaging.c'; fi`
|
||||
|
||||
messaging.lo: gen_messaging/intern/messaging.c
|
||||
if $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT messaging.lo -MD -MP -MF "$(DEPDIR)/messaging.Tpo" \
|
||||
-c -o messaging.lo `test -f 'gen_messaging/intern/messaging.c' || echo '$(srcdir)/'`gen_messaging/intern/messaging.c; \
|
||||
then mv -f "$(DEPDIR)/messaging.Tpo" "$(DEPDIR)/messaging.Plo"; \
|
||||
else rm -f "$(DEPDIR)/messaging.Tpo"; exit 1; \
|
||||
fi
|
||||
# source='gen_messaging/intern/messaging.c' object='messaging.lo' libtool=yes \
|
||||
# depfile='$(DEPDIR)/messaging.Plo' tmpdepfile='$(DEPDIR)/messaging.TPlo' \
|
||||
# $(CCDEPMODE) $(depcomp) \
|
||||
# $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o messaging.lo `test -f 'gen_messaging/intern/messaging.c' || echo '$(srcdir)/'`gen_messaging/intern/messaging.c
|
||||
|
||||
.cpp.o:
|
||||
if $(CXXCOMPILE) -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' \
|
||||
# $(CXXDEPMODE) $(depcomp) \
|
||||
# $(CXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
|
||||
|
||||
.cpp.obj:
|
||||
if $(CXXCOMPILE) -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' \
|
||||
# $(CXXDEPMODE) $(depcomp) \
|
||||
# $(CXXCOMPILE) -c -o $@ `if test -f '$<'; then $(CYGPATH_W) '$<'; else $(CYGPATH_W) '$(srcdir)/$<'; fi`
|
||||
|
||||
.cpp.lo:
|
||||
if $(LTCXXCOMPILE) -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' \
|
||||
# $(CXXDEPMODE) $(depcomp) \
|
||||
# $(LTCXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
|
||||
|
||||
GEN_HashedPtr.o: gen_system/GEN_HashedPtr.cpp
|
||||
if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT GEN_HashedPtr.o -MD -MP -MF "$(DEPDIR)/GEN_HashedPtr.Tpo" \
|
||||
-c -o GEN_HashedPtr.o `test -f 'gen_system/GEN_HashedPtr.cpp' || echo '$(srcdir)/'`gen_system/GEN_HashedPtr.cpp; \
|
||||
then mv -f "$(DEPDIR)/GEN_HashedPtr.Tpo" "$(DEPDIR)/GEN_HashedPtr.Po"; \
|
||||
else rm -f "$(DEPDIR)/GEN_HashedPtr.Tpo"; exit 1; \
|
||||
fi
|
||||
# source='gen_system/GEN_HashedPtr.cpp' object='GEN_HashedPtr.o' libtool=no \
|
||||
# depfile='$(DEPDIR)/GEN_HashedPtr.Po' tmpdepfile='$(DEPDIR)/GEN_HashedPtr.TPo' \
|
||||
# $(CXXDEPMODE) $(depcomp) \
|
||||
# $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o GEN_HashedPtr.o `test -f 'gen_system/GEN_HashedPtr.cpp' || echo '$(srcdir)/'`gen_system/GEN_HashedPtr.cpp
|
||||
|
||||
GEN_HashedPtr.obj: gen_system/GEN_HashedPtr.cpp
|
||||
if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT GEN_HashedPtr.obj -MD -MP -MF "$(DEPDIR)/GEN_HashedPtr.Tpo" \
|
||||
-c -o GEN_HashedPtr.obj `if test -f 'gen_system/GEN_HashedPtr.cpp'; then $(CYGPATH_W) 'gen_system/GEN_HashedPtr.cpp'; else $(CYGPATH_W) '$(srcdir)/gen_system/GEN_HashedPtr.cpp'; fi`; \
|
||||
then mv -f "$(DEPDIR)/GEN_HashedPtr.Tpo" "$(DEPDIR)/GEN_HashedPtr.Po"; \
|
||||
else rm -f "$(DEPDIR)/GEN_HashedPtr.Tpo"; exit 1; \
|
||||
fi
|
||||
# source='gen_system/GEN_HashedPtr.cpp' object='GEN_HashedPtr.obj' libtool=no \
|
||||
# depfile='$(DEPDIR)/GEN_HashedPtr.Po' tmpdepfile='$(DEPDIR)/GEN_HashedPtr.TPo' \
|
||||
# $(CXXDEPMODE) $(depcomp) \
|
||||
# $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o GEN_HashedPtr.obj `if test -f 'gen_system/GEN_HashedPtr.cpp'; then $(CYGPATH_W) 'gen_system/GEN_HashedPtr.cpp'; else $(CYGPATH_W) '$(srcdir)/gen_system/GEN_HashedPtr.cpp'; fi`
|
||||
|
||||
GEN_HashedPtr.lo: gen_system/GEN_HashedPtr.cpp
|
||||
if $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT GEN_HashedPtr.lo -MD -MP -MF "$(DEPDIR)/GEN_HashedPtr.Tpo" \
|
||||
-c -o GEN_HashedPtr.lo `test -f 'gen_system/GEN_HashedPtr.cpp' || echo '$(srcdir)/'`gen_system/GEN_HashedPtr.cpp; \
|
||||
then mv -f "$(DEPDIR)/GEN_HashedPtr.Tpo" "$(DEPDIR)/GEN_HashedPtr.Plo"; \
|
||||
else rm -f "$(DEPDIR)/GEN_HashedPtr.Tpo"; exit 1; \
|
||||
fi
|
||||
# source='gen_system/GEN_HashedPtr.cpp' object='GEN_HashedPtr.lo' libtool=yes \
|
||||
# depfile='$(DEPDIR)/GEN_HashedPtr.Plo' tmpdepfile='$(DEPDIR)/GEN_HashedPtr.TPlo' \
|
||||
# $(CXXDEPMODE) $(depcomp) \
|
||||
# $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o GEN_HashedPtr.lo `test -f 'gen_system/GEN_HashedPtr.cpp' || echo '$(srcdir)/'`gen_system/GEN_HashedPtr.cpp
|
||||
|
||||
GEN_Matrix4x4.o: gen_system/GEN_Matrix4x4.cpp
|
||||
if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT GEN_Matrix4x4.o -MD -MP -MF "$(DEPDIR)/GEN_Matrix4x4.Tpo" \
|
||||
-c -o GEN_Matrix4x4.o `test -f 'gen_system/GEN_Matrix4x4.cpp' || echo '$(srcdir)/'`gen_system/GEN_Matrix4x4.cpp; \
|
||||
then mv -f "$(DEPDIR)/GEN_Matrix4x4.Tpo" "$(DEPDIR)/GEN_Matrix4x4.Po"; \
|
||||
else rm -f "$(DEPDIR)/GEN_Matrix4x4.Tpo"; exit 1; \
|
||||
fi
|
||||
# source='gen_system/GEN_Matrix4x4.cpp' object='GEN_Matrix4x4.o' libtool=no \
|
||||
# depfile='$(DEPDIR)/GEN_Matrix4x4.Po' tmpdepfile='$(DEPDIR)/GEN_Matrix4x4.TPo' \
|
||||
# $(CXXDEPMODE) $(depcomp) \
|
||||
# $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o GEN_Matrix4x4.o `test -f 'gen_system/GEN_Matrix4x4.cpp' || echo '$(srcdir)/'`gen_system/GEN_Matrix4x4.cpp
|
||||
|
||||
GEN_Matrix4x4.obj: gen_system/GEN_Matrix4x4.cpp
|
||||
if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT GEN_Matrix4x4.obj -MD -MP -MF "$(DEPDIR)/GEN_Matrix4x4.Tpo" \
|
||||
-c -o GEN_Matrix4x4.obj `if test -f 'gen_system/GEN_Matrix4x4.cpp'; then $(CYGPATH_W) 'gen_system/GEN_Matrix4x4.cpp'; else $(CYGPATH_W) '$(srcdir)/gen_system/GEN_Matrix4x4.cpp'; fi`; \
|
||||
then mv -f "$(DEPDIR)/GEN_Matrix4x4.Tpo" "$(DEPDIR)/GEN_Matrix4x4.Po"; \
|
||||
else rm -f "$(DEPDIR)/GEN_Matrix4x4.Tpo"; exit 1; \
|
||||
fi
|
||||
# source='gen_system/GEN_Matrix4x4.cpp' object='GEN_Matrix4x4.obj' libtool=no \
|
||||
# depfile='$(DEPDIR)/GEN_Matrix4x4.Po' tmpdepfile='$(DEPDIR)/GEN_Matrix4x4.TPo' \
|
||||
# $(CXXDEPMODE) $(depcomp) \
|
||||
# $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o GEN_Matrix4x4.obj `if test -f 'gen_system/GEN_Matrix4x4.cpp'; then $(CYGPATH_W) 'gen_system/GEN_Matrix4x4.cpp'; else $(CYGPATH_W) '$(srcdir)/gen_system/GEN_Matrix4x4.cpp'; fi`
|
||||
|
||||
GEN_Matrix4x4.lo: gen_system/GEN_Matrix4x4.cpp
|
||||
if $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT GEN_Matrix4x4.lo -MD -MP -MF "$(DEPDIR)/GEN_Matrix4x4.Tpo" \
|
||||
-c -o GEN_Matrix4x4.lo `test -f 'gen_system/GEN_Matrix4x4.cpp' || echo '$(srcdir)/'`gen_system/GEN_Matrix4x4.cpp; \
|
||||
then mv -f "$(DEPDIR)/GEN_Matrix4x4.Tpo" "$(DEPDIR)/GEN_Matrix4x4.Plo"; \
|
||||
else rm -f "$(DEPDIR)/GEN_Matrix4x4.Tpo"; exit 1; \
|
||||
fi
|
||||
# source='gen_system/GEN_Matrix4x4.cpp' object='GEN_Matrix4x4.lo' libtool=yes \
|
||||
# depfile='$(DEPDIR)/GEN_Matrix4x4.Plo' tmpdepfile='$(DEPDIR)/GEN_Matrix4x4.TPlo' \
|
||||
# $(CXXDEPMODE) $(depcomp) \
|
||||
# $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o GEN_Matrix4x4.lo `test -f 'gen_system/GEN_Matrix4x4.cpp' || echo '$(srcdir)/'`gen_system/GEN_Matrix4x4.cpp
|
||||
|
||||
SYS_SingletonSystem.o: gen_system/SYS_SingletonSystem.cpp
|
||||
if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT SYS_SingletonSystem.o -MD -MP -MF "$(DEPDIR)/SYS_SingletonSystem.Tpo" \
|
||||
-c -o SYS_SingletonSystem.o `test -f 'gen_system/SYS_SingletonSystem.cpp' || echo '$(srcdir)/'`gen_system/SYS_SingletonSystem.cpp; \
|
||||
then mv -f "$(DEPDIR)/SYS_SingletonSystem.Tpo" "$(DEPDIR)/SYS_SingletonSystem.Po"; \
|
||||
else rm -f "$(DEPDIR)/SYS_SingletonSystem.Tpo"; exit 1; \
|
||||
fi
|
||||
# source='gen_system/SYS_SingletonSystem.cpp' object='SYS_SingletonSystem.o' libtool=no \
|
||||
# depfile='$(DEPDIR)/SYS_SingletonSystem.Po' tmpdepfile='$(DEPDIR)/SYS_SingletonSystem.TPo' \
|
||||
# $(CXXDEPMODE) $(depcomp) \
|
||||
# $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o SYS_SingletonSystem.o `test -f 'gen_system/SYS_SingletonSystem.cpp' || echo '$(srcdir)/'`gen_system/SYS_SingletonSystem.cpp
|
||||
|
||||
SYS_SingletonSystem.obj: gen_system/SYS_SingletonSystem.cpp
|
||||
if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT SYS_SingletonSystem.obj -MD -MP -MF "$(DEPDIR)/SYS_SingletonSystem.Tpo" \
|
||||
-c -o SYS_SingletonSystem.obj `if test -f 'gen_system/SYS_SingletonSystem.cpp'; then $(CYGPATH_W) 'gen_system/SYS_SingletonSystem.cpp'; else $(CYGPATH_W) '$(srcdir)/gen_system/SYS_SingletonSystem.cpp'; fi`; \
|
||||
then mv -f "$(DEPDIR)/SYS_SingletonSystem.Tpo" "$(DEPDIR)/SYS_SingletonSystem.Po"; \
|
||||
else rm -f "$(DEPDIR)/SYS_SingletonSystem.Tpo"; exit 1; \
|
||||
fi
|
||||
# source='gen_system/SYS_SingletonSystem.cpp' object='SYS_SingletonSystem.obj' libtool=no \
|
||||
# depfile='$(DEPDIR)/SYS_SingletonSystem.Po' tmpdepfile='$(DEPDIR)/SYS_SingletonSystem.TPo' \
|
||||
# $(CXXDEPMODE) $(depcomp) \
|
||||
# $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o SYS_SingletonSystem.obj `if test -f 'gen_system/SYS_SingletonSystem.cpp'; then $(CYGPATH_W) 'gen_system/SYS_SingletonSystem.cpp'; else $(CYGPATH_W) '$(srcdir)/gen_system/SYS_SingletonSystem.cpp'; fi`
|
||||
|
||||
SYS_SingletonSystem.lo: gen_system/SYS_SingletonSystem.cpp
|
||||
if $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT SYS_SingletonSystem.lo -MD -MP -MF "$(DEPDIR)/SYS_SingletonSystem.Tpo" \
|
||||
-c -o SYS_SingletonSystem.lo `test -f 'gen_system/SYS_SingletonSystem.cpp' || echo '$(srcdir)/'`gen_system/SYS_SingletonSystem.cpp; \
|
||||
then mv -f "$(DEPDIR)/SYS_SingletonSystem.Tpo" "$(DEPDIR)/SYS_SingletonSystem.Plo"; \
|
||||
else rm -f "$(DEPDIR)/SYS_SingletonSystem.Tpo"; exit 1; \
|
||||
fi
|
||||
# source='gen_system/SYS_SingletonSystem.cpp' object='SYS_SingletonSystem.lo' libtool=yes \
|
||||
# depfile='$(DEPDIR)/SYS_SingletonSystem.Plo' tmpdepfile='$(DEPDIR)/SYS_SingletonSystem.TPlo' \
|
||||
# $(CXXDEPMODE) $(depcomp) \
|
||||
# $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o SYS_SingletonSystem.lo `test -f 'gen_system/SYS_SingletonSystem.cpp' || echo '$(srcdir)/'`gen_system/SYS_SingletonSystem.cpp
|
||||
|
||||
SYS_System.o: gen_system/SYS_System.cpp
|
||||
if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT SYS_System.o -MD -MP -MF "$(DEPDIR)/SYS_System.Tpo" \
|
||||
-c -o SYS_System.o `test -f 'gen_system/SYS_System.cpp' || echo '$(srcdir)/'`gen_system/SYS_System.cpp; \
|
||||
then mv -f "$(DEPDIR)/SYS_System.Tpo" "$(DEPDIR)/SYS_System.Po"; \
|
||||
else rm -f "$(DEPDIR)/SYS_System.Tpo"; exit 1; \
|
||||
fi
|
||||
# source='gen_system/SYS_System.cpp' object='SYS_System.o' libtool=no \
|
||||
# depfile='$(DEPDIR)/SYS_System.Po' tmpdepfile='$(DEPDIR)/SYS_System.TPo' \
|
||||
# $(CXXDEPMODE) $(depcomp) \
|
||||
# $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o SYS_System.o `test -f 'gen_system/SYS_System.cpp' || echo '$(srcdir)/'`gen_system/SYS_System.cpp
|
||||
|
||||
SYS_System.obj: gen_system/SYS_System.cpp
|
||||
if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT SYS_System.obj -MD -MP -MF "$(DEPDIR)/SYS_System.Tpo" \
|
||||
-c -o SYS_System.obj `if test -f 'gen_system/SYS_System.cpp'; then $(CYGPATH_W) 'gen_system/SYS_System.cpp'; else $(CYGPATH_W) '$(srcdir)/gen_system/SYS_System.cpp'; fi`; \
|
||||
then mv -f "$(DEPDIR)/SYS_System.Tpo" "$(DEPDIR)/SYS_System.Po"; \
|
||||
else rm -f "$(DEPDIR)/SYS_System.Tpo"; exit 1; \
|
||||
fi
|
||||
# source='gen_system/SYS_System.cpp' object='SYS_System.obj' libtool=no \
|
||||
# depfile='$(DEPDIR)/SYS_System.Po' tmpdepfile='$(DEPDIR)/SYS_System.TPo' \
|
||||
# $(CXXDEPMODE) $(depcomp) \
|
||||
# $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o SYS_System.obj `if test -f 'gen_system/SYS_System.cpp'; then $(CYGPATH_W) 'gen_system/SYS_System.cpp'; else $(CYGPATH_W) '$(srcdir)/gen_system/SYS_System.cpp'; fi`
|
||||
|
||||
SYS_System.lo: gen_system/SYS_System.cpp
|
||||
if $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT SYS_System.lo -MD -MP -MF "$(DEPDIR)/SYS_System.Tpo" \
|
||||
-c -o SYS_System.lo `test -f 'gen_system/SYS_System.cpp' || echo '$(srcdir)/'`gen_system/SYS_System.cpp; \
|
||||
then mv -f "$(DEPDIR)/SYS_System.Tpo" "$(DEPDIR)/SYS_System.Plo"; \
|
||||
else rm -f "$(DEPDIR)/SYS_System.Tpo"; exit 1; \
|
||||
fi
|
||||
# source='gen_system/SYS_System.cpp' object='SYS_System.lo' libtool=yes \
|
||||
# depfile='$(DEPDIR)/SYS_System.Plo' tmpdepfile='$(DEPDIR)/SYS_System.TPlo' \
|
||||
# $(CXXDEPMODE) $(depcomp) \
|
||||
# $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o SYS_System.lo `test -f 'gen_system/SYS_System.cpp' || echo '$(srcdir)/'`gen_system/SYS_System.cpp
|
||||
|
||||
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)
|
||||
$(mkinstalldirs) $(distdir)/gen_messaging $(distdir)/gen_messaging/intern $(distdir)/gen_system
|
||||
@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:
|
||||
|
||||
Reference in New Issue
Block a user