2001-06-28 05:17:00 -05:00
|
|
|
#*************************************************************************
|
|
|
|
#
|
2008-04-11 03:56:21 -05:00
|
|
|
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
|
|
#
|
|
|
|
# Copyright 2008 by Sun Microsystems, Inc.
|
2001-06-28 05:17:00 -05:00
|
|
|
#
|
2008-04-11 03:56:21 -05:00
|
|
|
# OpenOffice.org - a multi-platform office productivity suite
|
2001-06-28 05:17:00 -05:00
|
|
|
#
|
2008-04-11 03:56:21 -05:00
|
|
|
# $RCSfile: makefile.mk,v $
|
2001-06-28 05:17:00 -05:00
|
|
|
#
|
2008-04-11 03:56:21 -05:00
|
|
|
# $Revision: 1.15 $
|
2001-06-28 05:17:00 -05:00
|
|
|
#
|
2008-04-11 03:56:21 -05:00
|
|
|
# This file is part of OpenOffice.org.
|
2001-06-28 05:17:00 -05:00
|
|
|
#
|
2008-04-11 03:56:21 -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-06-28 05:17:00 -05:00
|
|
|
#
|
2008-04-11 03:56:21 -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-06-28 05:17:00 -05:00
|
|
|
#
|
2008-04-11 03:56:21 -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-06-28 05:17:00 -05:00
|
|
|
#
|
|
|
|
#*************************************************************************
|
|
|
|
|
|
|
|
PRJ=..
|
|
|
|
|
|
|
|
PRJNAME=fpicker
|
|
|
|
TARGET=fpicker
|
|
|
|
TARGET1=fps
|
|
|
|
TARGET2=fop
|
|
|
|
USE_LDUMP2=TRUE
|
|
|
|
|
|
|
|
# --- Settings -----------------------------------------------------
|
|
|
|
|
|
|
|
.INCLUDE : settings.mk
|
|
|
|
|
|
|
|
# --- fps dynlib ----------------------------------------------
|
|
|
|
|
2004-12-16 04:14:00 -06:00
|
|
|
COMMON_LIBS=$(CPPULIB)\
|
2001-06-28 05:17:00 -05:00
|
|
|
$(CPPUHELPERLIB)\
|
2008-03-12 01:36:33 -05:00
|
|
|
$(COMPHELPERLIB)\
|
2001-06-28 05:17:00 -05:00
|
|
|
$(SALLIB)\
|
|
|
|
$(VCLLIB)\
|
2004-12-16 04:14:00 -06:00
|
|
|
$(TOOLSLIB)
|
|
|
|
|
|
|
|
.IF "$(GUI)"=="WNT"
|
2005-04-13 02:57:29 -05:00
|
|
|
|
2004-12-16 04:14:00 -06:00
|
|
|
SHL1TARGET=$(TARGET1)
|
|
|
|
SHL1STDLIBS= $(COMMON_LIBS) \
|
2007-03-26 07:21:27 -05:00
|
|
|
$(UWINAPILIB) \
|
|
|
|
$(ADVAPI32LIB) \
|
|
|
|
$(SHELL32LIB)\
|
|
|
|
$(OLE32LIB)\
|
|
|
|
$(GDI32LIB)\
|
|
|
|
$(OLEAUT32LIB)\
|
|
|
|
$(COMDLG32LIB)\
|
|
|
|
$(KERNEL32LIB)\
|
2008-03-12 01:36:33 -05:00
|
|
|
$(UUIDLIB)
|
2001-06-28 05:17:00 -05:00
|
|
|
|
2005-04-13 02:57:29 -05:00
|
|
|
SHL1DEPN=
|
2001-06-28 05:17:00 -05:00
|
|
|
SHL1IMPLIB=i$(SHL1TARGET)
|
|
|
|
SHL1LIBS=$(SLB)$/fps.lib\
|
2002-08-14 09:38:20 -05:00
|
|
|
$(SLB)$/utils.lib
|
2004-09-13 11:07:43 -05:00
|
|
|
SHL1RES=$(RES)$/$(TARGET1).res
|
|
|
|
SHL1DEF=$(MISC)$/$(SHL1TARGET).def
|
2004-12-16 04:14:00 -06:00
|
|
|
|
|
|
|
DEF1NAME=$(SHL1TARGET)
|
2001-06-28 05:17:00 -05:00
|
|
|
DEF1EXPORTFILE= exports.dxp
|
|
|
|
|
2005-04-13 02:57:29 -05:00
|
|
|
.ENDIF # "$(GUI)"=="WNT"
|
|
|
|
|
2001-06-28 05:17:00 -05:00
|
|
|
# --- fop dynlib --------------------------------------------------
|
|
|
|
|
2004-12-17 06:27:40 -06:00
|
|
|
.IF "$(GUI)"=="WNT"
|
2004-12-16 04:14:00 -06:00
|
|
|
SHL2NOCHECK=TRUE
|
2001-06-28 05:17:00 -05:00
|
|
|
SHL2TARGET=$(TARGET2)
|
|
|
|
|
2004-12-17 06:27:40 -06:00
|
|
|
SHL2STDLIBS= $(COMMON_LIBS) \
|
2007-03-26 07:21:27 -05:00
|
|
|
$(UWINAPILIB) \
|
|
|
|
$(ADVAPI32LIB) \
|
|
|
|
$(OLE32LIB)\
|
|
|
|
$(GDI32LIB)\
|
|
|
|
$(SHELL32LIB)\
|
|
|
|
$(OLEAUT32LIB)
|
2004-12-17 06:27:40 -06:00
|
|
|
|
2001-06-28 05:17:00 -05:00
|
|
|
SHL2DEPN=
|
2004-12-17 06:27:40 -06:00
|
|
|
SHL2IMPLIB=i$(SHL2TARGET)
|
|
|
|
SHL2LIBS=$(SLB)$/fop.lib\
|
|
|
|
$(SLB)$/utils.lib
|
2001-06-28 05:17:00 -05:00
|
|
|
SHL2DEF=$(MISC)$/$(SHL2TARGET).def
|
|
|
|
|
|
|
|
DEF2NAME=$(SHL2TARGET)
|
|
|
|
DEF2EXPORTFILE= exports.dxp
|
|
|
|
|
2004-12-17 06:27:40 -06:00
|
|
|
.ENDIF # "$(GUI)"=="WNT"
|
2001-06-28 05:17:00 -05:00
|
|
|
|
|
|
|
|
|
|
|
.INCLUDE : target.mk
|
|
|
|
|