mirror of
https://github.com/postgres/postgres.git
synced 2025-05-28 05:21:27 +03:00
16 lines
452 B
Makefile
16 lines
452 B
Makefile
#############################################
|
|
# Makefile for integer aggregator
|
|
# Copyright (C) 2001 Digital Music Network.
|
|
# by Mark L. Woodward
|
|
# $PostgreSQL: pgsql/contrib/intagg/Makefile,v 1.4 2003/11/29 19:51:35 pgsql Exp $
|
|
|
|
subdir = contrib/intagg
|
|
top_builddir = ../..
|
|
include $(top_builddir)/src/Makefile.global
|
|
|
|
MODULES = int_aggregate
|
|
DATA_built = int_aggregate.sql
|
|
DOCS = README.int_aggregate
|
|
|
|
include $(top_srcdir)/contrib/contrib-global.mk
|