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

« back to all changes in this revision

Viewing changes to src/components/ogre/environment/pagedgeometry/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_builddir)/src -I$(top_srcdir)/src -I$(srcdir)/include
 
2
METASOURCES = AUTO
 
3
 
 
4
#libdir = $(syslibdir)/ember
 
5
 
 
6
noinst_LTLIBRARIES = libpagedgeometry.la
 
7
# libpagedgeometry_la_LDFLAGS = -module
 
8
libpagedgeometry_la_SOURCES = source/BatchPage.cpp  source/BatchedGeometry.cpp \
 
9
        source/GrassLoader.cpp  source/ImpostorPage.cpp  \
 
10
        source/PagedGeometry.cpp  source/PropertyMaps.cpp  source/StaticBillboardSet.cpp \
 
11
        source/TreeLoader2D.cpp  source/TreeLoader3D.cpp source/DummyPage.cpp source/PassiveEntityPage.cpp
 
12
noinst_HEADERS = include/BatchPage.h include/BatchedGeometry.h include/GrassLoader.h include/ImpostorPage.h include/PagedGeometry.h include/PropertyMaps.h include/StaticBillboardSet.h include/TreeLoader2D.h include/TreeLoader3D.h include/DummyPage.h include/PassiveEntityPage.h
 
 
b'\\ No newline at end of file'