absyntax/Makefile.am
author mjsousa
Sat, 06 Dec 2014 19:14:23 +0000
changeset 959 8bfcc8e62bd6
parent 353 17bffb57a8c5
permissions -rw-r--r--
Fix C code generation when forward references (-p command line option) is on.
include ../common.mk

lib_LIBRARIES = libabsyntax.a

libabsyntax_a_SOURCES = \
	absyntax.cc \
	visitor.cc