diff options
| author | Tom Lane <tgl@sss.pgh.pa.us> | 2002-02-25 04:16:58 +0000 |
|---|---|---|
| committer | Tom Lane <tgl@sss.pgh.pa.us> | 2002-02-25 04:16:58 +0000 |
| commit | d6198ee3a556d6d2b05f06256a956dc88594db3e (patch) | |
| tree | d449d65c8306267dfc17c8a910bea48684c00a0c /contrib/intagg | |
| parent | 17f9913922ea0e06beae42d67ec47286a2b198b0 (diff) | |
| download | postgresql-d6198ee3a556d6d2b05f06256a956dc88594db3e.tar.gz | |
Try to make makefile actually work ...
Diffstat (limited to 'contrib/intagg')
| -rw-r--r-- | contrib/intagg/Makefile | 22 |
1 files changed, 3 insertions, 19 deletions
diff --git a/contrib/intagg/Makefile b/contrib/intagg/Makefile index ae15d5a359..60a84b646e 100644 --- a/contrib/intagg/Makefile +++ b/contrib/intagg/Makefile @@ -2,30 +2,14 @@ # Makefile for integer aggregator # Copyright (C) 2001 Digital Music Network. # by Mark L. Woodward -# +# $Header: /cvsroot/pgsql/contrib/intagg/Makefile,v 1.3 2002/02/25 04:16:58 tgl Exp $ + subdir = contrib/intagg top_builddir = ../.. include $(top_builddir)/src/Makefile.global -NAME=int_aggregate -SONAME = $(NAME)$(DLSUFFIX) MODULES = int_aggregate -DATA_built = int_aggregate.so +DATA_built = int_aggregate.sql DOCS = README.int_aggregate -SQLS=int_aggregate.sql include $(top_srcdir)/contrib/contrib-global.mk - -%.sql: %.sql.in - sed 's,MODULE_FILENAME,$$libdir/$(NAME),g' $< >$@ - -all : $(SONAME) $(SQLS) - - -install : all - $(INSTALL_SHLIB) $(SONAME) $(DESTDIR)$(pkglibdir) - - -clean : - rm -f $(SONAME) - rm -f $(SQLS) |
