blob: 8865b64f89757c2db555381a3c6443a49571a42b [file] [log] [blame]
#**************************************************************
#
# Licensed to the Apache Software Foundation (ASF) under one
# or more contributor license agreements. See the NOTICE file
# distributed with this work for additional information
# regarding copyright ownership. The ASF licenses this file
# to you under the Apache License, Version 2.0 (the
# "License"); you may not use this file except in compliance
# with the License. You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing,
# software distributed under the License is distributed on an
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
# KIND, either express or implied. See the License for the
# specific language governing permissions and limitations
# under the 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) \
$(VOSLIB) \
$(SALLIB)
.IF "$(GUI)"!="WNT" || "$(COM)"=="GCC" || "$(GUI)"=="OS2"
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