absyntax/Makefile.am
author Mario de Sousa <msousa@fe.up.pt>
Thu, 21 Dec 2017 17:56:12 +0000
changeset 1065 0066fe31a034
parent 353 17bffb57a8c5
permissions -rw-r--r--
fix bug: allow variables with names starting with 'var' to be used in the first line of POU body
include ../common.mk

lib_LIBRARIES = libabsyntax.a

libabsyntax_a_SOURCES = \
	absyntax.cc \
	visitor.cc