Update ooo320-m1
[ooovba.git] / xmloff / source / transform / makefile.mk
blobacd80bb1f397247d5b3f30e6f275e582743fd520
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.13 $
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 := xmloff
34 TARGET := xof
35 LIBTARGET=NO
36 ENABLE_EXCEPTIONS := TRUE
38 .INCLUDE: settings.mk
40 SHL1TARGET = $(TARGET)$(DLLPOSTFIX)
41 SHL1OBJS = \
42 $(SLO)$/ChartOASISTContext.obj \
43 $(SLO)$/ChartOOoTContext.obj \
44 $(SLO)$/ChartPlotAreaOASISTContext.obj \
45 $(SLO)$/ChartPlotAreaOOoTContext.obj \
46 $(SLO)$/ControlOASISTContext.obj \
47 $(SLO)$/ControlOOoTContext.obj \
48 $(SLO)$/CreateElemTContext.obj \
49 $(SLO)$/DeepTContext.obj \
50 $(SLO)$/DlgOASISTContext.obj \
51 $(SLO)$/DocumentTContext.obj \
52 $(SLO)$/EventMap.obj \
53 $(SLO)$/EventOASISTContext.obj \
54 $(SLO)$/EventOOoTContext.obj \
55 $(SLO)$/FlatTContext.obj \
56 $(SLO)$/FormPropOASISTContext.obj \
57 $(SLO)$/FormPropOOoTContext.obj \
58 $(SLO)$/FrameOASISTContext.obj \
59 $(SLO)$/FrameOOoTContext.obj \
60 $(SLO)$/IgnoreTContext.obj \
61 $(SLO)$/MergeElemTContext.obj \
62 $(SLO)$/MetaTContext.obj \
63 $(SLO)$/MutableAttrList.obj \
64 $(SLO)$/NotesTContext.obj \
65 $(SLO)$/OOo2Oasis.obj \
66 $(SLO)$/Oasis2OOo.obj \
67 $(SLO)$/PersAttrListTContext.obj \
68 $(SLO)$/PersMixedContentTContext.obj \
69 $(SLO)$/ProcAddAttrTContext.obj \
70 $(SLO)$/ProcAttrTContext.obj \
71 $(SLO)$/PropertyActionsOASIS.obj \
72 $(SLO)$/PropertyActionsOOo.obj \
73 $(SLO)$/RenameElemTContext.obj \
74 $(SLO)$/StyleOASISTContext.obj \
75 $(SLO)$/StyleOOoTContext.obj \
76 $(SLO)$/TransformerActions.obj \
77 $(SLO)$/TransformerBase.obj \
78 $(SLO)$/TransformerContext.obj \
79 $(SLO)$/TransformerTokenMap.obj \
80 $(SLO)$/XMLFilterRegistration.obj
82 SHL1STDLIBS = \
83 $(COMPHELPERLIB) \
84 $(CPPUHELPERLIB) \
85 $(CPPULIB) \
86 $(SALHELPERLIB) \
87 $(SALLIB)
88 .IF ("$(GUI)"=="UNX" || "$(COM)"=="GCC") && "$(GUI)"!="OS2"
89 SHL1STDLIBS += -lxo$(DLLPOSTFIX)
90 .ELSE
91 SHL1STDLIBS += ixo.lib
92 .ENDIF
93 SHL1VERSIONMAP = xof.map
94 SHL1IMPLIB = i$(SHL1TARGET)
95 DEF1NAME = $(SHL1TARGET)
97 SLOFILES = $(SHL1OBJS)
99 .INCLUDE: target.mk