1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
|
#*************************************************************************
#
# OpenOffice.org - a multi-platform office productivity suite
#
# $RCSfile: makefile.mk,v $
#
# $Revision: 1.62 $
#
# last change: $Author: vg $ $Date: 2006-04-07 14:48:10 $
#
# The Contents of this file are made available subject to
# the terms of GNU Lesser General Public License Version 2.1.
#
#
# GNU Lesser General Public License Version 2.1
# =============================================
# Copyright 2005 by Sun Microsystems, Inc.
# 901 San Antonio Road, Palo Alto, CA 94303, USA
#
# This library is free software; you can redistribute it and/or
# modify it under the terms of the GNU Lesser General Public
# License version 2.1, as published by the Free Software Foundation.
#
# This library is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
# Lesser General Public License for more details.
#
# You should have received a copy of the GNU Lesser General Public
# License along with this library; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place, Suite 330, Boston,
# MA 02111-1307 USA
#
#*************************************************************************
PRJ=..
PRJNAME=desktop
TARGET=soffice
TARGETTYPE=GUI
GEN_HID=TRUE
GEN_HID_OTHER=TRUE
# --- Settings -----------------------------------------------------------
.INCLUDE : settings.mk
VERINFONAME=verinfo
TARGETOBJS= \
$(OBJ)$/main.obj \
$(OBJ)$/app.obj \
$(OBJ)$/lockfile.obj \
$(OBJ)$/lockfile2.obj \
$(OBJ)$/intro.obj \
$(OBJ)$/officeipcthread.obj \
$(OBJ)$/appinit.obj \
$(OBJ)$/cmdlineargs.obj \
$(OBJ)$/oinstanceprovider.obj \
$(OBJ)$/opluginframefactory.obj \
$(OBJ)$/appsys.obj \
$(OBJ)$/desktopresid.obj \
$(OBJ)$/dispatchwatcher.obj \
$(OBJ)$/configinit.obj \
$(OBJ)$/checkinstall.obj \
$(OBJ)$/cmdlinehelp.obj \
$(OBJ)$/langselect.obj \
$(OBJ)$/userinstall.obj \
$(OBJ)$/desktopcontext.obj
# --- Resourcen ----------------------------------------------------
.IF "$(GUI)" == "WNT"
RCFILES=verinfo.rc
.ENDIF
# --- Linking of static libs ---------------------------------------
.IF "$(GUI)" == "WNT"
LIB1TARGET=$(SLB)$/$(TARGET).lib
LIB1FILES=$(TARGETOBJS)
LIB1FILES += $(OBJ)$/copyright_ascii_sun.obj
#LIB2TARGET=$(SLB)$/officeloader.lib
#LIB2FILES=$(OBJ)$/officeloader.obj
.ENDIF
# --- Linken der Applikation ---------------------------------------
.IF "$(OS)" == "MACOSX"
LINKFLAGSAPPGUI!:= $(LINKFLAGSAPPGUI:s/-bind_at_load//)
.ENDIF # MACOSX
.IF "$(OS)" == "LINUX" || "$(OS)" == "FREEBSD" || "$(OS)" == "NETBSD"
# #74158# linux needs sal/vos/tools at end of link list, solaris needs it first,
# winXX is handled like solaris for now
APP1_STDPRE=
APP1_STDPOST=$(CPPULIB) $(CPPUHELPERLIB) $(UNOLIB) $(TOOLSLIB) \
$(VOSLIB) $(SALLIB)
.ELSE
APP1_STDPRE=$(SALLIB) $(VOSLIB) $(TOOLSLIB) $(UNOLIB) $(CPPULIB) \
$(CPPUHELPERLIB)
APP1_STDPOST=
.ENDIF
RESLIB1NAME= dkt
RESLIB1IMAGES= $(PRJ)$/res
RESLIB1SRSFILES= $(SRS)$/desktop.srs \
$(SRS)$/wizard.srs
APP1TARGET=so$/$(TARGET)
APP1NOSAL=TRUE
APP1STDLIBS= \
$(VCLLIB) \
$(SVLLIB) \
$(SVTOOLLIB) \
$(UNOTOOLSLIB) \
$(TOOLSLIB) \
$(I18NISOLANGLIB) \
$(COMPHELPERLIB) \
$(UCBHELPERLIB) \
$(VOSLIB) \
$(CPPUHELPERLIB) \
$(CPPULIB) \
$(TKLIB) \
$(SALLIB) \
$(SVXLIB)
# $(APP1_STDPRE) \
# $(SVLLIB) \
# $(SVMEMLIB) \
# $(VCLLIB) \
# $(APP1_STDPOST) \
# $(UNOTOOLSLIB) \
# $(UCBHELPERLIB) \
# $(COMPHELPERLIB) \
# $(SALHELPERLIB) \
APP1OBJS=$(TARGETOBJS)
APP1OBJS += $(OBJ)$/copyright_ascii_sun.obj
.IF "$(GUI)" == "UNX"
.IF "$(OS)" == "LINUX" || "$(OS)" == "FREEBSD"
APP1STDLIBS+= -lXext -lSM -lICE
.ENDIF
.ENDIF
APP1DEPN= $(APP1RES) verinfo.rc
APP1DEF= $(MISCX)$/$(TARGET).def
.IF "$(GUI)" == "WNT"
APP1RES= $(RES)$/desktop.res
APP1ICON=$(SOLARRESDIR)$/icons/so8-main-app.ico
APP1VERINFO=verinfo.rc
APP1LINKRES=$(MISC)$/$(TARGET)1.res
APP1STACK=10000000
# create a manifest file with the same name as the
#office executable file soffice.exe.manifest
#$(BIN)$/$(TARGET).exe.manifest: template.manifest
#+$(COPY) $< $@
.ENDIF # WNT
APP5TARGET=soffice
APP5NOSAL=TRUE
APP5STDLIBS= \
$(VCLLIB) \
$(SVLLIB) \
$(SVTOOLLIB) \
$(UNOTOOLSLIB) \
$(TOOLSLIB) \
$(I18NISOLANGLIB) \
$(COMPHELPERLIB) \
$(UCBHELPERLIB) \
$(VOSLIB) \
$(CPPUHELPERLIB) \
$(CPPULIB) \
$(SALLIB) \
$(TKLIB)
APP5OBJS=$(TARGETOBJS)
APP5OBJS += $(OBJ)$/copyright_ascii_ooo.obj
.IF "$(OS)" == "LINUX"
APP5STDLIBS+= -lXext -lSM -lICE
.ENDIF # LINUX
APP5DEPN= $(APP1TARGETN) $(APP5RES) ooverinfo.rc
APP5DEF= $(MISCX)$/$(TARGET).def
.IF "$(GUI)" == "WNT"
APP5RES= $(RES)$/oodesktop.res
APP5ICON=$(SOLARRESDIR)$/icons/ooo-main-app.ico
APP5VERINFO=ooverinfo.rc
APP5LINKRES=$(MISC)$/ooffice5.res
APP5STACK=10000000
.ENDIF # WNT
.IF "$(GUI)" == "WNT"
APP6TARGET=so$/officeloader
APP6RES=$(RES)$/soloader.res
APP6NOSAL=TRUE
APP6DEPN= $(APP1TARGETN) $(APP6RES) verinfo.rc
APP6VERINFO=verinfo.rc
APP6LINKRES=$(MISC)$/soffice6.res
APP6ICON=$(SOLARRESDIR)$/icons/so8-main-app.ico
APP6OBJS = \
$(OBJ)$/officeloader.obj
STDLIB6=advapi32.lib
APP7TARGET=officeloader
APP7RES=$(RES)$/ooloader.res
APP7NOSAL=TRUE
APP7DEPN= $(APP1TARGETN) $(APP7RES) ooverinfo.rc
APP7VERINFO=ooverinfo.rc
APP7LINKRES=$(MISC)$/ooffice7.res
APP7ICON=$(SOLARRESDIR)$/icons/ooo-main-app.ico
APP7OBJS = \
$(OBJ)$/officeloader.obj
STDLIB7=advapi32.lib
.ENDIF # WNT
all: $(BIN)$/so ALLTAR
.IF "$(GUI)" == "WNT"
ALLTAR: $(BIN)$/$(TARGET).exe.manifest
.ENDIF # WNT
# --- Targets -------------------------------------------------------------
.INCLUDE : target.mk
.IF "$(APP1TARGETN)"!=""
$(APP1TARGETN) : $(BIN)$/so
.ENDIF # "$(APP1TARGETN)"!=""
.IF "$(GUI)" == "WNT"
ALLTAR: $(BIN)$/$(TARGET).exe.manifest
ALLTAR: $(BIN)$/$(TARGET).bin
ALLTAR: $(BIN)$/so$/$(TARGET).bin
.ENDIF # WNT
$(BIN)$/soffice_oo$(EXECPOST) : $(APP5TARGETN)
+$(COPY) $< $@
$(BIN)$/so$/soffice_so$(EXECPOST) : $(APP1TARGETN)
+$(COPY) $< $@
ALLTAR : $(BIN)$/so$/soffice_so$(EXECPOST) $(BIN)$/soffice_oo$(EXECPOST)
.IF "$(GUI)" == "WNT"
# create a manifest file with the same name as the
# office executable file soffice.exe.manifest
$(BIN)$/$(TARGET).exe.manifest: template.manifest
+$(COPY) $< $@
$(BIN)$/$(TARGET).bin: $(BIN)$/$(TARGET)$(EXECPOST)
+$(COPY) $< $@
$(BIN)$/so$/$(TARGET).bin: $(BIN)$/so$/$(TARGET)$(EXECPOST)
+$(COPY) $< $@
$(MISCX)$/$(APP1TARGET).def : makefile.mk
echo NAME soffice >$@
echo DESCRIPTION 'StarDesktop Version 5' >>$@
echo DATA READ WRITE NONSHARED >>$@
.ENDIF # WNT
$(BIN)$/so: makefile.mk
@echo APP5 : $(APP5TARGET)
@+-mkdir $(BIN)$/so >& $(NULLDEV)
|