stage3/Makefile.am
author Manuele Conti <conti.ma@alice.it>
Tue, 09 Oct 2012 22:29:26 +0200
changeset 696 7530eae6786d
parent 677 740da3255d9d
child 738 e47cc8c954db
permissions -rw-r--r--
Removing several warning in iec_std_lib.h
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