Subversion Repositories DevTools

Rev

Rev 5709 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 5709 Rev 6177
Line 1... Line 1...
1
# -*- mode: mak; -*-
1
# -*- mode: mak; -*-
2
###############################################################################
2
###############################################################################
3
# Copyright (c) VIX TECHNOLOGY (AUST) LTD
3
# COPYRIGHT - VIX IP PTY LTD ("VIX"). ALL RIGHTS RESERVED.
4
#
4
#
5
# File:         TOOLSET/dafbr.rul[e]
5
# File:         TOOLSET/dafbr.rul[e]
6
# Contents:     daf br compiler rules
6
# Contents:     daf br compiler rules
7
#
7
#
8
# Description:
8
# Description:
Line 87... Line 87...
87
		$(subst $(spacealt),$(space),$(patsubst %,/I %,$(subst /,\,$(br_includes))))
87
		$(subst $(spacealt),$(space),$(patsubst %,/I %,$(subst /,\,$(br_includes))))
88
 
88
 
89
cc_term		=
89
cc_term		=
90
 
90
 
91
define cc_pre
91
define cc_pre
92
        @$(echo) [\$<] compiling..
92
        @$(echo) '[$<] compiling..'
93
endef
93
endef
94
 
94
 
95
cc_post =
95
cc_post =
96
 
96
 
97
cc_filter	:= "$(notdir $(wildcard $(GBE_ROOT)/warnings.dafbr))"
97
cc_filter	:= "$(notdir $(wildcard $(GBE_ROOT)/warnings.dafbr))"
Line 158... Line 158...
158
		$(subst $(spacealt),$(space),$(patsubst %,/I %,$(subst /,\,$(cc_includes)))) \
158
		$(subst $(spacealt),$(space),$(patsubst %,/I %,$(subst /,\,$(cc_includes)))) \
159
		$(subst $(spacealt),$(space),$(patsubst %,/I %,$(subst /,\,$(br_includes))))
159
		$(subst $(spacealt),$(space),$(patsubst %,/I %,$(subst /,\,$(br_includes))))
160
        
160
        
161
 
161
 
162
define ld_pre
162
define ld_pre
163
	echo [$@] "Generating Payload .."
163
	echo '[$@] Generating Payload ..'
164
endef
164
endef
165
 
165
 
166
 
166
 
167
ld_post     =
167
ld_post     =
168
 
168