absyntax_utils/Makefile.am
author Andrey Skvortsov <andrej.skvortzov@gmail.com>
Fri, 06 May 2016 11:38:35 +0300
changeset 1007 afb3974f8fb3
parent 698 ec8df1de3e08
permissions -rw-r--r--
fix warning about overflow if matiec is running on 64-bit platform,
but the generated C code will cross-compiled for 32-bit platform

For example:
./build/config.c:29:39: error: large integer implicitly truncated to unsigned type [-Werror=overflow]
unsigned long greatest_tick_count__ = 18446744073709551611UL; /*tick*/
^
compilation terminated due to -Wfatal-errors.
cc1: all warnings being treated as errors
include ../common.mk

lib_LIBRARIES = libabsyntax_utils.a

libabsyntax_utils_a_SOURCES = \
	absyntax_utils.cc \
	add_en_eno_param_decl.cc \
	decompose_var_instance_name.cc \
	array_dimension_iterator.cc \
	case_element_iterator.cc \
	function_call_iterator.cc \
	function_call_param_iterator.cc \
	function_param_iterator.cc \
	get_sizeof_datatype.cc \
	get_var_name.cc \
	search_il_label.cc \
	search_base_type.cc \
	search_fb_instance_decl.cc \
	search_fb_typedecl.cc \
	search_varfb_instance_type.cc \
	search_var_instance_decl.cc \
	spec_init_separator.cc \
	type_initial_value.cc \
	search_varfb_instance_type.cc \
	search_var_instance_decl.cc \
	spec_init_separator.cc \
	type_initial_value.cc \
	debug_ast.cc \
	get_datatype_info.cc