Subversion Repositories DevTools

Rev

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

Rev 241 Rev 6177
Line 12... Line 12...
12
 
12
 
13
.SUFFIXES:	.asm
13
.SUFFIXES:	.asm
14
 
14
 
15
.PHONY:		cygnus_thyron
15
.PHONY:		cygnus_thyron
16
cygnus_thyron:
16
cygnus_thyron:
17
	@$(echo) [Toolset Cygnus/Thyron]; \
17
	@$(echo) '[Toolset Cygnus/Thyron]'; \
18
        if [ -z "$$THYRONTOOLS" ]; then echo THYRONTOOLS env var not set; exit 2; fi
18
        if [ -z "$$THYRONTOOLS" ]; then echo 'THYRONTOOLS env var not set'; exit 2; fi
19
 
19
 
20
thyron		:= $(subst \,/,$(strip $(THYRONTOOLS)))
20
thyron		:= $(subst \,/,$(strip $(THYRONTOOLS)))
21
MPTLIB		:= $(thyron)/thyron/payCell
21
MPTLIB		:= $(thyron)/thyron/payCell
22
cygnus		:= $(thyron)/cygnus/bin/h8300
22
cygnus		:= $(thyron)/cygnus/bin/h8300
23
 
23