Subversion Repositories DevTools

Rev

Rev 241 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
227 dpurdie 1
# -*- mode: perl -*-
2
###############################################################################
3
# File:		TOOLSET/cygnus_thyron.def
4
# Contents:     Cygnus Thyron defines
5
###############################################################################
6
 
7
toolset		= cygnus_thyron
8
s		= asm
9
o		= o
10
a		= a
11
exe		=
12
 
13
.SUFFIXES:	.asm
14
 
15
.PHONY:		cygnus_thyron
16
cygnus_thyron:
6177 dpurdie 17
	@$(echo) '[Toolset Cygnus/Thyron]'; \
18
        if [ -z "$$THYRONTOOLS" ]; then echo 'THYRONTOOLS env var not set'; exit 2; fi
227 dpurdie 19
 
20
thyron		:= $(subst \,/,$(strip $(THYRONTOOLS)))
241 dpurdie 21
MPTLIB		:= $(thyron)/thyron/payCell
22
cygnus		:= $(thyron)/cygnus/bin/h8300
227 dpurdie 23
 
24
ifeq "$(findstring $(PATH),$(THYRONTOOLS))" ""
241 dpurdie 25
PATH		:= $(thyron)/thyron/tools;$(cygnus);$(PATH)
227 dpurdie 26
endif
27
 
28
CYGNUS		:= $(subst /,\,$(strip $(cygnus)))
29
TMPDIR		:= C:\TEMP
30
 
31
export CYGNUS TMPDIR
32
 
33
#