depends  ocaml  &&

if  [  "$UI" = "gtk"  ]  ;  then
    depends  lablgtk
fi &&

if  [  "$UI" = "gtk2"  ]  ;  then
    depends  lablgtk2
fi

