Where to find the Makefile.global?

Started by Wen Yialmost 3 years ago2 messagesgeneral
Jump to latest
#1Wen Yi
chuxuec@outlook.com

Hi team,
I'm a newbie to the postgres and I want to learn the principle of libpq.
When I read the makefile,I can't find the '/src/Makefile.global'
Can someone provide a suggestion?

Yours,
WenYI.

#2Tom Lane
tgl@sss.pgh.pa.us
In reply to: Wen Yi (#1)
Re: Where to find the Makefile.global?

Wen Yi <chuxuec@outlook.com> writes:

When I read the makefile,I can't find the '/src/Makefile.global'
Can someone provide a suggestion?

Makefile.global is made from Makefile.global.in by the configure script.

regards, tom lane