Update ooo320-m1
[ooovba.git] / sw / source / core / bastyp / makefile.mk
blobab4fcbd2f0108afdf98ac483dc34c3acedb7f81e
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.9 $
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=..$/..$/..
34 PRJNAME=sw
35 TARGET=bastyp
37 AUTOSEG=true
39 # --- Settings -----------------------------------------------------
41 .INCLUDE : $(PRJ)$/inc$/swpre.mk
42 .INCLUDE : settings.mk
43 .INCLUDE : $(PRJ)$/inc$/sw.mk
45 # --- Files --------------------------------------------------------
47 CXXFILES = \
48 bparr.cxx \
49 breakit.cxx \
50 calc.cxx \
51 checkit.cxx \
52 index.cxx \
53 init.cxx \
54 ring.cxx \
55 swcache.cxx \
56 swrect.cxx \
57 swregion.cxx \
58 swtypes.cxx \
59 tabcol.cxx \
60 SwSmartTagMgr.cxx
62 SLOFILES = \
63 $(SLO)$/bparr.obj \
64 $(SLO)$/breakit.obj \
65 $(SLO)$/calc.obj \
66 $(SLO)$/checkit.obj \
67 $(SLO)$/index.obj \
68 $(SLO)$/init.obj \
69 $(SLO)$/ring.obj \
70 $(SLO)$/swcache.obj \
71 $(SLO)$/swrect.obj \
72 $(SLO)$/swregion.obj \
73 $(SLO)$/swtypes.obj \
74 $(SLO)$/tabcol.obj \
75 $(SLO)$/SwSmartTagMgr.obj
77 EXCEPTIONSFILES = \
78 $(SLO)$/tabcol.obj
80 # --- Tagets -------------------------------------------------------
82 .INCLUDE : target.mk