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 --------------------------------------------------------
48 APP1VERINFO
=verinfo.rc
50 APP1LINKRES
=$(MISC
)$/$(TARGET
)1.res
51 APP1ICON
=$(SOLARRESDIR
)$/icons
/ooo3_writer_app.ico
55 APP1STDLIBS
= $(SHELL32LIB
)
56 APP1PRODUCTDEF
+=-DRES_APP_NAME
=$(APP1TARGET
)
60 APP2VERINFO
=verinfo.rc
62 APP2LINKRES
=$(MISC
)$/$(TARGET
)2.res
63 APP2ICON
=$(SOLARRESDIR
)$/icons
/ooo3_calc_app.ico
67 APP2STDLIBS
= $(SHELL32LIB
)
68 APP2PRODUCTDEF
+=-DRES_APP_NAME
=$(APP2TARGET
)
72 APP3VERINFO
=verinfo.rc
74 APP3LINKRES
=$(MISC
)$/$(TARGET
)3.res
75 APP3ICON
=$(SOLARRESDIR
)$/icons
/ooo3_draw_app.ico
79 APP3STDLIBS
= $(SHELL32LIB
)
80 APP3PRODUCTDEF
+=-DRES_APP_NAME
=$(APP3TARGET
)
84 APP4VERINFO
=verinfo.rc
86 APP4LINKRES
=$(MISC
)$/$(TARGET
)4.res
87 APP4ICON
=$(SOLARRESDIR
)$/icons
/ooo3_impress_app.ico
91 APP4STDLIBS
= $(SHELL32LIB
)
92 APP4PRODUCTDEF
+=-DRES_APP_NAME
=$(APP4TARGET
)
96 APP5VERINFO
=verinfo.rc
98 APP5LINKRES
=$(MISC
)$/$(TARGET
)5.res
99 APP5ICON
=$(SOLARRESDIR
)$/icons
/ooo3_math_app.ico
101 $(OBJ
)$/launcher.obj\
103 APP5STDLIBS
= $(SHELL32LIB
)
104 APP5PRODUCTDEF
+=-DRES_APP_NAME
=$(APP5TARGET
)
108 APP6VERINFO
=verinfo.rc
110 APP6LINKRES
=$(MISC
)$/$(TARGET
)6.res
111 APP6ICON
=$(SOLARRESDIR
)$/icons
/ooo3_base_app.ico
113 $(OBJ
)$/launcher.obj\
115 APP6STDLIBS
= $(SHELL32LIB
)
116 APP6PRODUCTDEF
+=-DRES_APP_NAME
=$(APP6TARGET
)
120 APP7VERINFO
=verinfo.rc
122 APP7LINKRES
=$(MISC
)$/$(TARGET
)7.res
123 APP7ICON
=$(SOLARRESDIR
)$/icons
/ooo3_html_doc.ico
125 $(OBJ
)$/launcher.obj\
127 APP7STDLIBS
= $(SHELL32LIB
)
128 APP7PRODUCTDEF
+=-DRES_APP_NAME
=$(APP7TARGET
)
130 # --- Targets ------------------------------------------------------