xref: /aoo41x/main/sd/source/ui/view/makefile.mk (revision cdf0e10c)
1#*************************************************************************
2#
3# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4#
5# Copyright 2000, 2010 Oracle and/or its affiliates.
6#
7# OpenOffice.org - a multi-platform office productivity suite
8#
9# This file is part of OpenOffice.org.
10#
11# OpenOffice.org is free software: you can redistribute it and/or modify
12# it under the terms of the GNU Lesser General Public License version 3
13# only, as published by the Free Software Foundation.
14#
15# OpenOffice.org is distributed in the hope that it will be useful,
16# but WITHOUT ANY WARRANTY; without even the implied warranty of
17# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
18# GNU Lesser General Public License version 3 for more details
19# (a copy is included in the LICENSE file that accompanied this code).
20#
21# You should have received a copy of the GNU Lesser General Public License
22# version 3 along with OpenOffice.org.  If not, see
23# <http://www.openoffice.org/license.html>
24# for a copy of the LGPLv3 License.
25#
26#*************************************************************************
27
28
29PRJ=..$/..$/..
30
31PROJECTPCH=sd
32PROJECTPCHSOURCE=$(PRJ)$/util$/sd
33PRJNAME=sd
34TARGET=view
35
36AUTOSEG=true
37PRJINC=..$/slidesorter
38ENABLE_EXCEPTIONS=TRUE
39
40# --- Settings -----------------------------------------------------
41
42.INCLUDE :  settings.mk
43.INCLUDE :  $(PRJ)$/util$/makefile.pmk
44
45# --- Files --------------------------------------------------------
46
47SRS1NAME=$(TARGET)
48SRC1FILES =	\
49		DocumentRenderer.src
50
51SLOFILES =	\
52		$(SLO)$/sdview.obj	\
53		$(SLO)$/sdview2.obj	\
54		$(SLO)$/sdview3.obj	\
55		$(SLO)$/sdview4.obj	\
56		$(SLO)$/sdview5.obj	\
57		$(SLO)$/viewshel.obj \
58		$(SLO)$/viewshe2.obj \
59		$(SLO)$/viewshe3.obj \
60		$(SLO)$/sdwindow.obj \
61		$(SLO)$/drviewsh.obj \
62		$(SLO)$/drviews1.obj \
63		$(SLO)$/drviews2.obj \
64		$(SLO)$/drviews3.obj \
65		$(SLO)$/drviews4.obj \
66		$(SLO)$/drviews5.obj \
67		$(SLO)$/drviews6.obj \
68		$(SLO)$/drviews7.obj \
69		$(SLO)$/drviews8.obj \
70		$(SLO)$/drviews9.obj \
71		$(SLO)$/drviewsa.obj \
72		$(SLO)$/drviewsb.obj \
73		$(SLO)$/drviewsc.obj \
74		$(SLO)$/drviewsd.obj \
75		$(SLO)$/drviewse.obj \
76		$(SLO)$/drviewsf.obj \
77		$(SLO)$/drviewsg.obj \
78		$(SLO)$/drviewsi.obj \
79		$(SLO)$/drviewsj.obj \
80		$(SLO)$/drvwshrg.obj \
81		$(SLO)$/drawview.obj \
82		$(SLO)$/grviewsh.obj \
83		$(SLO)$/outlnvsh.obj \
84		$(SLO)$/outlnvs2.obj \
85		$(SLO)$/presvish.obj \
86		$(SLO)$/outlview.obj \
87		$(SLO)$/tabcontr.obj \
88		$(SLO)$/bmcache.obj	\
89		$(SLO)$/drbezob.obj	\
90		$(SLO)$/drtxtob.obj	\
91		$(SLO)$/drtxtob1.obj	\
92		$(SLO)$/sdruler.obj	\
93		$(SLO)$/frmview.obj	\
94		$(SLO)$/clview.obj  \
95		$(SLO)$/zoomlist.obj	\
96		$(SLO)$/unmodpg.obj	\
97		$(SLO)$/DocumentRenderer.obj			\
98		$(SLO)$/FormShellManager.obj			\
99		$(SLO)$/GraphicObjectBar.obj			\
100		$(SLO)$/GraphicViewShellBase.obj		\
101		$(SLO)$/ImpressViewShellBase.obj		\
102		$(SLO)$/MediaObjectBar.obj				\
103		$(SLO)$/Outliner.obj					\
104		$(SLO)$/OutlinerIterator.obj			\
105		$(SLO)$/OutlineViewShellBase.obj		\
106		$(SLO)$/SlideSorterViewShellBase.obj	\
107		$(SLO)$/PresentationViewShellBase.obj	\
108		$(SLO)$/ToolBarManager.obj				\
109		$(SLO)$/UpdateLockManager.obj			\
110		$(SLO)$/ViewClipboard.obj				\
111		$(SLO)$/ViewShellBase.obj				\
112		$(SLO)$/ViewShellImplementation.obj		\
113		$(SLO)$/ViewShellManager.obj			\
114		$(SLO)$/ViewShellHint.obj				\
115		$(SLO)$/ViewTabBar.obj					\
116		$(SLO)$/WindowUpdater.obj				\
117		$(SLO)$/viewoverlaymanager.obj
118
119
120# --- Tagets -------------------------------------------------------
121
122.INCLUDE :  target.mk
123
124