Skip to content
  • Chia-I Wu's avatar
    scons: add ParseSourceList method · 582b5d86
    Chia-I Wu authored
    
    
    ParseSourceList() can be used to parse a source list file and returns
    the source files defined in it.  It is supposed to be used like this
    
      # get the list of source files from C_SOURCES in Makefile.sources
      sources = env.ParseSourceList('Makefile.sources', 'C_SOURCES')
    
    The syntax of a source list file is compatible with GNU Make.  This
    effectively allows SConscript and Makefile to share the source lists.
    
    Acked-by: default avatarJosé Fonseca <jfonseca@vmware.com>
    Acked-by: default avatarChad Versace <chad@chad-versace.us>
    582b5d86