includedir = @includedir@/nasal lib_LIBRARIES = libsgnasal.a include_HEADERS = nasal.h libsgnasal_a_SOURCES = \ code.c \ codegen.c \ debug.c \ gc.c \ hash.c \ lex.c \ lib.c \ mathlib.c \ misc.c \ parse.c \ string.c \ vector.c INCLUDES = -I$(top_srcdir)