Subversion Repositories DevTools

Rev

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

Rev 261 Rev 335
Line 209... Line 209...
209
#..     Linker definition
209
#..     Linker definition
210
#
210
#
211
ld		= $(CC_PRE) $(VERIX_compiler)
211
ld		= $(CC_PRE) $(VERIX_compiler)
212
ld_init		=
212
ld_init		=
213
ld_o_switch	= -o $@
213
ld_o_switch	= -o $@
214
ld_depfile	= $(subst /,\\,$(basename $@).dep)
-
 
215
ld_flags	= -map -symbols \
214
ld_flags	= -map -symbols \
216
		$(patsubst %,%,$(LDFLAGS)) \
215
		$(patsubst %,%,$(LDFLAGS)) \
217
		$($(notdir $(basename $@))_ld) \
216
		$($(notdir $(basename $@))_ld) \
218
                $(VRX_SYSLIBS)
217
                $(VRX_SYSLIBS)
219
 
218
 
Line 225... Line 224...
225
#	Use cmdfile to create a file that will be included in this makefile
224
#	Use cmdfile to create a file that will be included in this makefile
226
#	The generated file will contain library path names that can only be
225
#	The generated file will contain library path names that can only be
227
#	calculated on the fly
226
#	calculated on the fly
228
#
227
#
229
define LDDEPEND
228
define LDDEPEND
230
	$(XX_PRE) $(cmdfile) -wkWeo$(ld_depfile) \
229
	$(XX_PRE)$(cmdfile) -wkWeo$(@) "$($(DPLIST))"
231
		"$($(notdir $(basename $@))_dp)";
-
 
232
endef
230
endef
233
 
231
 
-
 
232
 
234
################################################################################
233
################################################################################
235
#..	Archiver Definitions
234
#..	Archiver Definitions
236
#
235
#
237
#..     Archiver
236
#..     Archiver
238
#
237
#