Subversion Repositories DevTools

Rev

Rev 283 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 283 Rev 335
Line 199... Line 199...
199
#..     Linker definition
199
#..     Linker definition
200
#
200
#
201
ld		= $(CC_PRE) $(linker)
201
ld		= $(CC_PRE) $(linker)
202
ld_init		=
202
ld_init		=
203
ld_o_switch	= -o $@
203
ld_o_switch	= -o $@
204
ld_depfile	= $(subst /,\\,$(basename $@).dep)
-
 
205
ld_flags	=
204
ld_flags	=
206
 
205
 
207
ifeq ($(SHOWARGS),ALL)
206
ifeq ($(SHOWARGS),ALL)
208
ld_flags	+= --show_cmdline
207
ld_flags	+= --show_cmdline
209
endif
208
endif
Line 224... Line 223...
224
#	Use cmdfile to create a file that will be included in this makefile
223
#	Use cmdfile to create a file that will be included in this makefile
225
#	The generated file will contain library path names that can only be
224
#	The generated file will contain library path names that can only be
226
#	calculated on the fly
225
#	calculated on the fly
227
#
226
#
228
define LDDEPEND
227
define LDDEPEND
229
	$(XX_PRE) $(cmdfile) -wkWeo$(ld_depfile) \
228
	$(XX_PRE)$(cmdfile) -wkWeo$(@) "$($(DPLIST))"
230
		"$($(notdir $(basename $@))_dp)";
-
 
231
endef
229
endef
232
 
230
 
233
################################################################################
231
################################################################################
234
#..	Archiver Definitions
232
#..	Archiver Definitions
235
#
233
#