summaryrefslogtreecommitdiffstats
path: root/qlparser
diff options
context:
space:
mode:
authorHans Ulrich Niedermann <hun@n-dimensional.de>2011-03-06 17:35:06 +0100
committerHans Ulrich Niedermann <hun@n-dimensional.de>2011-03-07 20:57:50 +0100
commit99b7fd24c2631f030dab249f89b5a15326459fcb (patch)
tree3813fe7bd2543718388fbac659a54d436ead47c5 /qlparser
parent02bf6022d153b9abeb513b0055510559f873da93 (diff)
downloadrasdaman-upstream-99b7fd24c2631f030dab249f89b5a15326459fcb.tar.gz
rasdaman-upstream-99b7fd24c2631f030dab249f89b5a15326459fcb.tar.xz
rasdaman-upstream-99b7fd24c2631f030dab249f89b5a15326459fcb.zip
nonrecbuild: Make "autoreconf" and "configure" run
We still need to adapt the actual make rules and vars so that an actual build might work.
Diffstat (limited to 'qlparser')
-rw-r--r--qlparser/Makefile-files16
1 files changed, 8 insertions, 8 deletions
diff --git a/qlparser/Makefile-files b/qlparser/Makefile-files
index b217a88..d89fac0 100644
--- a/qlparser/Makefile-files
+++ b/qlparser/Makefile-files
@@ -30,15 +30,15 @@
#
##################################################################
-pkglib_LTLIBRARIES = libqlparser.la
+pkglib_LTLIBRARIES += libqlparser.la
+
+# -d generates token definitions in .h file
+libqlparser_la_YFLAGS = -d -y
# -I gnererates an interactive scanner which doesn't try to look ahead past a newline
# -i generates a scanner which doesn't care about upper and lower case; doesn't work
-AM_LFLAGS=-i -I
+libqlparser_la_LFLAGS = -i -I
-YACC = bison
-# -d generates token definitions in .h file
-AM_YFLAGS=-d -y
libqlparser_la_CPPFLAGS = $(AM_CPPFLAGS)
libqlparser_la_CPPFLAGS += $(BASEDB_CPPFLAGS)
libqlparser_la_SOURCES=oql.yy lex.ll alloca.c\
@@ -90,7 +90,7 @@ libqlparser_la_SOURCES=oql.yy lex.ll alloca.c\
qtmddconfig.hh qtmddconfig.cc \
qtmddcfgop.hh qtmddcfgop.cc
-EXTRA_libqlparser_la_SOURCES = autogen_qtui.hh autogen_qtui.icc autogen_qtui.cc
+# EXTRA_libqlparser_la_SOURCES = autogen_qtui.hh autogen_qtui.icc autogen_qtui.cc
-BUILT_SOURCES=lex.cc oql.cc oql.h
-CLEANFILES=lex.cc oql.cc oql.h
+# BUILT_SOURCES += lex.cc oql.cc oql.h
+# CLEANFILES += lex.cc oql.cc oql.h