absyntax/Makefile.am
author mjsousa
Tue, 08 Apr 2014 14:35:31 +0100
changeset 889 5f380b99e95e
parent 353 17bffb57a8c5
permissions -rw-r--r--
Correctly handle structured variables that include FB and external FBs (example: FB1.FB2.extFB3.FB4.extFB5.extFB6.structvar.field1 := 42;) (this commit fixes only ST code. TODO: IL and SFC)
include ../common.mk

lib_LIBRARIES = libabsyntax.a

libabsyntax_a_SOURCES = \
	absyntax.cc \
	visitor.cc