2000-09-18 10:18:56 -05:00
|
|
|
#*************************************************************************
|
|
|
|
#
|
2005-09-08 13:19:59 -05:00
|
|
|
# OpenOffice.org - a multi-platform office productivity suite
|
2000-09-18 10:18:56 -05:00
|
|
|
#
|
2005-09-08 13:19:59 -05:00
|
|
|
# $RCSfile: makefile.mk,v $
|
2000-09-18 10:18:56 -05:00
|
|
|
#
|
2005-10-24 09:41:17 -05:00
|
|
|
# $Revision: 1.21 $
|
2000-09-18 10:18:56 -05:00
|
|
|
#
|
2005-10-24 09:41:17 -05:00
|
|
|
# last change: $Author: hr $ $Date: 2005-10-24 15:41:17 $
|
2000-09-18 10:18:56 -05:00
|
|
|
#
|
2005-09-08 13:19:59 -05:00
|
|
|
# The Contents of this file are made available subject to
|
|
|
|
# the terms of GNU Lesser General Public License Version 2.1.
|
2000-09-18 10:18:56 -05:00
|
|
|
#
|
|
|
|
#
|
2005-09-08 13:19:59 -05:00
|
|
|
# GNU Lesser General Public License Version 2.1
|
|
|
|
# =============================================
|
|
|
|
# Copyright 2005 by Sun Microsystems, Inc.
|
|
|
|
# 901 San Antonio Road, Palo Alto, CA 94303, USA
|
2000-09-18 10:18:56 -05:00
|
|
|
#
|
2005-09-08 13:19:59 -05:00
|
|
|
# This library is free software; you can redistribute it and/or
|
|
|
|
# modify it under the terms of the GNU Lesser General Public
|
|
|
|
# License version 2.1, as published by the Free Software Foundation.
|
2000-09-18 10:18:56 -05:00
|
|
|
#
|
2005-09-08 13:19:59 -05:00
|
|
|
# This library 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 for more details.
|
2000-09-18 10:18:56 -05:00
|
|
|
#
|
2005-09-08 13:19:59 -05:00
|
|
|
# You should have received a copy of the GNU Lesser General Public
|
|
|
|
# License along with this library; if not, write to the Free Software
|
|
|
|
# Foundation, Inc., 59 Temple Place, Suite 330, Boston,
|
|
|
|
# MA 02111-1307 USA
|
2000-09-18 10:18:56 -05:00
|
|
|
#
|
|
|
|
#*************************************************************************
|
|
|
|
PRJ=..$/..
|
|
|
|
|
2004-11-16 04:58:39 -06:00
|
|
|
PRJNAME=extensions
|
2000-09-18 10:18:56 -05:00
|
|
|
TARGET=bib
|
|
|
|
ENABLE_EXCEPTIONS=TRUE
|
|
|
|
|
|
|
|
# --- Settings -----------------------------------------------------
|
2003-04-15 07:51:32 -05:00
|
|
|
|
2000-09-18 10:18:56 -05:00
|
|
|
.INCLUDE : $(PRJ)$/util$/makefile.pmk
|
|
|
|
|
|
|
|
# --- Files --------------------------------------------------------
|
|
|
|
|
2001-10-22 01:31:42 -05:00
|
|
|
SLOFILES= $(SLO)$/formcontrolcontainer.obj \
|
|
|
|
$(SLO)$/loadlisteneradapter.obj \
|
|
|
|
$(SLO)$/bibconfig.obj \
|
2000-11-13 04:38:49 -06:00
|
|
|
$(SLO)$/bibcont.obj \
|
2000-09-18 10:18:56 -05:00
|
|
|
$(SLO)$/bibload.obj \
|
|
|
|
$(SLO)$/bibmod.obj \
|
|
|
|
$(SLO)$/general.obj \
|
|
|
|
$(SLO)$/framectr.obj \
|
|
|
|
$(SLO)$/bibview.obj \
|
|
|
|
$(SLO)$/bibbeam.obj \
|
|
|
|
$(SLO)$/toolbar.obj \
|
|
|
|
$(SLO)$/datman.obj \
|
|
|
|
|
|
|
|
|
2003-08-25 09:08:34 -05:00
|
|
|
SRS1NAME=$(TARGET)
|
|
|
|
SRC1FILES= bib.src \
|
2000-09-18 10:18:56 -05:00
|
|
|
datman.src \
|
|
|
|
sections.src \
|
|
|
|
menu.src \
|
|
|
|
toolbar.src
|
|
|
|
|
|
|
|
RESLIB1NAME=bib
|
2003-08-25 09:08:34 -05:00
|
|
|
RESLIB1SRSFILES= $(SRS)$/bib.srs
|
2000-09-18 10:18:56 -05:00
|
|
|
RESLIB1DEPN= bib.src bib.hrc
|
|
|
|
|
|
|
|
|
|
|
|
SHL1STDLIBS= \
|
2005-10-24 09:41:17 -05:00
|
|
|
$(SOTLIB) \
|
2003-04-15 07:51:32 -05:00
|
|
|
$(SVTOOLLIB) \
|
|
|
|
$(TKLIB) \
|
|
|
|
$(VCLLIB) \
|
|
|
|
$(SVLLIB) \
|
|
|
|
$(UNOTOOLSLIB) \
|
|
|
|
$(TOOLSLIB) \
|
2003-03-25 09:04:55 -06:00
|
|
|
$(DBTOOLSLIB) \
|
2003-04-15 07:51:32 -05:00
|
|
|
$(COMPHELPERLIB) \
|
|
|
|
$(CPPUHELPERLIB) \
|
|
|
|
$(CPPULIB) \
|
|
|
|
$(SALLIB)
|
|
|
|
|
2000-09-18 10:18:56 -05:00
|
|
|
|
2003-04-15 07:51:32 -05:00
|
|
|
SHL1TARGET= $(TARGET)$(UPD)$(DLLPOSTFIX)
|
|
|
|
SHL1LIBS= $(SLB)$/$(TARGET).lib
|
2000-09-18 10:18:56 -05:00
|
|
|
SHL1IMPLIB= i$(TARGET)
|
|
|
|
SHL1DEPN= $(SHL1LIBS)
|
|
|
|
SHL1DEF= $(MISC)$/$(SHL1TARGET).def
|
2003-04-15 07:51:32 -05:00
|
|
|
SHL1VERSIONMAP=exports.map
|
2000-09-18 10:18:56 -05:00
|
|
|
DEF1NAME= $(SHL1TARGET)
|
|
|
|
|
|
|
|
# --- Targets ------------------------------------------------------
|
|
|
|
|
|
|
|
.INCLUDE : target.mk
|
|
|
|
|