Subversion Repositories DevTools

Rev

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

Rev 5909 Rev 6177
Line 101... Line 101...
101
mri_flags	+= -DDLVL=$(DLVL)
101
mri_flags	+= -DDLVL=$(DLVL)
102
endif
102
endif
103
mri_flags	+= -D__SOURCE__=\"$(notdir $<)\"
103
mri_flags	+= -D__SOURCE__=\"$(notdir $<)\"
104
 
104
 
105
define cc_pre
105
define cc_pre
106
	@$(echo) [\$<] compiling.. ; \
106
	@$(echo) '[$<] compiling..' ; \
107
	$(cmdfile) -ko$(cc_cmdfile) "\
107
	$(cmdfile) -ko$(cc_cmdfile) "\
108
		$(patsubst %,%\\n,$(CFLAGS)) \
108
		$(patsubst %,%\\n,$(CFLAGS)) \
109
		$(patsubst %,-D%\\n,$(cc_defines)) \
109
		$(patsubst %,-D%\\n,$(cc_defines)) \
110
		$(patsubst %,%\\n,$(mri_flags)) \
110
		$(patsubst %,%\\n,$(mri_flags)) \
111
		-J$(subst /,\\\\,$(dir $<))\\n \
111
		-J$(subst /,\\\\,$(dir $<))\\n \