Subversion Repositories DevTools

Rev

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

Rev 227 Rev 6177
Line 23... Line 23...
23
 
23
 
24
# Verify environment variable requirements
24
# Verify environment variable requirements
25
.PHONY:		m16c
25
.PHONY:		m16c
26
m16c:
26
m16c:
27
  ifndef GBE_NOTOOLSTEST
27
  ifndef GBE_NOTOOLSTEST
28
	    @$(echo) [Toolset Mistubishi m16c]; \
28
	    @$(echo) '[Toolset Mistubishi m16c]'; \
29
	    if [ ! -d "$(MTOOL)" ]; then echo "Directory MTOOL does not exist: $(MTOOL)"; exit 2; fi;
29
	    if [ ! -d "$(MTOOL)" ]; then echo "Directory MTOOL does not exist: $(MTOOL)"; exit 2; fi;
30
  endif
30
  endif
31
 
31
 
32
Compiler      =   "$(MTOOL)/bin/NC30.EXE"
32
Compiler      =   "$(MTOOL)/bin/NC30.EXE"
33
Assembler     =   "$(MTOOL)/bin/AS30.EXE"
33
Assembler     =   "$(MTOOL)/bin/AS30.EXE"