1*7871dc3eSAndrew Rist#**************************************************************
2*7871dc3eSAndrew Rist#
3*7871dc3eSAndrew Rist#  Licensed to the Apache Software Foundation (ASF) under one
4*7871dc3eSAndrew Rist#  or more contributor license agreements.  See the NOTICE file
5*7871dc3eSAndrew Rist#  distributed with this work for additional information
6*7871dc3eSAndrew Rist#  regarding copyright ownership.  The ASF licenses this file
7*7871dc3eSAndrew Rist#  to you under the Apache License, Version 2.0 (the
8*7871dc3eSAndrew Rist#  "License"); you may not use this file except in compliance
9*7871dc3eSAndrew Rist#  with the License.  You may obtain a copy of the License at
10*7871dc3eSAndrew Rist#
11*7871dc3eSAndrew Rist#    http://www.apache.org/licenses/LICENSE-2.0
12*7871dc3eSAndrew Rist#
13*7871dc3eSAndrew Rist#  Unless required by applicable law or agreed to in writing,
14*7871dc3eSAndrew Rist#  software distributed under the License is distributed on an
15*7871dc3eSAndrew Rist#  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16*7871dc3eSAndrew Rist#  KIND, either express or implied.  See the License for the
17*7871dc3eSAndrew Rist#  specific language governing permissions and limitations
18*7871dc3eSAndrew Rist#  under the License.
19*7871dc3eSAndrew Rist#
20*7871dc3eSAndrew Rist#**************************************************************
21*7871dc3eSAndrew Rist
22*7871dc3eSAndrew Rist
23cdf0e10cSrcweir
24cdf0e10cSrcweirPRJ=..$/..$/..
25cdf0e10cSrcweir
26cdf0e10cSrcweirPRJNAME=desktop
27cdf0e10cSrcweirTARGET=applauncher
28cdf0e10cSrcweirLIBTARGET=NO
29cdf0e10cSrcweirTARGETTYPE=GUI
30cdf0e10cSrcweirUWINAPILIB=
31cdf0e10cSrcweir
32cdf0e10cSrcweir# --- Settings -----------------------------------------------------
33cdf0e10cSrcweir
34cdf0e10cSrcweir.INCLUDE :  settings.mk
35cdf0e10cSrcweir
36cdf0e10cSrcweir# --- Files --------------------------------------------------------
37cdf0e10cSrcweir
38cdf0e10cSrcweirCDEFS+=-DUNICODE
39cdf0e10cSrcweir
40cdf0e10cSrcweir
41cdf0e10cSrcweirOBJFILES= \
42cdf0e10cSrcweir    $(OBJ)$/launcher.obj \
43cdf0e10cSrcweir    $(OBJ)$/swriter.obj \
44cdf0e10cSrcweir    $(OBJ)$/scalc.obj \
45cdf0e10cSrcweir    $(OBJ)$/sdraw.obj \
46cdf0e10cSrcweir    $(OBJ)$/simpress.obj \
47cdf0e10cSrcweir    $(OBJ)$/sbase.obj \
48cdf0e10cSrcweir    $(OBJ)$/smath.obj \
49cdf0e10cSrcweir    $(OBJ)$/sweb.obj
50cdf0e10cSrcweir
51cdf0e10cSrcweir# SO launcher
52cdf0e10cSrcweir.IF "$(LINK_SO)"=="TRUE"
53cdf0e10cSrcweir.IF "$(BUILD_SPECIAL)"!=""
54cdf0e10cSrcweirAPP1DEPN= $(APP1RES) verinfo.rc
55cdf0e10cSrcweirAPP1TARGET=so$/swriter
56cdf0e10cSrcweirAPP1NOSAL=TRUE
57cdf0e10cSrcweirAPP1LINKRES=$(MISC)$/$(TARGET)1.res
58cdf0e10cSrcweirAPP1ICON=$(SOLARRESDIR)$/icons/so9_writer_app.ico
59cdf0e10cSrcweirAPP1OBJS = \
60cdf0e10cSrcweir		$(OBJ)$/launcher.obj\
61cdf0e10cSrcweir        $(OBJ)$/swriter.obj
62cdf0e10cSrcweirAPP1STDLIBS = $(SHELL32LIB)
63cdf0e10cSrcweirAPP1VERINFO=verinfo.rc
64cdf0e10cSrcweirAPP1PRODUCTDEF+=-DRES_APP_NAME=swriter
65cdf0e10cSrcweir
66cdf0e10cSrcweirAPP2TARGET=so$/scalc
67cdf0e10cSrcweirAPP2NOSAL=TRUE
68cdf0e10cSrcweirAPP2LINKRES=$(MISC)$/$(TARGET)2.res
69cdf0e10cSrcweirAPP2ICON=$(SOLARRESDIR)$/icons/so9_calc_app.ico
70cdf0e10cSrcweirAPP2OBJS = \
71cdf0e10cSrcweir		$(OBJ)$/launcher.obj\
72cdf0e10cSrcweir        $(OBJ)$/scalc.obj
73cdf0e10cSrcweirAPP2STDLIBS = $(SHELL32LIB)
74cdf0e10cSrcweirAPP2DEPN=verinfo.rc
75cdf0e10cSrcweirAPP2VERINFO=verinfo.rc
76cdf0e10cSrcweirAPP2PRODUCTDEF+=-DRES_APP_NAME=scalc
77cdf0e10cSrcweir
78cdf0e10cSrcweirAPP3TARGET=so$/sdraw
79cdf0e10cSrcweirAPP3NOSAL=TRUE
80cdf0e10cSrcweirAPP3LINKRES=$(MISC)$/$(TARGET)3.res
81cdf0e10cSrcweirAPP3ICON=$(SOLARRESDIR)$/icons/so9_draw_app.ico
82cdf0e10cSrcweirAPP3OBJS = \
83cdf0e10cSrcweir		$(OBJ)$/launcher.obj\
84cdf0e10cSrcweir        $(OBJ)$/sdraw.obj
85cdf0e10cSrcweirAPP3STDLIBS = $(SHELL32LIB)
86cdf0e10cSrcweirAPP3DEPN=verinfo.rc
87cdf0e10cSrcweirAPP3VERINFO=verinfo.rc
88cdf0e10cSrcweirAPP3PRODUCTDEF+=-DRES_APP_NAME=sdraw
89cdf0e10cSrcweir
90cdf0e10cSrcweirAPP4TARGET=so$/simpress
91cdf0e10cSrcweirAPP4NOSAL=TRUE
92cdf0e10cSrcweirAPP4LINKRES=$(MISC)$/$(TARGET)4.res
93cdf0e10cSrcweirAPP4ICON=$(SOLARRESDIR)$/icons/so9_impress_app.ico
94cdf0e10cSrcweirAPP4OBJS = \
95cdf0e10cSrcweir		$(OBJ)$/launcher.obj\
96cdf0e10cSrcweir        $(OBJ)$/simpress.obj
97cdf0e10cSrcweirAPP4STDLIBS = $(SHELL32LIB)
98cdf0e10cSrcweirAPP4DEPN=verinfo.rc
99cdf0e10cSrcweirAPP4VERINFO=verinfo.rc
100cdf0e10cSrcweirAPP4PRODUCTDEF+=-DRES_APP_NAME=simpress
101cdf0e10cSrcweir
102cdf0e10cSrcweirAPP5TARGET=so$/sbase
103cdf0e10cSrcweirAPP5NOSAL=TRUE
104cdf0e10cSrcweirAPP5LINKRES=$(MISC)$/$(TARGET)5.res
105cdf0e10cSrcweirAPP5ICON=$(SOLARRESDIR)$/icons/so9_base_app.ico
106cdf0e10cSrcweirAPP5OBJS = \
107cdf0e10cSrcweir		$(OBJ)$/launcher.obj\
108cdf0e10cSrcweir        $(OBJ)$/sbase.obj
109cdf0e10cSrcweirAPP5STDLIBS = $(SHELL32LIB)
110cdf0e10cSrcweirAPP5DEPN=verinfo.rc
111cdf0e10cSrcweirAPP5VERINFO=verinfo.rc
112cdf0e10cSrcweirAPP5PRODUCTDEF+=-DRES_APP_NAME=sbase
113cdf0e10cSrcweir
114cdf0e10cSrcweirAPP6TARGET=so$/smath
115cdf0e10cSrcweirAPP6NOSAL=TRUE
116cdf0e10cSrcweirAPP6LINKRES=$(MISC)$/$(TARGET)6.res
117cdf0e10cSrcweirAPP6ICON=$(SOLARRESDIR)$/icons/so9_math_app.ico
118cdf0e10cSrcweirAPP6OBJS = \
119cdf0e10cSrcweir		$(OBJ)$/launcher.obj\
120cdf0e10cSrcweir        $(OBJ)$/smath.obj
121cdf0e10cSrcweirAPP6STDLIBS = $(SHELL32LIB)
122cdf0e10cSrcweirAPP6DEPN=verinfo.rc
123cdf0e10cSrcweirAPP6VERINFO=verinfo.rc
124cdf0e10cSrcweirAPP6PRODUCTDEF+=-DRES_APP_NAME=smath
125cdf0e10cSrcweir
126cdf0e10cSrcweirAPP7TARGET=so$/sweb
127cdf0e10cSrcweirAPP7NOSAL=TRUE
128cdf0e10cSrcweirAPP7LINKRES=$(MISC)$/$(TARGET)7.res
129cdf0e10cSrcweirAPP7ICON=$(SOLARRESDIR)$/icons/so9_writer_app.ico
130cdf0e10cSrcweirAPP7OBJS = \
131cdf0e10cSrcweir		$(OBJ)$/launcher.obj\
132cdf0e10cSrcweir        $(OBJ)$/sweb.obj
133cdf0e10cSrcweirAPP7STDLIBS = $(SHELL32LIB)
134cdf0e10cSrcweirAPP7DEPN=verinfo.rc
135cdf0e10cSrcweirAPP7VERINFO=verinfo.rc
136cdf0e10cSrcweirAPP7PRODUCTDEF+=-DRES_APP_NAME=sweb
137cdf0e10cSrcweir
138cdf0e10cSrcweir
139cdf0e10cSrcweir.ENDIF # "$(BUILD_SPECIAL)"!=""
140cdf0e10cSrcweir.ENDIF # "$(LINK_SO)"=="TRUE"
141cdf0e10cSrcweir
142cdf0e10cSrcweir# --- Targets ------------------------------------------------------
143cdf0e10cSrcweir
144cdf0e10cSrcweir
145cdf0e10cSrcweir.INCLUDE :  target.mk
146cdf0e10cSrcweir
147