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=mythes
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=mythes
32
33# --- Settings -----------------------------------------------------
34
35.INCLUDE : settings.mk
36
37# --- Files --------------------------------------------------------
38
39.IF "$(DISABLE_HUNSPELL)" == ""
40
39TARFILE_NAME=mythes-1.2.0
40TARFILE_MD5=067201ea8b126597670b5eff72e1f66c
41
42ADDITIONAL_FILES += makefile.mk
43
44PATCH_FILES=mythes-1.2.0-vanilla-th-gen-idx.patch \
45 mythes-1.2.0-makefile-mk.diff
46

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

107.INCLUDE : set_ext.mk
108.INCLUDE : target.mk
109.INCLUDE : tg_ext.mk
110
111.IF "$(SYSTEM_HUNSPELL)" != "YES"
112.EXPORT: HUNSPELL_LIBS HUNSPELL_CFLAGS
113.ENDIF
114
41TARFILE_NAME=mythes-1.2.0
42TARFILE_MD5=067201ea8b126597670b5eff72e1f66c
43
44ADDITIONAL_FILES += makefile.mk
45
46PATCH_FILES=mythes-1.2.0-vanilla-th-gen-idx.patch \
47 mythes-1.2.0-makefile-mk.diff
48

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

109.INCLUDE : set_ext.mk
110.INCLUDE : target.mk
111.INCLUDE : tg_ext.mk
112
113.IF "$(SYSTEM_HUNSPELL)" != "YES"
114.EXPORT: HUNSPELL_LIBS HUNSPELL_CFLAGS
115.ENDIF
116
117.ELSE
118all:
119 @echo "hunspell disabled"
120.ENDIF