cut out noise in junit stacktrace for output, but keep them in log
[LibreOffice.git] / icc / makefile.mk
blobe885c532816c6d66f83a128a2025cfcb1f3aef38
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 #*************************************************************************
28 PRJ=.
30 PRJNAME=icc
31 TARGET=icc
33 .IF "$(SYSTEM_SAMPLEICC)" == "YES"
34 all:
35 @echo "Using system SampleICC, nothing to do here."
36 .ELSE
38 # --- Settings -----------------------------------------------------
40 .INCLUDE : settings.mk
42 # --- Files --------------------------------------------------------
44 TARFILE_NAME=SampleICC-1.3.2
45 TARFILE_MD5=fdb27bfe2dbe2e7b57ae194d9bf36bab
46 PATCH_FILES= \
47 SampleICC-makefiles.patch \
48 $(TARFILE_NAME).patch \
49 $(TARFILE_NAME)-fmtargs.patch
51 CONVERTFILES= \
52 IccProfLib$/IccTagProfSeqId.h \
53 IccProfLib$/IccTagProfSeqId.cpp \
54 Contrib$/ICC_utils$/Stubs.h \
55 Contrib$/ICC_utils$/Vetters.cpp
57 CONFIGURE_ACTION=
58 BUILD_ACTION=dmake
60 .ENDIF
62 # --- Targets ------------------------------------------------------
64 .INCLUDE : set_ext.mk
65 .INCLUDE : target.mk
66 .INCLUDE : tg_ext.mk