| #------------------------------------------------------------------------- | |
| # | |
| # Makefile-- | |
| # Makefile for access/aocs | |
| # | |
| #------------------------------------------------------------------------- | |
| subdir = src/backend/access/aocs | |
| top_builddir = ../../../.. | |
| include $(top_builddir)/src/Makefile.global | |
| OBJS = aocsam_handler.o aocsam.o aocssegfiles.o aocs_compaction.o | |
| include $(top_srcdir)/src/backend/common.mk | |