6 print 'warning: graw library not avaiable: skipping build of graw test'
11 env.Prepend(LIBPATH = [graw.dir])
12 env.Prepend(LIBS = ['graw'] + gallium)
14 if platform in ('freebsd8', 'sunos5'):
15 env.Append(LIBS = ['m'])
17 if platform == 'freebsd8':
18 env.Append(LIBS = ['pthread'])