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

SubDir TOP sc source filter excel ;

# All variables assigned in local scope to avoid clashes

{

    local TARGET = excel ;

    CXXFILES on sc-excel = [ Glob $(SEARCH_SOURCE) : *.cxx : xiformula.cxx.~1.2.~ xistring.cxx.~1.2.~ ] ;

    if "$(OS)$(COM)$(CPUNAME)"="LINUXGCCSPARC" {
        NOOPTFILES on sc-excel = xiescher.cxx ;
    }
    EXCEPTIONSFILES on sc-excel =
        excobj.cxx
        xecontent.cxx
        xehelper.cxx
        xichart.cxx
        xlchart.cxx
        xlocx.cxx
        XclExpCharts.cxx
        ;
    CxxSourceDirCompile sc excel ;
    CxxSourceDirLib sc excel : excel ;

}

