makefile.mk (cdf0e10c) makefile.mk (0ea1a209)
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#

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

31TARGET=hyphen
32
33# --- Settings -----------------------------------------------------
34
35.INCLUDE : settings.mk
36
37# --- Files --------------------------------------------------------
38
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#

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

31TARGET=hyphen
32
33# --- Settings -----------------------------------------------------
34
35.INCLUDE : settings.mk
36
37# --- Files --------------------------------------------------------
38
39.IF "$(DISABLE_HYPHEN)" == ""
40
39TARFILE_NAME=hyphen-2.7.1
40TARFILE_MD5=48a9f787f43a09c0a9b7b00cd1fddbbf
41
42ADDITIONAL_FILES += makefile.mk
43
44PATCH_FILES= \
45 hyphen-2.7.1.patch \
46 hyphen-2.7.1-read-charset.patch

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

102.ENDIF # "$(GUI)"=="OS2"
103
104# --- Targets ------------------------------------------------------
105
106.INCLUDE : set_ext.mk
107.INCLUDE : target.mk
108.INCLUDE : tg_ext.mk
109
41TARFILE_NAME=hyphen-2.7.1
42TARFILE_MD5=48a9f787f43a09c0a9b7b00cd1fddbbf
43
44ADDITIONAL_FILES += makefile.mk
45
46PATCH_FILES= \
47 hyphen-2.7.1.patch \
48 hyphen-2.7.1-read-charset.patch

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

104.ENDIF # "$(GUI)"=="OS2"
105
106# --- Targets ------------------------------------------------------
107
108.INCLUDE : set_ext.mk
109.INCLUDE : target.mk
110.INCLUDE : tg_ext.mk
111
112.ELSE
113all:
114 @echo "hyphen disabled"
115
116.ENDIF