1 #*************************************************************************
3 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
5 # Copyright 2008 by Sun Microsystems, Inc.
7 # OpenOffice.org - a multi-platform office productivity suite
9 # $RCSfile: makefile.mk,v $
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 #*************************************************************************
39 # --- Settings -----------------------------------------------------
41 .INCLUDE
: settings.mk
43 # --- Files --------------------------------------------------------
46 $(OBJ
)$/launcher.obj \
50 $(OBJ
)$/simpress.obj \
53 $(OBJ
)$/officeloader.obj \
54 $(OBJ
)$/quickstart.obj
58 APP1LINKRES
=$(MISC
)$/$(TARGET
)1.res
59 APP1ICON
=$(SOLARRESDIR
)$/icons
$/ooo-writer-app.ico
67 APP2LINKRES
=$(MISC
)$/$(TARGET
)2.res
68 APP2ICON
=$(SOLARRESDIR
)$/icons
$/ooo-calc-app.ico
75 APP3LINKRES
=$(MISC
)$/$(TARGET
)3.res
76 APP3ICON
=$(SOLARRESDIR
)$/icons
$/ooo-draw-app.ico
83 APP4LINKRES
=$(MISC
)$/$(TARGET
)4.res
84 APP4ICON
=$(SOLARRESDIR
)$/icons
$/ooo-impress-app.ico
91 APP5LINKRES
=$(MISC
)$/$(TARGET
)5.res
92 APP5ICON
=$(SOLARRESDIR
)$/icons
$/ooo-base-app.ico
99 APP6LINKRES
=$(MISC
)$/$(TARGET
)6.res
100 APP6ICON
=$(SOLARRESDIR
)$/icons
$/ooo-math-app.ico
102 $(OBJ
)$/launcher.obj\
105 APP7TARGET
=officeloader
107 APP7LINKRES
=$(MISC
)$/$(TARGET
)7.res
108 APP7ICON
=$(SOLARRESDIR
)$/icons
$/ooo-main-app.ico
110 $(OBJ
)$/launcher.obj\
111 $(OBJ
)$/officeloader.obj
113 APP8TARGET
=quickstart
115 APP8LINKRES
=$(MISC
)$/$(TARGET
)8.res
116 APP8ICON
=$(SOLARRESDIR
)$/icons
$/ooo-main-app.ico
118 $(OBJ
)$/launcher.obj\
119 $(OBJ
)$/quickstart.obj
121 # --- Targets ------------------------------------------------------