Version 3.6.0.2, tag libreoffice-3.6.0.2
[LibreOffice.git] / cppuhelper / qa / static / makefile.mk
blobb7a7d5c1693459d094e01af0cc7199227a0cc5a1
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 = ../..
29 PRJNAME = cppuhelper
30 TARGET = cppuhelper_cppunittester_all
32 ENABLE_EXCEPTIONS = TRUE
33 LIBTARGET = NO
35 .INCLUDE: settings.mk
37 CFLAGSCXX += $(CPPUNIT_CFLAGS)
39 .IF "$(OS)" != "IOS"
41 ALL :
42 @echo This is only for iOS
44 .ENDIF
46 CFLAGSCXX += $(OBJCXXFLAGS)
48 .IF "$(OOO_SUBSEQUENT_TESTS)" != ""
50 APP1OBJS = $(OBJ)/cppuhelper_cppunittester_subsequent.obj
51 APP1RPATH = NONE
52 APP1LIBS += \
53 $(SLB)/qa_propertysetmixin.lib \
54 $(SLB)/cppuhelper.lib
56 APP1STDLIBS = $(CPPUNITLIB) $(CPPULIB) $(SALLIB) $(SALHELPERLIB)
57 APP1TARGET = $(TARGET)
59 .ELSE
61 APP1OBJS = $(OBJ)/cppuhelper_cppunittester_all.obj
62 APP1RPATH = NONE
63 APP1LIBS += \
64 $(SLB)/cppu_ifcontainer.lib \
65 $(SLB)/cppu_unourl.lib \
66 $(SLB)/cppuhelper.lib
68 APP1STDLIBS = $(CPPUNITLIB) $(CPPULIB) $(SALLIB) $(SALHELPERLIB)
69 APP1TARGET = $(TARGET)
71 .ENDIF
73 .INCLUDE: target.mk