This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
postgres
Watch
1
Star
0
Fork
0
You've already forked postgres
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
ba4cacf075
postgres
/
contrib
/
contrib-global.mk
5 lines
85 B
Makefile
Raw
Normal View
History
Unescape
Escape
Remove cvs keywords from all files.
2010-09-21 00:08:53 +04: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 14:49:30 +04: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 16:26:40 +04: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