unxmaccx.mk (0bc66fd0) | unxmaccx.mk (d417cd37) |
---|---|
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 --- 8 unchanged lines hidden (view full) --- 17# specific language governing permissions and limitations 18# under the License. 19# 20#************************************************************** 21 22# Mac OSX specific defines 23 24PROCESSOR_DEFINES=-DX86_64 | 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 --- 8 unchanged lines hidden (view full) --- 17# specific language governing permissions and limitations 18# under the License. 19# 20#************************************************************** 21 22# Mac OSX specific defines 23 24PROCESSOR_DEFINES=-DX86_64 |
25BUILD64=1 |
|
25 26DLLPOSTFIX= 27 28# flags to enable build with symbols; required by crashdump feature 29.IF "$(ENABLE_SYMBOLS)"=="SMALL" 30CFLAGSENABLESYMBOLS=-g1 31.ELSE 32CFLAGSENABLESYMBOLS=-g 33.ENDIF 34 35# Include generic Mac OS X makefile 36.INCLUDE : unxmacc.mk 37 | 26 27DLLPOSTFIX= 28 29# flags to enable build with symbols; required by crashdump feature 30.IF "$(ENABLE_SYMBOLS)"=="SMALL" 31CFLAGSENABLESYMBOLS=-g1 32.ELSE 33CFLAGSENABLESYMBOLS=-g 34.ENDIF 35 36# Include generic Mac OS X makefile 37.INCLUDE : unxmacc.mk 38 |