comparison Makefile.gen @ 678:7e207f1023d9

Split stdio and memio stuff to separate files from th_stdio.c
author Matti Hamalainen <ccr@tnsp.org>
date Sat, 29 Feb 2020 12:19:02 +0200
parents d191ded8a790
children ac9895c6b056
comparison
equal deleted inserted replaced
677:927772fb0745 678:7e207f1023d9
15 15
16 ### 16 ###
17 ### Objects and binaries 17 ### Objects and binaries
18 ### 18 ###
19 THLIBS_A=$(OBJPATH)thlibs.a 19 THLIBS_A=$(OBJPATH)thlibs.a
20 THLIBS_OBJ=th_util.o th_config.o th_string.o th_ioctx.o \ 20 THLIBS_OBJ=th_util.o th_config.o th_string.o th_args.o \
21 th_args.o th_crypto.o th_datastruct.o th_network.o \ 21 th_crypto.o th_datastruct.o th_network.o th_file.o \
22 th_file.o th_regex.o 22 th_ioctx.o th_ioctx_stdio.o th_ioctx_mem.o th_regex.o
23 23
24 24
25 TESTS_OBJ=tests.o 25 TESTS_OBJ=tests.o
26 TESTS_BIN=$(BINPATH)tests$(BINEXT) 26 TESTS_BIN=$(BINPATH)tests$(BINEXT)
27 27