1#************************************************************************* 2# 3# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. 4# 5# Copyright 2000, 2010 Oracle and/or its affiliates. 6# 7# OpenOffice.org - a multi-platform office productivity suite 8# 9# This file is part of OpenOffice.org. 10# 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. 14# 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). 20# 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. 25# 26#************************************************************************* 27PRJ=..$/.. 28 29PRJNAME=sal 30TARGET=qa_rtl_strings 31 32ENABLE_EXCEPTIONS=TRUE 33 34# --- Settings ----------------------------------------------------- 35 36.INCLUDE : settings.mk 37 38CFLAGS+= $(LFS_CFLAGS) 39CXXFLAGS+= $(LFS_CFLAGS) 40 41# BEGIN ---------------------------------------------------------------- 42# auto generated Target:FileBase by codegen.pl 43SHL1OBJS= \ 44 $(SLO)$/rtl_String_Utils.obj \ 45 $(SLO)$/rtl_OString.obj 46 47SHL1TARGET= rtl_OString 48SHL1STDLIBS= $(SALLIB) $(CPPUNITLIB) $(TESTSHL2LIB) 49 50SHL1IMPLIB= i$(SHL1TARGET) 51# SHL1DEF= $(MISC)$/$(SHL1TARGET).def 52 53DEF1NAME =$(SHL1TARGET) 54# DEF1EXPORTFILE= export.exp 55SHL1VERSIONMAP = $(PRJ)$/qa$/export.map 56 57# auto generated Target:FileBase 58# END ------------------------------------------------------------------ 59 60# BEGIN ---------------------------------------------------------------- 61# auto generated Target:FileBase by codegen.pl 62SHL2OBJS= \ 63 $(SLO)$/rtl_String_Utils.obj \ 64 $(SLO)$/rtl_OUString.obj 65 66SHL2TARGET= rtl_OUString 67SHL2STDLIBS= $(SALLIB) $(CPPUNITLIB) $(TESTSHL2LIB) 68 69SHL2IMPLIB= i$(SHL2TARGET) 70# SHL2DEF= $(MISC)$/$(SHL2TARGET).def 71 72DEF2NAME =$(SHL2TARGET) 73# DEF2EXPORTFILE= export.exp 74SHL2VERSIONMAP = $(PRJ)$/qa$/export.map 75 76# auto generated Target:FileBase 77# END ------------------------------------------------------------------ 78 79# BEGIN ---------------------------------------------------------------- 80# auto generated Target:FileBase by codegen.pl 81SHL3OBJS= \ 82 $(SLO)$/rtl_String_Utils.obj \ 83 $(SLO)$/rtl_OUStringBuffer.obj 84 85SHL3TARGET= rtl_OUStringBuffer 86SHL3STDLIBS= $(SALLIB) $(CPPUNITLIB) $(TESTSHL2LIB) 87 88SHL3IMPLIB= i$(SHL3TARGET) 89# SHL3DEF= $(MISC)$/$(SHL3TARGET).def 90 91DEF3NAME =$(SHL3TARGET) 92# DEF3EXPORTFILE= export.exp 93SHL3VERSIONMAP = $(PRJ)$/qa$/export.map 94 95# auto generated Target:FileBase 96# END ------------------------------------------------------------------ 97 98# BEGIN ---------------------------------------------------------------- 99SHL4OBJS= \ 100 $(SLO)$/rtl_old_teststrbuf.obj 101 102SHL4TARGET= rtl_old_teststrbuf 103SHL4STDLIBS= $(SALLIB) $(CPPUNITLIB) $(TESTSHL2LIB) 104 105SHL4IMPLIB= i$(SHL4TARGET) 106DEF4NAME =$(SHL4TARGET) 107SHL4VERSIONMAP = $(PRJ)$/qa$/export.map 108 109# END ------------------------------------------------------------------ 110 111# BEGIN ---------------------------------------------------------------- 112SHL5OBJS= \ 113 $(SLO)$/rtl_old_testowstring.obj 114 115SHL5TARGET= rtl_old_testowstring 116SHL5STDLIBS= $(SALLIB) $(CPPUNITLIB) $(TESTSHL2LIB) 117 118SHL5IMPLIB= i$(SHL5TARGET) 119DEF5NAME =$(SHL5TARGET) 120SHL5VERSIONMAP = $(PRJ)$/qa$/export.map 121 122# END ------------------------------------------------------------------ 123 124# BEGIN ---------------------------------------------------------------- 125SHL6OBJS= \ 126 $(SLO)$/rtl_old_testostring.obj 127 128SHL6TARGET= rtl_old_testostring 129SHL6STDLIBS= $(SALLIB) $(CPPUNITLIB) $(TESTSHL2LIB) 130 131SHL6IMPLIB= i$(SHL6TARGET) 132DEF6NAME =$(SHL6TARGET) 133SHL6VERSIONMAP = $(PRJ)$/qa$/export.map 134 135# END ------------------------------------------------------------------ 136 137#------------------------------- All object files ------------------------------- 138# do this here, so we get right dependencies 139SLOFILES=\ 140 $(SHL1OBJS) \ 141 $(SHL2OBJS) \ 142 $(SHL3OBJS) \ 143 $(SHL4OBJS) \ 144 $(SHL5OBJS) \ 145 $(SHL6OBJS) 146 147# --- Targets ------------------------------------------------------ 148 149.INCLUDE : target.mk 150.INCLUDE : _cppunit.mk 151 152 153