mirror of
https://github.com/postgres/postgres.git
synced 2026-04-22 22:59:54 -04:00
16 lines
207 B
Makefile
16 lines
207 B
Makefile
MK_NO_LORDER= true
|
|
AR= ar
|
|
AROPT = cr
|
|
LD= $(AR)
|
|
LDREL= $(AROPT)
|
|
LDOUT=
|
|
LDFLAGS=
|
|
|
|
enable_shared = no
|
|
DLSUFFIX = .so
|
|
CFLAGS_SL =
|
|
|
|
%$(DLSUFFIX): %.o
|
|
@echo 'cannot make shared object $@ from $<'
|
|
|
|
sqlmansect = 7
|