xref: /aoo41x/main/solenv/inc/unxmaccx.mk (revision d417cd37)
10bc66fd0SHerbert Dürr#**************************************************************
20bc66fd0SHerbert Dürr#
30bc66fd0SHerbert Dürr#  Licensed to the Apache Software Foundation (ASF) under one
40bc66fd0SHerbert Dürr#  or more contributor license agreements.  See the NOTICE file
50bc66fd0SHerbert Dürr#  distributed with this work for additional information
60bc66fd0SHerbert Dürr#  regarding copyright ownership.  The ASF licenses this file
70bc66fd0SHerbert Dürr#  to you under the Apache License, Version 2.0 (the
80bc66fd0SHerbert Dürr#  "License"); you may not use this file except in compliance
90bc66fd0SHerbert Dürr#  with the License.  You may obtain a copy of the License at
100bc66fd0SHerbert Dürr#
110bc66fd0SHerbert Dürr#    http://www.apache.org/licenses/LICENSE-2.0
120bc66fd0SHerbert Dürr#
130bc66fd0SHerbert Dürr#  Unless required by applicable law or agreed to in writing,
140bc66fd0SHerbert Dürr#  software distributed under the License is distributed on an
150bc66fd0SHerbert Dürr#  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
160bc66fd0SHerbert Dürr#  KIND, either express or implied.  See the License for the
170bc66fd0SHerbert Dürr#  specific language governing permissions and limitations
180bc66fd0SHerbert Dürr#  under the License.
190bc66fd0SHerbert Dürr#
200bc66fd0SHerbert Dürr#**************************************************************
210bc66fd0SHerbert Dürr
220bc66fd0SHerbert Dürr# Mac OSX specific defines
230bc66fd0SHerbert Dürr
240bc66fd0SHerbert DürrPROCESSOR_DEFINES=-DX86_64
25*d417cd37SHerbert DürrBUILD64=1
260bc66fd0SHerbert Dürr
270bc66fd0SHerbert DürrDLLPOSTFIX=
280bc66fd0SHerbert Dürr
290bc66fd0SHerbert Dürr# flags to enable build with symbols; required by crashdump feature
300bc66fd0SHerbert Dürr.IF "$(ENABLE_SYMBOLS)"=="SMALL"
310bc66fd0SHerbert DürrCFLAGSENABLESYMBOLS=-g1
320bc66fd0SHerbert Dürr.ELSE
330bc66fd0SHerbert DürrCFLAGSENABLESYMBOLS=-g
340bc66fd0SHerbert Dürr.ENDIF
350bc66fd0SHerbert Dürr
360bc66fd0SHerbert Dürr# Include generic Mac OS X makefile
370bc66fd0SHerbert Dürr.INCLUDE : unxmacc.mk
380bc66fd0SHerbert Dürr
39