Subversion Repositories DevTools

Rev

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

Rev 303 Rev 335
Line 196... Line 196...
196
#
196
#
197
#   The dependancy list is based an a makefile definition
197
#   The dependancy list is based an a makefile definition
198
#   The definition is named after the target
198
#   The definition is named after the target
199
#
199
#
200
define LDDEPEND
200
define LDDEPEND
201
	$(AA_PRE)$(cmdfile) -wkWeo$(@) \
201
	$(AA_PRE)$(cmdfile) -wkWeo$(@) "$($(DPLIST))"
202
		"$($(notdir $(basename $@))_dp)";
-
 
203
endef
202
endef
204
 
203
 
205
define SHLDDEPEND
204
define SHLDDEPEND
206
	$(AA_PRE)$(cmdfile) -wkWeo$(@) \
205
	$(AA_PRE)$(cmdfile) -wkWeo$(@) "$($(DPLIST))"
207
		"$($(notdir $(SHNAME))_shdp)";
-
 
208
endef
206
endef
209
 
207
 
210
 
208
 
211
#
209
#
212
#       Recipe to create a file that contains the StrongNameKey assembly
210
#       Recipe to create a file that contains the StrongNameKey assembly