stage4/generate_iec/Makefile.am
author Mario de Sousa <msousa@fe.up.pt>
Wed, 13 Feb 2013 18:56:25 +0000
changeset 810 d9c48ad646f1
parent 784 1e1c04ac8dab
permissions -rw-r--r--
Add a new node to the abstract symtax tree, which will let us do datatype checking of FB variable declarations using the standard algorithm, and no special cases.
include ../../common.mk

lib_LIBRARIES = libstage4_iec.a

libstage4_iec_a_SOURCES = generate_iec.cc 

libstage4_iec_a_LIBADD = ../stage4.o

libstage4_iec_a_CPPFLAGS = -I../../../absyntax