stage3/Makefile.am
changeset 625 c0bda77b37a0
parent 564 dabffc3086dc
child 656 45a796bce487
equal deleted inserted replaced
412:aad38592bdde 625:c0bda77b37a0
     2 
     2 
     3 lib_LIBRARIES = libstage3.a
     3 lib_LIBRARIES = libstage3.a
     4 
     4 
     5 libstage3_a_SOURCES = \
     5 libstage3_a_SOURCES = \
     6 	stage3.cc \
     6 	stage3.cc \
     7 	visit_expression_type.cc 
     7 	flow_control_analysis.cc \
       
     8 	fill_candidate_datatypes.cc \
       
     9 	narrow_candidate_datatypes.cc \
       
    10 	print_datatypes_error.cc \
       
    11 	datatype_functions.cc \
       
    12 	lvalue_check.cc \
       
    13 	array_range_check.cc \
       
    14         constant_folding.cc
     8 
    15