You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
postgres/src/backend/optimizer/Makefile

13 lines
308 B

#
# Makefile for optimizer
#
# $PostgreSQL: pgsql/src/backend/optimizer/Makefile,v 1.14 2008/02/19 10:30:07 petere Exp $
#
subdir = src/backend/optimizer
top_builddir = ../../..
include $(top_builddir)/src/Makefile.global
SUBDIRS = geqo path plan prep util
include $(top_srcdir)/src/backend/common.mk