1e1051a39Sopenharmony_ci$COMMON=rand_unix.c rand_win.c rand_tsc.c rand_cpu_x86.c 2e1051a39Sopenharmony_ciIF[{- $config{target} =~ /vxworks/i -}] 3e1051a39Sopenharmony_ci $COMMON=$COMMON rand_vxworks.c 4e1051a39Sopenharmony_ciENDIF 5e1051a39Sopenharmony_ciIF[{- $config{target} =~ /vms/i -}] 6e1051a39Sopenharmony_ci $COMMON=$COMMON rand_vms.c 7e1051a39Sopenharmony_ciENDIF 8e1051a39Sopenharmony_ci 9e1051a39Sopenharmony_ciSOURCE[../../../libdefault.a]=$COMMON 10e1051a39Sopenharmony_ci 11