2
# included from Top Level Makefile.am
3
# All paths should be given relative to the root
6
# Copyright (C) 2011 Brian Aker
8
# This program is free software; you can redistribute it and/or modify
9
# it under the terms of the GNU General Public License as published by
10
# the Free Software Foundation; either version 2 of the License, or
11
# (at your option) any later version.
13
# This program is distributed in the hope that it will be useful,
14
# but WITHOUT ANY WARRANTY; without even the implied warranty of
15
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16
# GNU General Public License for more details.
18
# You should have received a copy of the GNU General Public License
19
# along with this program; if not, write to the Free Software
20
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
23
drizzled/execute/parser.output \
24
drizzled/execute/parser.cc \
25
drizzled/execute/parser.h \
26
drizzled/execute/scanner.cc \
27
drizzled/execute/scanner.h
30
drizzled/execute/context.h \
31
drizzled/execute/parser.h \
32
drizzled/execute/scanner.h \
33
drizzled/execute/symbol.h
36
drizzled_drizzled_SOURCES+= \
37
drizzled/execute/parser.cc \
38
drizzled/execute/scanner.cc
41
drizzled/execute/parser.yy\
42
drizzled/execute/scanner.l
45
drizzled/execute/scanner.cc\
46
drizzled/execute/parser.h\
47
drizzled/execute/parser.cc
49
drizzled/execute/parser.h: drizzled/execute/parser.cc
51
drizzled/execute/parser.cc: drizzled/execute/parser.yy drizzled/execute/scanner.l drizzled/execute/scanner.h
52
$(AM_V_YACC)$(am__skipyacc) $(YACC) $(YLFLAGS) $(AM_YFLAGS) -o $@ $<
54
drizzled/execute/scanner.h: drizzled/execute/scanner.cc
56
drizzled/execute/scanner.cc: drizzled/execute/scanner.l drizzled/execute/parser.yy