Update ooo320-m1
[ooovba.git] / toolkit / source / layout / core / makefile.mk
blob216006c64a2ff9a5a11f01e3d6ffd0a0f3968ce1
1 #*************************************************************************
3 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4 #
5 # Copyright 2008 by Sun Microsystems, Inc.
7 # OpenOffice.org - a multi-platform office productivity suite
9 # $RCSfile$
11 # $Revision$
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 #*************************************************************************
32 PRJ=../../..
33 PRJNAME=toolkit
34 TARGET=layout-core
35 ENABLE_EXCEPTIONS=true
37 # --- Settings -----------------------------------------------------
39 .INCLUDE : settings.mk
40 .INCLUDE : $(PRJ)$/util$/makefile.pmk
42 # --- Files --------------------------------------------------------
44 # FIXME: This is bad, hmkay
45 CFLAGS+= -I$(PRJ)/source
47 .IF "$(CCNUMVER)" >= "000400030000" && "$(CCNUMVER)" < "000400040000"
48 CFLAGS+= -O1
49 .ENDIF
51 SLOFILES= \
52 $(SLO)$/bin.obj \
53 $(SLO)$/box-base.obj \
54 $(SLO)$/box.obj \
55 $(SLO)$/byteseq.obj \
56 $(SLO)$/container.obj \
57 $(SLO)$/dialogbuttonhbox.obj \
58 $(SLO)$/factory.obj \
59 $(SLO)$/flow.obj \
60 $(SLO)$/helper.obj \
61 $(SLO)$/import.obj \
62 $(SLO)$/localized-string.obj \
63 $(SLO)$/proplist.obj \
64 $(SLO)$/root.obj \
65 $(SLO)$/table.obj \
66 $(SLO)$/timer.obj \
67 $(SLO)$/translate.obj\
68 $(SLO)$/vcl.obj\
71 # --- Targets ------------------------------------------------------
73 .INCLUDE : target.mk