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 #*************************************************************************
34 CFLAGS
+= $(LFS_CFLAGS
)
35 CXXFLAGS
+= $(LFS_CFLAGS
)
39 $(SLO
)$/convertbig5hkscs.obj \
40 $(SLO
)$/converter.obj \
41 $(SLO
)$/converteuctw.obj \
42 $(SLO
)$/convertgb18030.obj \
43 $(SLO
)$/convertiso2022cn.obj \
44 $(SLO
)$/convertiso2022jp.obj \
45 $(SLO
)$/convertiso2022kr.obj \
46 $(SLO
)$/convertsinglebytetobmpunicode.obj \
47 $(SLO
)$/tcvtbyte.obj \
49 $(SLO
)$/tcvtutf7.obj \
50 $(SLO
)$/tcvtutf8.obj \
51 $(SLO
)$/tenchelp.obj \
52 $(SLO
)$/tencinfo.obj \
59 $(OBJ
)$/convertbig5hkscs.obj \
60 $(OBJ
)$/converter.obj \
61 $(OBJ
)$/converteuctw.obj \
62 $(OBJ
)$/convertgb18030.obj \
63 $(OBJ
)$/convertiso2022cn.obj \
64 $(OBJ
)$/convertiso2022jp.obj \
65 $(OBJ
)$/convertiso2022kr.obj \
66 $(OBJ
)$/convertsinglebytetobmpunicode.obj \
67 $(OBJ
)$/tcvtbyte.obj \
69 $(OBJ
)$/tcvtutf7.obj \
70 $(OBJ
)$/tcvtutf8.obj \
71 $(OBJ
)$/tenchelp.obj \
72 $(OBJ
)$/tencinfo.obj \
77 # Optimization off on Solaris Intel due to internal compiler error; to be
78 # reevaluated after compiler upgrade:
79 .IF
"$(OS)$(CPU)" == "SOLARISI"
85 .ENDIF
# OS, CPU, SOLARISI