[692] | 1 | INCLUDES = $(STLPORT_CFLAGS) $(FT2_CFLAGS) -I$(top_srcdir)/OgreMain/include -DOGRE_NONCLIENT_BUILD $(ZZIPLIB_CFLAGS) $(DEVIL_CFLAGS) |
---|
| 2 | |
---|
| 3 | lib_LTLIBRARIES=libOgreMain.la |
---|
| 4 | |
---|
| 5 | libOgreMain_la_SOURCES = OgreAnimation.cpp \ |
---|
| 6 | OgreAnimable.cpp \ |
---|
| 7 | OgreAnimationState.cpp \ |
---|
| 8 | OgreAnimationTrack.cpp \ |
---|
| 9 | OgreArchiveManager.cpp \ |
---|
| 10 | OgreAutoParamDataSource.cpp \ |
---|
| 11 | OgreAxisAlignedBox.cpp \ |
---|
| 12 | OgreBillboard.cpp \ |
---|
| 13 | OgreBillboardChain.cpp \ |
---|
| 14 | OgreBillboardParticleRenderer.cpp \ |
---|
| 15 | OgreBillboardSet.cpp \ |
---|
| 16 | OgreBitwise.cpp \ |
---|
| 17 | OgreBone.cpp \ |
---|
| 18 | OgreBorderPanelOverlayElement.cpp \ |
---|
| 19 | OgreCamera.cpp \ |
---|
| 20 | OgreCodec.cpp \ |
---|
| 21 | OgreColourValue.cpp \ |
---|
| 22 | OgreCommon.cpp \ |
---|
| 23 | OgreConfigFile.cpp \ |
---|
| 24 | OgreConfigOptionMap.cpp \ |
---|
| 25 | OgreController.cpp \ |
---|
| 26 | OgreControllerManager.cpp \ |
---|
| 27 | OgreCursor.cpp \ |
---|
| 28 | OgreDataStream.cpp \ |
---|
| 29 | OgreDefaultHardwareBufferManager.cpp \ |
---|
| 30 | OgreDefaultSceneQueries.cpp \ |
---|
| 31 | OgreDynLib.cpp \ |
---|
| 32 | OgreDynLibManager.cpp \ |
---|
| 33 | OgreEdgeListBuilder.cpp \ |
---|
| 34 | OgreEntity.cpp \ |
---|
| 35 | OgreEventDispatcher.cpp \ |
---|
| 36 | OgreEventProcessor.cpp \ |
---|
| 37 | OgreEventQueue.cpp \ |
---|
| 38 | OgreException.cpp \ |
---|
| 39 | OgreExternalTextureSource.cpp \ |
---|
| 40 | OgreExternalTextureSourceManager.cpp \ |
---|
| 41 | OgreFileSystem.cpp \ |
---|
| 42 | OgreFont.cpp \ |
---|
| 43 | OgreFontManager.cpp \ |
---|
| 44 | OgreFrustum.cpp \ |
---|
| 45 | OgreGpuProgram.cpp \ |
---|
| 46 | OgreGpuProgramManager.cpp \ |
---|
| 47 | OgreGpuProgramUsage.cpp \ |
---|
| 48 | OgreHardwareBufferManager.cpp \ |
---|
| 49 | OgreHardwareIndexBuffer.cpp \ |
---|
| 50 | OgreHardwareOcclusionQuery.cpp \ |
---|
| 51 | OgreHardwareVertexBuffer.cpp \ |
---|
| 52 | OgreHardwarePixelBuffer.cpp \ |
---|
| 53 | OgreHighLevelGpuProgram.cpp \ |
---|
| 54 | OgreHighLevelGpuProgramManager.cpp \ |
---|
| 55 | OgreImage.cpp \ |
---|
| 56 | OgreInput.cpp \ |
---|
| 57 | OgreInputEvent.cpp \ |
---|
| 58 | OgreKeyEvent.cpp \ |
---|
| 59 | OgreKeyFrame.cpp \ |
---|
| 60 | OgreKeyTarget.cpp \ |
---|
| 61 | OgreLight.cpp \ |
---|
| 62 | OgreLog.cpp \ |
---|
| 63 | OgreLogManager.cpp \ |
---|
| 64 | OgreManualObject.cpp \ |
---|
| 65 | OgreMaterial.cpp \ |
---|
| 66 | OgreMaterialManager.cpp \ |
---|
| 67 | OgreMaterialSerializer.cpp \ |
---|
| 68 | OgreMath.cpp \ |
---|
| 69 | OgreMatrix3.cpp \ |
---|
| 70 | OgreMatrix4.cpp \ |
---|
| 71 | OgreMemoryManager.cpp \ |
---|
| 72 | OgreMesh.cpp \ |
---|
| 73 | OgreMeshManager.cpp \ |
---|
| 74 | OgreMeshSerializer.cpp \ |
---|
| 75 | OgreMeshSerializerImpl.cpp \ |
---|
| 76 | OgreMouseEvent.cpp \ |
---|
| 77 | OgreMouseMotionTarget.cpp \ |
---|
| 78 | OgreMouseTarget.cpp \ |
---|
| 79 | OgreMovableObject.cpp \ |
---|
| 80 | OgreMovablePlane.cpp \ |
---|
| 81 | OgreNode.cpp \ |
---|
| 82 | OgreOverlay.cpp \ |
---|
| 83 | OgreOverlayContainer.cpp \ |
---|
| 84 | OgreOverlayElement.cpp \ |
---|
| 85 | OgreOverlayElementCommands.cpp \ |
---|
| 86 | OgreOverlayManager.cpp \ |
---|
| 87 | OgrePixelFormat.cpp \ |
---|
| 88 | OgrePanelOverlayElement.cpp \ |
---|
| 89 | OgreParticle.cpp \ |
---|
| 90 | OgreParticleEmitter.cpp \ |
---|
| 91 | OgreParticleEmitterCommands.cpp \ |
---|
| 92 | OgreParticleIterator.cpp \ |
---|
| 93 | OgreParticleSystem.cpp \ |
---|
| 94 | OgreParticleSystemManager.cpp \ |
---|
| 95 | OgrePass.cpp \ |
---|
| 96 | OgrePatchMesh.cpp \ |
---|
| 97 | OgrePatchSurface.cpp \ |
---|
| 98 | OgrePlane.cpp \ |
---|
| 99 | OgrePlatformManager.cpp \ |
---|
| 100 | OgrePose.cpp \ |
---|
| 101 | OgrePredefinedControllers.cpp \ |
---|
| 102 | OgreProfiler.cpp \ |
---|
| 103 | OgreProgressiveMesh.cpp \ |
---|
| 104 | OgreQuaternion.cpp \ |
---|
| 105 | OgreRectangle2D.cpp \ |
---|
| 106 | OgreRenderQueue.cpp \ |
---|
| 107 | OgreRenderQueueInvocation.cpp \ |
---|
| 108 | OgreRenderQueueSortingGrouping.cpp \ |
---|
| 109 | OgreRenderSystem.cpp \ |
---|
| 110 | OgreRenderSystemCapabilities.cpp \ |
---|
| 111 | OgreRenderTarget.cpp \ |
---|
| 112 | OgreRenderTexture.cpp \ |
---|
| 113 | OgreRenderWindow.cpp \ |
---|
| 114 | OgreResource.cpp \ |
---|
| 115 | OgreResourceBackgroundQueue.cpp \ |
---|
| 116 | OgreResourceGroupManager.cpp \ |
---|
| 117 | OgreResourceManager.cpp \ |
---|
| 118 | OgreRibbonTrail.cpp \ |
---|
| 119 | OgreRoot.cpp \ |
---|
| 120 | OgreRotationSpline.cpp \ |
---|
| 121 | OgreSceneManager.cpp \ |
---|
| 122 | OgreSceneManagerEnumerator.cpp \ |
---|
| 123 | OgreSceneNode.cpp \ |
---|
| 124 | OgreSceneQuery.cpp \ |
---|
| 125 | OgreSearchOps.cpp \ |
---|
| 126 | OgreSerializer.cpp \ |
---|
| 127 | OgreShadowCaster.cpp \ |
---|
| 128 | OgreShadowVolumeExtrudeProgram.cpp \ |
---|
| 129 | OgreSimpleRenderable.cpp \ |
---|
| 130 | OgreSimpleSpline.cpp \ |
---|
| 131 | OgreSingleton.cpp \ |
---|
| 132 | OgreSkeleton.cpp \ |
---|
| 133 | OgreSkeletonInstance.cpp \ |
---|
| 134 | OgreSkeletonManager.cpp \ |
---|
| 135 | OgreSkeletonSerializer.cpp \ |
---|
| 136 | OgreStaticGeometry.cpp \ |
---|
| 137 | OgreString.cpp \ |
---|
| 138 | OgreStringConverter.cpp \ |
---|
| 139 | OgreStringInterface.cpp \ |
---|
| 140 | OgreStringVector.cpp \ |
---|
| 141 | OgreSubEntity.cpp \ |
---|
| 142 | OgreSubMesh.cpp \ |
---|
| 143 | OgreTagPoint.cpp \ |
---|
| 144 | OgreTechnique.cpp \ |
---|
| 145 | OgreTextAreaOverlayElement.cpp \ |
---|
| 146 | OgreTexture.cpp \ |
---|
| 147 | OgreTextureManager.cpp \ |
---|
| 148 | OgreTextureUnitState.cpp \ |
---|
| 149 | OgreTimer.cpp \ |
---|
| 150 | OgreUserDefinedObject.cpp \ |
---|
| 151 | OgreVector2.cpp \ |
---|
| 152 | OgreVector3.cpp \ |
---|
| 153 | OgreVector4.cpp \ |
---|
| 154 | OgreVertexIndexData.cpp \ |
---|
| 155 | OgreViewport.cpp \ |
---|
| 156 | OgreWireBoundingBox.cpp \ |
---|
| 157 | OgreZip.cpp \ |
---|
| 158 | OgreCompositionPass.cpp \ |
---|
| 159 | OgreCompositionTargetPass.cpp \ |
---|
| 160 | OgreCompositionTechnique.cpp \ |
---|
| 161 | OgreCompositor.cpp \ |
---|
| 162 | OgreCompositorChain.cpp \ |
---|
| 163 | OgreCompositorInstance.cpp \ |
---|
| 164 | OgreCompositorManager.cpp \ |
---|
| 165 | OgreCompositorSerializer.cpp \ |
---|
| 166 | OgreCompositorScriptCompiler.cpp \ |
---|
| 167 | OgreCompiler2Pass.cpp |
---|
| 168 | |
---|
| 169 | if USE_DEVIL |
---|
| 170 | libOgreMain_la_SOURCES +=OgreILImageCodec.cpp \ |
---|
| 171 | OgreILCodecs.cpp \ |
---|
| 172 | OgreILUtil.cpp |
---|
| 173 | endif |
---|
| 174 | |
---|
| 175 | platformdir = $(libdir) |
---|
| 176 | libOgreMain_la_LIBADD= $(STLPORT_LIBS) $(FT2_LIBS) $(ZZIPLIB_LIBS) $(OGRE_THREAD_LIBS) |
---|
| 177 | libOgreMain_la_LDFLAGS = $(SHARED_FLAGS) -version-info @OGREMAIN_VERSION_INFO@ -Wl,-rpath,$(platformdir) |
---|
| 178 | #-Wl,--version-script=$(top_srcdir)/OgreMain/src/ogremain.map |
---|
| 179 | |
---|