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 #*************************************************************************
40 # --- Settings -----------------------------------------------------
42 .INCLUDE
: settings.mk
44 # --- Files --------------------------------------------------------
50 $(OBJ
)$/launcher.obj \
54 $(OBJ
)$/simpress.obj \
60 .IF
"$(BUILD_SPECIAL)"!=""
61 APP1DEPN
= $(APP1RES
) verinfo.rc
62 APP1TARGET
=so
$/swriter
64 APP1LINKRES
=$(MISC
)$/$(TARGET
)1.res
65 APP1ICON
=$(SOLARRESDIR
)$/icons
/so9_writer_app.ico
69 APP1STDLIBS
= $(SHELL32LIB
)
70 APP1VERINFO
=verinfo.rc
71 APP1PRODUCTDEF
+=-DRES_APP_NAME
=swriter
75 APP2LINKRES
=$(MISC
)$/$(TARGET
)2.res
76 APP2ICON
=$(SOLARRESDIR
)$/icons
/so9_calc_app.ico
80 APP2STDLIBS
= $(SHELL32LIB
)
82 APP2VERINFO
=verinfo.rc
83 APP2PRODUCTDEF
+=-DRES_APP_NAME
=scalc
87 APP3LINKRES
=$(MISC
)$/$(TARGET
)3.res
88 APP3ICON
=$(SOLARRESDIR
)$/icons
/so9_draw_app.ico
92 APP3STDLIBS
= $(SHELL32LIB
)
94 APP3VERINFO
=verinfo.rc
95 APP3PRODUCTDEF
+=-DRES_APP_NAME
=sdraw
97 APP4TARGET
=so
$/simpress
99 APP4LINKRES
=$(MISC
)$/$(TARGET
)4.res
100 APP4ICON
=$(SOLARRESDIR
)$/icons
/so9_impress_app.ico
102 $(OBJ
)$/launcher.obj\
104 APP4STDLIBS
= $(SHELL32LIB
)
106 APP4VERINFO
=verinfo.rc
107 APP4PRODUCTDEF
+=-DRES_APP_NAME
=simpress
111 APP5LINKRES
=$(MISC
)$/$(TARGET
)5.res
112 APP5ICON
=$(SOLARRESDIR
)$/icons
/so9_base_app.ico
114 $(OBJ
)$/launcher.obj\
116 APP5STDLIBS
= $(SHELL32LIB
)
118 APP5VERINFO
=verinfo.rc
119 APP5PRODUCTDEF
+=-DRES_APP_NAME
=sbase
123 APP6LINKRES
=$(MISC
)$/$(TARGET
)6.res
124 APP6ICON
=$(SOLARRESDIR
)$/icons
/so9_math_app.ico
126 $(OBJ
)$/launcher.obj\
128 APP6STDLIBS
= $(SHELL32LIB
)
130 APP6VERINFO
=verinfo.rc
131 APP6PRODUCTDEF
+=-DRES_APP_NAME
=smath
135 APP7LINKRES
=$(MISC
)$/$(TARGET
)7.res
136 APP7ICON
=$(SOLARRESDIR
)$/icons
/so9_html_doc.ico
138 $(OBJ
)$/launcher.obj\
140 APP7STDLIBS
= $(SHELL32LIB
)
142 APP7VERINFO
=verinfo.rc
143 APP7PRODUCTDEF
+=-DRES_APP_NAME
=sweb
146 .ENDIF
# "$(BUILD_SPECIAL)"!=""
148 # --- Targets ------------------------------------------------------