aboutsummaryrefslogtreecommitdiff
path: root/src/backend/lib/Makefile.inc
blob: c3a46d546ce763453c0255b42ee895380f57efe6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#-------------------------------------------------------------------------
#
# Makefile.inc--
#    Makefile for the lib module (miscellaneous stuff)
#
# Copyright (c) 1994, Regents of the University of California
#
#
# IDENTIFICATION
#    $Header: /cvsroot/pgsql/src/backend/lib/Attic/Makefile.inc,v 1.1.1.1 1996/07/09 06:21:28 scrappy 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