summaryrefslogtreecommitdiff
path: root/dbaccess/util
diff options
context:
space:
mode:
authorDavid Tardon <dtardon@redhat.com>2011-04-18 14:46:56 +0200
committerDavid Tardon <dtardon@redhat.com>2011-04-19 06:13:10 +0200
commitd9d7e9447495a47fa00e524c5c4ec58ae48e95b9 (patch)
tree2c3f22995972d4a4d6a787e205a9b01756ee04c5 /dbaccess/util
parentd8a2cbce693b68de5ae4a83b0698ae77eb96712a (diff)
gbuildize dbaccess
Diffstat (limited to 'dbaccess/util')
-rw-r--r--dbaccess/util/makefile.mk262
1 files changed, 0 insertions, 262 deletions
diff --git a/dbaccess/util/makefile.mk b/dbaccess/util/makefile.mk
deleted file mode 100644
index 3202f0ba5fa0..000000000000
--- a/dbaccess/util/makefile.mk
+++ /dev/null
@@ -1,262 +0,0 @@
-#*************************************************************************
-#
-# 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=dbaccess
-TARGET=dba
-TARGET2=dbu
-TARGET3=sdbt
-USE_DEFFILE=TRUE
-GEN_HID=TRUE
-GEN_HID_OTHER=TRUE
-
-# --- Settings ----------------------------------
-
-.INCLUDE : settings.mk
-
-LDUMP=ldump2.exe
-
-# --- database core (dba) -----------------------------------
-.IF "$(L10N_framework)"==""
-LIB1TARGET=$(SLB)$/$(TARGET).lib
-LIB1FILES=\
- $(SLB)$/api.lib \
- $(SLB)$/dataaccess.lib \
- $(SLB)$/recovery.lib \
- $(SLB)$/misc.lib \
- $(SLB)$/core_resource.lib
-
-SHL1TARGET=$(TARGET)$(DLLPOSTFIX)
-
-SHL1STDLIBS= \
- $(SVTOOLLIB) \
- $(VCLLIB) \
- $(UNOTOOLSLIB) \
- $(TOOLSLIB) \
- $(I18NISOLANGLIB) \
- $(DBTOOLSLIB) \
- $(COMPHELPERLIB) \
- $(CPPUHELPERLIB) \
- $(UCBHELPERLIB) \
- $(SVLLIB) \
- $(CPPULIB) \
- $(SALLIB) \
- $(SFXLIB) \
- $(BASICLIB) \
- $(FWELIB) \
- $(SALHELPERLIB) \
- $(XMLOFFLIB)
-
-SHL1DEPN=
-SHL1IMPLIB=i$(TARGET)
-SHL1LIBS=$(LIB1TARGET)
-SHL1DEF=$(MISC)$/$(SHL1TARGET).def
-DEF1NAME=$(SHL1TARGET)
-DEFLIB1NAME=$(TARGET)
-DEF1DEPN= $(MISC)$/$(SHL1TARGET).flt \
- $(SLB)$/$(TARGET).lib
-SHL1USE_EXPORTS=name
-
-.ENDIF
-# --- .res file ----------------------------------------------------------
-
-RES1FILELIST=\
- $(SRS)$/core_strings.srs
-
-RESLIB1NAME=$(TARGET)
-RESLIB1IMAGES=$(PRJ)$/res
-RESLIB1SRSFILES=$(RES1FILELIST)
-
-# --- database ui (dbu) -----------------------------------
-.IF "$(L10N_framework)"==""
-
-LIB2TARGET=$(SLB)$/$(TARGET2).lib
-LIB2FILES=\
- $(SLB)$/relationdesign.lib \
- $(SLB)$/tabledesign.lib \
- $(SLB)$/querydesign.lib \
- $(SLB)$/uimisc.lib \
- $(SLB)$/uidlg.lib \
- $(SLB)$/dbushared.lib \
- $(SLB)$/browser.lib \
- $(SLB)$/uiuno.lib \
- $(SLB)$/app.lib \
- $(SLB)$/uicontrols.lib
-
-SHL2TARGET=$(TARGET2)$(DLLPOSTFIX)
-
-SHL2STDLIBS= \
- $(SVXCORELIB) \
- $(SVXLIB) \
- $(SFXLIB) \
- $(SVTOOLLIB) \
- $(FWELIB) \
- $(TKLIB) \
- $(VCLLIB) \
- $(SVLLIB) \
- $(SOTLIB) \
- $(UNOTOOLSLIB) \
- $(TOOLSLIB) \
- $(UCBHELPERLIB) \
- $(DBTOOLSLIB) \
- $(COMPHELPERLIB) \
- $(CPPUHELPERLIB) \
- $(CPPULIB) \
- $(SO2LIB) \
- $(SALLIB) \
- $(SALHELPERLIB) \
- $(EDITENGLIB)
-
-.IF "$(GUI)"=="OS2"
-SHL2STDLIBS+= $(LB)$/i$(TARGET).lib
-SHL2DEPN=$(LB)$/i$(TARGET).lib
-.ELIF "$(GUI)"!="WNT" || "$(COM)"=="GCC"
-SHL2STDLIBS+= \
- -l$(TARGET)$(DLLPOSTFIX)
-SHL2DEPN=$(SHL1TARGETN)
-.ELSE
-SHL2STDLIBS+= \
- $(LB)$/i$(TARGET).lib
-SHL2DEPN=$(LB)$/i$(TARGET).lib
-.ENDIF
-
-SHL2IMPLIB=i$(TARGET2)
-SHL2LIBS=$(LIB2TARGET)
-SHL2DEF=$(MISC)$/$(SHL2TARGET).def
-DEF2NAME=$(SHL2TARGET)
-DEFLIB2NAME=$(TARGET2)
-DEF2DEPN= $(MISC)$/$(SHL2TARGET).flt \
- $(SLB)$/$(TARGET2).lib
-SHL2USE_EXPORTS=name
-
-ALL: \
- $(LIB1TARGET) \
- $(LIB2TARGET) \
- ALLTAR
-
-.ENDIF
-# --- .res file ----------------------------------------------------------
-
-RES2FILELIST=\
- $(SRS)$/uidlg.srs \
- $(SRS)$/app.srs \
- $(SRS)$/uicontrols.srs \
- $(SRS)$/browser.srs \
- $(SRS)$/uiuno.srs \
- $(SRS)$/querydesign.srs \
- $(SRS)$/tabledesign.srs \
- $(SRS)$/relationdesign.srs \
- $(SRS)$/uiimglst.srs \
- $(SRS)$/uimisc.srs
-
-.IF "$(GUI)"=="WNT"
-#needed by $(SLO)$/adodatalinks.obj
-SHL2STDLIBS+= $(OLE32LIB) \
- $(OLEAUT32LIB) \
- $(UUIDLIB)
-.ENDIF
-
-RESLIB2NAME=$(TARGET2)
-RESLIB2IMAGES=$(PRJ)$/res
-RESLIB2SRSFILES=$(RES2FILELIST)
-
-# --- database tools (sdbt) -----------------------------------
-.IF "$(L10N_framework)"==""
-LIB3TARGET=$(SLB)$/$(TARGET3).lib
-LIB3FILES=\
- $(SLB)$/conntools.lib \
- $(SLB)$/sdbtmisc.lib \
- $(SLB)$/sdbtshared.lib
-
-SHL3TARGET=$(TARGET3)$(DLLPOSTFIX)
-
-SHL3STDLIBS= \
- $(CPPULIB) \
- $(CPPUHELPERLIB) \
- $(UNOTOOLSLIB) \
- $(COMPHELPERLIB) \
- $(TOOLSLIB) \
- $(DBTOOLSLIB) \
- $(SALLIB)
-
-SHL3LIBS=$(LIB3TARGET)
-SHL3DEF=$(MISC)$/$(SHL3TARGET).def
-DEF3NAME=$(SHL3TARGET)
-SHL3VERSIONMAP=$(SOLARENV)/src/component.map
-
-.END
-
-# --- .res file ----------------------------------------------------------
-
-RES3FILELIST=\
- $(SRS)$/sdbt_strings.srs
-
-RESLIB3NAME=$(TARGET3)
-RESLIB3IMAGES=$(PRJ)$/res
-RESLIB3SRSFILES=$(RES3FILELIST)
-
-# --- Targets ----------------------------------
-
-.INCLUDE : target.mk
-.IF "$(depend)"==""
-
-.IF "$(L10N_framework)"==""
-
-$(MISC)$/$(SHL2TARGET).flt: makefile.mk
- @echo ------------------------------
- @echo CLEAR_THE_FILE > $@
- @echo _TI >>$@
- @echo _real >>$@
-
-$(MISC)$/$(SHL1TARGET).flt: makefile.mk
- @echo ------------------------------
- @echo CLEAR_THE_FILE > $@
- @echo _TI >>$@
- @echo _real >>$@
-.ENDIF
-
-.ENDIF
-
-ALLTAR : $(MISC)/dba.component $(MISC)/dbu.component $(MISC)/sdbt.component
-
-$(MISC)/dba.component .ERRREMOVE : $(SOLARENV)/bin/createcomponent.xslt \
- dba.component
- $(XSLTPROC) --nonet --stringparam uri \
- '$(COMPONENTPREFIX_BASIS_NATIVE)$(SHL1TARGETN:f)' -o $@ \
- $(SOLARENV)/bin/createcomponent.xslt dba.component
-
-$(MISC)/dbu.component .ERRREMOVE : $(SOLARENV)/bin/createcomponent.xslt \
- dbu.component
- $(XSLTPROC) --nonet --stringparam uri \
- '$(COMPONENTPREFIX_BASIS_NATIVE)$(SHL2TARGETN:f)' -o $@ \
- $(SOLARENV)/bin/createcomponent.xslt dbu.component
-
-$(MISC)/sdbt.component .ERRREMOVE : $(SOLARENV)/bin/createcomponent.xslt \
- sdbt.component
- $(XSLTPROC) --nonet --stringparam uri \
- '$(COMPONENTPREFIX_BASIS_NATIVE)$(SHL3TARGETN:f)' -o $@ \
- $(SOLARENV)/bin/createcomponent.xslt sdbt.component