stage3/Makefile.am
author Mario de Sousa <msousa@fe.up.pt>
Fri, 19 Jul 2013 13:31:35 +0100
changeset 823 c95f42f28b69
parent 738 e47cc8c954db
child 959 8bfcc8e62bd6
permissions -rw-r--r--
Declare that YYLSTYPE is not the default trivial datatype used by bison. (was causing compile errors in bison ver >= 2.7)
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 \
        enum_declaration_check.cc