This website requires JavaScript.
Explore
Help
Sign In
mirror
/
postgresql
Watch
2
Star
0
Fork
0
You've already forked postgresql
mirror of
https://git.postgresql.org/git/postgresql.git
synced
2024-12-03 08:00:21 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
c0e8fb6148
postgresql
/
contrib
/
contrib-global.mk
5 lines
85 B
Makefile
Raw
Normal View
History
Unescape
Escape
Remove cvs keywords from all files.
2010-09-21 04:08:53 +08:00
# contrib/contrib-global.mk
To fix the perpetually broken makefiles in the contrib tree, I have written a generic framework of rules that the contrib makefiles can use instead of writing their own each time. You only need to set a few variables and off you go.
2001-09-06 18:49:30 +08:00
PostgreSQL extension makefile framework ("pgxs"), by Fabien Coelho, with some massaging by Peter Eisentraut. This is basically a simple generalization of the existing contrib makefiles.
2004-07-30 20:26:40 +08:00
NO_PGXS
=
1
i
n
c
l
u
d
e
$(
top_srcdir
)
/
s
r
c
/
m
a
k
e
f
i
l
e
s
/
p
g
x
s
.
m
k
Reference in New Issue
Copy Permalink