make-makelib.sh
author tomas@localhost
Thu, 01 Nov 2007 14:46:11 +0100
changeset 0 c045670f36e9
permissions -rw-r--r--
Imported queue-fix-1.4
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
0
c045670f36e9 Imported queue-fix-1.4
tomas@localhost
parents:
diff changeset
     1
echo 'main="$1"; shift'
c045670f36e9 Imported queue-fix-1.4
tomas@localhost
parents:
diff changeset
     2
echo 'rm -f "$main"'
c045670f36e9 Imported queue-fix-1.4
tomas@localhost
parents:
diff changeset
     3
echo 'ar cr "$main" ${1+"$@"}'
c045670f36e9 Imported queue-fix-1.4
tomas@localhost
parents:
diff changeset
     4
c045670f36e9 Imported queue-fix-1.4
tomas@localhost
parents:
diff changeset
     5
case "$1" in
c045670f36e9 Imported queue-fix-1.4
tomas@localhost
parents:
diff changeset
     6
sunos-5.*) ;;
c045670f36e9 Imported queue-fix-1.4
tomas@localhost
parents:
diff changeset
     7
unix_sv*) ;;
c045670f36e9 Imported queue-fix-1.4
tomas@localhost
parents:
diff changeset
     8
irix64-*) ;;
c045670f36e9 Imported queue-fix-1.4
tomas@localhost
parents:
diff changeset
     9
irix-*) ;;
c045670f36e9 Imported queue-fix-1.4
tomas@localhost
parents:
diff changeset
    10
dgux-*) ;;
c045670f36e9 Imported queue-fix-1.4
tomas@localhost
parents:
diff changeset
    11
hp-ux-*) ;;
c045670f36e9 Imported queue-fix-1.4
tomas@localhost
parents:
diff changeset
    12
sco*) ;;
c045670f36e9 Imported queue-fix-1.4
tomas@localhost
parents:
diff changeset
    13
*)
c045670f36e9 Imported queue-fix-1.4
tomas@localhost
parents:
diff changeset
    14
  echo 'ranlib "$main"'
c045670f36e9 Imported queue-fix-1.4
tomas@localhost
parents:
diff changeset
    15
  ;;
c045670f36e9 Imported queue-fix-1.4
tomas@localhost
parents:
diff changeset
    16
esac