2007-06-27 07:26:42 -05:00
|
|
|
#*************************************************************************
|
|
|
|
#
|
2008-04-10 21:33:54 -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.
|
2007-06-27 07:26:42 -05:00
|
|
|
#
|
2008-04-10 21:33:54 -05:00
|
|
|
# OpenOffice.org - a multi-platform office productivity suite
|
2007-06-27 07:26:42 -05:00
|
|
|
#
|
2008-04-10 21:33:54 -05:00
|
|
|
# This file is part of OpenOffice.org.
|
2007-06-27 07:26:42 -05:00
|
|
|
#
|
2008-04-10 21:33:54 -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.
|
2007-06-27 07:26:42 -05:00
|
|
|
#
|
2008-04-10 21:33:54 -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).
|
2007-06-27 07:26:42 -05:00
|
|
|
#
|
2008-04-10 21:33:54 -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.
|
2007-06-27 07:26:42 -05:00
|
|
|
#
|
|
|
|
#*************************************************************************
|
|
|
|
|
|
|
|
PRJ := ..$/..
|
|
|
|
PRJNAME := desktop
|
|
|
|
TARGET := qa_deployment_misc
|
|
|
|
|
|
|
|
ENABLE_EXCEPTIONS := TRUE
|
2011-09-12 07:41:08 -05:00
|
|
|
VISIBILITY_HIDDEN := TRUE
|
2007-06-27 07:26:42 -05:00
|
|
|
|
|
|
|
.INCLUDE: settings.mk
|
|
|
|
.INCLUDE: $(PRJ)$/source$/deployment$/inc$/dp_misc.mk
|
|
|
|
|
2010-03-04 15:13:08 -06:00
|
|
|
CFLAGSCXX += $(CPPUNIT_CFLAGS)
|
2007-06-27 07:26:42 -05:00
|
|
|
|
|
|
|
SHL1TARGET = $(TARGET)
|
|
|
|
SHL1OBJS = $(SLO)$/test_dp_version.obj
|
2010-05-14 09:49:41 -05:00
|
|
|
SHL1STDLIBS = $(CPPUNITLIB) $(DEPLOYMENTMISCLIB) $(SALLIB)
|
2011-09-12 07:41:08 -05:00
|
|
|
SHL1USE_EXPORTS = name
|
2010-05-14 09:49:41 -05:00
|
|
|
SHL1RPATH = NONE
|
2007-06-27 07:26:42 -05:00
|
|
|
SHL1IMPLIB = i$(SHL1TARGET)
|
|
|
|
DEF1NAME = $(SHL1TARGET)
|
|
|
|
|
|
|
|
SLOFILES = $(SHL1OBJS)
|
|
|
|
|
|
|
|
.INCLUDE: target.mk
|
2010-05-14 09:49:41 -05:00
|
|
|
.INCLUDE : _cppunit.mk
|