stage3/Makefile.am
author Manuele Conti <conti.ma@alice.it>
Sun, 13 May 2012 17:57:15 +0200
changeset 557 95a2fe60a15c
parent 508 dc6906338042
child 559 a3b8925e640c
permissions -rw-r--r--
Add verify_is_lvalue to control_variable in for_statement.
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