~ubuntu-branches/debian/sid/ember/sid

« back to all changes in this revision

Viewing changes to src/components/ogre/model/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Michael Koch
  • Date: 2009-07-23 07:46:40 UTC
  • Revision ID: james.westby@ubuntu.com-20090723074640-wh0ukzis0kda36qv
Tags: upstream-0.5.6
ImportĀ upstreamĀ versionĀ 0.5.6

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
INCLUDES = -I$(top_srcdir)/src  -I$(top_builddir)/src
 
2
 
 
3
noinst_LTLIBRARIES = libModel.la
 
4
 
 
5
libModel_la_SOURCES = Action.cpp AnimationSet.cpp Model.cpp \
 
6
        ModelBackgroundLoader.cpp ModelDefinition.cpp ModelDefinitionAtlasComposer.cpp \
 
7
        ModelDefinitionManager.cpp ModelPart.cpp ParticleSystem.cpp ParticleSystemBinding.cpp SubModel.cpp \
 
8
        SubModelPart.cpp XMLModelDefinitionSerializer.cpp
 
9
        
 
10
#       SimpleModel.cpp IModel.cpp ModelBase.cpp
 
11
#noinst_HEADERS = SimpleModel.h IModel.h ModelBase.h
 
12
noinst_HEADERS = Action.h AnimationSet.h Model.h ModelBackgroundLoader.h \
 
13
        ModelDefinition.h ModelDefinitionAtlasComposer.h ModelDefinitionManager.h ModelPart.h \
 
14
        ParticleSystem.h ParticleSystemBinding.h SubModel.h SubModelPart.h \
 
15
        XMLModelDefinitionSerializer.h
 
16
SUBDIRS = mapping