stage3/Makefile.am
author Laurent Bessard
Fri, 16 Nov 2012 01:02:54 +0100
changeset 708 6cc8255ecfe4
parent 564 dabffc3086dc
child 656 45a796bce487
permissions -rw-r--r--
Fix in accessor undefined init methods for function block global instances
include ../common.mk

lib_LIBRARIES = libstage3.a

libstage3_a_SOURCES = \
	stage3.cc \
	flow_control_analysis.cc \
	fill_candidate_datatypes.cc \
	narrow_candidate_datatypes.cc \
	print_datatypes_error.cc \
	datatype_functions.cc \
	lvalue_check.cc \
	array_range_check.cc \
        constant_folding.cc