Subversion Repositories DevTools

Rev

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

# -*- mode: perl -*-
###############################################################################
# File:         TOOLSET/cygnus_thyron.def
# Contents:     Cygnus Thyron defines
###############################################################################

toolset         = cygnus_thyron
s               = asm
o               = o
a               = a
exe             =

.SUFFIXES:      .asm

.PHONY:         cygnus_thyron
cygnus_thyron:
        @$(echo) '[Toolset Cygnus/Thyron]'; \
        if [ -z "$$THYRONTOOLS" ]; then echo 'THYRONTOOLS env var not set'; exit 2; fi

thyron          := $(subst \,/,$(strip $(THYRONTOOLS)))
MPTLIB          := $(thyron)/thyron/payCell
cygnus          := $(thyron)/cygnus/bin/h8300

ifeq "$(findstring $(PATH),$(THYRONTOOLS))" ""
PATH            := $(thyron)/thyron/tools;$(cygnus);$(PATH)
endif

CYGNUS          := $(subst /,\,$(strip $(cygnus)))
TMPDIR          := C:\TEMP

export CYGNUS TMPDIR

#