comparison Makefile.gen @ 359:969f86b74bff

Add th_ioctx_stdio.o to th-libs objects.
author Matti Hamalainen <ccr@tnsp.org>
date Sat, 29 Feb 2020 12:20:03 +0200
parents 5fafd0735b18
children ab53c76f40d5
comparison
equal deleted inserted replaced
358:a5131cd64110 359:969f86b74bff
7 7
8 8
9 ### 9 ###
10 ### Objects and targets 10 ### Objects and targets
11 ### 11 ###
12 THLIBS_OBJ=th_util.o th_string.o th_ioctx.o \ 12 THLIBS_OBJ=th_util.o th_string.o th_file.o th_args.o \
13 th_file.o th_args.o th_crypto.o th_datastruct.o 13 th_crypto.o th_datastruct.o th_ioctx.o \
14 th_ioctx_stdio.o
14 15
15 SIDINFO_OBJ=sidlib.o sidutil.o sidinfo.o 16 SIDINFO_OBJ=sidlib.o sidutil.o sidinfo.o
16 SIDINFO_BIN=$(BINPATH)sidinfo$(BINEXT) 17 SIDINFO_BIN=$(BINPATH)sidinfo$(BINEXT)
17 18
18 TARGETS += $(SIDINFO_BIN) 19 TARGETS += $(SIDINFO_BIN)