File tree Expand file tree Collapse file tree 1 file changed +3
-19
lines changed Expand file tree Collapse file tree 1 file changed +3
-19
lines changed Original file line number Diff line number Diff line change 2
2
# Makefile for integer aggregator
3
3
# Copyright (C) 2001 Digital Music Network.
4
4
# by Mark L. Woodward
5
- #
5
+ # $Header: /cvsroot/pgsql/contrib/intagg/Makefile,v 1.3 2002/02/25 04:16:58 tgl Exp $
6
+
6
7
subdir = contrib/intagg
7
8
top_builddir = ../..
8
9
include $(top_builddir ) /src/Makefile.global
9
10
10
- NAME =int_aggregate
11
- SONAME = $(NAME )$(DLSUFFIX )
12
11
MODULES = int_aggregate
13
- DATA_built = int_aggregate.so
12
+ DATA_built = int_aggregate.sql
14
13
DOCS = README.int_aggregate
15
- SQLS =int_aggregate.sql
16
14
17
15
include $(top_srcdir ) /contrib/contrib-global.mk
18
-
19
- % .sql : % .sql.in
20
- sed ' s,MODULE_FILENAME,$$libdir/$(NAME),g' $< > $@
21
-
22
- all : $(SONAME ) $(SQLS )
23
-
24
-
25
- install : all
26
- $(INSTALL_SHLIB ) $(SONAME ) $(DESTDIR )$(pkglibdir )
27
-
28
-
29
- clean :
30
- rm -f $(SONAME )
31
- rm -f $(SQLS )
You can’t perform that action at this time.
0 commit comments