## Makefile.am -- Process this file with automake to produce Makefile.in INCLUDES = -I$(top_builddir) -I$(top_srcdir) noinst_PROGRAMS = basic glrparse basic_SOURCES = basic.cc glrparse_SOURCES = glrparse.cc