xref: /aoo4110/main/sc/source/ui/docshell/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
24PRJ=..$/..$/..
25
26PRJNAME=sc
27TARGET=docshell
28LIBTARGET=no
29
30# --- Settings -----------------------------------------------------
31
32.INCLUDE :  scpre.mk
33.INCLUDE :  settings.mk
34.INCLUDE :  sc.mk
35.INCLUDE :  $(PRJ)$/util$/makefile.pmk
36
37# --- Files --------------------------------------------------------
38
39CXXFILES = \
40        docsh.cxx	\
41        docsh2.cxx	\
42        docsh3.cxx	\
43        docsh4.cxx 	\
44        docsh5.cxx	\
45        docsh6.cxx 	\
46        docsh7.cxx 	\
47        docsh8.cxx 	\
48        externalrefmgr.cxx \
49        tablink.cxx 	\
50        arealink.cxx 	\
51        dbdocfun.cxx 	\
52        dbdocimp.cxx 	\
53        impex.cxx	\
54        docfunc.cxx	\
55        olinefun.cxx	\
56        servobj.cxx	\
57		tpstat.cxx	\
58		autostyl.cxx	\
59		pagedata.cxx \
60		hiranges.cxx \
61		pntlock.cxx \
62		sizedev.cxx \
63		editable.cxx
64
65
66SLOFILES =  \
67        $(SLO)$/docsh.obj	\
68        $(SLO)$/docsh2.obj	\
69        $(SLO)$/docsh3.obj	\
70        $(SLO)$/docsh4.obj   	\
71        $(SLO)$/docsh5.obj   	\
72        $(SLO)$/docsh6.obj   	\
73        $(SLO)$/docsh7.obj   	\
74        $(SLO)$/docsh8.obj   	\
75        $(SLO)$/externalrefmgr.obj \
76        $(SLO)$/tablink.obj   	\
77        $(SLO)$/arealink.obj   	\
78        $(SLO)$/dbdocfun.obj 	\
79        $(SLO)$/dbdocimp.obj 	\
80        $(SLO)$/impex.obj	\
81        $(SLO)$/docfunc.obj	\
82        $(SLO)$/olinefun.obj	\
83        $(SLO)$/servobj.obj	\
84        $(SLO)$/tpstat.obj	\
85        $(SLO)$/autostyl.obj	\
86        $(SLO)$/pagedata.obj \
87        $(SLO)$/hiranges.obj \
88        $(SLO)$/pntlock.obj \
89        $(SLO)$/sizedev.obj \
90        $(SLO)$/editable.obj
91
92
93EXCEPTIONSFILES= \
94        $(SLO)$/docsh.obj \
95        $(SLO)$/docsh3.obj	\
96        $(SLO)$/docsh4.obj \
97        $(SLO)$/docsh5.obj   	\
98        $(SLO)$/docsh8.obj \
99        $(SLO)$/externalrefmgr.obj \
100        $(SLO)$/dbdocimp.obj \
101        $(SLO)$/docfunc.obj
102
103SRS1NAME=$(TARGET)
104SRC1FILES =  tpstat.src
105
106LIB1TARGET = $(SLB)$/$(TARGET).lib
107
108LIB1OBJFILES =  \
109        $(SLO)$/docsh.obj	\
110        $(SLO)$/docsh2.obj	\
111        $(SLO)$/docsh3.obj	\
112        $(SLO)$/docsh4.obj   	\
113        $(SLO)$/docsh5.obj   	\
114        $(SLO)$/docsh6.obj   	\
115        $(SLO)$/docsh7.obj   	\
116        $(SLO)$/docsh8.obj   	\
117        $(SLO)$/externalrefmgr.obj \
118        $(SLO)$/tablink.obj   	\
119        $(SLO)$/arealink.obj   	\
120        $(SLO)$/dbdocfun.obj 	\
121        $(SLO)$/dbdocimp.obj 	\
122        $(SLO)$/impex.obj	\
123        $(SLO)$/docfunc.obj	\
124        $(SLO)$/olinefun.obj	\
125        $(SLO)$/servobj.obj	\
126        $(SLO)$/autostyl.obj	\
127        $(SLO)$/pagedata.obj \
128        $(SLO)$/hiranges.obj \
129        $(SLO)$/pntlock.obj \
130        $(SLO)$/sizedev.obj \
131        $(SLO)$/editable.obj
132
133# --- Tagets -------------------------------------------------------
134
135.INCLUDE :  target.mk
136
137