Sha256: a18b5cba26f751ce2cc621dea3cd9216e07819a2555d7cb8093ad9e8790e055b

Contents?: true

Size: 746 Bytes

Versions: 12

Compression:

Stored size: 746 Bytes

Contents

noinst_LIBRARIES = libsql-parser.a

libsql_parser_a_SOURCES  = \
	copyfuncs.c \
	gram.y \
	gramparse.h \
	keywords.c \
	keywords.h \
	kwlist.h \
	kwlookup.c \
	list.c \
	makefuncs.c \
	makefuncs.h \
	memnodes.h \
	nodes.c \
	nodes.h \
	outfuncs.c \
	parsenodes.h \
	parser.c \
	parser.h \
	pg_class.h \
	pg_config_manual.h \
	pg_list.h \
	pg_trigger.h \
	pg_wchar.h \
	pool_memory.c \
	pool_memory.h \
	pool_parser.h \
	pool_string.c \
	pool_string.h \
	primnodes.h \
	scanner.h \
	scansup.c \
	scansup.h \
	snprintf.c \
	stringinfo.c \
	stringinfo.h \
	value.c \
	value.h \
	wchar.c

EXTRA_DIST = scan.c scan.l

AM_CPPFLAGS = -D_GNU_SOURCE -I .. -I @PGSQL_INCLUDE_DIR@

AM_YFLAGS = -d

gram.c: gram.y scan.c
scan.c: scan.l
	$(LEX) -o'scan.c' $<

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
prestogres-0.4.8 pgpool2/parser/Makefile.am
prestogres-0.4.7 pgpool2/parser/Makefile.am
prestogres-0.4.6 pgpool2/parser/Makefile.am
prestogres-0.4.5 pgpool2/parser/Makefile.am
prestogres-0.4.4 pgpool2/parser/Makefile.am
prestogres-0.4.3 pgpool2/parser/Makefile.am
prestogres-0.4.2 pgpool2/parser/Makefile.am
prestogres-0.4.1 pgpool2/parser/Makefile.am
prestogres-0.4.0 pgpool2/parser/Makefile.am
prestogres-0.3.0 pgpool2/parser/Makefile.am
prestogres-0.2.0 pgpool2/parser/Makefile.am
prestogres-0.1.0 pgpool2/parser/Makefile.am