Remove the encoding *numbers* from the comments. They are useless, and
[PostgreSQL.git] / src / backend / nodes / Makefile
blob4715d816f2e7124b68a95d4e32c7b5384e19b5b4
1 #-------------------------------------------------------------------------
3 # Makefile--
4 # Makefile for backend/nodes
6 # IDENTIFICATION
7 # $PostgreSQL$
9 #-------------------------------------------------------------------------
11 subdir = src/backend/nodes
12 top_builddir = ../../..
13 include $(top_builddir)/src/Makefile.global
15 OBJS = nodeFuncs.o nodes.o list.o bitmapset.o tidbitmap.o \
16 copyfuncs.o equalfuncs.o makefuncs.o \
17 outfuncs.o readfuncs.o print.o read.o params.o value.o
19 include $(top_srcdir)/src/backend/common.mk