#-------------------------------------------------------------------------## postgres.mk.sparc--# SUN SPARC/SunOS 4.x specific rules and variables## Copyright (c) 1994-5, Regents of the University of California## $Id: postgres.mk.sparc,v 1.1.1.1 1996/07/09 06:22:20 scrappy Exp $##-------------------------------------------------------------------------ifndef MK_PORTMK_PORT= sparc# cc won't work!CC= gcc# the ar on SunOs is dumb, can't use the s optionAROPT= cqINSTALL= /usr/bin/installRANLIB= /usr/bin/ranlib## for postgres.user.mk#ifeq ($(CC), cc)CFLAGS_SL= -PICelseCFLAGS_SL= -fPICendifSLSUFF= .so%.so: %.o $(LD) -dc -dp -Bdynamic -o $(objdir)/$(@F) $(objdir)/$(<F)endif