merge the formfield patch from ooo-build
[ooovba.git] / offapi / com / sun / star / presentation / makefile.mk
blob31a59b03e3cd93aa3a957ffb8c31059a4b15020c
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.16 $
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=csspresentation
37 PACKAGE=com$/sun$/star$/presentation
39 # --- Settings -----------------------------------------------------
40 .INCLUDE : $(PRJ)$/util$/makefile.pmk
42 # ------------------------------------------------------------------------
44 IDLFILES=\
45 HeaderShape.idl\
46 FooterShape.idl\
47 DateTimeShape.idl\
48 SlideNumberShape.idl\
49 AnimationEffect.idl\
50 AnimationSpeed.idl\
51 ChartShape.idl\
52 ClickAction.idl\
53 CustomPresentation.idl\
54 CustomPresentationAccess.idl\
55 DocumentSettings.idl\
56 DrawPage.idl\
57 FadeEffect.idl\
58 GraphicObjectShape.idl\
59 HandoutShape.idl\
60 HandoutView.idl\
61 NotesShape.idl\
62 NotesView.idl\
63 OLE2Shape.idl\
64 OutlinerShape.idl\
65 OutlineView.idl\
66 PageShape.idl\
67 Presentation.idl\
68 Presentation2.idl\
69 PresentationDocument.idl\
70 PresentationRange.idl\
71 PresentationView.idl\
72 PreviewView.idl\
73 Shape.idl\
74 SlidesView.idl\
75 SubtitleShape.idl\
76 TitleTextShape.idl\
77 XCustomPresentationSupplier.idl\
78 XHandoutMasterSupplier.idl\
79 XPresentation.idl\
80 XPresentationPage.idl\
81 XPresentationSupplier.idl\
82 EffectNodeType.idl\
83 EffectPresetClass.idl\
84 ParagraphTarget.idl\
85 ShapeAnimationSubType.idl\
86 TextAnimationType.idl\
87 EffectCommands.idl\
88 XShapeEventListener.idl\
89 XSlideShow.idl\
90 XSlideShowController.idl\
91 XSlideShowListener.idl\
92 XSlideShowView.idl\
93 XPresentation2.idl\
94 XTransition.idl\
95 XTransitionFactory.idl
97 # ------------------------------------------------------------------
99 .INCLUDE : target.mk
100 .INCLUDE : $(PRJ)$/util$/target.pmk