stage3/Makefile.am
author Mario de Sousa <msousa@fe.up.pt>
Tue, 13 Mar 2012 16:38:21 +0000
changeset 478 b13feab3b918
parent 443 ff4d26b7e51d
child 508 dc6906338042
permissions -rw-r--r--
Change setting of deprecated_operation from fill to narrow_candidate_datatypes_c.
Expand widening tables for ADD, SUB, MUL and DIV.
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