#-------------------------------------------------------------------------
#
# Makefile.inc--
#    Makefile for the lib module (miscellaneous stuff)
#
# Copyright (c) 1994, Regents of the University of California
#
#
# IDENTIFICATION
#    $Header: /usr/local/devel/pglite/cvs/src/backend/lib/Makefile.inc,v 1.3 1995/03/21 06:50:59 andrew Exp $
#
#-------------------------------------------------------------------------

VPATH:=$(VPATH):$(CURDIR)/lib


SRCS_LIB= bit.c fstack.c hasht.c lispsort.c qsort.c stringinfo.c dllist.c

HEADERS+= fstack.h hasht.h lispsort.h qsort.h stringinfo.h dllist.h

