office-gobmx/salhelper/source/makefile.mk

86 lines
2.2 KiB
Makefile
Raw Normal View History

2001-03-16 06:25:09 -06:00
#*************************************************************************
#
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
#
# Copyright 2000, 2010 Oracle and/or its affiliates.
2001-03-16 06:25:09 -06:00
#
# OpenOffice.org - a multi-platform office productivity suite
2001-03-16 06:25:09 -06:00
#
# This file is part of OpenOffice.org.
2001-03-16 06:25:09 -06: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
#
# 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
#
# 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=..
PRJNAME=salhelper
TARGET=salhelper
2001-03-16 06:25:09 -06:00
ENABLE_EXCEPTIONS=TRUE
NO_BSYMBOLIC=TRUE
USE_DEFFILE=TRUE
.IF "$(OS)" != "WNT" && "$(GUI)"!="OS2"
UNIXVERSIONNAMES=UDK
.ENDIF # WNT
2001-03-16 06:25:09 -06:00
# --- Settings -----------------------------------------------------
.INCLUDE : settings.mk
# --- Files --------------------------------------------------------
2001-03-16 06:25:09 -06:00
SLOFILES= \
$(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
.IF "$(GUI)" == "WNT"
SHL1TARGET= $(TARGET)$(UDK_MAJOR)$(COMID)
.ELIF "$(GUI)" == "OS2"
SHL1TARGET= salhelp$(UDK_MAJOR)
.ELSE
SHL1TARGET= uno_$(TARGET)$(COMID)
.ENDIF
2001-03-16 06:25:09 -06:00
SHL1STDLIBS=$(SALLIB)
2001-03-16 06:25:09 -06:00
SHL1DEPN=
SHL1IMPLIB= i$(TARGET)
SHL1LIBS= $(SLB)$/$(TARGET).lib
SHL1DEF= $(MISC)$/$(SHL1TARGET).def
SHL1RPATH= URELIB
2001-03-16 06:25:09 -06:00
DEF1NAME= $(SHL1TARGET)
2001-10-26 06:49:41 -05:00
.IF "$(COMNAME)"=="msci"
SHL1VERSIONMAP=msci.map
.ELIF "$(COMNAME)"=="mscx"
SHL1VERSIONMAP=mscx.map
.ELIF "$(GUI)"=="OS2"
SHL1VERSIONMAP=gcc3os2.map
2001-10-26 06:49:41 -05:00
.ELIF "$(COMNAME)"=="sunpro5"
SHL1VERSIONMAP=sols.map
.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