platform.mk (9cb05e42) platform.mk (40286176)
1#**************************************************************
2#
3# Licensed to the Apache Software Foundation (ASF) under one
4# or more contributor license agreements. See the NOTICE file
5# distributed with this work for additional information
6# regarding copyright ownership. The ASF licenses this file
7# to you under the Apache License, Version 2.0 (the
8# "License"); you may not use this file except in compliance

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

41 EXTENSION_PLATFORM=linux_x86_64
42 else
43 ifeq "$(UNOPKG_PLATFORM)" "MacOSX_PowerPC"
44 EXTENSION_PLATFORM=macosx_powerpc
45 else
46 ifeq "$(UNOPKG_PLATFORM)" "MacOSX_x86"
47 EXTENSION_PLATFORM=macosx_x86
48 else
1#**************************************************************
2#
3# Licensed to the Apache Software Foundation (ASF) under one
4# or more contributor license agreements. See the NOTICE file
5# distributed with this work for additional information
6# regarding copyright ownership. The ASF licenses this file
7# to you under the Apache License, Version 2.0 (the
8# "License"); you may not use this file except in compliance

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

41 EXTENSION_PLATFORM=linux_x86_64
42 else
43 ifeq "$(UNOPKG_PLATFORM)" "MacOSX_PowerPC"
44 EXTENSION_PLATFORM=macosx_powerpc
45 else
46 ifeq "$(UNOPKG_PLATFORM)" "MacOSX_x86"
47 EXTENSION_PLATFORM=macosx_x86
48 else
49 ifeq "$(UNOPKG_PLATFORM)" "MacOSX_x86_64"
50 EXTENSION_PLATFORM=macosx_x86_64
51 else
49 ifeq "$(UNOPKG_PLATFORM)" "Solaris_SPARC"
50 EXTENSION_PLATFORM=solaris_sparc
51 else
52 ifeq "$(UNOPKG_PLATFORM)" "Solaris_x86"
53 EXTENSION_PLATFORM=solaris_x86
54 else
55 ifeq "$(UNOPKG_PLATFORM)" "Windows"
56 EXTENSION_PLATFORM=windows_x86
57 endif
58 endif
59 endif
60 endif
61 endif
62 endif
63 endif
64 endif
65 endif
52 ifeq "$(UNOPKG_PLATFORM)" "Solaris_SPARC"
53 EXTENSION_PLATFORM=solaris_sparc
54 else
55 ifeq "$(UNOPKG_PLATFORM)" "Solaris_x86"
56 EXTENSION_PLATFORM=solaris_x86
57 else
58 ifeq "$(UNOPKG_PLATFORM)" "Windows"
59 EXTENSION_PLATFORM=windows_x86
60 endif
61 endif
62 endif
63 endif
64 endif
65 endif
66 endif
67 endif
68 endif
69 endif
66endif
70endif
67
68#ifeq "$(UNOPKG_PLATFORM)" "Linux_SPARC"
69# EXTENSION_PLATFORM=
70#ifeq "$(UNOPKG_PLATFORM)" "Solaris_SPARC64"
71# EXTENSION_PLATFORM=
72#ifeq "$(UNOPKG_PLATFORM)" "kFreeBSD_x86"
73# EXTENSION_PLATFORM=
74#ifeq "$(UNOPKG_PLATFORM)" "kFreeBSD_x86_64"
75# EXTENSION_PLATFORM=