xref: /aoo4110/main/sd/source/ui/view/makefile.mk (revision b1cdbd2c)
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
24
25PRJ=..$/..$/..
26
27PROJECTPCH=sd
28PROJECTPCHSOURCE=$(PRJ)$/util$/sd
29PRJNAME=sd
30TARGET=view
31
32AUTOSEG=true
33PRJINC=..$/slidesorter
34ENABLE_EXCEPTIONS=TRUE
35
36# --- Settings -----------------------------------------------------
37
38.INCLUDE :  settings.mk
39.INCLUDE :  $(PRJ)$/util$/makefile.pmk
40
41# --- Files --------------------------------------------------------
42
43SRS1NAME=$(TARGET)
44SRC1FILES =	\
45		DocumentRenderer.src
46
47SLOFILES =	\
48		$(SLO)$/sdview.obj	\
49		$(SLO)$/sdview2.obj	\
50		$(SLO)$/sdview3.obj	\
51		$(SLO)$/sdview4.obj	\
52		$(SLO)$/sdview5.obj	\
53		$(SLO)$/viewshel.obj \
54		$(SLO)$/viewshe2.obj \
55		$(SLO)$/viewshe3.obj \
56		$(SLO)$/sdwindow.obj \
57		$(SLO)$/drviewsh.obj \
58		$(SLO)$/drviews1.obj \
59		$(SLO)$/drviews2.obj \
60		$(SLO)$/drviews3.obj \
61		$(SLO)$/drviews4.obj \
62		$(SLO)$/drviews5.obj \
63		$(SLO)$/drviews6.obj \
64		$(SLO)$/drviews7.obj \
65		$(SLO)$/drviews8.obj \
66		$(SLO)$/drviews9.obj \
67		$(SLO)$/drviewsa.obj \
68		$(SLO)$/drviewsb.obj \
69		$(SLO)$/drviewsc.obj \
70		$(SLO)$/drviewsd.obj \
71		$(SLO)$/drviewse.obj \
72		$(SLO)$/drviewsf.obj \
73		$(SLO)$/drviewsg.obj \
74		$(SLO)$/drviewsi.obj \
75		$(SLO)$/drviewsj.obj \
76		$(SLO)$/drvwshrg.obj \
77		$(SLO)$/drawview.obj \
78		$(SLO)$/grviewsh.obj \
79		$(SLO)$/outlnvsh.obj \
80		$(SLO)$/outlnvs2.obj \
81		$(SLO)$/presvish.obj \
82		$(SLO)$/outlview.obj \
83		$(SLO)$/tabcontr.obj \
84		$(SLO)$/bmcache.obj	\
85		$(SLO)$/drbezob.obj	\
86		$(SLO)$/drtxtob.obj	\
87		$(SLO)$/drtxtob1.obj	\
88		$(SLO)$/sdruler.obj	\
89		$(SLO)$/frmview.obj	\
90		$(SLO)$/clview.obj  \
91		$(SLO)$/zoomlist.obj	\
92		$(SLO)$/unmodpg.obj	\
93		$(SLO)$/DocumentRenderer.obj			\
94		$(SLO)$/FormShellManager.obj			\
95		$(SLO)$/GraphicObjectBar.obj			\
96		$(SLO)$/GraphicViewShellBase.obj		\
97		$(SLO)$/ImpressViewShellBase.obj		\
98		$(SLO)$/MediaObjectBar.obj				\
99		$(SLO)$/Outliner.obj					\
100		$(SLO)$/OutlinerIterator.obj			\
101		$(SLO)$/OutlineViewShellBase.obj		\
102		$(SLO)$/SlideSorterViewShellBase.obj	\
103		$(SLO)$/PresentationViewShellBase.obj	\
104		$(SLO)$/ToolBarManager.obj				\
105		$(SLO)$/UpdateLockManager.obj			\
106		$(SLO)$/ViewClipboard.obj				\
107		$(SLO)$/ViewShellBase.obj				\
108		$(SLO)$/ViewShellImplementation.obj		\
109		$(SLO)$/ViewShellManager.obj			\
110		$(SLO)$/ViewShellHint.obj				\
111		$(SLO)$/ViewTabBar.obj					\
112		$(SLO)$/WindowUpdater.obj				\
113		$(SLO)$/viewoverlaymanager.obj
114
115
116# --- Tagets -------------------------------------------------------
117
118.INCLUDE :  target.mk
119
120