Update ooo320-m1
[ooovba.git] / sw / source / core / makefile.mk
blobd9ea1102e37500c061db03d2fbdd7582a1815d83
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: makefile.mk,v $
11 # $Revision: 1.15 $
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=sw
35 TARGET=core
37 # --- Settings -----------------------------------------------------
39 .INCLUDE : $(PRJ)$/inc$/swpre.mk
40 .INCLUDE : settings.mk
41 .INCLUDE : $(PRJ)$/inc$/sw.mk
43 .IF "$(CALLTARGETS)"=="core"
44 RC_SUBDIRS=
45 .ENDIF
47 # --- Files --------------------------------------------------------
50 SUBLIBS1= \
51 $(SLB)$/access.lib \
52 $(SLB)$/graphic.lib \
53 $(SLB)$/para.lib \
54 $(SLB)$/attr.lib \
55 $(SLB)$/edit.lib \
56 $(SLB)$/crsr.lib \
57 $(SLB)$/view.lib
60 SUBLIBS2= \
61 $(SLB)$/draw.lib \
62 $(SLB)$/sw3io.lib \
63 $(SLB)$/swg.lib \
64 $(SLB)$/layout.lib \
65 $(SLB)$/text.lib \
66 $(SLB)$/doc.lib \
67 $(SLB)$/txtnode.lib
69 SUBLIBS3= \
70 $(SLB)$/docnode.lib \
71 $(SLB)$/unocore.lib \
72 $(SLB)$/objectpositioning.lib \
73 $(SLB)$/SwNumberTree.lib \
74 $(SLB)$/tablecore.lib
76 .IF "$(PRODUCT)" == ""
77 SUBLIBS3+= \
78 $(SLB)$/except.lib
79 .ENDIF
81 SUBLIBS4= \
82 $(SLB)$/frmedt.lib \
83 $(SLB)$/ole.lib \
84 $(SLB)$/fields.lib \
85 $(SLB)$/tox.lib \
86 $(SLB)$/undo.lib \
87 $(SLB)$/bastyp.lib
88 #-------------------------------------------------------------------------
90 ################################################################
92 LIB1TARGET=$(SLB)$/core1.lib
93 LIB1FILES= \
94 $(SUBLIBS1)
96 LIB2TARGET=$(SLB)$/core2.lib
97 LIB2FILES= \
98 $(SUBLIBS2)
100 LIB3TARGET=$(SLB)$/core3.lib
101 LIB3FILES= \
102 $(SUBLIBS3)
104 LIB4TARGET=$(SLB)$/core4.lib
105 LIB4FILES= \
106 $(SUBLIBS4)
108 .INCLUDE : target.mk
110 ################################################################
112 #-------------------------------------------------------------------------