#!/bin/sh # WARNING: This file was auto-generated. Do not edit! CC='cc -fno-common' LD='cc -s' CCSO='-fPIC -DPIC' echo "$CC" -c '${1+"$@"}' echo "$CC" $CCSO -o '${1%.c}'.so -c '${1+"$@"}'