|
2 | 2 | # |
3 | 3 | # Makefile for parser |
4 | 4 | # |
5 | | -# $Header: /cvsroot/pgsql/src/backend/parser/Makefile,v 1.33 2001/05/04 22:01:03 tgl Exp $ |
| 5 | +# $Header: /cvsroot/pgsql/src/backend/parser/Makefile,v 1.34 2001/08/09 18:13:23 petere Exp $ |
6 | 6 | # |
7 | 7 | #------------------------------------------------------------------------- |
8 | 8 |
|
9 | 9 | subdir = src/backend/parser |
10 | 10 | top_builddir = ../../.. |
11 | 11 | include$(top_builddir)/src/Makefile.global |
12 | 12 |
|
13 | | -ifeq ($(GCC), yes) |
14 | | -overrideCFLAGS+= -Wno-error |
15 | | -endif |
16 | | - |
17 | 13 | OBJS= analyze.o gram.o keywords.o parser.o parse_agg.o parse_clause.o\ |
18 | 14 | parse_expr.o parse_func.o parse_node.o parse_oper.o parse_relation.o\ |
19 | 15 | parse_type.o parse_coerce.o parse_target.o scan.o scansup.o |
|