mirror of
https://github.com/postgres/postgres.git
synced 2025-11-06 07:49:08 +03:00
18 lines
429 B
Makefile
18 lines
429 B
Makefile
#-------------------------------------------------------------------------
|
|
#
|
|
# Makefile--
|
|
# Makefile for lib (miscellaneous stuff)
|
|
#
|
|
# IDENTIFICATION
|
|
# src/backend/lib/Makefile
|
|
#
|
|
#-------------------------------------------------------------------------
|
|
|
|
subdir = src/backend/lib
|
|
top_builddir = ../../..
|
|
include $(top_builddir)/src/Makefile.global
|
|
|
|
OBJS = dllist.o stringinfo.o
|
|
|
|
include $(top_srcdir)/src/backend/common.mk
|