# This file was generated by mk2jam.py
# Remove this line to disable automatic generation: MK2JAM_AUTOGEN_MARKER

SubDir TOP sc source core tool ;

# All variables assigned in local scope to avoid clashes

{

    local TARGET = tool ;

    CXXFLAGS on sc-tool += -DSC_INFO_OSVERSION=\\\"$(OS)\\\" ;
    CXXFILES on sc-tool = [ Glob $(SEARCH_SOURCE) : *.cxx ] ;
    EXCEPTIONSFILES on sc-tool = addincol.cxx ;

    if "$(OS)$(COM)$(CPUNAME)"="LINUXGCCPOWERPC" {
        NOOPTFILES on sc-tool = subtotal.cxx ;
    }

    if "$(OS)$(COM)$(CPUNAME)"="LINUXGCCSPARC" {
        NOOPTFILES on sc-tool =
            interpr2.cxx
            interpr4.cxx
            token.cxx
            chartarr.cxx
            ;
    }

    if "$(GUI)"="OS2" {
        NOOPTFILES on sc-tool = interpr6.cxx ;
    }
    CxxSourceDirCompile sc tool ;
    CxxSourceDirLib sc tool : tool ;

}

