merge the formfield patch from ooo-build
[ooovba.git] / svtools / qa / makefile.mk
blobcbb59a0d10ac701325cec48ba1dbc436a9ab4a12
1 #*************************************************************************
3 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4 #
5 # Copyright 2008 by Sun Microsystems, Inc.
7 # OpenOffice.org - a multi-platform office productivity suite
9 # $RCSfile: makefile.mk,v $
11 # $Revision: 1.5 $
13 # This file is part of OpenOffice.org.
15 # OpenOffice.org is free software: you can redistribute it and/or modify
16 # it under the terms of the GNU Lesser General Public License version 3
17 # only, as published by the Free Software Foundation.
19 # OpenOffice.org is distributed in the hope that it will be useful,
20 # but WITHOUT ANY WARRANTY; without even the implied warranty of
21 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
22 # GNU Lesser General Public License version 3 for more details
23 # (a copy is included in the LICENSE file that accompanied this code).
25 # You should have received a copy of the GNU Lesser General Public License
26 # version 3 along with OpenOffice.org. If not, see
27 # <http://www.openoffice.org/license.html>
28 # for a copy of the LGPLv3 License.
30 #*************************************************************************
32 PRJ = ..
33 PRJNAME = svtools
34 TARGET = qa
36 ENABLE_EXCEPTIONS = true
38 # --- Settings -----------------------------------------------------
40 .INCLUDE : settings.mk
42 # BEGIN ----------------------------------------------------------------
43 # auto generated Target:job by codegen.pl
44 SHL1OBJS= \
45 $(SLO)$/test_URIHelper.obj
47 SHL1TARGET= URIHelper
48 SHL1STDLIBS=\
49 $(CPPULIB) \
50 $(CPPUHELPERLIB) \
51 $(SALLIB) \
52 $(SVTOOLLIB) \
53 $(TOOLSLIB) \
54 $(UNOTOOLSLIB) \
55 $(CPPUNITLIB)
57 SHL1IMPLIB= i$(SHL1TARGET)
58 DEF1NAME =$(SHL1TARGET)
59 SHL1VERSIONMAP= export.map
60 # auto generated Target:job
61 # END ------------------------------------------------------------------
63 #------------------------------- All object files -------------------------------
64 # do this here, so we get right dependencies
65 # SLOFILES=$(SHL1OBJS)
67 # --- Targets ------------------------------------------------------
69 .INCLUDE : target.mk
70 .INCLUDE : _cppunit.mk
72 # LLA: old stuff
73 # USE_DEFFILE = true
75 # .INCLUDE: settings.mk
77 # .IF "$(OS)" == "WNT"
78 # REGEXP = "s/^[\#].*$$//"
79 # .ELSE # OS, WNT
80 # REGEXP = 's/^[\#].*$$//'
81 # .ENDIF # OS, WNT
83 # SHL1TARGET = URIHelper
84 # SHL1OBJS = \
85 # $(SLO)$/test_URIHelper.obj
86 # SHL1STDLIBS = \
87 # $(CPPULIB) \
88 # $(CPPUHELPERLIB) \
89 # $(SALLIB) \
90 # $(SVTOOLLIB) \
91 # $(TOOLSLIB) \
92 # $(UNOTOOLSLIB)
94 # DEF1NAME = $(SHL1TARGET)
95 # DEF1EXPORTFILE = $(MISC)$/$(SHL1TARGET).dxp
97 # .INCLUDE: target.mk
99 # $(MISC)$/$(SHL1TARGET).dxp: sce$/$(SHL1TARGET).sce
100 # + $(TYPE) $< | sed $(REGEXP) > $@
101 # + $(TYPE) $@ | sed "s/^/test_/" > $(MISC)$/$(SHL1TARGET).tst
102 # + $(TYPE) $(MISC)$/$(SHL1TARGET).tst | sed "/test_./ w $@"