summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/report
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2007-07-06 06:23:13 +0000
committerRüdiger Timm <rt@openoffice.org>2007-07-06 06:23:13 +0000
commitddb2f3b23a842ee49f2eddcec91aa8df43f95f29 (patch)
tree3ba048e41f0ae72b6eb8d6db53977856420dfc9b /offapi/com/sun/star/report
parent6f0fc5786fd97bd753fa73134518cd89a7f9875f (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.mk77
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 000000000000..9c9411f4bf97
--- /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