stage3/Makefile.am
author Manuele Conti <conti.ma@alice.it>
Wed, 09 May 2012 20:05:57 +0200
changeset 549 af9517cad953
parent 508 dc6906338042
child 559 a3b8925e640c
permissions -rw-r--r--
Fix data type check array subscript field.
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