update dev300-m58
[ooovba.git] / cppunit / makefile.mk
blob8f636569d8b223c364981d2dc3eb4a848146fed4
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.1.2.3 $
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=.
34 PRJNAME=so_cppunit
35 TARGET=so_cppunit
37 # --- Settings -----------------------------------------------------
39 .INCLUDE : settings.mk
41 # --- Files --------------------------------------------------------
43 TARFILE_NAME=cppunit-1.8.0
45 MOVED_FILES=\
46 include$/cppunit$/result$/SynchronizedObject.h \
47 include$/cppunit$/result$/TestListener.h \
48 include$/cppunit$/result$/TestResultCollector.h \
49 include$/cppunit$/result$/TestResult.h \
50 include$/cppunit$/result$/TestSucessListener.h \
51 include$/cppunit$/result$/TextTestResult.h \
52 include$/cppunit$/portability$/config-bcb5.h \
53 include$/cppunit$/portability$/config-msvc6.h \
54 src$/result$/SynchronizedObject.cpp \
55 src$/result$/TestResultCollector.cpp \
56 src$/result$/TestResult.cpp \
57 src$/result$/TestSucessListener.cpp \
58 src$/result$/TextTestResult.cpp
60 ADDITIONAL_FILES=\
61 $(MOVED_FILES) \
62 include$/cppunit$/additionalfunc.hxx \
63 include$/cppunit$/autoregister$/callbackfunc_fktptr.h \
64 include$/cppunit$/autoregister$/callbackstructure.h \
65 include$/cppunit$/autoregister$/htestresult.h \
66 include$/cppunit$/autoregister$/registerfunc.h \
67 include$/cppunit$/autoregister$/registertestfunction.h \
68 include$/cppunit$/autoregister$/testfunc.h \
69 include$/cppunit$/checkboom.hxx \
70 include$/cppunit$/cmdlinebits.hxx \
71 include$/cppunit$/externcallbackfunc.hxx \
72 include$/cppunit$/joblist.hxx \
73 include$/cppunit$/nocopy.hxx \
74 include$/cppunit$/portability$/config-auto.h \
75 include$/cppunit$/result$/callbackfunc.h \
76 include$/cppunit$/result$/emacsTestResult.hxx \
77 include$/cppunit$/result$/log.hxx \
78 include$/cppunit$/result$/optionhelper.hxx \
79 include$/cppunit$/result$/outputter.hxx \
80 include$/cppunit$/result$/testshlTestResult.h \
81 include$/cppunit$/signaltest.h \
82 include$/cppunit$/simpleheader.hxx \
83 include$/cppunit$/stringhelper.hxx \
84 include$/cppunit$/taghelper.hxx \
85 include$/cppunit$/tagvalues.hxx \
86 include$/testshl$/autoregisterhelper.hxx \
87 include$/testshl$/dynamicregister.hxx \
88 include$/testshl$/filehelper.hxx \
89 include$/testshl$/getopt.hxx \
90 include$/testshl$/log.hxx \
91 include$/testshl$/tresstatewrapper.h \
92 include$/testshl$/tresstatewrapper.hxx \
93 include$/testshl$/versionhelper.hxx \
94 include$/testshl$/winstuff.hxx \
95 include$/makefile.mk \
96 makefile.mk \
97 src$/makefile.mk \
98 src$/cppunit$/cmdlinebits.cxx \
99 src$/cppunit$/joblist.cxx \
100 src$/cppunit$/makefile.mk \
101 src$/cppunit$/registertestfunction.cxx \
102 src$/cppunit$/signaltest.cxx \
103 src$/cppunit$/t_print.cxx \
104 src$/cppunit$/tresregister.cxx \
105 src$/cppunit$/tresstatewrapper.cxx \
106 src$/result$/emacsTestResult.cxx \
107 src$/result$/log.cxx \
108 src$/result$/makefile.mk \
109 src$/result$/optionhelper.cxx \
110 src$/result$/outputter.cxx \
111 src$/result$/signal.cxx \
112 src$/result$/signal.hxx \
113 src$/result$/testshlTestResult.cxx \
114 src$/result$/treswrapper.cxx \
115 src$/win32$/makefile.mk \
116 src$/win32$/winstuff.cxx
118 PATCH_FILES=cppunit-1.8.0-r1.patch
120 # CONFIGURE_DIR=
121 # CONFIGURE_ACTION=
123 # BUILD_DIR=
124 BUILD_ACTION=dmake $(MFLAGS) $(CALLMACROS)
126 # --- Targets ------------------------------------------------------
128 .INCLUDE : set_ext.mk
129 .INCLUDE : target.mk
130 .INCLUDE : tg_ext.mk