stage4/generate_c/Makefile.am
author Mario de Sousa <msousa@fe.up.pt>
Wed, 18 Dec 2013 18:41:05 +0000
changeset 851 2c59c2b8fca4
parent 784 1e1c04ac8dab
permissions -rw-r--r--
Fix bug/issue #33 (correctly access struct/array variables declared inside a FB -> r:=FB1.FB2.struct1.array1[3] )
include ../../common.mk

lib_LIBRARIES = libstage4_c.a

libstage4_c_a_SOURCES = generate_c.cc 

libstage4_c_a_LIBADD = ../stage4.o

libstage4_c_a_CPPFLAGS = -I../../../absyntax