summaryrefslogtreecommitdiff
path: root/reportdesign/util/makefile.mk
diff options
context:
space:
mode:
Diffstat (limited to 'reportdesign/util/makefile.mk')
-rw-r--r--reportdesign/util/makefile.mk253
1 files changed, 253 insertions, 0 deletions
diff --git a/reportdesign/util/makefile.mk b/reportdesign/util/makefile.mk
new file mode 100644
index 000000000000..4f09018437e3
--- /dev/null
+++ b/reportdesign/util/makefile.mk
@@ -0,0 +1,253 @@
+#*************************************************************************
+#
+# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
+#
+# Copyright 2000, 2010 Oracle and/or its affiliates.
+#
+# OpenOffice.org - a multi-platform office productivity suite
+#
+# 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=reportdesign
+TARGET=rpt
+TARGET2=$(TARGET)ui
+# USE_DEFFILE=TRUE
+GEN_HID=TRUE
+GEN_HID_OTHER=TRUE
+
+# --- Settings ----------------------------------
+.INCLUDE : settings.mk
+
+.IF "$(L10N_framework)"==""
+
+# ------------------------------------------------------------------
+# --- reportdesign core (rpt) -----------------------------------
+
+LIB1TARGET=$(SLB)$/$(TARGET).lib
+LIB1FILES=\
+ $(SLB)$/api.lib \
+ $(SLB)$/coreshared.lib \
+ $(SLB)$/core_resource.lib \
+ $(SLB)$/core_sdr.lib \
+ $(SLB)$/core_misc.lib
+
+SHL1TARGET=$(TARGET)$(DLLPOSTFIX)
+
+SHL1STDLIBS= \
+ $(EDITENGLIB) \
+ $(SVXCORELIB) \
+ $(SVXLIB) \
+ $(FWELIB) \
+ $(SFXLIB) \
+ $(TOOLSLIB) \
+ $(I18NISOLANGLIB) \
+ $(SVLLIB) \
+ $(SVTOOLLIB) \
+ $(UNOTOOLSLIB) \
+ $(DBTOOLSLIB) \
+ $(COMPHELPERLIB) \
+ $(CPPUHELPERLIB) \
+ $(CPPULIB) \
+ $(VCLLIB) \
+ $(TKLIB) \
+ $(VOSLIB) \
+ $(SALLIB)
+
+.IF "$(GUI)"=="OS2"
+SHL1STDLIBS+= \
+ idbu.lib
+.ELIF "$(GUI)"!="WNT" || "$(COM)"=="GCC"
+SHL1STDLIBS+= \
+ -ldbu$(DLLPOSTFIX)
+.ELSE
+SHL1STDLIBS+= \
+ idbu.lib
+.ENDIF
+
+SHL1IMPLIB=i$(TARGET)
+SHL1USE_EXPORTS=name
+SHL1LIBS=$(LIB1TARGET)
+SHL1DEF=$(MISC)$/$(SHL1TARGET).def
+
+DEF1NAME=$(SHL1TARGET)
+DEFLIB1NAME=$(TARGET)
+.ENDIF
+# --- .res file ----------------------------------------------------------
+
+RES1FILELIST=\
+ $(SRS)$/core_strings.srs
+
+RESLIB1NAME=$(TARGET)
+RESLIB1IMAGES=$(PRJ)$/res
+RESLIB1SRSFILES=$(RES1FILELIST)
+
+.IF "$(L10N_framework)"==""
+# --- reportdesign UI core (rptui) -----------------------------------
+LIB2TARGET=$(SLB)$/$(TARGET2).lib
+LIB2FILES=\
+ $(SLB)$/uimisc.lib \
+ $(SLB)$/uidlg.lib \
+ $(SLB)$/uishared.lib \
+ $(SLB)$/ui_inspection.lib \
+ $(SLB)$/report.lib
+
+SHL2TARGET=$(TARGET2)$(DLLPOSTFIX)
+
+SHL2STDLIBS= \
+ $(EDITENGLIB) \
+ $(SVXCORELIB) \
+ $(SVXLIB) \
+ $(SFXLIB) \
+ $(SVTOOLLIB) \
+ $(TKLIB) \
+ $(VCLLIB) \
+ $(SVLLIB) \
+ $(SOTLIB) \
+ $(UNOTOOLSLIB) \
+ $(TOOLSLIB) \
+ $(DBTOOLSLIB) \
+ $(COMPHELPERLIB) \
+ $(CPPUHELPERLIB) \
+ $(CPPULIB) \
+ $(FWELIB) \
+ $(SO2LIB) \
+ $(I18NISOLANGLIB) \
+ $(SALLIB)
+.IF "$(GUI)"=="OS2"
+SHL2STDLIBS+= \
+ idbu.lib \
+ i$(TARGET).lib
+.ELIF "$(GUI)"!="WNT" || "$(COM)"=="GCC"
+SHL2STDLIBS+= \
+ -ldbu$(DLLPOSTFIX) \
+ -l$(TARGET)$(DLLPOSTFIX)
+.ELSE
+SHL2STDLIBS+= \
+ idbu.lib \
+ i$(TARGET).lib
+.ENDIF
+
+.IF "$(GUI)"=="OS2"
+SHL2STDLIBS+= \
+ ifor.lib \
+ iforui.lib
+.ELIF "$(GUI)"!="WNT" || "$(COM)"=="GCC"
+SHL2STDLIBS+= \
+ -lfor$(DLLPOSTFIX) \
+ -lforui$(DLLPOSTFIX)
+.ELSE
+SHL2STDLIBS+= \
+ ifor.lib \
+ iforui.lib
+.ENDIF
+
+
+SHL2DEPN=$(SHL1TARGETN)
+SHL2LIBS=$(LIB2TARGET)
+SHL2DEF=$(MISC)$/$(SHL2TARGET).def
+DEF2NAME=$(SHL2TARGET)
+SHL2VERSIONMAP=$(SOLARENV)/src/component.map
+.ENDIF
+# --- .res file ----------------------------------------------------------
+RES2FILELIST=\
+ $(SRS)$/uidlg.srs \
+ $(SRS)$/ui_inspection.srs \
+ $(SRS)$/report.srs
+
+RESLIB2NAME=$(TARGET2)
+RESLIB2IMAGES=$(PRJ)$/res
+RESLIB2SRSFILES=$(RES2FILELIST)
+.IF "$(L10N_framework)"==""
+
+# ------------------- rptxml -------------------
+TARGET3=rptxml
+# --- Library -----------------------------------
+LIB3TARGET=$(SLB)$/rpt_flt.lib
+LIB3FILES=\
+ $(SLB)$/xmlshared.lib \
+ $(SLB)$/$(TARGET3).lib
+
+SHL3TARGET=$(TARGET3)$(DLLPOSTFIX)
+
+SHL3STDLIBS=\
+ $(EDITENGLIB) \
+ $(SVXCORELIB) \
+ $(XMLOFFLIB) \
+ $(VCLLIB) \
+ $(UNOTOOLSLIB) \
+ $(TOOLSLIB) \
+ $(DBTOOLSLIB) \
+ $(COMPHELPERLIB) \
+ $(CPPUHELPERLIB) \
+ $(CPPULIB) \
+ $(UCBHELPERLIB) \
+ $(SFXLIB) \
+ $(SVLLIB) \
+ $(SOTLIB) \
+ $(SO2LIB) \
+ $(SALLIB)
+.IF "$(GUI)"=="OS2"
+SHL3STDLIBS+= \
+ irpt.lib
+.ELIF "$(GUI)"!="WNT" || "$(COM)"=="GCC"
+SHL3STDLIBS+= \
+ -l$(TARGET)$(DLLPOSTFIX)
+.ELSE
+SHL3STDLIBS+= \
+ irpt.lib
+.ENDIF
+
+
+SHL3DEPN=$(SHL1TARGETN)
+SHL3LIBS=$(LIB3TARGET)
+SHL3IMPLIB= i$(SHL3TARGET)
+SHL3VERSIONMAP=$(SOLARENV)/src/component.map
+SHL3DEF= $(MISC)$/$(SHL3TARGET).def
+
+DEF3NAME=$(SHL3TARGET)
+
+.ENDIF
+
+# --- Targets ----------------------------------
+
+.INCLUDE : target.mk
+
+
+
+ALLTAR : $(MISC)/rpt.component $(MISC)/rptui.component $(MISC)/rptxml.component
+
+$(MISC)/rpt.component .ERRREMOVE : $(SOLARENV)/bin/createcomponent.xslt \
+ rpt.component
+ $(XSLTPROC) --nonet --stringparam uri \
+ '$(COMPONENTPREFIX_BASIS_NATIVE)$(SHL1TARGETN:f)' -o $@ \
+ $(SOLARENV)/bin/createcomponent.xslt rpt.component
+
+$(MISC)/rptui.component .ERRREMOVE : $(SOLARENV)/bin/createcomponent.xslt \
+ rptui.component
+ $(XSLTPROC) --nonet --stringparam uri \
+ '$(COMPONENTPREFIX_BASIS_NATIVE)$(SHL2TARGETN:f)' -o $@ \
+ $(SOLARENV)/bin/createcomponent.xslt rptui.component
+
+$(MISC)/rptxml.component .ERRREMOVE : $(SOLARENV)/bin/createcomponent.xslt \
+ rptxml.component
+ $(XSLTPROC) --nonet --stringparam uri \
+ '$(COMPONENTPREFIX_BASIS_NATIVE)$(SHL3TARGETN:f)' -o $@ \
+ $(SOLARENV)/bin/createcomponent.xslt rptxml.component