summaryrefslogtreecommitdiff
path: root/wizards/com/sun/star/wizards/reportbuilder
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2008-06-25 13:36:43 +0000
committerKurt Zenker <kz@openoffice.org>2008-06-25 13:36:43 +0000
commit9335effa4c63ce16132a34e57525d82d256bd582 (patch)
tree573bcb899657daa22db0558d156043c2278f08d5 /wizards/com/sun/star/wizards/reportbuilder
parentf520a43362683ab09c71d32db631b6420f84931f (diff)
INTEGRATION: CWS rptwizard01 (1.1.2); FILE ADDED
2008/06/24 14:58:19 kz 1.1.2.3: fixed wrong license header 2008/03/07 07:53:26 lla 1.1.2.2: #i86092# new name for the jar 2008/03/07 07:30:55 lla 1.1.2.1: #i86092#
Diffstat (limited to 'wizards/com/sun/star/wizards/reportbuilder')
-rw-r--r--wizards/com/sun/star/wizards/reportbuilder/makefile.mk59
1 files changed, 59 insertions, 0 deletions
diff --git a/wizards/com/sun/star/wizards/reportbuilder/makefile.mk b/wizards/com/sun/star/wizards/reportbuilder/makefile.mk
new file mode 100644
index 000000000000..50548e756561
--- /dev/null
+++ b/wizards/com/sun/star/wizards/reportbuilder/makefile.mk
@@ -0,0 +1,59 @@
+#*************************************************************************
+#
+# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
+#
+# Copyright 2008 by Sun Microsystems, Inc.
+#
+# OpenOffice.org - a multi-platform office productivity suite
+#
+# $RCSfile: makefile.mk,v $
+#
+# $Revision: 1.2 $
+#
+# This file is part of OpenOffice.org.
+#
+# 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.
+#
+# 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).
+#
+# 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.
+#
+#*************************************************************************
+
+PRJ = ..$/..$/..$/..$/..
+PRJNAME = wizards
+TARGET = reportbuilderwizard
+PACKAGE = com$/sun$/star$/wizards$/reportbuilder
+
+# --- Settings -----------------------------------------------------
+
+.INCLUDE : settings.mk
+#.INCLUDE : $(PRJ)$/util$/makefile.pmk
+
+JARFILES= unoil.jar jurt.jar ridl.jar juh.jar jut.jar java_uno.jar commonwizards.jar report.jar
+
+# CUSTOMMANIFESTFILE= Manifest.mf
+
+JARCLASSDIRS = com$/sun$/star$/wizards$/reportbuilder
+JARTARGET = $(TARGET).jar
+JARCLASSPATH = commonwizards.jar report.jar
+
+# --- Files --------------------------------------------------------
+
+JAVAFILES= \
+ ReportBuilderImplementation.java
+
+JAVACLASSFILES = $(foreach,i,$(JAVAFILES) $(CLASSDIR)$/$(PACKAGE)$/$(i:b).class)
+
+# --- Targets ------------------------------------------------------
+
+.INCLUDE : target.mk