update emoji autocorrect entries from po-files
[LibreOffice.git] / external / glew / UnpackedTarball_glew.mk
blob70699114f49b6ab86271518e7d2e01a2629aafe9
1 # -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
3 # This file is part of the LibreOffice project.
5 # This Source Code Form is subject to the terms of the Mozilla Public
6 # License, v. 2.0. If a copy of the MPL was not distributed with this
7 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
10 $(eval $(call gb_UnpackedTarball_UnpackedTarball,glew))
12 $(eval $(call gb_UnpackedTarball_set_tarball,glew,$(GLEW_TARBALL)))
14 $(eval $(call gb_UnpackedTarball_set_patchlevel,glew,0))
16 $(eval $(call gb_UnpackedTarball_fix_end_of_line,glew,\
17 Makefile \
18 include/GL/glew.h \
21 ifeq ($(OS)$(COM),WNTMSC)
22 $(eval $(call gb_UnpackedTarball_set_patchflags,glew,--binary))
23 $(eval $(call gb_UnpackedTarball_add_patches,glew,\
24 external/glew/glew-msvc-disable-sse2.patch.1 \
25 external/glew/glew-fix-rc-error.patch.1 \
26 external/glew/glew-vc2013-project.patch.1 \
28 else
29 $(eval $(call gb_UnpackedTarball_add_patches,glew,\
30 external/glew/glew_use_CC_variable.patch.1 \
31 external/glew/0001-stop-linking-to-unneeded-Xmu-Xi-Xext-libraries.patch.1 \
33 endif
35 ifeq ($(OS),MACOSX)
36 $(eval $(call gb_UnpackedTarball_add_patches,glew,\
37 external/glew/glew-macosx-install-name.patch.1 \
39 endif
41 ifeq ($(OS),IOS)
42 $(eval $(call gb_UnpackedTarball_add_patches,glew,\
43 external/glew/glew-ios.patch.1 \
45 endif
47 ifeq ($(DISABLE_DYNLOADING),TRUE)
48 $(eval $(call gb_UnpackedTarball_add_patches,glew,\
49 external/glew/glew-static-only.patch.1 \
51 endif
53 $(eval $(call gb_UnpackedTarball_add_patches,glew,\
54 external/glew/glew-debug.patch.1 \
55 external/glew/glew-config-guess.patch.0 \
58 # vim: set noet sw=4 ts=4: