AUTOMAKE_OPTIONS = foreign EXTRA_DIST = Stylization.vcproj Stylization.rc INCLUDES = \ -I../MdfModel/ \ -I$(map_fdo_include) \ -I../../Oem/DWFTK7.1/develop/global/src/ \ -I../../Oem/DWFTK7.1/develop/global/src/dwf/ \ -I../../Oem/DWFTK7.1/develop/global/src/dwfemap \ -I../../Oem/gd/gd \ -I../../Oem/gd/freetype/include lib_LTLIBRARIES = libMgStylization.la libMgStylization_la_SOURCES = \ RS_FontEngine.cpp \ SE_Bounds.cpp \ SE_IdentityJoin.cpp \ SE_MiterJoin.cpp \ SE_ExpressionBase.cpp \ SE_LineBuffer.cpp \ SE_BufferPool.cpp \ SE_LineStorage.cpp \ SE_PositioningAlgorithms.cpp \ SE_Renderer.cpp \ SE_StyleVisitor.cpp \ SE_SymbolDefProxies.cpp \ StylizationEngine.cpp \ LineBuffer.cpp \ LineStyleDef.cpp \ DefaultStylizer.cpp \ GeometryAdapter.cpp \ PointAdapter.cpp \ PolygonAdapter.cpp \ PolylineAdapter.cpp \ RasterAdapter.cpp \ Stylizer.cpp \ BooleanValue.cpp \ DataValuePool.cpp \ DateTimeValue.cpp \ DoubleValue.cpp \ FilterExecutor.cpp \ Int64Value.cpp \ StringValue.cpp \ DWFRenderer.cpp \ EMapRenderer.cpp \ EPlotRenderer.cpp \ EMapUpdateRenderer.cpp \ PolygonUtils.cpp \ KmlRenderer.cpp \ KmlContent.cpp \ KmlLineStyle.cpp \ KmlPolyStyle.cpp \ Centroid.cpp \ W2DRewriter.cpp \ SymbolTrans.cpp \ ObservationMesh.cpp \ KeyEncode.cpp \ GDRenderer.cpp \ GDW2DRewriter.cpp \ GDFillPatterns.cpp \ GDUtils.cpp \ LabelRenderer.cpp \ LabelRendererBase.cpp \ LabelRendererLocal.cpp \ SimpleOverpost.cpp \ RS_ByteData.cpp \ FontManager.cpp \ complex_polygon_gd.cpp noinst_HEADERS = \ RS_FontEngine.h \ SE_Bounds.h \ SE_ConvexHull.h \ SE_PiecewiseTransform.h \ SE_IdentityJoin.h \ SE_MiterJoin.h \ SE_ExpressionBase.h \ SE_SymbolDefProxies.h \ SE_RenderProxies.h \ SE_LineBuffer.h \ SE_BufferPool.h \ SE_LineStorage.h \ SE_Matrix.h \ SE_PositioningAlgorithms.h \ SE_Renderer.h \ SE_StyleVisitor.h \ SE_SymbolManager.h \ StylizationEngine.h \ Bounds.h \ LineBuffer.h \ LineStyle.h \ LineStyleDef.h \ Renderer.h \ RendererStyles.h \ DefaultStylizer.h \ GeometryAdapter.h \ PointAdapter.h \ PolygonAdapter.h \ PolylineAdapter.h \ RasterAdapter.h \ Stylizer.h \ stdafx.h \ Stylization.h \ BooleanValue.h \ DataValue.h \ DataValueStack.h \ DataValuePool.h \ DateTimeValue.h \ DoubleValue.h \ FilterExecutor.h \ Int64Value.h \ StringValue.h \ DWFRenderer.h \ EMapRenderer.h \ EPlotRenderer.h \ EMapUpdateRenderer.h \ PolygonUtils.h \ KmlRenderer.h \ KmlContent.h \ KmlLineStyle.h \ KmlPolyStyle.h \ Centroid.h \ DWFRSInputStream.h \ RSDWFInputStream.h \ RS_InputStream.h \ RS_OutputStream.h \ CSysTransformer.h \ SymbolManager.h \ SymbolTrans.h \ RS_FeatureReader.h \ RS_Raster.h \ FeatureTypeStyleVisitor.h \ ObservationMesh.h \ RSDWFOutputStream.h \ RSBufferOutputStream.h \ KeyEncode.h \ whip_fill_library.h \ whip_hatch_library.h \ GDRenderer.h \ GDW2DRewriter.h \ GDFillPatterns.h \ GDUtils.h \ W2DRewriter.h \ LabelRenderer.h \ LabelRendererBase.h \ LabelRendererLocal.h \ SimpleOverpost.h \ RS_ByteData.h \ RS_Font.h \ FontManager.h \ SymbolVisitor.h \ SLDSymbols.h \ complex_polygon_gd.h AM_CXXFLAGS = @CXXFLAGS@ -DDWFTK_BUILD_EXPAT libMgStylization_la_LIBADD = \ ../../Oem/gd/gd/libgd.a \ ../../Oem/gd/freetype/objs/libfreetype.a \ ../../Oem/gd/jpeg/lib/libjpeg.a \ ../../Oem/gd/lpng/libpng.a libMgStylization_la_LDFLAGS = -version-info 7:0:0