Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit d6198ee

Browse files
committed
Try to make makefile actually work ...
1 parent 17f9913 commit d6198ee

File tree

1 file changed

+3
-19
lines changed

1 file changed

+3
-19
lines changed

contrib/intagg/Makefile

Lines changed: 3 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -2,30 +2,14 @@
22
# Makefile for integer aggregator
33
# Copyright (C) 2001 Digital Music Network.
44
# by Mark L. Woodward
5-
#
5+
# $Header: /cvsroot/pgsql/contrib/intagg/Makefile,v 1.3 2002/02/25 04:16:58 tgl Exp $
6+
67
subdir = contrib/intagg
78
top_builddir = ../..
89
include $(top_builddir)/src/Makefile.global
910

10-
NAME=int_aggregate
11-
SONAME = $(NAME)$(DLSUFFIX)
1211
MODULES = int_aggregate
13-
DATA_built = int_aggregate.so
12+
DATA_built = int_aggregate.sql
1413
DOCS = README.int_aggregate
15-
SQLS=int_aggregate.sql
1614

1715
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)

0 commit comments

Comments
 (0)