#------------------------------------------------------------------------- # # postgres.mk.linux-- # Intel x86/Linux specific rules and variables # # Copyright (c) 1994-5, Regents of the University of California # # $Id: postgres.mk.dgux,v 1.1 1996/07/25 20:45:05 scrappy Exp $ # # NOTE # you may remove lines that start with ## which are general comments #------------------------------------------------------------------------- ifndef MK_PORT MK_PORT= linux RANLIB= ranlib SLSUFF= .so #LDFLAGS+= -rdynamic CFLAGS_SL= -fpic %.so: %.o cd $(objdir); $(CC) -shared -o $(@F) $(