1 #*************************************************************************
3 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
5 # Copyright 2000, 2010 Oracle and/or its affiliates.
7 # OpenOffice.org - a multi-platform office productivity suite
9 # This file is part of OpenOffice.org.
11 # OpenOffice.org is free software: you can redistribute it and/or modify
12 # it under the terms of the GNU Lesser General Public License version 3
13 # only, as published by the Free Software Foundation.
15 # OpenOffice.org is distributed in the hope that it will be useful,
16 # but WITHOUT ANY WARRANTY; without even the implied warranty of
17 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
18 # GNU Lesser General Public License version 3 for more details
19 # (a copy is included in the LICENSE file that accompanied this code).
21 # You should have received a copy of the GNU Lesser General Public License
22 # version 3 along with OpenOffice.org. If not, see
23 # <http://www.openoffice.org/license.html>
24 # for a copy of the LGPLv3 License.
26 #*************************************************************************
36 # --- Settings -----------------------------------------------------
38 .INCLUDE
: settings.mk
40 # --- Files --------------------------------------------------------
46 $(OBJ
)$/launcher.obj \
50 $(OBJ
)$/simpress.obj \
56 .IF
"$(LINK_SO)"=="TRUE"
57 .IF
"$(BUILD_SPECIAL)"!=""
58 APP1DEPN
= $(APP1RES
) verinfo.rc
59 APP1TARGET
=so
$/swriter
61 APP1LINKRES
=$(MISC
)$/$(TARGET
)1.res
62 APP1ICON
=$(SOLARRESDIR
)$/icons
/so9_writer_app.ico
66 APP1STDLIBS
= $(SHELL32LIB
)
67 APP1VERINFO
=verinfo.rc
68 APP1PRODUCTDEF
+=-DRES_APP_NAME
=swriter
72 APP2LINKRES
=$(MISC
)$/$(TARGET
)2.res
73 APP2ICON
=$(SOLARRESDIR
)$/icons
/so9_calc_app.ico
77 APP2STDLIBS
= $(SHELL32LIB
)
79 APP2VERINFO
=verinfo.rc
80 APP2PRODUCTDEF
+=-DRES_APP_NAME
=scalc
84 APP3LINKRES
=$(MISC
)$/$(TARGET
)3.res
85 APP3ICON
=$(SOLARRESDIR
)$/icons
/so9_draw_app.ico
89 APP3STDLIBS
= $(SHELL32LIB
)
91 APP3VERINFO
=verinfo.rc
92 APP3PRODUCTDEF
+=-DRES_APP_NAME
=sdraw
94 APP4TARGET
=so
$/simpress
96 APP4LINKRES
=$(MISC
)$/$(TARGET
)4.res
97 APP4ICON
=$(SOLARRESDIR
)$/icons
/so9_impress_app.ico
101 APP4STDLIBS
= $(SHELL32LIB
)
103 APP4VERINFO
=verinfo.rc
104 APP4PRODUCTDEF
+=-DRES_APP_NAME
=simpress
108 APP5LINKRES
=$(MISC
)$/$(TARGET
)5.res
109 APP5ICON
=$(SOLARRESDIR
)$/icons
/so9_base_app.ico
111 $(OBJ
)$/launcher.obj\
113 APP5STDLIBS
= $(SHELL32LIB
)
115 APP5VERINFO
=verinfo.rc
116 APP5PRODUCTDEF
+=-DRES_APP_NAME
=sbase
120 APP6LINKRES
=$(MISC
)$/$(TARGET
)6.res
121 APP6ICON
=$(SOLARRESDIR
)$/icons
/so9_math_app.ico
123 $(OBJ
)$/launcher.obj\
125 APP6STDLIBS
= $(SHELL32LIB
)
127 APP6VERINFO
=verinfo.rc
128 APP6PRODUCTDEF
+=-DRES_APP_NAME
=smath
132 APP7LINKRES
=$(MISC
)$/$(TARGET
)7.res
133 APP7ICON
=$(SOLARRESDIR
)$/icons
/so9_writer_app.ico
135 $(OBJ
)$/launcher.obj\
137 APP7STDLIBS
= $(SHELL32LIB
)
139 APP7VERINFO
=verinfo.rc
140 APP7PRODUCTDEF
+=-DRES_APP_NAME
=sweb
143 .ENDIF
# "$(BUILD_SPECIAL)"!=""
144 .ENDIF
# "$(LINK_SO)"=="TRUE"
146 # --- Targets ------------------------------------------------------