absyntax/Makefile.am
author Mario de Sousa <msousa@fe.up.pt>
Mon, 13 Feb 2012 13:45:57 +0000
changeset 439 cf7d6862033d
parent 353 17bffb57a8c5
permissions -rw-r--r--
Add semantic verification of FB calls in IL (not yet complete - missing printing of errors!)
include ../common.mk

lib_LIBRARIES = libabsyntax.a

libabsyntax_a_SOURCES = \
	absyntax.cc \
	visitor.cc