Subversion Repositories DevTools

Rev

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

Rev 303 Rev 6177
Line 24... Line 24...
24
#
24
#
25
#   Ensure that the tools are available
25
#   Ensure that the tools are available
26
#
26
#
27
.PHONY:		gnupro_h8
27
.PHONY:		gnupro_h8
28
gnupro_h8:
28
gnupro_h8:
29
	@$(echo) [Toolset GnuPro H8::$(GnuProDir)]; \
29
	@$(echo) '[Toolset GnuPro H8::$(GnuProDir)]'; \
30
	[ -z "$$GNUPROH8" ] && echo GNUPROH8 env var not set && exit 2; \
30
	[ -z "$$GNUPROH8" ] && echo 'GNUPROH8 env var not set' && exit 2; \
31
	if [ ! -d "$(GnuProDir)" ] ; then echo GnuPro Directory not found: $(GnuProDir);  exit 2; fi; \
31
	if [ ! -d "$(GnuProDir)" ] ; then echo "GnuPro Directory not found: $(GnuProDir)";  exit 2; fi; \
32
	if [ ! -d "$(H8Dir)" ] ; then echo H8 Compiler directory not found: $(H8Dir); exit 2; fi; \
32
	if [ ! -d "$(H8Dir)" ] ; then echo "H8 Compiler directory not found: $(H8Dir)"; exit 2; fi; \
33
 
33
 
34
 
34
 
35
#
35
#
36
#   Add the compiler toolkit to the PATH
36
#   Add the compiler toolkit to the PATH
37
#
37
#