Edit

kc3-lang/kc3/libc3/sources.mk

Branch :

  • libc3/sources.mk
  • # sources.mk generated by update_sources
    HEADERS = \
    	abs.h \
    	arg.h \
    	array.h \
    	binding.h \
    	bool.h \
    	buf.h \
    	buf_file.h \
    	buf_inspect.h \
    	buf_inspect_s16.h \
    	buf_inspect_s16_binary.h \
    	buf_inspect_s16_decimal.h \
    	buf_inspect_s16_hexadecimal.h \
    	buf_inspect_s16_octal.h \
    	buf_inspect_s32.h \
    	buf_inspect_s32_binary.h \
    	buf_inspect_s32_decimal.h \
    	buf_inspect_s32_hexadecimal.h \
    	buf_inspect_s32_octal.h \
    	buf_inspect_s64.h \
    	buf_inspect_s64_binary.h \
    	buf_inspect_s64_decimal.h \
    	buf_inspect_s64_hexadecimal.h \
    	buf_inspect_s64_octal.h \
    	buf_inspect_s8.h \
    	buf_inspect_s8_binary.h \
    	buf_inspect_s8_decimal.h \
    	buf_inspect_s8_hexadecimal.h \
    	buf_inspect_s8_octal.h \
    	buf_inspect_sw.h \
    	buf_inspect_sw_binary.h \
    	buf_inspect_sw_decimal.h \
    	buf_inspect_sw_hexadecimal.h \
    	buf_inspect_sw_octal.h \
    	buf_inspect_u16.h \
    	buf_inspect_u16_binary.h \
    	buf_inspect_u16_decimal.h \
    	buf_inspect_u16_hexadecimal.h \
    	buf_inspect_u16_octal.h \
    	buf_inspect_u32.h \
    	buf_inspect_u32_binary.h \
    	buf_inspect_u32_decimal.h \
    	buf_inspect_u32_hexadecimal.h \
    	buf_inspect_u32_octal.h \
    	buf_inspect_u64.h \
    	buf_inspect_u64_binary.h \
    	buf_inspect_u64_decimal.h \
    	buf_inspect_u64_hexadecimal.h \
    	buf_inspect_u64_octal.h \
    	buf_inspect_u8.h \
    	buf_inspect_u8_binary.h \
    	buf_inspect_u8_decimal.h \
    	buf_inspect_u8_hexadecimal.h \
    	buf_inspect_u8_octal.h \
    	buf_inspect_uw.h \
    	buf_inspect_uw_binary.h \
    	buf_inspect_uw_decimal.h \
    	buf_inspect_uw_hexadecimal.h \
    	buf_inspect_uw_octal.h \
    	buf_parse.h \
    	buf_parse_c.h \
    	buf_parse_s16.h \
    	buf_parse_s32.h \
    	buf_parse_s64.h \
    	buf_parse_s8.h \
    	buf_parse_sw.h \
    	buf_parse_u16.h \
    	buf_parse_u32.h \
    	buf_parse_u64.h \
    	buf_parse_u8.h \
    	buf_parse_uw.h \
    	buf_save.h \
    	c3.h \
    	c3_main.h \
    	c_types.h \
    	call.h \
    	ceiling.h \
    	cfn.h \
    	character.h \
    	compare.h \
    	config.h \
    	env.h \
    	error.h \
    	error_handler.h \
    	eval.h \
    	fact.h \
    	facts.h \
    	facts_cursor.h \
    	facts_spec.h \
    	facts_spec_cursor.h \
    	facts_with.h \
    	facts_with_cursor.h \
    	float.h \
    	fn.h \
    	fn_clause.h \
    	frame.h \
    	hash.h \
    	ident.h \
    	integer.h \
    	io.h \
    	list.h \
    	log.h \
    	module.h \
    	operator.h \
    	quote.h \
    	set__fact.h \
    	set__tag.h \
    	set_cursor__fact.h \
    	set_cursor__tag.h \
    	set_item__fact.h \
    	set_item__tag.h \
    	sha1.h \
    	sign.h \
    	skiplist__fact.h \
    	skiplist_node__fact.h \
    	str.h \
    	sym.h \
    	tag.h \
    	tuple.h \
    	type.h \
    	types.h \
    	ucd.h \
    
    SOURCES = \
    	abs.c \
    	arg.c \
    	array.c \
    	binding.c \
    	bool.c \
    	buf.c \
    	buf_file.c \
    	buf_inspect.c \
    	buf_inspect_s16.c \
    	buf_inspect_s16_binary.c \
    	buf_inspect_s16_decimal.c \
    	buf_inspect_s16_hexadecimal.c \
    	buf_inspect_s16_octal.c \
    	buf_inspect_s32.c \
    	buf_inspect_s32_binary.c \
    	buf_inspect_s32_decimal.c \
    	buf_inspect_s32_hexadecimal.c \
    	buf_inspect_s32_octal.c \
    	buf_inspect_s64.c \
    	buf_inspect_s64_binary.c \
    	buf_inspect_s64_decimal.c \
    	buf_inspect_s64_hexadecimal.c \
    	buf_inspect_s64_octal.c \
    	buf_inspect_s8.c \
    	buf_inspect_s8_binary.c \
    	buf_inspect_s8_decimal.c \
    	buf_inspect_s8_hexadecimal.c \
    	buf_inspect_s8_octal.c \
    	buf_inspect_sw.c \
    	buf_inspect_sw_binary.c \
    	buf_inspect_sw_decimal.c \
    	buf_inspect_sw_hexadecimal.c \
    	buf_inspect_sw_octal.c \
    	buf_inspect_u16.c \
    	buf_inspect_u16_binary.c \
    	buf_inspect_u16_decimal.c \
    	buf_inspect_u16_hexadecimal.c \
    	buf_inspect_u16_octal.c \
    	buf_inspect_u32.c \
    	buf_inspect_u32_binary.c \
    	buf_inspect_u32_decimal.c \
    	buf_inspect_u32_hexadecimal.c \
    	buf_inspect_u32_octal.c \
    	buf_inspect_u64.c \
    	buf_inspect_u64_binary.c \
    	buf_inspect_u64_decimal.c \
    	buf_inspect_u64_hexadecimal.c \
    	buf_inspect_u64_octal.c \
    	buf_inspect_u8.c \
    	buf_inspect_u8_binary.c \
    	buf_inspect_u8_decimal.c \
    	buf_inspect_u8_hexadecimal.c \
    	buf_inspect_u8_octal.c \
    	buf_inspect_uw.c \
    	buf_inspect_uw_binary.c \
    	buf_inspect_uw_decimal.c \
    	buf_inspect_uw_hexadecimal.c \
    	buf_inspect_uw_octal.c \
    	buf_parse.c \
    	buf_parse_c.c \
    	buf_parse_s16.c \
    	buf_parse_s32.c \
    	buf_parse_s64.c \
    	buf_parse_s8.c \
    	buf_parse_sw.c \
    	buf_parse_u16.c \
    	buf_parse_u32.c \
    	buf_parse_u64.c \
    	buf_parse_u8.c \
    	buf_parse_uw.c \
    	buf_save.c \
    	c3.c \
    	call.c \
    	ceiling.c \
    	cfn.c \
    	character.c \
    	compare.c \
    	env.c \
    	error.c \
    	error_handler.c \
    	eval.c \
    	fact.c \
    	facts.c \
    	facts_cursor.c \
    	facts_spec.c \
    	facts_spec_cursor.c \
    	facts_with.c \
    	facts_with_cursor.c \
    	fn.c \
    	fn_clause.c \
    	frame.c \
    	hash.c \
    	ident.c \
    	integer.c \
    	io.c \
    	list.c \
    	log.c \
    	module.c \
    	operator.c \
    	quote.c \
    	set__fact.c \
    	set__tag.c \
    	set_cursor__fact.c \
    	set_cursor__tag.c \
    	set_item__fact.c \
    	set_item__tag.c \
    	sign.c \
    	skiplist__fact.c \
    	skiplist_node__fact.c \
    	str.c \
    	sym.c \
    	tag.c \
    	tuple.c \
    	type.c \
    	ucd.c \
    
    LO_SOURCES = \
    	abs.c \
    	arg.c \
    	array.c \
    	binding.c \
    	bool.c \
    	buf.c \
    	buf_file.c \
    	buf_inspect.c \
    	buf_inspect_s16.c \
    	buf_inspect_s16_binary.c \
    	buf_inspect_s16_decimal.c \
    	buf_inspect_s16_hexadecimal.c \
    	buf_inspect_s16_octal.c \
    	buf_inspect_s32.c \
    	buf_inspect_s32_binary.c \
    	buf_inspect_s32_decimal.c \
    	buf_inspect_s32_hexadecimal.c \
    	buf_inspect_s32_octal.c \
    	buf_inspect_s64.c \
    	buf_inspect_s64_binary.c \
    	buf_inspect_s64_decimal.c \
    	buf_inspect_s64_hexadecimal.c \
    	buf_inspect_s64_octal.c \
    	buf_inspect_s8.c \
    	buf_inspect_s8_binary.c \
    	buf_inspect_s8_decimal.c \
    	buf_inspect_s8_hexadecimal.c \
    	buf_inspect_s8_octal.c \
    	buf_inspect_sw.c \
    	buf_inspect_sw_binary.c \
    	buf_inspect_sw_decimal.c \
    	buf_inspect_sw_hexadecimal.c \
    	buf_inspect_sw_octal.c \
    	buf_inspect_u16.c \
    	buf_inspect_u16_binary.c \
    	buf_inspect_u16_decimal.c \
    	buf_inspect_u16_hexadecimal.c \
    	buf_inspect_u16_octal.c \
    	buf_inspect_u32.c \
    	buf_inspect_u32_binary.c \
    	buf_inspect_u32_decimal.c \
    	buf_inspect_u32_hexadecimal.c \
    	buf_inspect_u32_octal.c \
    	buf_inspect_u64.c \
    	buf_inspect_u64_binary.c \
    	buf_inspect_u64_decimal.c \
    	buf_inspect_u64_hexadecimal.c \
    	buf_inspect_u64_octal.c \
    	buf_inspect_u8.c \
    	buf_inspect_u8_binary.c \
    	buf_inspect_u8_decimal.c \
    	buf_inspect_u8_hexadecimal.c \
    	buf_inspect_u8_octal.c \
    	buf_inspect_uw.c \
    	buf_inspect_uw_binary.c \
    	buf_inspect_uw_decimal.c \
    	buf_inspect_uw_hexadecimal.c \
    	buf_inspect_uw_octal.c \
    	buf_parse.c \
    	buf_parse_c.c \
    	buf_parse_s16.c \
    	buf_parse_s32.c \
    	buf_parse_s64.c \
    	buf_parse_s8.c \
    	buf_parse_sw.c \
    	buf_parse_u16.c \
    	buf_parse_u32.c \
    	buf_parse_u64.c \
    	buf_parse_u8.c \
    	buf_parse_uw.c \
    	buf_save.c \
    	c3.c \
    	call.c \
    	ceiling.c \
    	cfn.c \
    	character.c \
    	compare.c \
    	env.c \
    	error.c \
    	error_handler.c \
    	eval.c \
    	fact.c \
    	facts.c \
    	facts_cursor.c \
    	facts_spec.c \
    	facts_spec_cursor.c \
    	facts_with.c \
    	facts_with_cursor.c \
    	fn.c \
    	fn_clause.c \
    	frame.c \
    	hash.c \
    	ident.c \
    	integer.c \
    	io.c \
    	list.c \
    	log.c \
    	module.c \
    	operator.c \
    	quote.c \
    	set__fact.c \
    	set__tag.c \
    	set_cursor__fact.c \
    	set_cursor__tag.c \
    	set_item__fact.c \
    	set_item__tag.c \
    	sign.c \
    	skiplist__fact.c \
    	skiplist_node__fact.c \
    	str.c \
    	sym.c \
    	tag.c \
    	tuple.c \
    	type.c \
    	ucd.c \
    	../libtommath/bn_cutoffs.c \
    	../libtommath/bn_mp_2expt.c \
    	../libtommath/bn_mp_abs.c \
    	../libtommath/bn_mp_add.c \
    	../libtommath/bn_mp_add_d.c \
    	../libtommath/bn_mp_and.c \
    	../libtommath/bn_mp_clamp.c \
    	../libtommath/bn_mp_clear.c \
    	../libtommath/bn_mp_clear_multi.c \
    	../libtommath/bn_mp_cmp.c \
    	../libtommath/bn_mp_cmp_d.c \
    	../libtommath/bn_mp_cmp_mag.c \
    	../libtommath/bn_mp_cnt_lsb.c \
    	../libtommath/bn_mp_complement.c \
    	../libtommath/bn_mp_copy.c \
    	../libtommath/bn_mp_count_bits.c \
    	../libtommath/bn_mp_div.c \
    	../libtommath/bn_mp_div_2.c \
    	../libtommath/bn_mp_div_2d.c \
    	../libtommath/bn_mp_div_3.c \
    	../libtommath/bn_mp_div_d.c \
    	../libtommath/bn_mp_dr_is_modulus.c \
    	../libtommath/bn_mp_dr_reduce.c \
    	../libtommath/bn_mp_dr_setup.c \
    	../libtommath/bn_mp_error_to_string.c \
    	../libtommath/bn_mp_exch.c \
    	../libtommath/bn_mp_exptmod.c \
    	../libtommath/bn_mp_gcd.c \
    	../libtommath/bn_mp_get_double.c \
    	../libtommath/bn_mp_get_i32.c \
    	../libtommath/bn_mp_get_i64.c \
    	../libtommath/bn_mp_get_mag_u32.c \
    	../libtommath/bn_mp_get_mag_u64.c \
    	../libtommath/bn_mp_grow.c \
    	../libtommath/bn_mp_init.c \
    	../libtommath/bn_mp_init_copy.c \
    	../libtommath/bn_mp_init_multi.c \
    	../libtommath/bn_mp_init_size.c \
    	../libtommath/bn_mp_invmod.c \
    	../libtommath/bn_mp_lcm.c \
    	../libtommath/bn_mp_lshd.c \
    	../libtommath/bn_mp_mod.c \
    	../libtommath/bn_mp_mod_2d.c \
    	../libtommath/bn_mp_montgomery_calc_normalization.c \
    	../libtommath/bn_mp_montgomery_reduce.c \
    	../libtommath/bn_mp_montgomery_setup.c \
    	../libtommath/bn_mp_mul.c \
    	../libtommath/bn_mp_mul_2.c \
    	../libtommath/bn_mp_mul_2d.c \
    	../libtommath/bn_mp_mul_d.c \
    	../libtommath/bn_mp_mulmod.c \
    	../libtommath/bn_mp_neg.c \
    	../libtommath/bn_mp_or.c \
    	../libtommath/bn_mp_radix_size.c \
    	../libtommath/bn_mp_reduce.c \
    	../libtommath/bn_mp_reduce_2k.c \
    	../libtommath/bn_mp_reduce_2k_l.c \
    	../libtommath/bn_mp_reduce_2k_setup.c \
    	../libtommath/bn_mp_reduce_2k_setup_l.c \
    	../libtommath/bn_mp_reduce_is_2k.c \
    	../libtommath/bn_mp_reduce_is_2k_l.c \
    	../libtommath/bn_mp_reduce_setup.c \
    	../libtommath/bn_mp_rshd.c \
    	../libtommath/bn_mp_set.c \
    	../libtommath/bn_mp_set_double.c \
    	../libtommath/bn_mp_set_i32.c \
    	../libtommath/bn_mp_set_i64.c \
    	../libtommath/bn_mp_set_l.c \
    	../libtommath/bn_mp_set_u32.c \
    	../libtommath/bn_mp_set_u64.c \
    	../libtommath/bn_mp_set_ul.c \
    	../libtommath/bn_mp_sqr.c \
    	../libtommath/bn_mp_sqrt.c \
    	../libtommath/bn_mp_sub.c \
    	../libtommath/bn_mp_sub_d.c \
    	../libtommath/bn_mp_xor.c \
    	../libtommath/bn_mp_zero.c \
    	../libtommath/bn_s_mp_add.c \
    	../libtommath/bn_s_mp_balance_mul.c \
    	../libtommath/bn_s_mp_exptmod.c \
    	../libtommath/bn_s_mp_exptmod_fast.c \
    	../libtommath/bn_s_mp_invmod_fast.c \
    	../libtommath/bn_s_mp_invmod_slow.c \
    	../libtommath/bn_s_mp_karatsuba_mul.c \
    	../libtommath/bn_s_mp_karatsuba_sqr.c \
    	../libtommath/bn_s_mp_montgomery_reduce_fast.c \
    	../libtommath/bn_s_mp_mul_digs.c \
    	../libtommath/bn_s_mp_mul_digs_fast.c \
    	../libtommath/bn_s_mp_mul_high_digs.c \
    	../libtommath/bn_s_mp_mul_high_digs_fast.c \
    	../libtommath/bn_s_mp_rand_platform.c \
    	../libtommath/bn_s_mp_sqr.c \
    	../libtommath/bn_s_mp_sqr_fast.c \
    	../libtommath/bn_s_mp_sub.c \
    	../libtommath/bn_s_mp_toom_mul.c \
    	../libtommath/bn_s_mp_toom_sqr.c \