macosx.mk (ac209c85) | macosx.mk (b682cb18) |
---|---|
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 --- 9 unchanged lines hidden (view full) --- 18# under the License. 19# 20#************************************************************** 21 22 23 24GUI := UNX 25#COM := S5ABI | 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 --- 9 unchanged lines hidden (view full) --- 18# under the License. 19# 20#************************************************************** 21 22 23 24GUI := UNX 25#COM := S5ABI |
26COMID := gcc3 | 26COMID := s5abi |
27 28# Darwin mktemp -t expects a prefix, not a pattern 29gb_MKTEMP ?= /usr/bin/mktemp -t gbuild. 30 31gb_CC := cc 32gb_CXX := g++ 33gb_GCCP := gcc 34gb_AR := ar --- 510 unchanged lines hidden --- | 27 28# Darwin mktemp -t expects a prefix, not a pattern 29gb_MKTEMP ?= /usr/bin/mktemp -t gbuild. 30 31gb_CC := cc 32gb_CXX := g++ 33gb_GCCP := gcc 34gb_AR := ar --- 510 unchanged lines hidden --- |