mirror of
https://github.com/postgres/postgres.git
synced 2026-02-21 00:40:20 -05:00
17 lines
488 B
Makefile
17 lines
488 B
Makefile
#-------------------------------------------------------------------------
|
|
#
|
|
# Makefile--
|
|
# Makefile for lib (miscellaneous stuff)
|
|
#
|
|
# IDENTIFICATION
|
|
# $PostgreSQL: pgsql/src/backend/lib/Makefile,v 1.21 2008/02/19 10:30:07 petere Exp $
|
|
#
|
|
#-------------------------------------------------------------------------
|
|
|
|
subdir = src/backend/lib
|
|
top_builddir = ../../..
|
|
include $(top_builddir)/src/Makefile.global
|
|
|
|
OBJS = dllist.o stringinfo.o
|
|
|
|
include $(top_srcdir)/src/backend/common.mk
|