stage3/Makefile.am
author Mario de Sousa <msousa@fe.up.pt>
Thu, 25 Oct 2012 13:40:13 +0100
changeset 688 c2c0084df58e
parent 677 740da3255d9d
child 738 e47cc8c954db
permissions -rw-r--r--
Delete debugging code, introduced by mistake in previous commit.
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