solaris.mk (787e1130) solaris.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

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

140# convert parametters filesystem root to native notation
141# does some real work only on windows, make sure not to
142# break the dummy implementations on unx*
143define gb_Helper_convert_native
144$(1)
145endef
146
147
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

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

140# convert parametters filesystem root to native notation
141# does some real work only on windows, make sure not to
142# break the dummy implementations on unx*
143define gb_Helper_convert_native
144$(1)
145endef
146
147
148# AsmObject class
149
150gb_AsmObject_EXT := .s
151
152define gb_AsmObject__command
153$(call gb_Output_announce,$(2),$(true),ASM,3)
154$(call gb_Helper_abbreviate_dirs,\
155 mkdir -p $(dir $(1)) && \
156 $(gb_CC) \
157 $(DEFS) \
158 $(T_CFLAGS) \
159 $(CFLAGS) \
160 -c $(3) \
161 -o $(1) \
162 -I$(dir $(3)) \
163 $(INCLUDE))
164endef
165
148# CObject class
149
150define gb_CObject__command
151$(call gb_Output_announce,$(2),$(true),C ,3)
152$(call gb_Helper_abbreviate_dirs,\
153 rm -f $(4) && \
154 mkdir -p $(dir $(1)) $(dir $(4)) && \
155 $(gb_CC) \

--- 282 unchanged lines hidden ---
166# CObject class
167
168define gb_CObject__command
169$(call gb_Output_announce,$(2),$(true),C ,3)
170$(call gb_Helper_abbreviate_dirs,\
171 rm -f $(4) && \
172 mkdir -p $(dir $(1)) $(dir $(4)) && \
173 $(gb_CC) \

--- 282 unchanged lines hidden ---