stage3/Makefile.am
author Laurent Bessard
Wed, 12 Sep 2012 01:14:38 +0200
changeset 630 5250fbf20999
parent 564 dabffc3086dc
child 656 45a796bce487
permissions -rw-r--r--
Fix bug SFC action index declarations were different in POUS.c and VARIABLES.csv when boolean variables are used as action name in step action association
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