Handle buggy source code gracefully (do not bork when non-array variable is used as an array. e.g: int_var[42]:= 33)
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