macosx.mk (1e1ac450) macosx.mk (61a3a0ff)
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

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

66gb_CPUDEFS := -DPOWERPC -DPPC
67else ifeq ($(CPUNAME),INTEL)
68gb_CPUDEFS := -DX86
69else ifeq ($(CPUNAME),X86_64)
70gb_CPUDEFS := -DX86_64
71endif
72
73ifeq ($(strip $(SYSBASE)),)
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

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

66gb_CPUDEFS := -DPOWERPC -DPPC
67else ifeq ($(CPUNAME),INTEL)
68gb_CPUDEFS := -DX86
69else ifeq ($(CPUNAME),X86_64)
70gb_CPUDEFS := -DX86_64
71endif
72
73ifeq ($(strip $(SYSBASE)),)
74gb_SDKDIR := $(SDK_PATH)
74 gb_SDKDIR := $(MACOSX_SDK_PATH)
75else
75else
76gb_SDKDIR := $(SYSBASE)/MacOSX10.7.sdk
76 gb_SDKDIR := $(SYSBASE)/MacOSX$(MACOSX_DEPLOYMENT_TARGET).sdk
77endif
78
79
80gb_CFLAGS := \
81 -isysroot $(gb_SDKDIR) \
82 -Wall \
83 -Wendif-labels \
84 -Wextra \

--- 373 unchanged lines hidden ---
77endif
78
79
80gb_CFLAGS := \
81 -isysroot $(gb_SDKDIR) \
82 -Wall \
83 -Wendif-labels \
84 -Wextra \

--- 373 unchanged lines hidden ---