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