stage3/Makefile.am
author Mario de Sousa <msousa@fe.up.pt>
Wed, 06 Jun 2012 13:28:50 +0100
changeset 567 e5deeb6d4d2f
parent 564 dabffc3086dc
child 656 45a796bce487
permissions -rw-r--r--
create extract_real_value() in absyntax_utils. NOTE: overflows not yet handled!
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