Update ooo320-m1
[ooovba.git] / offapi / com / sun / star / rendering / makefile.mk
blob7a9dc823f26e2a0d081f6c46b8b5e29c44f269f5
1 #*************************************************************************
3 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4 #
5 # Copyright 2008 by Sun Microsystems, Inc.
7 # OpenOffice.org - a multi-platform office productivity suite
9 # $RCSfile: makefile.mk,v $
11 # $Revision: 1.9 $
13 # This file is part of OpenOffice.org.
15 # OpenOffice.org is free software: you can redistribute it and/or modify
16 # it under the terms of the GNU Lesser General Public License version 3
17 # only, as published by the Free Software Foundation.
19 # OpenOffice.org is distributed in the hope that it will be useful,
20 # but WITHOUT ANY WARRANTY; without even the implied warranty of
21 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
22 # GNU Lesser General Public License version 3 for more details
23 # (a copy is included in the LICENSE file that accompanied this code).
25 # You should have received a copy of the GNU Lesser General Public License
26 # version 3 along with OpenOffice.org. If not, see
27 # <http://www.openoffice.org/license.html>
28 # for a copy of the LGPLv3 License.
30 #*************************************************************************
32 PRJ=..$/..$/..$/..
34 PRJNAME=offapi
36 TARGET=cssrendering
37 PACKAGE=com$/sun$/star$/rendering
39 # --- Settings -----------------------------------------------------
40 .INCLUDE : $(PRJ)$/util$/makefile.pmk
42 # ------------------------------------------------------------------------
44 IDLFILES=\
45 AnimationAttributes.idl \
46 AnimationRepeat.idl \
47 BlendMode.idl \
48 CanvasFactory.idl \
49 Caret.idl \
50 ColorComponentTag.idl \
51 ColorProfile.idl \
52 ColorSpaceType.idl \
53 CompositeOperation.idl \
54 EmphasisMark.idl \
55 FillRule.idl \
56 FloatingPointBitmapFormat.idl \
57 FloatingPointBitmapLayout.idl \
58 FontInfo.idl \
59 FontMetrics.idl \
60 FontRequest.idl \
61 IntegerBitmapLayout.idl \
62 InterpolationMode.idl \
63 MtfRenderer.idl \
64 Panose.idl \
65 PanoseArmStyle.idl \
66 PanoseContrast.idl \
67 PanoseFamilyTypes.idl \
68 PanoseLetterForm.idl \
69 PanoseMidline.idl \
70 PanoseProportion.idl \
71 PanoseSerifStyle.idl \
72 PanoseStrokeVariation.idl \
73 PanoseWeight.idl \
74 PanoseXHeight.idl \
75 PathCapType.idl \
76 PathJoinType.idl \
77 RenderState.idl \
78 RenderingIntent.idl \
79 RepaintResult.idl \
80 StringContext.idl \
81 StrokeAttributes.idl \
82 TextDirection.idl \
83 TextHit.idl \
84 Texture.idl \
85 TexturingMode.idl \
86 ViewState.idl \
87 VolatileContentDestroyedException.idl \
88 XAnimatedSprite.idl \
89 XAnimation.idl \
90 XBezierPolyPolygon2D.idl \
91 XBitmap.idl \
92 XBitmapCanvas.idl \
93 XBitmapPalette.idl \
94 XBufferController.idl \
95 XCachedPrimitive.idl \
96 XCanvas.idl \
97 XCanvasFont.idl \
98 XColorSpace.idl \
99 XCustomSprite.idl \
100 XGraphicDevice.idl \
101 XHalfFloatBitmap.idl \
102 XHalfFloatReadOnlyBitmap.idl \
103 XIeeeDoubleBitmap.idl \
104 XIeeeDoubleReadOnlyBitmap.idl \
105 XIeeeFloatBitmap.idl \
106 XIeeeFloatReadOnlyBitmap.idl \
107 XIntegerBitmap.idl \
108 XIntegerBitmapColorSpace.idl \
109 XIntegerReadOnlyBitmap.idl \
110 XLinePolyPolygon2D.idl \
111 XParametricPolyPolygon2D.idl \
112 XParametricPolyPolygon2DFactory.idl \
113 XPolyPolygon2D.idl \
114 XSimpleCanvas.idl \
115 XSprite.idl \
116 XSpriteCanvas.idl \
117 XTextLayout.idl \
118 XVolatileBitmap.idl
120 # ------------------------------------------------------------------
122 .INCLUDE : target.mk
123 .INCLUDE : $(PRJ)$/util$/target.pmk