1 #-------------------------------------------------------------------------
4 # Makefile for utils/cache
9 #-------------------------------------------------------------------------
11 subdir
= src
/backend
/utils
/cache
12 top_builddir
= ..
/..
/..
/..
13 include $(top_builddir
)/src
/Makefile.global
15 OBJS
= catcache.o inval.o plancache.o relcache.o \
16 syscache.o lsyscache.o typcache.o ts_cache.o
18 include $(top_srcdir
)/src
/backend
/common.mk