macosx.mk (b8ae6fa3) macosx.mk (1bb309c6)
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

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

168# convert parametters filesystem root to native notation
169# does some real work only on windows, make sure not to
170# break the dummy implementations on unx*
171define gb_Helper_convert_native
172$(1)
173endef
174
175
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

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

168# convert parametters filesystem root to native notation
169# does some real work only on windows, make sure not to
170# break the dummy implementations on unx*
171define gb_Helper_convert_native
172$(1)
173endef
174
175
176# AsmObject class
177
178gb_AsmObject_EXT := .s
179
180define gb_AsmObject__command
181$(call gb_Output_announce,$(2),$(true),ASM,3)
182$(call gb_Helper_abbreviate_dirs,\
183 mkdir -p $(dir $(1)) && \
184 $(gb_CC) \
185 $(DEFS) \
186 $(T_CFLAGS) \
187 $(CFLAGS) \
188 -c $(3) \
189 -o $(1) \
190 -MT $(1) \
191 -I$(dir $(3)) \
192 $(INCLUDE))
193endef
194
176# CObject class
177
178define gb_CObject__command
179$(call gb_Output_announce,$(2),$(true),C ,3)
180$(call gb_Helper_abbreviate_dirs,\
181 mkdir -p $(dir $(1)) $(dir $(4)) && \
182 $(gb_CC) \
183 $(DEFS) \

--- 317 unchanged lines hidden ---
195# CObject class
196
197define gb_CObject__command
198$(call gb_Output_announce,$(2),$(true),C ,3)
199$(call gb_Helper_abbreviate_dirs,\
200 mkdir -p $(dir $(1)) $(dir $(4)) && \
201 $(gb_CC) \
202 $(DEFS) \

--- 317 unchanged lines hidden ---