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