Removed old gmake and VisualStudio build files
This commit is contained in:
@@ -1,7 +0,0 @@
|
||||
TOPDIR = ../..
|
||||
include $(TOPDIR)/Make/makedefs
|
||||
include $(TOPDIR)/Make/makedirdefs
|
||||
|
||||
DIRS = $(WRAPPER_DIRS)
|
||||
|
||||
include $(TOPDIR)/Make/makedirrules
|
||||
@@ -1,153 +0,0 @@
|
||||
TOPDIR = ../../..
|
||||
include $(TOPDIR)/Make/makedefs
|
||||
|
||||
CXXFILES =\
|
||||
AlphaFunc.cpp\
|
||||
AnimationPath.cpp\
|
||||
ApplicationUsage.cpp\
|
||||
ArgumentParser.cpp\
|
||||
Array.cpp\
|
||||
AutoTransform.cpp\
|
||||
Billboard.cpp\
|
||||
BlendColor.cpp\
|
||||
BlendEquation.cpp\
|
||||
BlendFunc.cpp\
|
||||
BoundingBox.cpp\
|
||||
BoundingSphere.cpp\
|
||||
BufferObject.cpp\
|
||||
Camera.cpp\
|
||||
CameraNode.cpp\
|
||||
CameraView.cpp\
|
||||
ClampColor.cpp\
|
||||
ClearNode.cpp\
|
||||
ClipNode.cpp\
|
||||
ClipPlane.cpp\
|
||||
ClusterCullingCallback.cpp\
|
||||
CollectOccludersVisitor.cpp\
|
||||
ColorMask.cpp\
|
||||
ColorMatrix.cpp\
|
||||
ComputeBoundsVisitor.cpp\
|
||||
ConvexPlanarOccluder.cpp\
|
||||
ConvexPlanarPolygon.cpp\
|
||||
CoordinateSystemNode.cpp\
|
||||
CopyOp.cpp\
|
||||
CullFace.cpp\
|
||||
CullSettings.cpp\
|
||||
CullStack.cpp\
|
||||
CullingSet.cpp\
|
||||
DeleteHandler.cpp\
|
||||
Depth.cpp\
|
||||
DisplaySettings.cpp\
|
||||
DrawPixels.cpp\
|
||||
Drawable.cpp\
|
||||
Endian.cpp\
|
||||
Fog.cpp\
|
||||
FragmentProgram.cpp\
|
||||
FrameBufferObject.cpp\
|
||||
FrameStamp.cpp\
|
||||
FrontFace.cpp\
|
||||
GL2Extensions.cpp\
|
||||
Geode.cpp\
|
||||
Geometry.cpp\
|
||||
GraphicsContext.cpp\
|
||||
GraphicsThread.cpp\
|
||||
Group.cpp\
|
||||
Image.cpp\
|
||||
ImageStream.cpp\
|
||||
LOD.cpp\
|
||||
Light.cpp\
|
||||
LightModel.cpp\
|
||||
LightSource.cpp\
|
||||
LineSegment.cpp\
|
||||
LineStipple.cpp\
|
||||
LineWidth.cpp\
|
||||
LogicOp.cpp\
|
||||
Material.cpp\
|
||||
Matrix.cpp\
|
||||
MatrixTransform.cpp\
|
||||
Matrixd.cpp\
|
||||
Matrixf.cpp\
|
||||
Multisample.cpp\
|
||||
Node.cpp\
|
||||
NodeCallback.cpp\
|
||||
NodeTrackerCallback.cpp\
|
||||
NodeVisitor.cpp\
|
||||
Notify.cpp\
|
||||
Object.cpp\
|
||||
OccluderNode.cpp\
|
||||
PagedLOD.cpp\
|
||||
Plane.cpp\
|
||||
Point.cpp\
|
||||
PointSprite.cpp\
|
||||
PolygonMode.cpp\
|
||||
PolygonOffset.cpp\
|
||||
PolygonStipple.cpp\
|
||||
Polytope.cpp\
|
||||
PositionAttitudeTransform.cpp\
|
||||
PrimitiveSet.cpp\
|
||||
Program.cpp\
|
||||
Projection.cpp\
|
||||
ProxyNode.cpp\
|
||||
Quat.cpp\
|
||||
Referenced.cpp\
|
||||
RenderInfo.cpp\
|
||||
Scissor.cpp\
|
||||
Sequence.cpp\
|
||||
ShadeModel.cpp\
|
||||
Shader.cpp\
|
||||
ShadowVolumeOccluder.cpp\
|
||||
Shape.cpp\
|
||||
ShapeDrawable.cpp\
|
||||
State.cpp\
|
||||
StateAttribute.cpp\
|
||||
StateSet.cpp\
|
||||
Stats.cpp\
|
||||
Stencil.cpp\
|
||||
StencilTwoSided.cpp\
|
||||
Switch.cpp\
|
||||
TexEnv.cpp\
|
||||
TexEnvCombine.cpp\
|
||||
TexEnvFilter.cpp\
|
||||
TexGen.cpp\
|
||||
TexGenNode.cpp\
|
||||
TexMat.cpp\
|
||||
Texture.cpp\
|
||||
Texture1D.cpp\
|
||||
Texture2D.cpp\
|
||||
Texture3D.cpp\
|
||||
TextureCubeMap.cpp\
|
||||
TextureRectangle.cpp\
|
||||
Timer.cpp\
|
||||
TransferFunction.cpp\
|
||||
Transform.cpp\
|
||||
Uniform.cpp\
|
||||
Vec2.cpp\
|
||||
Vec2b.cpp\
|
||||
Vec2d.cpp\
|
||||
Vec2f.cpp\
|
||||
Vec2s.cpp\
|
||||
Vec3.cpp\
|
||||
Vec3b.cpp\
|
||||
Vec3d.cpp\
|
||||
Vec3f.cpp\
|
||||
Vec3s.cpp\
|
||||
Vec4.cpp\
|
||||
Vec4b.cpp\
|
||||
Vec4d.cpp\
|
||||
Vec4f.cpp\
|
||||
Vec4s.cpp\
|
||||
Vec4ub.cpp\
|
||||
VertexProgram.cpp\
|
||||
View.cpp\
|
||||
Viewport.cpp\
|
||||
observer_ptr.cpp\
|
||||
|
||||
LIBS += -losg -losg -losgIntrospection $(GL_LIBS) $(OTHER_LIBS)
|
||||
|
||||
OPTF = -O
|
||||
|
||||
TARGET_BASENAME = osg
|
||||
include $(TOPDIR)/Make/cygwin_wrapper_def
|
||||
WRAPPER = $(WRAPPER_PREFIX)$(TARGET_BASENAME).$(PLUGIN_EXT)
|
||||
|
||||
include $(TOPDIR)/Make/makerules
|
||||
@@ -1,29 +0,0 @@
|
||||
TOPDIR = ../../..
|
||||
include $(TOPDIR)/Make/makedefs
|
||||
|
||||
CXXFILES =\
|
||||
Archive.cpp\
|
||||
DatabasePager.cpp\
|
||||
DotOsgWrapper.cpp\
|
||||
DynamicLibrary.cpp\
|
||||
Field.cpp\
|
||||
FieldReader.cpp\
|
||||
FieldReaderIterator.cpp\
|
||||
FileUtils.cpp\
|
||||
ImageOptions.cpp\
|
||||
Input.cpp\
|
||||
Output.cpp\
|
||||
ParameterOutput.cpp\
|
||||
ReaderWriter.cpp\
|
||||
Registry.cpp\
|
||||
SharedStateManager.cpp\
|
||||
|
||||
LIBS += -losgDB -losg -losgIntrospection $(GL_LIBS) $(OTHER_LIBS)
|
||||
|
||||
OPTF = -O
|
||||
|
||||
TARGET_BASENAME = osgDB
|
||||
include $(TOPDIR)/Make/cygwin_wrapper_def
|
||||
WRAPPER = $(WRAPPER_PREFIX)$(TARGET_BASENAME).$(PLUGIN_EXT)
|
||||
|
||||
include $(TOPDIR)/Make/makerules
|
||||
@@ -1,24 +0,0 @@
|
||||
TOPDIR = ../../..
|
||||
include $(TOPDIR)/Make/makedefs
|
||||
|
||||
CXXFILES =\
|
||||
AnisotropicLighting.cpp\
|
||||
BumpMapping.cpp\
|
||||
Cartoon.cpp\
|
||||
Effect.cpp\
|
||||
MultiTextureControl.cpp\
|
||||
Registry.cpp\
|
||||
Scribe.cpp\
|
||||
SpecularHighlights.cpp\
|
||||
Technique.cpp\
|
||||
Validator.cpp\
|
||||
|
||||
LIBS += -losgFX -losg -losgIntrospection -losgUtil -losgDB $(GL_LIBS) $(OTHER_LIBS)
|
||||
|
||||
OPTF = -O
|
||||
|
||||
TARGET_BASENAME = osgFX
|
||||
include $(TOPDIR)/Make/cygwin_wrapper_def
|
||||
WRAPPER = $(WRAPPER_PREFIX)$(TARGET_BASENAME).$(PLUGIN_EXT)
|
||||
|
||||
include $(TOPDIR)/Make/makerules
|
||||
@@ -1,29 +0,0 @@
|
||||
TOPDIR = ../../..
|
||||
include $(TOPDIR)/Make/makedefs
|
||||
|
||||
CXXFILES =\
|
||||
AnimationPathManipulator.cpp\
|
||||
DriveManipulator.cpp\
|
||||
EventQueue.cpp\
|
||||
EventVisitor.cpp\
|
||||
FlightManipulator.cpp\
|
||||
GUIActionAdapter.cpp\
|
||||
GUIEventAdapter.cpp\
|
||||
GUIEventHandler.cpp\
|
||||
KeySwitchMatrixManipulator.cpp\
|
||||
MatrixManipulator.cpp\
|
||||
NodeTrackerManipulator.cpp\
|
||||
StateSetManipulator.cpp\
|
||||
TerrainManipulator.cpp\
|
||||
TrackballManipulator.cpp\
|
||||
UFOManipulator.cpp\
|
||||
|
||||
LIBS += -losgGA -losg -losgIntrospection -losgUtil $(GL_LIBS) $(OTHER_LIBS)
|
||||
|
||||
OPTF = -O
|
||||
|
||||
TARGET_BASENAME = osgGA
|
||||
include $(TOPDIR)/Make/cygwin_wrapper_def
|
||||
WRAPPER = $(WRAPPER_PREFIX)$(TARGET_BASENAME).$(PLUGIN_EXT)
|
||||
|
||||
include $(TOPDIR)/Make/makerules
|
||||
@@ -1,34 +0,0 @@
|
||||
TOPDIR = ../../..
|
||||
include $(TOPDIR)/Make/makedefs
|
||||
|
||||
CXXFILES =\
|
||||
AntiSquish.cpp\
|
||||
Command.cpp\
|
||||
CommandManager.cpp\
|
||||
Constraint.cpp\
|
||||
Dragger.cpp\
|
||||
Projector.cpp\
|
||||
RotateCylinderDragger.cpp\
|
||||
RotateSphereDragger.cpp\
|
||||
Scale1DDragger.cpp\
|
||||
Scale2DDragger.cpp\
|
||||
ScaleAxisDragger.cpp\
|
||||
Selection.cpp\
|
||||
TabBoxDragger.cpp\
|
||||
TabPlaneDragger.cpp\
|
||||
TabPlaneTrackballDragger.cpp\
|
||||
TrackballDragger.cpp\
|
||||
Translate1DDragger.cpp\
|
||||
Translate2DDragger.cpp\
|
||||
TranslateAxisDragger.cpp\
|
||||
TranslatePlaneDragger.cpp\
|
||||
|
||||
LIBS += -losgManipulator -losg -losgIntrospection $(GL_LIBS) $(OTHER_LIBS)
|
||||
|
||||
OPTF = -O
|
||||
|
||||
TARGET_BASENAME = osgManipulator
|
||||
include $(TOPDIR)/Make/cygwin_wrapper_def
|
||||
WRAPPER = $(WRAPPER_PREFIX)$(TARGET_BASENAME).$(PLUGIN_EXT)
|
||||
|
||||
include $(TOPDIR)/Make/makerules
|
||||
@@ -1,52 +0,0 @@
|
||||
TOPDIR = ../../..
|
||||
include $(TOPDIR)/Make/makedefs
|
||||
|
||||
CXXFILES =\
|
||||
AccelOperator.cpp\
|
||||
AngularAccelOperator.cpp\
|
||||
BoxPlacer.cpp\
|
||||
CenteredPlacer.cpp\
|
||||
ConnectedParticleSystem.cpp\
|
||||
ConstantRateCounter.cpp\
|
||||
Counter.cpp\
|
||||
Emitter.cpp\
|
||||
ExplosionDebrisEffect.cpp\
|
||||
ExplosionEffect.cpp\
|
||||
FireEffect.cpp\
|
||||
FluidFrictionOperator.cpp\
|
||||
FluidProgram.cpp\
|
||||
ForceOperator.cpp\
|
||||
Interpolator.cpp\
|
||||
LinearInterpolator.cpp\
|
||||
ModularEmitter.cpp\
|
||||
ModularProgram.cpp\
|
||||
MultiSegmentPlacer.cpp\
|
||||
Operator.cpp\
|
||||
Particle.cpp\
|
||||
ParticleEffect.cpp\
|
||||
ParticleProcessor.cpp\
|
||||
ParticleSystem.cpp\
|
||||
ParticleSystemUpdater.cpp\
|
||||
Placer.cpp\
|
||||
PointPlacer.cpp\
|
||||
PrecipitationEffect.cpp\
|
||||
Program.cpp\
|
||||
RadialShooter.cpp\
|
||||
RandomRateCounter.cpp\
|
||||
SectorPlacer.cpp\
|
||||
SegmentPlacer.cpp\
|
||||
Shooter.cpp\
|
||||
SmokeEffect.cpp\
|
||||
SmokeTrailEffect.cpp\
|
||||
VariableRateCounter.cpp\
|
||||
range.cpp\
|
||||
|
||||
LIBS += -losgParticle -losg -losgIntrospection -losgUtil -losgDB $(GL_LIBS) $(OTHER_LIBS)
|
||||
|
||||
OPTF = -O
|
||||
|
||||
TARGET_BASENAME = osgParticle
|
||||
include $(TOPDIR)/Make/cygwin_wrapper_def
|
||||
WRAPPER = $(WRAPPER_PREFIX)$(TARGET_BASENAME).$(PLUGIN_EXT)
|
||||
|
||||
include $(TOPDIR)/Make/makerules
|
||||
@@ -1,22 +0,0 @@
|
||||
TOPDIR = ../../..
|
||||
include $(TOPDIR)/Make/makedefs
|
||||
|
||||
CXXFILES =\
|
||||
Export.cpp\
|
||||
OccluderGeometry.cpp\
|
||||
ParallelSplitShadowMap.cpp\
|
||||
ShadowMap.cpp\
|
||||
ShadowTechnique.cpp\
|
||||
ShadowTexture.cpp\
|
||||
ShadowVolume.cpp\
|
||||
ShadowedScene.cpp\
|
||||
|
||||
LIBS += -losgShadow -losg -losgIntrospection $(GL_LIBS) $(OTHER_LIBS)
|
||||
|
||||
OPTF = -O
|
||||
|
||||
TARGET_BASENAME = osgShadow
|
||||
include $(TOPDIR)/Make/cygwin_wrapper_def
|
||||
WRAPPER = $(WRAPPER_PREFIX)$(TARGET_BASENAME).$(PLUGIN_EXT)
|
||||
|
||||
include $(TOPDIR)/Make/makerules
|
||||
@@ -1,35 +0,0 @@
|
||||
TOPDIR = ../../..
|
||||
include $(TOPDIR)/Make/makedefs
|
||||
|
||||
CXXFILES =\
|
||||
BlinkSequence.cpp\
|
||||
ColorRange.cpp\
|
||||
DOFTransform.cpp\
|
||||
ElevationSlice.cpp\
|
||||
GeographicLocation.cpp\
|
||||
HeightAboveTerrain.cpp\
|
||||
Impostor.cpp\
|
||||
ImpostorSprite.cpp\
|
||||
InsertImpostorsVisitor.cpp\
|
||||
LightPoint.cpp\
|
||||
LightPointNode.cpp\
|
||||
LightPointSystem.cpp\
|
||||
LineOfSight.cpp\
|
||||
MultiSwitch.cpp\
|
||||
OpenFlightOptimizer.cpp\
|
||||
OverlayNode.cpp\
|
||||
ScalarBar.cpp\
|
||||
ScalarsToColors.cpp\
|
||||
Sector.cpp\
|
||||
SphereSegment.cpp\
|
||||
VisibilityGroup.cpp\
|
||||
|
||||
LIBS += -losgSim -losg -losgIntrospection -losgUtil -losgText -losgDB $(GL_LIBS) $(OTHER_LIBS)
|
||||
|
||||
OPTF = -O
|
||||
|
||||
TARGET_BASENAME = osgSim
|
||||
include $(TOPDIR)/Make/cygwin_wrapper_def
|
||||
WRAPPER = $(WRAPPER_PREFIX)$(TARGET_BASENAME).$(PLUGIN_EXT)
|
||||
|
||||
include $(TOPDIR)/Make/makerules
|
||||
@@ -1,20 +0,0 @@
|
||||
TOPDIR = ../../..
|
||||
include $(TOPDIR)/Make/makedefs
|
||||
|
||||
CXXFILES =\
|
||||
Export.cpp\
|
||||
GeometryTechnique.cpp\
|
||||
Layer.cpp\
|
||||
Locator.cpp\
|
||||
TerrainNode.cpp\
|
||||
TerrainTechnique.cpp\
|
||||
|
||||
LIBS += -losgTerrain -losg -losgIntrospection -losgDB -losgUtil -losgFX $(GL_LIBS) $(OTHER_LIBS)
|
||||
|
||||
OPTF = -O
|
||||
|
||||
TARGET_BASENAME = osgTerrain
|
||||
include $(TOPDIR)/Make/cygwin_wrapper_def
|
||||
WRAPPER = $(WRAPPER_PREFIX)$(TARGET_BASENAME).$(PLUGIN_EXT)
|
||||
|
||||
include $(TOPDIR)/Make/makerules
|
||||
@@ -1,19 +0,0 @@
|
||||
TOPDIR = ../../..
|
||||
include $(TOPDIR)/Make/makedefs
|
||||
|
||||
CXXFILES =\
|
||||
Export.cpp\
|
||||
FadeText.cpp\
|
||||
Font.cpp\
|
||||
String.cpp\
|
||||
Text.cpp\
|
||||
|
||||
LIBS += -losgText -losg -losgIntrospection -losgDB $(GL_LIBS) $(OTHER_LIBS)
|
||||
|
||||
OPTF = -O
|
||||
|
||||
TARGET_BASENAME = osgText
|
||||
include $(TOPDIR)/Make/cygwin_wrapper_def
|
||||
WRAPPER = $(WRAPPER_PREFIX)$(TARGET_BASENAME).$(PLUGIN_EXT)
|
||||
|
||||
include $(TOPDIR)/Make/makerules
|
||||
@@ -1,43 +0,0 @@
|
||||
TOPDIR = ../../..
|
||||
include $(TOPDIR)/Make/makedefs
|
||||
|
||||
CXXFILES =\
|
||||
CubeMapGenerator.cpp\
|
||||
CullVisitor.cpp\
|
||||
DelaunayTriangulator.cpp\
|
||||
DisplayRequirementsVisitor.cpp\
|
||||
GLObjectsVisitor.cpp\
|
||||
HalfWayMapGenerator.cpp\
|
||||
HighlightMapGenerator.cpp\
|
||||
IntersectVisitor.cpp\
|
||||
IntersectionVisitor.cpp\
|
||||
LineSegmentIntersector.cpp\
|
||||
Optimizer.cpp\
|
||||
PlaneIntersector.cpp\
|
||||
PolytopeIntersector.cpp\
|
||||
PositionalStateContainer.cpp\
|
||||
ReflectionMapGenerator.cpp\
|
||||
RenderBin.cpp\
|
||||
RenderLeaf.cpp\
|
||||
RenderStage.cpp\
|
||||
SceneView.cpp\
|
||||
Simplifier.cpp\
|
||||
SmoothingVisitor.cpp\
|
||||
StateGraph.cpp\
|
||||
Statistics.cpp\
|
||||
TangentSpaceGenerator.cpp\
|
||||
Tessellator.cpp\
|
||||
TransformAttributeFunctor.cpp\
|
||||
TransformCallback.cpp\
|
||||
TriStripVisitor.cpp\
|
||||
UpdateVisitor.cpp\
|
||||
|
||||
LIBS += -losgUtil -losg -losgIntrospection $(GL_LIBS) $(OTHER_LIBS)
|
||||
|
||||
OPTF = -O
|
||||
|
||||
TARGET_BASENAME = osgUtil
|
||||
include $(TOPDIR)/Make/cygwin_wrapper_def
|
||||
WRAPPER = $(WRAPPER_PREFIX)$(TARGET_BASENAME).$(PLUGIN_EXT)
|
||||
|
||||
include $(TOPDIR)/Make/makerules
|
||||
@@ -1,22 +0,0 @@
|
||||
TOPDIR = ../../..
|
||||
include $(TOPDIR)/Make/makedefs
|
||||
|
||||
CXXFILES =\
|
||||
CompositeViewer.cpp\
|
||||
GraphicsWindow.cpp\
|
||||
HelpHandler.cpp\
|
||||
Scene.cpp\
|
||||
SimpleViewer.cpp\
|
||||
StatsHandler.cpp\
|
||||
View.cpp\
|
||||
Viewer.cpp\
|
||||
|
||||
LIBS += -losgViewer -losg -losgIntrospection -losgUtil -losgDB -losgGA -losgText $(GL_LIBS) $(OTHER_LIBS)
|
||||
|
||||
OPTF = -O
|
||||
|
||||
TARGET_BASENAME = osgViewer
|
||||
include $(TOPDIR)/Make/cygwin_wrapper_def
|
||||
WRAPPER = $(WRAPPER_PREFIX)$(TARGET_BASENAME).$(PLUGIN_EXT)
|
||||
|
||||
include $(TOPDIR)/Make/makerules
|
||||
Reference in New Issue
Block a user