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

SubDir TOP sc source filter xml ;

# All variables assigned in local scope to avoid clashes

{

    local TARGET = xml ;


    CXXFLAGS on sc-xml += [ FDefines EXCEPTIONS_ON ] $(CXXFLAGS_EXCEPTIONS) ;
    CXXFILES on sc-xml = [ Glob $(SEARCH_SOURCE) : *.cxx ] ;
    NOOPTFILES on sc-xml = xmlcvali.cxx ;
    CxxSourceDirCompile sc xml ;
    CxxSourceDirLib sc xml : xml ;

}

