1*0bc66fd0SHerbert Dürr#************************************************************** 2*0bc66fd0SHerbert Dürr# 3*0bc66fd0SHerbert Dürr# Licensed to the Apache Software Foundation (ASF) under one 4*0bc66fd0SHerbert Dürr# or more contributor license agreements. See the NOTICE file 5*0bc66fd0SHerbert Dürr# distributed with this work for additional information 6*0bc66fd0SHerbert Dürr# regarding copyright ownership. The ASF licenses this file 7*0bc66fd0SHerbert Dürr# to you under the Apache License, Version 2.0 (the 8*0bc66fd0SHerbert Dürr# "License"); you may not use this file except in compliance 9*0bc66fd0SHerbert Dürr# with the License. You may obtain a copy of the License at 10*0bc66fd0SHerbert Dürr# 11*0bc66fd0SHerbert Dürr# http://www.apache.org/licenses/LICENSE-2.0 12*0bc66fd0SHerbert Dürr# 13*0bc66fd0SHerbert Dürr# Unless required by applicable law or agreed to in writing, 14*0bc66fd0SHerbert Dürr# software distributed under the License is distributed on an 15*0bc66fd0SHerbert Dürr# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY 16*0bc66fd0SHerbert Dürr# KIND, either express or implied. See the License for the 17*0bc66fd0SHerbert Dürr# specific language governing permissions and limitations 18*0bc66fd0SHerbert Dürr# under the License. 19*0bc66fd0SHerbert Dürr# 20*0bc66fd0SHerbert Dürr#************************************************************** 21*0bc66fd0SHerbert Dürr 22*0bc66fd0SHerbert Dürr# Mac OSX specific defines 23*0bc66fd0SHerbert Dürr 24*0bc66fd0SHerbert DürrPROCESSOR_DEFINES=-DX86_64 25*0bc66fd0SHerbert Dürr 26*0bc66fd0SHerbert DürrDLLPOSTFIX= 27*0bc66fd0SHerbert Dürr 28*0bc66fd0SHerbert Dürr# flags to enable build with symbols; required by crashdump feature 29*0bc66fd0SHerbert Dürr.IF "$(ENABLE_SYMBOLS)"=="SMALL" 30*0bc66fd0SHerbert DürrCFLAGSENABLESYMBOLS=-g1 31*0bc66fd0SHerbert Dürr.ELSE 32*0bc66fd0SHerbert DürrCFLAGSENABLESYMBOLS=-g 33*0bc66fd0SHerbert Dürr.ENDIF 34*0bc66fd0SHerbert Dürr 35*0bc66fd0SHerbert Dürr# Include generic Mac OS X makefile 36*0bc66fd0SHerbert Dürr.INCLUDE : unxmacc.mk 37*0bc66fd0SHerbert Dürr 38