absyntax/Makefile.am
author mjsousa
Sun, 28 Sep 2014 16:35:44 +0100
changeset 933 76324f461aed
parent 353 17bffb57a8c5
permissions -rw-r--r--
Add support for de-referencing of REF_TO datatypes (Note: dereferencing of arrays and structs not yet supported!)
include ../common.mk

lib_LIBRARIES = libabsyntax.a

libabsyntax_a_SOURCES = \
	absyntax.cc \
	visitor.cc