stage4/generate_iec/Makefile.am
author mjsousa
Mon, 11 Aug 2014 07:22:37 +0100
changeset 928 fa7a6800503d
parent 784 1e1c04ac8dab
permissions -rw-r--r--
Fix calling of functions whose parameters are of an implicitly declared datatype (currently only makes sense for REF_TO datatypes, but may make sense to other datatypes too if the datatype model is changed in the future).
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