absyntax/Makefile.am
author mjsousa
Wed, 12 Feb 2014 17:02:08 +0000
changeset 865 7365c3e5c9ae
parent 353 17bffb57a8c5
permissions -rw-r--r--
Fix bug: when checking compatibility between GLOBAL and EXTERNAL variables, must only enforce GLOBAL CONSTANT => EXTERNAL CONSTANT.
Reverse CONSTANT implication is not enforced, and neither is RETAIN compatibility.
include ../common.mk

lib_LIBRARIES = libabsyntax.a

libabsyntax_a_SOURCES = \
	absyntax.cc \
	visitor.cc