File: make-makelib

package info (click to toggle)
rblsmtpd 0.70-1
  • links: PTS
  • area: non-free
  • in suites: slink
  • size: 508 kB
  • ctags: 274
  • sloc: ansic: 1,963; sh: 434; makefile: 358
file content (20 lines) | stat: -rw-r--r-- 297 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#!/bin/sh
# WARNING: This file was auto-generated. Do not edit!
CC='cc -O2'
LD='cc -s'
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