]> granicus.if.org Git - postgresql/blobdiff - src/backend/access/hash/Makefile
hash: Add write-ahead logging support.
[postgresql] / src / backend / access / hash / Makefile
index 5e4f56a80cce027ec1c1158030832e7a6c40a69a..b154569b46504ae28d3096f10c8aad0cbe973568 100644 (file)
@@ -4,7 +4,7 @@
 #    Makefile for access/hash
 #
 # IDENTIFICATION
-#    $Header: /cvsroot/pgsql/src/backend/access/hash/Makefile,v 1.10 2000/08/31 16:09:33 petere Exp $
+#    src/backend/access/hash/Makefile
 #
 #-------------------------------------------------------------------------
 
@@ -12,21 +12,7 @@ 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 hashstrat.o hashutil.o
-
-all: SUBSYS.o
-
-SUBSYS.o: $(OBJS)
-       $(LD) $(LDREL) $(LDOUT) SUBSYS.o $(OBJS)
-
-depend dep:
-       $(CC) -MM $(CFLAGS) *.c >depend
-
-clean: 
-       rm -f SUBSYS.o $(OBJS)
-
-ifeq (depend,$(wildcard depend))
-include depend
-endif
+OBJS = hash.o hashfunc.o hashinsert.o hashovfl.o hashpage.o hashsearch.o \
+       hashsort.o hashutil.o hashvalidate.o hash_xlog.o
 
+include $(top_srcdir)/src/backend/common.mk