Bump for 3.6-28
[LibreOffice.git] / cppunit / ooo-cppunit_dll.mk
blob048a51e90926c9e6850eb60d0ef7657835b98648
1 #*************************************************************************
3 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
5 # Copyright 2000, 2010 Oracle and/or its affiliates.
7 # OpenOffice.org - a multi-platform office productivity suite
9 # This file is part of OpenOffice.org.
11 # OpenOffice.org is free software: you can redistribute it and/or modify
12 # it under the terms of the GNU Lesser General Public License version 3
13 # only, as published by the Free Software Foundation.
15 # OpenOffice.org is distributed in the hope that it will be useful,
16 # but WITHOUT ANY WARRANTY; without even the implied warranty of
17 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
18 # GNU Lesser General Public License version 3 for more details
19 # (a copy is included in the LICENSE file that accompanied this code).
21 # You should have received a copy of the GNU Lesser General Public License
22 # version 3 along with OpenOffice.org. If not, see
23 # <http://www.openoffice.org/license.html>
24 # for a copy of the LGPLv3 License.
26 #***********************************************************************/
28 PRJ = @BACKPATH@../..
29 PRJNAME = cppunit
30 TARGET = cppunit_dll
32 ENABLE_EXCEPTIONS = TRUE
33 EXTERNAL_WARNINGS_NOT_ERRORS = TRUE
34 nodep = TRUE
36 .INCLUDE: settings.mk
38 CDEFS += -DCPPUNIT_BUILD_DLL
39 CFLAGSCXX += -I../../include
40 UWINAPILIB =
42 SLOFILES = $(SHL1OBJS)
44 SHL1IMPLIB = i$(SHL1TARGET)
45 SHL1OBJS = \
46 $(SLO)/AdditionalMessage.obj \
47 $(SLO)/Asserter.obj \
48 $(SLO)/BeosDynamicLibraryManager.obj \
49 $(SLO)/BriefTestProgressListener.obj \
50 $(SLO)/CompilerOutputter.obj \
51 $(SLO)/DefaultProtector.obj \
52 $(SLO)/DllMain.obj \
53 $(SLO)/DynamicLibraryManager.obj \
54 $(SLO)/DynamicLibraryManagerException.obj \
55 $(SLO)/Exception.obj \
56 $(SLO)/Message.obj \
57 $(SLO)/PlugInManager.obj \
58 $(SLO)/PlugInParameters.obj \
59 $(SLO)/Protector.obj \
60 $(SLO)/ProtectorChain.obj \
61 $(SLO)/RepeatedTest.obj \
62 $(SLO)/SourceLine.obj \
63 $(SLO)/StringTools.obj \
64 $(SLO)/SynchronizedObject.obj \
65 $(SLO)/Test.obj \
66 $(SLO)/TestAssert.obj \
67 $(SLO)/TestCase.obj \
68 $(SLO)/TestCaseDecorator.obj \
69 $(SLO)/TestComposite.obj \
70 $(SLO)/TestDecorator.obj \
71 $(SLO)/TestFactoryRegistry.obj \
72 $(SLO)/TestFailure.obj \
73 $(SLO)/TestLeaf.obj \
74 $(SLO)/TestNamer.obj \
75 $(SLO)/TestPath.obj \
76 $(SLO)/TestPlugInDefaultImpl.obj \
77 $(SLO)/TestResult.obj \
78 $(SLO)/TestResultCollector.obj \
79 $(SLO)/TestRunner.obj \
80 $(SLO)/TestSetUp.obj \
81 $(SLO)/TestSuccessListener.obj \
82 $(SLO)/TestSuite.obj \
83 $(SLO)/TestSuiteBuilderContext.obj \
84 $(SLO)/TextOutputter.obj \
85 $(SLO)/TextTestProgressListener.obj \
86 $(SLO)/TextTestResult.obj \
87 $(SLO)/TextTestRunner.obj \
88 $(SLO)/TypeInfoHelper.obj \
89 $(SLO)/UnixDynamicLibraryManager.obj \
90 $(SLO)/Win32DynamicLibraryManager.obj \
91 $(SLO)/XmlDocument.obj \
92 $(SLO)/XmlElement.obj \
93 $(SLO)/XmlOutputter.obj \
94 $(SLO)/XmlOutputterHook.obj
95 SHL1RPATH = NONE
96 SHL1TARGET = cppunit_dll
97 SHL1USE_EXPORTS = name
98 DEF1NAME = $(SHL1TARGET)
100 .INCLUDE: target.mk