2000-11-17 18:03:33 +00:00
|
|
|
#*************************************************************************
|
|
|
|
|
#
|
2008-04-10 21:09:52 +00:00
|
|
|
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
|
|
|
#
|
2010-02-12 15:01:35 +01:00
|
|
|
# Copyright 2000, 2010 Oracle and/or its affiliates.
|
2000-11-17 18:03:33 +00:00
|
|
|
#
|
2008-04-10 21:09:52 +00:00
|
|
|
# OpenOffice.org - a multi-platform office productivity suite
|
2000-11-17 18:03:33 +00:00
|
|
|
#
|
2008-04-10 21:09:52 +00:00
|
|
|
# This file is part of OpenOffice.org.
|
2000-11-17 18:03:33 +00:00
|
|
|
#
|
2008-04-10 21:09:52 +00:00
|
|
|
# OpenOffice.org is free software: you can redistribute it and/or modify
|
|
|
|
|
# it under the terms of the GNU Lesser General Public License version 3
|
|
|
|
|
# only, as published by the Free Software Foundation.
|
2000-11-17 18:03:33 +00:00
|
|
|
#
|
2008-04-10 21:09:52 +00:00
|
|
|
# OpenOffice.org is distributed in the hope that it will be useful,
|
|
|
|
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
|
|
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
|
|
|
# GNU Lesser General Public License version 3 for more details
|
|
|
|
|
# (a copy is included in the LICENSE file that accompanied this code).
|
2000-11-17 18:03:33 +00:00
|
|
|
#
|
2008-04-10 21:09:52 +00:00
|
|
|
# You should have received a copy of the GNU Lesser General Public License
|
|
|
|
|
# version 3 along with OpenOffice.org. If not, see
|
|
|
|
|
# <http://www.openoffice.org/license.html>
|
|
|
|
|
# for a copy of the LGPLv3 License.
|
2000-11-17 18:03:33 +00:00
|
|
|
#
|
|
|
|
|
#*************************************************************************
|
|
|
|
|
|
|
|
|
|
PRJ=..$/..
|
|
|
|
|
|
|
|
|
|
PRJNAME=xmloff
|
|
|
|
|
TARGET=forms
|
|
|
|
|
|
|
|
|
|
ENABLE_EXCEPTIONS=TRUE
|
|
|
|
|
|
|
|
|
|
# --- Settings -----------------------------------------------------
|
|
|
|
|
|
|
|
|
|
.INCLUDE : settings.mk
|
2005-01-11 13:28:01 +00:00
|
|
|
.INCLUDE: $(PRJ)$/util$/makefile.pmk
|
2000-11-17 18:03:33 +00:00
|
|
|
|
|
|
|
|
# --- Files --------------------------------------------------------
|
|
|
|
|
|
|
|
|
|
SLOFILES = \
|
2001-03-20 12:41:57 +00:00
|
|
|
$(SLO)$/officeforms.obj \
|
2001-01-02 14:56:57 +00:00
|
|
|
$(SLO)$/formevents.obj \
|
|
|
|
|
$(SLO)$/eventimport.obj \
|
|
|
|
|
$(SLO)$/eventexport.obj \
|
2000-12-18 14:14:35 +00:00
|
|
|
$(SLO)$/controlpropertyhdl.obj \
|
|
|
|
|
$(SLO)$/controlpropertymap.obj \
|
2000-12-13 09:39:06 +00:00
|
|
|
$(SLO)$/valueproperties.obj \
|
2000-12-12 11:01:05 +00:00
|
|
|
$(SLO)$/attriblistmerge.obj \
|
2000-12-06 16:28:05 +00:00
|
|
|
$(SLO)$/controlelement.obj \
|
2001-01-03 15:25:34 +00:00
|
|
|
$(SLO)$/formlayerexport.obj \
|
|
|
|
|
$(SLO)$/layerexport.obj \
|
|
|
|
|
$(SLO)$/elementexport.obj \
|
|
|
|
|
$(SLO)$/propertyexport.obj \
|
2000-12-06 16:28:05 +00:00
|
|
|
$(SLO)$/elementimport.obj \
|
|
|
|
|
$(SLO)$/layerimport.obj \
|
|
|
|
|
$(SLO)$/propertyimport.obj \
|
|
|
|
|
$(SLO)$/formlayerimport.obj \
|
2000-11-17 18:03:33 +00:00
|
|
|
$(SLO)$/formattributes.obj \
|
|
|
|
|
$(SLO)$/formenums.obj \
|
2001-02-02 08:03:34 +00:00
|
|
|
$(SLO)$/formsimp.obj \
|
2002-10-02 13:28:21 +00:00
|
|
|
$(SLO)$/strings.obj \
|
2003-10-21 07:40:29 +00:00
|
|
|
$(SLO)$/logging.obj \
|
|
|
|
|
$(SLO)$/formcellbinding.obj \
|
2004-11-09 11:17:37 +00:00
|
|
|
$(SLO)$/gridcolumnproptranslator.obj \
|
2001-07-24 16:06:10 +00:00
|
|
|
|
2000-11-17 18:03:33 +00:00
|
|
|
# --- Tagets -------------------------------------------------------
|
|
|
|
|
|
|
|
|
|
.INCLUDE : target.mk
|