stage3/Makefile.am
author Mario de Sousa <msousa@fe.up.pt>
Mon, 04 Jun 2012 18:22:11 +0100
changeset 562 044238931066
parent 560 13b5b7faa3d7
child 564 dabffc3086dc
permissions -rw-r--r--
Change return data type of array_dimension_iterator_c.next()
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