stage3/Makefile.am
author Manuele Conti <conti.ma@alice.it>
Tue, 28 Aug 2012 22:37:26 +0200
changeset 642 2ca07e3b08d6
parent 564 dabffc3086dc
child 656 45a796bce487
permissions -rw-r--r--
Replace test bison version without bash regular expression.
Tested on OS X 10.8 - Linux Ubuntu 12.4 - MinGW.
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 \
	lvalue_check.cc \
	array_range_check.cc \
        constant_folding.cc