Subversion Repositories DevTools

Rev

Rev 227 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 227 Rev 241
Line 16... Line 16...
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)/PayCell
21
MPTLIB		:= $(thyron)/thyron/payCell
22
cygnus		:= $(thyron)/Compiler/Bin/h8300
22
cygnus		:= $(thyron)/cygnus/bin/h8300
23
 
23
 
24
ifeq "$(findstring $(PATH),$(THYRONTOOLS))" ""
24
ifeq "$(findstring $(PATH),$(THYRONTOOLS))" ""
25
PATH		:= $(PATH);$(cygnus)
25
PATH		:= $(thyron)/thyron/tools;$(cygnus);$(PATH)
26
endif
26
endif
27
 
27
 
28
CYGNUS		:= $(subst /,\,$(strip $(cygnus)))
28
CYGNUS		:= $(subst /,\,$(strip $(cygnus)))
29
TMPDIR		:= C:\TEMP
29
TMPDIR		:= C:\TEMP
30
 
30