Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
Postgres FD Implementation
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Abuhujair Javed
Postgres FD Implementation
Commits
d6198ee3
Commit
d6198ee3
authored
Feb 25, 2002
by
Tom Lane
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Try to make makefile actually work ...
parent
17f99139
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
19 deletions
+3
-19
contrib/intagg/Makefile
contrib/intagg/Makefile
+3
-19
No files found.
contrib/intagg/Makefile
View file @
d6198ee3
...
@@ -2,30 +2,14 @@
...
@@ -2,30 +2,14 @@
# Makefile for integer aggregator
# Makefile for integer aggregator
# Copyright (C) 2001 Digital Music Network.
# Copyright (C) 2001 Digital Music Network.
# by Mark L. Woodward
# by Mark L. Woodward
#
# $Header: /cvsroot/pgsql/contrib/intagg/Makefile,v 1.3 2002/02/25 04:16:58 tgl Exp $
subdir
=
contrib/intagg
subdir
=
contrib/intagg
top_builddir
=
../..
top_builddir
=
../..
include
$(top_builddir)/src/Makefile.global
include
$(top_builddir)/src/Makefile.global
NAME
=
int_aggregate
SONAME
=
$(NAME)$(DLSUFFIX)
MODULES
=
int_aggregate
MODULES
=
int_aggregate
DATA_built
=
int_aggregate.s
o
DATA_built
=
int_aggregate.s
ql
DOCS
=
README.int_aggregate
DOCS
=
README.int_aggregate
SQLS
=
int_aggregate.sql
include
$(top_srcdir)/contrib/contrib-global.mk
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)
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment