makefile.mk (cdf0e10c) makefile.mk (57f49b00)
1#*************************************************************************
2#
3# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4#
5# Copyright 2000, 2010 Oracle and/or its affiliates.
6#
7# OpenOffice.org - a multi-platform office productivity suite
8#

--- 24 unchanged lines hidden (view full) ---

33.IF "$(CWS_WORK_STAMP)" == ""
34 EXTENSION_VERSION=$(EXTENSION_VERSION_BASE)
35.ELSE
36 EXTENSION_VERSION=$(EXTENSION_VERSION_BASE).cws.$(CWS_WORK_STAMP)
37.ENDIF
38
39# --- Settings ----------------------------------
40.INCLUDE : makefile.pmk
1#*************************************************************************
2#
3# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4#
5# Copyright 2000, 2010 Oracle and/or its affiliates.
6#
7# OpenOffice.org - a multi-platform office productivity suite
8#

--- 24 unchanged lines hidden (view full) ---

33.IF "$(CWS_WORK_STAMP)" == ""
34 EXTENSION_VERSION=$(EXTENSION_VERSION_BASE)
35.ELSE
36 EXTENSION_VERSION=$(EXTENSION_VERSION_BASE).cws.$(CWS_WORK_STAMP)
37.ENDIF
38
39# --- Settings ----------------------------------
40.INCLUDE : makefile.pmk
41.INCLUDE : $(SOLARBINDIR)/jfreereport_version.mk
42
43.IF "$(L10N_framework)"==""
44# ------------------------------------------------------------------
45# calready set in util$/makefile.pmk
46# EXTENSIONNAME:=report-builder
47EXTENSION_ZIPNAME:=report-builder
48
49# create Extension -----------------------------

--- 42 unchanged lines hidden (view full) ---

92 $(EXTENSIONDIR)$/help$/component.txt
93
94# .jar files from solver
95COMPONENT_EXTJARFILES = \
96 $(EXTENSIONDIR)$/sun-report-builder.jar \
97 $(EXTENSIONDIR)$/reportbuilderwizard.jar
98
99.IF "$(SYSTEM_JFREEREPORT)" != "YES"
41
42.IF "$(L10N_framework)"==""
43# ------------------------------------------------------------------
44# calready set in util$/makefile.pmk
45# EXTENSIONNAME:=report-builder
46EXTENSION_ZIPNAME:=report-builder
47
48# create Extension -----------------------------

--- 42 unchanged lines hidden (view full) ---

91 $(EXTENSIONDIR)$/help$/component.txt
92
93# .jar files from solver
94COMPONENT_EXTJARFILES = \
95 $(EXTENSIONDIR)$/sun-report-builder.jar \
96 $(EXTENSIONDIR)$/reportbuilderwizard.jar
97
98.IF "$(SYSTEM_JFREEREPORT)" != "YES"
99.INCLUDE : $(SOLARBINDIR)/jfreereport_version.mk
100COMPONENT_EXTJARFILES += \
101 $(EXTENSIONDIR)$/flute-$(FLUTE_VERSION).jar \
102 $(EXTENSIONDIR)$/libserializer-$(LIBSERIALIZER_VERSION).jar \
103 $(EXTENSIONDIR)$/libbase-$(LIBBASE_VERSION).jar \
104 $(EXTENSIONDIR)$/libfonts-$(LIBFONTS_VERSION).jar \
105 $(EXTENSIONDIR)$/libformula-$(LIBFORMULA_VERSION).jar \
106 $(EXTENSIONDIR)$/liblayout-$(LIBLAYOUT_VERSION).jar \
107 $(EXTENSIONDIR)$/libloader-$(LIBLOADER_VERSION).jar \

--- 50 unchanged lines hidden ---
100COMPONENT_EXTJARFILES += \
101 $(EXTENSIONDIR)$/flute-$(FLUTE_VERSION).jar \
102 $(EXTENSIONDIR)$/libserializer-$(LIBSERIALIZER_VERSION).jar \
103 $(EXTENSIONDIR)$/libbase-$(LIBBASE_VERSION).jar \
104 $(EXTENSIONDIR)$/libfonts-$(LIBFONTS_VERSION).jar \
105 $(EXTENSIONDIR)$/libformula-$(LIBFORMULA_VERSION).jar \
106 $(EXTENSIONDIR)$/liblayout-$(LIBLAYOUT_VERSION).jar \
107 $(EXTENSIONDIR)$/libloader-$(LIBLOADER_VERSION).jar \

--- 50 unchanged lines hidden ---