stage3/Makefile.am
author Mario de Sousa <msousa@fe.up.pt>
Thu, 20 Dec 2018 18:55:22 +0000
changeset 1074 c46b3d3c9441
parent 1000 556b74055518
permissions -rw-r--r--
fix issue#77 - when IL FB followed by SFC FB, non-existant error was detected in IL code.
include ../common.mk

lib_LIBRARIES = libstage3.a

libstage3_a_SOURCES = \
	stage3.cc \
	flow_control_analysis.cc \
	fill_candidate_datatypes.cc \
	narrow_candidate_datatypes.cc \
	forced_narrow_candidate_datatypes.cc \
	print_datatypes_error.cc \
	datatype_functions.cc \
	lvalue_check.cc \
	array_range_check.cc \
	case_elements_check.cc \
        constant_folding.cc \
        declaration_check.cc \
        enum_declaration_check.cc \
        remove_forward_dependencies.cc