Update ooo320-m1
[ooovba.git] / desktop / os2 / source / applauncher / makefile.mk
blob3ffff922506f040453a659b7cb6fbd1388846ba6
1 #*************************************************************************
3 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4 #
5 # Copyright 2008 by Sun Microsystems, Inc.
7 # OpenOffice.org - a multi-platform office productivity suite
9 # $RCSfile: makefile.mk,v $
11 # $Revision: 1.2 $
13 # This file is part of OpenOffice.org.
15 # OpenOffice.org is free software: you can redistribute it and/or modify
16 # it under the terms of the GNU Lesser General Public License version 3
17 # only, as published by the Free Software Foundation.
19 # OpenOffice.org is distributed in the hope that it will be useful,
20 # but WITHOUT ANY WARRANTY; without even the implied warranty of
21 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
22 # GNU Lesser General Public License version 3 for more details
23 # (a copy is included in the LICENSE file that accompanied this code).
25 # You should have received a copy of the GNU Lesser General Public License
26 # version 3 along with OpenOffice.org. If not, see
27 # <http://www.openoffice.org/license.html>
28 # for a copy of the LGPLv3 License.
30 #*************************************************************************
32 PRJ=..$/..$/..
34 PRJNAME=desktop
35 TARGET=applauncher
36 LIBTARGET=NO
37 TARGETTYPE=GUI
39 # --- Settings -----------------------------------------------------
41 .INCLUDE : settings.mk
43 # --- Files --------------------------------------------------------
45 OBJFILES= \
46 $(OBJ)$/launcher.obj \
47 $(OBJ)$/swriter.obj \
48 $(OBJ)$/scalc.obj \
49 $(OBJ)$/sdraw.obj \
50 $(OBJ)$/simpress.obj \
51 $(OBJ)$/sbase.obj \
52 $(OBJ)$/smath.obj \
53 $(OBJ)$/officeloader.obj \
54 $(OBJ)$/quickstart.obj
56 APP1TARGET=swriter
57 APP1NOSAL=TRUE
58 APP1LINKRES=$(MISC)$/$(TARGET)1.res
59 APP1ICON=$(SOLARRESDIR)$/icons$/ooo-writer-app.ico
60 APP1OBJS = \
61 $(OBJ)$/launcher.obj\
62 $(OBJ)$/swriter.obj
65 APP2TARGET=scalc
66 APP2NOSAL=TRUE
67 APP2LINKRES=$(MISC)$/$(TARGET)2.res
68 APP2ICON=$(SOLARRESDIR)$/icons$/ooo-calc-app.ico
69 APP2OBJS = \
70 $(OBJ)$/launcher.obj\
71 $(OBJ)$/scalc.obj
73 APP3TARGET=sdraw
74 APP3NOSAL=TRUE
75 APP3LINKRES=$(MISC)$/$(TARGET)3.res
76 APP3ICON=$(SOLARRESDIR)$/icons$/ooo-draw-app.ico
77 APP3OBJS = \
78 $(OBJ)$/launcher.obj\
79 $(OBJ)$/sdraw.obj
81 APP4TARGET=simpress
82 APP4NOSAL=TRUE
83 APP4LINKRES=$(MISC)$/$(TARGET)4.res
84 APP4ICON=$(SOLARRESDIR)$/icons$/ooo-impress-app.ico
85 APP4OBJS = \
86 $(OBJ)$/launcher.obj\
87 $(OBJ)$/simpress.obj
89 APP5TARGET=sbase
90 APP5NOSAL=TRUE
91 APP5LINKRES=$(MISC)$/$(TARGET)5.res
92 APP5ICON=$(SOLARRESDIR)$/icons$/ooo-base-app.ico
93 APP5OBJS = \
94 $(OBJ)$/launcher.obj\
95 $(OBJ)$/sbase.obj
97 APP6TARGET=smath
98 APP6NOSAL=TRUE
99 APP6LINKRES=$(MISC)$/$(TARGET)6.res
100 APP6ICON=$(SOLARRESDIR)$/icons$/ooo-math-app.ico
101 APP6OBJS = \
102 $(OBJ)$/launcher.obj\
103 $(OBJ)$/smath.obj
105 APP7TARGET=officeloader
106 APP7NOSAL=TRUE
107 APP7LINKRES=$(MISC)$/$(TARGET)7.res
108 APP7ICON=$(SOLARRESDIR)$/icons$/ooo-main-app.ico
109 APP7OBJS = \
110 $(OBJ)$/launcher.obj\
111 $(OBJ)$/officeloader.obj
113 APP8TARGET=quickstart
114 APP8NOSAL=TRUE
115 APP8LINKRES=$(MISC)$/$(TARGET)8.res
116 APP8ICON=$(SOLARRESDIR)$/icons$/ooo-main-app.ico
117 APP8OBJS = \
118 $(OBJ)$/launcher.obj\
119 $(OBJ)$/quickstart.obj
121 # --- Targets ------------------------------------------------------
124 .INCLUDE : target.mk