merge the formfield patch from ooo-build
[ooovba.git] / sc / source / ui / undo / makefile.mk
blobe58cf065a89e8444d99c6632dfbce13ab0e93c20
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.6 $
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=sc
35 TARGET=undo
37 # --- Settings -----------------------------------------------------
39 .INCLUDE : scpre.mk
40 .INCLUDE : settings.mk
41 .INCLUDE : sc.mk
42 .INCLUDE : $(PRJ)$/util$/makefile.pmk
44 # --- Files --------------------------------------------------------
46 CXXFILES = \
47 target.cxx \
48 refundo.cxx \
49 areasave.cxx \
50 undobase.cxx \
51 undoutil.cxx \
52 undocell.cxx \
53 undostyl.cxx \
54 undoolk.cxx \
55 undoblk.cxx \
56 undoblk2.cxx \
57 undoblk3.cxx \
58 undodat.cxx \
59 undodraw.cxx \
60 undotab.cxx
64 SLOFILES = \
65 $(SLO)$/target.obj \
66 $(SLO)$/refundo.obj \
67 $(SLO)$/areasave.obj \
68 $(SLO)$/undobase.obj \
69 $(SLO)$/undoutil.obj \
70 $(SLO)$/undocell.obj \
71 $(SLO)$/undostyl.obj \
72 $(SLO)$/undoolk.obj \
73 $(SLO)$/undoblk.obj \
74 $(SLO)$/undoblk2.obj \
75 $(SLO)$/undoblk3.obj \
76 $(SLO)$/undodat.obj \
77 $(SLO)$/undodraw.obj \
78 $(SLO)$/undotab.obj
80 EXCEPTIONSFILES= \
81 $(SLO)$/undocell.obj \
82 $(SLO)$/undostyl.obj
84 # --- Tagets -------------------------------------------------------
86 .INCLUDE : target.mk