2001-03-16 06:25:09 -06:00
|
|
|
#*************************************************************************
|
|
|
|
#
|
2008-04-11 05:25:34 -05:00
|
|
|
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
|
|
#
|
2010-02-12 08:01:35 -06:00
|
|
|
# Copyright 2000, 2010 Oracle and/or its affiliates.
|
2001-03-16 06:25:09 -06:00
|
|
|
#
|
2008-04-11 05:25:34 -05:00
|
|
|
# OpenOffice.org - a multi-platform office productivity suite
|
2001-03-16 06:25:09 -06:00
|
|
|
#
|
2008-04-11 05:25:34 -05:00
|
|
|
# This file is part of OpenOffice.org.
|
2001-03-16 06:25:09 -06:00
|
|
|
#
|
2008-04-11 05:25:34 -05:00
|
|
|
# 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.
|
2001-03-16 06:25:09 -06:00
|
|
|
#
|
2008-04-11 05:25:34 -05:00
|
|
|
# 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).
|
2001-03-16 06:25:09 -06:00
|
|
|
#
|
2008-04-11 05:25:34 -05:00
|
|
|
# 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.
|
2001-03-16 06:25:09 -06:00
|
|
|
#
|
|
|
|
#*************************************************************************
|
|
|
|
PRJ=..
|
|
|
|
|
2002-09-01 12:22:39 -05:00
|
|
|
PRJNAME=salhelper
|
|
|
|
TARGET=salhelper
|
|
|
|
|
2001-03-16 06:25:09 -06:00
|
|
|
ENABLE_EXCEPTIONS=TRUE
|
2002-09-01 12:22:39 -05:00
|
|
|
NO_BSYMBOLIC=TRUE
|
|
|
|
USE_DEFFILE=TRUE
|
|
|
|
|
2007-09-20 09:04:26 -05:00
|
|
|
.IF "$(OS)" != "WNT" && "$(GUI)"!="OS2"
|
2002-09-01 12:22:39 -05:00
|
|
|
UNIXVERSIONNAMES=UDK
|
|
|
|
.ENDIF # WNT
|
2001-03-16 06:25:09 -06:00
|
|
|
|
|
|
|
# --- Settings -----------------------------------------------------
|
|
|
|
|
|
|
|
.INCLUDE : settings.mk
|
|
|
|
|
2002-09-01 12:22:39 -05:00
|
|
|
# --- Files --------------------------------------------------------
|
2001-04-18 09:26:23 -05:00
|
|
|
|
2001-03-16 06:25:09 -06:00
|
|
|
SLOFILES= \
|
2004-04-21 06:31:29 -05:00
|
|
|
$(SLO)$/condition.obj \
|
2001-10-30 08:55:19 -06:00
|
|
|
$(SLO)$/dynload.obj \
|
2010-10-11 21:06:25 -05:00
|
|
|
$(SLO)$/simplereferenceobject.obj \
|
|
|
|
$(SLO)$/timer.obj
|
2001-03-16 06:25:09 -06:00
|
|
|
|
2004-11-03 02:10:56 -06:00
|
|
|
.IF "$(GUI)" == "WNT"
|
2004-11-04 01:42:31 -06:00
|
|
|
SHL1TARGET= $(TARGET)$(UDK_MAJOR)$(COMID)
|
2007-09-20 09:04:26 -05:00
|
|
|
.ELIF "$(GUI)" == "OS2"
|
|
|
|
SHL1TARGET= salhelp$(UDK_MAJOR)
|
2002-09-01 12:22:39 -05:00
|
|
|
.ELSE
|
2004-11-03 02:10:56 -06:00
|
|
|
SHL1TARGET= uno_$(TARGET)$(COMID)
|
|
|
|
.ENDIF
|
2001-03-16 06:25:09 -06:00
|
|
|
|
2002-09-01 12:22:39 -05:00
|
|
|
SHL1STDLIBS=$(SALLIB)
|
2001-03-16 06:25:09 -06:00
|
|
|
|
|
|
|
SHL1DEPN=
|
|
|
|
SHL1IMPLIB= i$(TARGET)
|
|
|
|
SHL1LIBS= $(SLB)$/$(TARGET).lib
|
|
|
|
SHL1DEF= $(MISC)$/$(SHL1TARGET).def
|
2007-10-15 06:46:10 -05:00
|
|
|
SHL1RPATH= URELIB
|
2001-03-16 06:25:09 -06:00
|
|
|
|
|
|
|
DEF1NAME= $(SHL1TARGET)
|
|
|
|
|
2001-10-26 06:49:41 -05:00
|
|
|
.IF "$(COMNAME)"=="msci"
|
2001-06-01 02:47:51 -05:00
|
|
|
SHL1VERSIONMAP=msci.map
|
2011-01-16 14:13:31 -06:00
|
|
|
.ELIF "$(COMNAME)"=="mscx"
|
|
|
|
SHL1VERSIONMAP=mscx.map
|
2007-11-02 06:28:41 -05:00
|
|
|
.ELIF "$(GUI)"=="OS2"
|
|
|
|
SHL1VERSIONMAP=gcc3os2.map
|
2001-10-26 06:49:41 -05:00
|
|
|
.ELIF "$(COMNAME)"=="sunpro5"
|
2001-06-01 02:47:51 -05:00
|
|
|
SHL1VERSIONMAP=sols.map
|
2007-08-03 06:32:52 -05:00
|
|
|
.ELIF "$(COMNAME)"=="gcc3"
|
|
|
|
SHL1VERSIONMAP=gcc3.map
|
2001-04-12 08:01:57 -05:00
|
|
|
.ENDIF
|
|
|
|
|
2001-03-16 06:25:09 -06:00
|
|
|
# --- Targets ------------------------------------------------------
|
|
|
|
|
|
|
|
.INCLUDE : target.mk
|
|
|
|
|