Bump for 3.6-28
[LibreOffice.git] / sal / qa / rtl_strings / makefile.mk
blobeb370f81572dbd9225a1ef7df00fba803a02283f
1 #*************************************************************************
3 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4 #
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 #*************************************************************************
27 PRJ=..$/..
29 PRJNAME=sal
30 TARGET=qa_rtl_strings
32 ENABLE_EXCEPTIONS=TRUE
33 VISIBILITY_HIDDEN=TRUE
35 # --- Settings -----------------------------------------------------
37 .INCLUDE : settings.mk
39 CFLAGS+= $(LFS_CFLAGS)
40 CXXFLAGS+= $(LFS_CFLAGS)
42 # BEGIN ----------------------------------------------------------------
43 # auto generated Target:FileBase by codegen.pl
44 SHL1OBJS= \
45 $(SLO)$/rtl_String_Utils.obj \
46 $(SLO)$/rtl_OString.obj
48 SHL1TARGET= rtl_OString
49 SHL1STDLIBS= $(SALLIB) $(CPPUNITLIB)
51 SHL1IMPLIB= i$(SHL1TARGET)
52 # SHL1DEF= $(MISC)$/$(SHL1TARGET).def
54 DEF1NAME =$(SHL1TARGET)
55 # DEF1EXPORTFILE= export.exp
56 SHL1USE_EXPORTS = name
58 # auto generated Target:FileBase
59 # END ------------------------------------------------------------------
61 # BEGIN ----------------------------------------------------------------
62 # auto generated Target:FileBase by codegen.pl
63 SHL2OBJS= \
64 $(SLO)$/rtl_String_Utils.obj \
65 $(SLO)$/rtl_OUString.obj
67 SHL2TARGET= rtl_OUString
68 SHL2STDLIBS= $(SALLIB) $(CPPUNITLIB)
70 SHL2IMPLIB= i$(SHL2TARGET)
71 # SHL2DEF= $(MISC)$/$(SHL2TARGET).def
73 DEF2NAME =$(SHL2TARGET)
74 # DEF2EXPORTFILE= export.exp
75 SHL2USE_EXPORTS = name
77 # auto generated Target:FileBase
78 # END ------------------------------------------------------------------
80 # BEGIN ----------------------------------------------------------------
81 # auto generated Target:FileBase by codegen.pl
82 SHL3OBJS= \
83 $(SLO)$/rtl_String_Utils.obj \
84 $(SLO)$/rtl_OUStringBuffer.obj
86 SHL3TARGET= rtl_OUStringBuffer
87 SHL3STDLIBS= $(SALLIB) $(CPPUNITLIB)
89 SHL3IMPLIB= i$(SHL3TARGET)
90 # SHL3DEF= $(MISC)$/$(SHL3TARGET).def
92 DEF3NAME =$(SHL3TARGET)
93 # DEF3EXPORTFILE= export.exp
94 SHL3USE_EXPORTS = name
96 # auto generated Target:FileBase
97 # END ------------------------------------------------------------------
99 # BEGIN ----------------------------------------------------------------
100 SHL4OBJS= \
101 $(SLO)$/rtl_old_teststrbuf.obj
103 SHL4TARGET= rtl_old_teststrbuf
104 SHL4STDLIBS= $(SALLIB) $(CPPUNITLIB)
106 SHL4IMPLIB= i$(SHL4TARGET)
107 DEF4NAME =$(SHL4TARGET)
108 SHL4USE_EXPORTS = name
110 # END ------------------------------------------------------------------
112 # BEGIN ----------------------------------------------------------------
113 SHL5OBJS= \
114 $(SLO)$/rtl_old_testowstring.obj
116 SHL5TARGET= rtl_old_testowstring
117 SHL5STDLIBS= $(SALLIB) $(CPPUNITLIB)
119 SHL5IMPLIB= i$(SHL5TARGET)
120 DEF5NAME =$(SHL5TARGET)
121 SHL5USE_EXPORTS = name
123 # END ------------------------------------------------------------------
125 # BEGIN ----------------------------------------------------------------
126 SHL6OBJS= \
127 $(SLO)$/rtl_old_testostring.obj
129 SHL6TARGET= rtl_old_testostring
130 SHL6STDLIBS= $(SALLIB) $(CPPUNITLIB)
132 SHL6IMPLIB= i$(SHL6TARGET)
133 DEF6NAME =$(SHL6TARGET)
134 SHL6USE_EXPORTS = name
136 # END ------------------------------------------------------------------
138 #------------------------------- All object files -------------------------------
139 # do this here, so we get right dependencies
140 SLOFILES=\
141 $(SHL1OBJS) \
142 $(SHL2OBJS) \
143 $(SHL3OBJS) \
144 $(SHL4OBJS) \
145 $(SHL5OBJS) \
146 $(SHL6OBJS)
148 # --- Targets ------------------------------------------------------
150 .INCLUDE : target.mk
151 .INCLUDE : $(PRJ)$/qa$/cppunit_local.mk