diff options
author | RĂ¼diger Timm <rt@openoffice.org> | 2007-07-06 06:23:13 +0000 |
---|---|---|
committer | RĂ¼diger Timm <rt@openoffice.org> | 2007-07-06 06:23:13 +0000 |
commit | 73046302ec9154a18108dcf8d1c26936cfe8541a (patch) | |
tree | 727ffbd202ea94c154bc219ce02dacf30c4163de /offapi/com/sun/star/report | |
parent | f26e04ad184d6c8038bb5959a830592da8cbcc28 (diff) |
INTEGRATION: CWS oj14 (1.1.2); FILE ADDED
2007/04/27 11:07:19 oj 1.1.2.2: #i76758# new report api
2007/04/27 10:55:57 oj 1.1.2.1: #i76758# new report api
Diffstat (limited to 'offapi/com/sun/star/report')
-rw-r--r-- | offapi/com/sun/star/report/makefile.mk | 77 |
1 files changed, 77 insertions, 0 deletions
diff --git a/offapi/com/sun/star/report/makefile.mk b/offapi/com/sun/star/report/makefile.mk new file mode 100644 index 000000000..9c9411f4b --- /dev/null +++ b/offapi/com/sun/star/report/makefile.mk @@ -0,0 +1,77 @@ +#************************************************************************* +# +# OpenOffice.org - a multi-platform office productivity suite +# +# $RCSfile: makefile.mk,v $ +# +# $Revision: 1.2 $ +# +# last change: $Author: rt $ $Date: 2007-07-06 07:23:13 $ +# +# The Contents of this file are made available subject to +# the terms of GNU Lesser General Public License Version 2.1. +# +# +# GNU Lesser General Public License Version 2.1 +# ============================================= +# Copyright 2005 by Sun Microsystems, Inc. +# 901 San Antonio Road, Palo Alto, CA 94303, USA +# +# This library is free software; you can redistribute it and/or +# modify it under the terms of the GNU Lesser General Public +# License version 2.1, as published by the Free Software Foundation. +# +# This library 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 for more details. +# +# You should have received a copy of the GNU Lesser General Public +# License along with this library; if not, write to the Free Software +# Foundation, Inc., 59 Temple Place, Suite 330, Boston, +# MA 02111-1307 USA +# +#************************************************************************* + +PRJ=..$/..$/..$/.. + +PRJNAME=offapi + +TARGET=cssreport +PACKAGE=com$/sun$/star$/report + +# --- Settings ----------------------------------------------------- +.INCLUDE : $(PRJ)$/util$/makefile.pmk + +# ------------------------------------------------------------------------ + +IDLFILES=\ + modules.idl\ + XReportDefinition.idl \ + XReportComponent.idl \ + XReportControlModel.idl \ + XGroups.idl \ + XGroup.idl \ + XFormattedField.idl \ + XFixedText.idl \ + XImageControl.idl \ + XSection.idl \ + ReportPrintOption.idl \ + GroupKeepTogether.idl \ + ForceNewPage.idl \ + KeepTogether.idl \ + XReportEngine.idl \ + XFormatCondition.idl \ + XReportControlFormat.idl \ + XFunction.idl \ + XFunctions.idl \ + XFunctionsSupplier.idl \ + GroupOn.idl \ + XShape.idl \ + XFixedLine.idl + + +# ------------------------------------------------------------------ + +.INCLUDE : target.mk +.INCLUDE : $(PRJ)$/util$/target.pmk |