absyntax/Makefile.am
author mjsousa
Sat, 06 Dec 2014 19:11:32 +0000
changeset 958 7474d2cd1d6e
parent 353 17bffb57a8c5
permissions -rw-r--r--
Add a new pou_typename_c object to the AST to store references to previously declared Functions, FB, and Programs.
include ../common.mk

lib_LIBRARIES = libabsyntax.a

libabsyntax_a_SOURCES = \
	absyntax.cc \
	visitor.cc