summaryrefslogtreecommitdiff
path: root/make-makelib.sh
blob: d6b7c8c9719202b02f61cf30ab838ad1e2770a80 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
echo 'main="$1"; shift'
echo 'rm -f "$main"'
echo 'ar cr "$main" ${1+"$@"}'

case "$1" in
sunos-5.*) ;;
unix_sv*) ;;
irix64-*) ;;
irix-*) ;;
dgux-*) ;;
hp-ux-*) ;;
sco*) ;;
*)
  echo 'ranlib "$main"'
  ;;
esac