1#************************************************************** 2# 3# Licensed to the Apache Software Foundation (ASF) under one 4# or more contributor license agreements. See the NOTICE file 5# distributed with this work for additional information 6# regarding copyright ownership. The ASF licenses this file 7# to you under the Apache License, Version 2.0 (the 8# "License"); you may not use this file except in compliance 9# with the License. You may obtain a copy of the License at 10# 11# http://www.apache.org/licenses/LICENSE-2.0 12# 13# Unless required by applicable law or agreed to in writing, 14# software distributed under the License is distributed on an 15# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY 16# KIND, either express or implied. See the License for the 17# specific language governing permissions and limitations 18# under the License. 19# 20#************************************************************** 21 22 23 24PRJ=..$/..$/..$/.. 25 26PRJNAME=offapi 27 28TARGET=cssrendering 29PACKAGE=com$/sun$/star$/rendering 30 31# --- Settings ----------------------------------------------------- 32.INCLUDE : $(PRJ)$/util$/makefile.pmk 33 34# ------------------------------------------------------------------------ 35 36IDLFILES=\ 37 AnimationAttributes.idl \ 38 AnimationRepeat.idl \ 39 BlendMode.idl \ 40 CanvasFactory.idl \ 41 Caret.idl \ 42 ColorComponentTag.idl \ 43 ColorProfile.idl \ 44 ColorSpaceType.idl \ 45 CompositeOperation.idl \ 46 EmphasisMark.idl \ 47 FillRule.idl \ 48 FloatingPointBitmapFormat.idl \ 49 FloatingPointBitmapLayout.idl \ 50 FontInfo.idl \ 51 FontMetrics.idl \ 52 FontRequest.idl \ 53 IntegerBitmapLayout.idl \ 54 InterpolationMode.idl \ 55 Panose.idl \ 56 PanoseArmStyle.idl \ 57 PanoseContrast.idl \ 58 PanoseFamilyTypes.idl \ 59 PanoseLetterForm.idl \ 60 PanoseMidline.idl \ 61 PanoseProportion.idl \ 62 PanoseSerifStyle.idl \ 63 PanoseStrokeVariation.idl \ 64 PanoseWeight.idl \ 65 PanoseXHeight.idl \ 66 PathCapType.idl \ 67 PathJoinType.idl \ 68 RenderState.idl \ 69 RenderingIntent.idl \ 70 RepaintResult.idl \ 71 StringContext.idl \ 72 StrokeAttributes.idl \ 73 TextDirection.idl \ 74 TextHit.idl \ 75 Texture.idl \ 76 TexturingMode.idl \ 77 ViewState.idl \ 78 VolatileContentDestroyedException.idl \ 79 XAnimatedSprite.idl \ 80 XAnimation.idl \ 81 XBezierPolyPolygon2D.idl \ 82 XBitmap.idl \ 83 XBitmapCanvas.idl \ 84 XBitmapPalette.idl \ 85 XBufferController.idl \ 86 XCachedPrimitive.idl \ 87 XCanvas.idl \ 88 XCanvasFont.idl \ 89 XColorSpace.idl \ 90 XCustomSprite.idl \ 91 XGraphicDevice.idl \ 92 XHalfFloatBitmap.idl \ 93 XHalfFloatReadOnlyBitmap.idl \ 94 XIeeeDoubleBitmap.idl \ 95 XIeeeDoubleReadOnlyBitmap.idl \ 96 XIeeeFloatBitmap.idl \ 97 XIeeeFloatReadOnlyBitmap.idl \ 98 XIntegerBitmap.idl \ 99 XIntegerBitmapColorSpace.idl \ 100 XIntegerReadOnlyBitmap.idl \ 101 XLinePolyPolygon2D.idl \ 102 XParametricPolyPolygon2D.idl \ 103 XPolyPolygon2D.idl \ 104 XSimpleCanvas.idl \ 105 XSprite.idl \ 106 XSpriteCanvas.idl \ 107 XTextLayout.idl \ 108 XVolatileBitmap.idl 109 110# ------------------------------------------------------------------ 111 112.INCLUDE : target.mk 113.INCLUDE : $(PRJ)$/util$/target.pmk 114