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
72ec567a
Commit
72ec567a
authored
Oct 19, 2006
by
Tom Lane
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Simplify contrib Makefiles by removing unnecessary SRCS macro,
per Magnus.
parent
dbb397f3
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
11 deletions
+6
-11
contrib/fuzzystrmatch/Makefile
contrib/fuzzystrmatch/Makefile
+2
-3
contrib/pgrowlocks/Makefile
contrib/pgrowlocks/Makefile
+2
-4
contrib/pgstattuple/Makefile
contrib/pgstattuple/Makefile
+2
-4
No files found.
contrib/fuzzystrmatch/Makefile
View file @
72ec567a
# $PostgreSQL: pgsql/contrib/fuzzystrmatch/Makefile,v 1.
7 2006/02/27 12:54:38 petere
Exp $
# $PostgreSQL: pgsql/contrib/fuzzystrmatch/Makefile,v 1.
8 2006/10/19 17:40:03 tgl
Exp $
MODULE_big
=
fuzzystrmatch
MODULE_big
=
fuzzystrmatch
SRCS
+=
fuzzystrmatch.c dmetaphone.c
OBJS
=
fuzzystrmatch.o dmetaphone.o
OBJS
=
$(SRCS:.c=.o)
DATA_built
=
fuzzystrmatch.sql
DATA_built
=
fuzzystrmatch.sql
DATA
=
uninstall_fuzzystrmatch.sql
DATA
=
uninstall_fuzzystrmatch.sql
DOCS
=
README.fuzzystrmatch README.soundex
DOCS
=
README.fuzzystrmatch README.soundex
...
...
contrib/pgrowlocks/Makefile
View file @
72ec567a
...
@@ -2,14 +2,12 @@
...
@@ -2,14 +2,12 @@
#
#
# pgrowlocks Makefile
# pgrowlocks Makefile
#
#
# $PostgreSQL: pgsql/contrib/pgrowlocks/Makefile,v 1.
2 2006/09/30 18:08:32
tgl Exp $
# $PostgreSQL: pgsql/contrib/pgrowlocks/Makefile,v 1.
3 2006/10/19 17:40:03
tgl Exp $
#
#
#-------------------------------------------------------------------------
#-------------------------------------------------------------------------
SRCS
=
pgrowlocks.c
MODULE_big
=
pgrowlocks
MODULE_big
=
pgrowlocks
OBJS
=
$(SRCS:.c=.o)
OBJS
=
pgrowlocks.o
DOCS
=
README.pgrowlocks README.pgrowlocks.euc_jp
DOCS
=
README.pgrowlocks README.pgrowlocks.euc_jp
DATA_built
=
pgrowlocks.sql
DATA_built
=
pgrowlocks.sql
DATA
=
uninstall_pgrowlocks.sql
DATA
=
uninstall_pgrowlocks.sql
...
...
contrib/pgstattuple/Makefile
View file @
72ec567a
...
@@ -2,14 +2,12 @@
...
@@ -2,14 +2,12 @@
#
#
# pgstattuple Makefile
# pgstattuple Makefile
#
#
# $PostgreSQL: pgsql/contrib/pgstattuple/Makefile,v 1.
6 2006/09/02 17:05:29 momjian
Exp $
# $PostgreSQL: pgsql/contrib/pgstattuple/Makefile,v 1.
7 2006/10/19 17:40:03 tgl
Exp $
#
#
#-------------------------------------------------------------------------
#-------------------------------------------------------------------------
SRCS
=
pgstattuple.c pgstatindex.c
MODULE_big
=
pgstattuple
MODULE_big
=
pgstattuple
OBJS
=
$(SRCS:.c=.o)
OBJS
=
pgstattuple.o pgstatindex.o
DOCS
=
README.pgstattuple README.pgstattuple.euc_jp
DOCS
=
README.pgstattuple README.pgstattuple.euc_jp
DATA_built
=
pgstattuple.sql
DATA_built
=
pgstattuple.sql
DATA
=
uninstall_pgstattuple.sql
DATA
=
uninstall_pgstattuple.sql
...
...
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