| #------------------------------------------------------------------------- |
| # |
| # Makefile-- |
| # Makefile for access/hash |
| # |
| # IDENTIFICATION |
| # $PostgreSQL: pgsql/src/backend/access/hash/Makefile,v 1.12 2003/11/29 19:51:40 pgsql Exp $ |
| # |
| #------------------------------------------------------------------------- |
| |
| subdir = src/backend/access/hash |
| top_builddir = ../../../.. |
| include $(top_builddir)/src/Makefile.global |
| |
| OBJS = hash.o hashfunc.o hashinsert.o hashovfl.o hashpage.o hashscan.o \ |
| hashsearch.o hashutil.o |
| |
| include $(top_srcdir)/src/backend/common.mk |