stage3/Makefile.am
author Manuele Conti <conti.ma@alice.it>
Thu, 03 Jan 2013 20:34:10 +0100
changeset 787 6e2671e0f1a8
parent 738 e47cc8c954db
child 959 8bfcc8e62bd6
permissions -rw-r--r--
Fix constant_folding missing call. [Bug found by Mario.]
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 \
        constant_folding.cc \
        declaration_check.cc \
        enum_declaration_check.cc