⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 makefile.in

📁 Cal3D实现虚拟角色 Cal3D实现虚拟角色
💻 IN
📖 第 1 页 / 共 2 页
字号:
# Makefile.in generated by automake 1.9.6 from Makefile.am.# @configure_input@# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,# 2003, 2004, 2005  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, to the extent permitted by law; without# even the implied warranty of MERCHANTABILITY or FITNESS FOR A# PARTICULAR PURPOSE.@SET_MAKE@# ************************************************************************## This file is part of the Cal3D library/package# Copyright (C) 2002 Bruno 'Beosil' Heidelberger (beosil@swileys.com)## This library is free software; you can redistribute it and/or modify it# under the terms of the GNU Lesser General Public License as published by# the Free Software Foundation; either version 2.1 of the License, or (at# your option) any later version.## ************************************************************************srcdir = @srcdir@top_srcdir = @top_srcdir@VPATH = @srcdir@pkgdatadir = $(datadir)/@PACKAGE@pkglibdir = $(libdir)/@PACKAGE@pkgincludedir = $(includedir)/@PACKAGE@top_builddir = ../..am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cdINSTALL = @INSTALL@install_sh_DATA = $(install_sh) -c -m 644install_sh_PROGRAM = $(install_sh) -cinstall_sh_SCRIPT = $(install_sh) -cINSTALL_HEADER = $(INSTALL_DATA)transform = $(program_transform_name)NORMAL_INSTALL = :PRE_INSTALL = :POST_INSTALL = :NORMAL_UNINSTALL = :PRE_UNINSTALL = :POST_UNINSTALL = :build_triplet = @build@host_triplet = @host@target_triplet = @target@subdir = src/cal3dDIST_COMMON = $(pkginclude_HEADERS) $(srcdir)/Makefile.am \	$(srcdir)/Makefile.inACLOCAL_M4 = $(top_srcdir)/aclocal.m4am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \	$(top_srcdir)/configure.inam__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \	$(ACLOCAL_M4)mkinstalldirs = $(install_sh) -dCONFIG_HEADER = $(top_builddir)/config.hCONFIG_CLEAN_FILES =am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;am__vpath_adj = case $$p in \    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \    *) f=$$p;; \  esac;am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;am__installdirs = "$(DESTDIR)$(libdir)" "$(DESTDIR)$(pkgincludedir)"libLTLIBRARIES_INSTALL = $(INSTALL)LTLIBRARIES = $(lib_LTLIBRARIES)libcal3d_la_LIBADD =am_libcal3d_la_OBJECTS = animation.lo animation_action.lo \	animation_cycle.lo bone.lo buffersource.lo cal3d_wrapper.lo \	coreanimation.lo corebone.lo corekeyframe.lo corematerial.lo \	coremesh.lo coremodel.lo coreskeleton.lo coresubmesh.lo \	coresubmorphtarget.lo coretrack.lo error.lo global.lo \	hardwaremodel.lo loader.lo matrix.lo mesh.lo mixer.lo model.lo \	morphtargetmixer.lo physique.lo platform.lo quaternion.lo \	renderer.lo saver.lo skeleton.lo springsystem.lo \	streamsource.lo submesh.lo vector.lo tinyxml.lo \	tinyxmlerror.lo tinyxmlparser.lo coremorphanimation.lolibcal3d_la_OBJECTS = $(am_libcal3d_la_OBJECTS)DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)depcomp = $(SHELL) $(top_srcdir)/depcompam__depfiles_maybe = depfilesCXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \	$(AM_CXXFLAGS) $(CXXFLAGS)CXXLD = $(CXX)CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \	$(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@SOURCES = $(libcal3d_la_SOURCES)DIST_SOURCES = $(libcal3d_la_SOURCES)pkgincludeHEADERS_INSTALL = $(INSTALL_HEADER)HEADERS = $(pkginclude_HEADERS)ETAGS = etagsCTAGS = ctagsDISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)ACLOCAL = @ACLOCAL@AMDEP_FALSE = @AMDEP_FALSE@AMDEP_TRUE = @AMDEP_TRUE@AMTAR = @AMTAR@AR = @AR@AS = @AS@AUTOCONF = @AUTOCONF@AUTOHEADER = @AUTOHEADER@AUTOMAKE = @AUTOMAKE@AWK = @AWK@BLENDER = @BLENDER@CAL_INDICES_SIZE = @CAL_INDICES_SIZE@CC = @CC@CCDEPMODE = @CCDEPMODE@CFLAGS = @CFLAGS@CPP = @CPP@CPPFLAGS = @CPPFLAGS@CXX = @CXX@CXXCPP = @CXXCPP@CXXDEPMODE = @CXXDEPMODE@CXXFLAGS = @CXXFLAGS@CYGPATH_W = @CYGPATH_W@DB2HTML = @DB2HTML@DEFS = @DEFS@DEPDIR = @DEPDIR@DLLTOOL = @DLLTOOL@DOXYGEN = @DOXYGEN@ECHO = @ECHO@ECHO_C = @ECHO_C@ECHO_N = @ECHO_N@ECHO_T = @ECHO_T@EGREP = @EGREP@EXEEXT = @EXEEXT@F77 = @F77@FFLAGS = @FFLAGS@GREP = @GREP@INSTALL_DATA = @INSTALL_DATA@INSTALL_PROGRAM = @INSTALL_PROGRAM@INSTALL_SCRIPT = @INSTALL_SCRIPT@INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@LDFLAGS = @LDFLAGS@LIBOBJS = @LIBOBJS@LIBS = @LIBS@LIBTOOL = @LIBTOOL@LN_S = @LN_S@LTLIBOBJS = @LTLIBOBJS@MAKEINFO = @MAKEINFO@OBJDUMP = @OBJDUMP@OBJEXT = @OBJEXT@PACKAGE = @PACKAGE@PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@PACKAGE_NAME = @PACKAGE_NAME@PACKAGE_STRING = @PACKAGE_STRING@PACKAGE_TARNAME = @PACKAGE_TARNAME@PACKAGE_VERSION = @PACKAGE_VERSION@PATH_SEPARATOR = @PATH_SEPARATOR@RANLIB = @RANLIB@SET_MAKE = @SET_MAKE@SHELL = @SHELL@STRIP = @STRIP@VALGRIND = @VALGRIND@VERSION = @VERSION@ac_ct_CC = @ac_ct_CC@ac_ct_CXX = @ac_ct_CXX@ac_ct_F77 = @ac_ct_F77@am__fastdepCC_FALSE = @am__fastdepCC_FALSE@am__fastdepCC_TRUE = @am__fastdepCC_TRUE@am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@am__include = @am__include@am__leading_dot = @am__leading_dot@am__quote = @am__quote@am__tar = @am__tar@am__untar = @am__untar@bindir = @bindir@build = @build@build_alias = @build_alias@build_cpu = @build_cpu@build_os = @build_os@build_vendor = @build_vendor@datadir = @datadir@datarootdir = @datarootdir@docdir = @docdir@dvidir = @dvidir@exec_prefix = @exec_prefix@host = @host@host_alias = @host_alias@host_cpu = @host_cpu@host_os = @host_os@host_vendor = @host_vendor@htmldir = @htmldir@includedir = @includedir@infodir = @infodir@install_sh = @install_sh@libdir = @libdir@libexecdir = @libexecdir@localedir = @localedir@localstatedir = @localstatedir@mandir = @mandir@mkdir_p = @mkdir_p@oldincludedir = @oldincludedir@pdfdir = @pdfdir@prefix = @prefix@program_transform_name = @program_transform_name@psdir = @psdir@sbindir = @sbindir@sharedstatedir = @sharedstatedir@sysconfdir = @sysconfdir@target = @target@target_alias = @target_alias@target_cpu = @target_cpu@target_os = @target_os@target_vendor = @target_vendor@INCLUDES = -I$(top_srcdir)/srcEXTRA_DIST = cal3d.rc cal3d.dsp SConscriptlib_LTLIBRARIES = libcal3d.la## Updating this number must *not* match the cal3d version. It must# comply with the following rules (see the libtool documentation for# more information):##   The -version-info flag accepts an argument of the form#`CURRENT[:REVISION[:AGE]]'.  So, passing `-version-info 10:0:0' sets#CURRENT to 10, REVISION to 0, and AGE to 0.## Note that AGE must be less than or equal to the CURRENT interface number.##  1. Start with version information of `10:0:0' for each libtool library.##  2. Update the version information only immediately before a public#     release of your software.  More frequent updates are unnecessary,#     and only guarantee that the current interface number gets larger#     faster.##  3. If the library source code has changed at all since the last#     update, then increment REVISION (`C:R:A' becomes `C:r+1:A').##  4. If any interfaces have been added, removed, or changed since the#     last update, increment CURRENT, and set REVISION to 0.##  5. If any interfaces have been added since the last public release,#     then increment AGE.##  6. If any interfaces have been removed since the last public release,#     then set AGE to 0.# #VERSION_INFO = 12:0:0libcal3d_la_SOURCES = \	animation.cpp \	animation_action.cpp \	animation_cycle.cpp \	bone.cpp \	buffersource.cpp \	cal3d_wrapper.cpp \	coreanimation.cpp \	corebone.cpp \	corekeyframe.cpp \	corematerial.cpp \	coremesh.cpp \	coremodel.cpp \	coreskeleton.cpp \	coresubmesh.cpp \	coresubmorphtarget.cpp \	coretrack.cpp \	error.cpp \	global.cpp \	hardwaremodel.cpp \	loader.cpp \	matrix.cpp \	mesh.cpp \	mixer.cpp \	model.cpp \	morphtargetmixer.cpp \	physique.cpp \	platform.cpp \	quaternion.cpp \	renderer.cpp \	saver.cpp \	skeleton.cpp \	springsystem.cpp \	streamsource.cpp \	submesh.cpp \	vector.cpp \	tinyxml.cpp \	tinyxmlerror.cpp \	tinyxmlparser.cpp \	coremorphanimation.cpplibcal3d_la_LDFLAGS = -no-undefined -version-info $(VERSION_INFO) pkginclude_HEADERS = \	animation.h \	animation_action.h \	animation_cycle.h \	animcallback.h \	bone.h \	buffersource.h \	cal3d.h \	cal3d_wrapper.h \	coreanimation.h \	corebone.h \	corekeyframe.h \	corematerial.h \	coremesh.h \	coremodel.h \	coreskeleton.h \	coresubmesh.h \	coresubmorphtarget.h \	coretrack.h \	datasource.h \	error.h \	global.h \	hardwaremodel.h \	loader.h \	matrix.h \	mesh.h \	mixer.h \	model.h \	morphtargetmixer.h \	physique.h \	platform.h \	quaternion.h \	refcounted.h \	refptr.h \	renderer.h \	resource.h \	saver.h \	skeleton.h \	springsystem.h \	streamsource.h \	submesh.h \	vector.h \	tinyxml.h \	transform.h \

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -