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

SubDir TOP sc source ui view ;

# All variables assigned in local scope to avoid clashes

{

    local TARGET = view ;

    CXXFILES on sc-view = [ Glob $(SEARCH_SOURCE) : *.cxx : drawattr.cxx tabpopsh.cxx tabview.cxx.~1.28.~ ] ;

    if "$(OS)$(COM)$(CPUNAME)"="LINUXGCCSPARC" {
        NOOPTFILES on sc-view =
            drawview.cxx
            dbfunc2.cxx
            tabvwsh2.cxx
            viewfun4.cxx
            viewfun2.cxx
            ;
    }
    else {
        NOOPTFILES on sc-view =
            drawview.cxx
            dbfunc2.cxx
            tabvwsh2.cxx
            ;
    }
    EXCEPTIONSFILES on sc-view =
        cellsh1.cxx
        drawvie4.cxx
        formatsh.cxx
        scextopt.cxx
        tabvwshb.cxx
        viewdata.cxx
        viewfun5.cxx
        viewfun7.cxx
        ;
    CxxSourceDirCompile sc view ;
    CxxSourceDirLib sc view : view ;

}

