Home | History | Annotate | Download | only in Modules

Lines Matching refs:library

19 library=$2
24 if test -d $library
27 mkdir $library
29 if cp -p $* $library
32 if test -e $library/.tch
33 then rm $library/.tch
34 else echo tch > $library/.tch
40 if test -d $library
42 cd $library
58 mwld -xms -export pragma -nodup -o $1 $library/* $extralibs
61 ld -shared -soname $(basename $1) -o $1 $library/*