postgresql/contrib/intagg/Makefile

16 lines
452 B
Makefile
Raw Normal View History

#############################################
# Makefile for integer aggregator
# Copyright (C) 2001 Digital Music Network.
# by Mark L. Woodward
2003-11-29 20:52:15 +01:00
# $PostgreSQL: pgsql/contrib/intagg/Makefile,v 1.4 2003/11/29 19:51:35 pgsql Exp $
2002-02-25 05:16:58 +01:00
subdir = contrib/intagg
top_builddir = ../..
include $(top_builddir)/src/Makefile.global
MODULES = int_aggregate
2002-02-25 05:16:58 +01:00
DATA_built = int_aggregate.sql
2002-02-25 05:08:03 +01:00
DOCS = README.int_aggregate
include $(top_srcdir)/contrib/contrib-global.mk