makefile.mk (cdf0e10c) makefile.mk (9ef65f0e)
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#

--- 24 unchanged lines hidden (view full) ---

33PRJNAME=graphite
34TARGET=so_graphite
35
36# --- Settings -----------------------------------------------------
37
38.INCLUDE : settings.mk
39
40.IF "$(SYSTEM_GRAPHITE)" == "YES"
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#

--- 24 unchanged lines hidden (view full) ---

33PRJNAME=graphite
34TARGET=so_graphite
35
36# --- Settings -----------------------------------------------------
37
38.INCLUDE : settings.mk
39
40.IF "$(SYSTEM_GRAPHITE)" == "YES"
41
41all:
42 @echo "An already available installation of silgraphite should exist on your system."
43 @echo "Therefore the version provided here does not need to be built in addition."
42all:
43 @echo "An already available installation of silgraphite should exist on your system."
44 @echo "Therefore the version provided here does not need to be built in addition."
44.ENDIF
45
45
46.ELIF "$(ENABLE_GRAPHITE)" != "TRUE"
47
48all:
49 @echo "Support for silgraphite has been disabled. Nothing to do."
50
51.ELSE
52
46# --- Files --------------------------------------------------------
53# --- Files --------------------------------------------------------
47.IF "$(ENABLE_GRAPHITE)"=="TRUE"
54
48TARFILE_NAME=silgraphite-2.3.1
49TARFILE_MD5=d35724900f6a4105550293686688bbb3
50PATCH_FILES=graphite-2.3.1.patch graphite-2.3.1_debug.patch
51
52# convert line-endings to avoid problems when patching
53CONVERTFILES=\
54 engine/makefile.vc8 \
55 engine/test/RegressionTest/RtTextSrc.h

--- 101 unchanged lines hidden (view full) ---

157
158
159OUTDIR2INC= \
160 engine$/include$/graphite
161
162.IF "$(OS)"=="WNT"
163OUT2INC=wrappers$/win32$/WinFont.h
164.ENDIF
55TARFILE_NAME=silgraphite-2.3.1
56TARFILE_MD5=d35724900f6a4105550293686688bbb3
57PATCH_FILES=graphite-2.3.1.patch graphite-2.3.1_debug.patch
58
59# convert line-endings to avoid problems when patching
60CONVERTFILES=\
61 engine/makefile.vc8 \
62 engine/test/RegressionTest/RtTextSrc.h

--- 101 unchanged lines hidden (view full) ---

164
165
166OUTDIR2INC= \
167 engine$/include$/graphite
168
169.IF "$(OS)"=="WNT"
170OUT2INC=wrappers$/win32$/WinFont.h
171.ENDIF
165.ELSE
166dddd:
167 @echo Nothing to do
168.ENDIF
172
169# --- Targets ------------------------------------------------------
170
171
172.INCLUDE : set_ext.mk
173.INCLUDE : target.mk
174.INCLUDE : tg_ext.mk
175
173# --- Targets ------------------------------------------------------
174
175
176.INCLUDE : set_ext.mk
177.INCLUDE : target.mk
178.INCLUDE : tg_ext.mk
179
180.ENDIF