| #------------------------------------------------------------------------- |
| # |
| # Makefile for backend/utils/activity |
| # |
| # Portions Copyright (c) 1996-2021, PostgreSQL Global Development Group |
| # Portions Copyright (c) 1994, Regents of the University of California |
| # |
| # src/backend/utils/activity/Makefile |
| # |
| #------------------------------------------------------------------------- |
| |
| subdir = src/backend/utils/activity |
| top_builddir = ../../../.. |
| include $(top_builddir)/src/Makefile.global |
| |
| OBJS = \ |
| backend_progress.o \ |
| backend_status.o \ |
| wait_event.o |
| |
| include $(top_srcdir)/src/backend/common.mk |