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