#-------------------------------------------------------------------------
#
# Makefile.inc--
#    Makefile for port/linux (Linux specific stuff)
#
# Copyright (c) 1994, Regents of the University of California
#
#
# IDENTIFICATION
#    $Header: /usr/local/devel/pglite/cvs/src/backend/port/linux/Makefile.inc,v 1.2 1995/03/21 06:51:19 andrew Exp $
#
# NOTES
#    The Linux port is included here by courtesy of Kai Petzke.
#
#    (C) 1994, Kai Petzke, wpp@marie.physik.tu-berlin.de
#
#-------------------------------------------------------------------------

#
# linux has fast linkers and don't need the BIGOBJ stuff.
#
BIGOBJS= false


SUBSRCS+= dynloader.c # port.c
HEADERS+= machine.h port-protos.h

CFLAGS+= -DNEED_CBRT

LDADD+= -ldld
