Home | History | Annotate | Download | only in nvc0
      1 Import('*')
      2 
      3 env = env.Clone()
      4 
      5 nvc0 = env.ConvenienceLibrary(
      6     target = 'nvc0',
      7     source = env.ParseSourceList('Makefile.sources',
      8         ['C_SOURCES', 'CPP_SOURCES'])
      9     )
     10 
     11 Export('nvc0')
     12