comparison Makefile.gen @ 313:b3d46806787d

Move a number of more or less generic helper functions into a separate sidutil.[ch] module.
author Matti Hamalainen <ccr@tnsp.org>
date Sat, 11 Jan 2020 18:30:10 +0200
parents 6212051334e7
children b6f88c150573
comparison
equal deleted inserted replaced
312:1950bb04a69b 313:b3d46806787d
8 ### Objects and targets 8 ### Objects and targets
9 ### 9 ###
10 THLIBS_OBJ=th_util.o th_string.o th_ioctx.o \ 10 THLIBS_OBJ=th_util.o th_string.o th_ioctx.o \
11 th_file.o th_args.o th_crypto.o th_datastruct.o 11 th_file.o th_args.o th_crypto.o th_datastruct.o
12 12
13 SIDINFO_OBJ=sidlib.o sidinfo.o 13 SIDINFO_OBJ=sidlib.o sidutil.o sidinfo.o
14 SIDINFO_BIN=$(BINPATH)sidinfo$(BINEXT) 14 SIDINFO_BIN=$(BINPATH)sidinfo$(BINEXT)
15 15
16 TARGETS += $(SIDINFO_BIN) 16 TARGETS += $(SIDINFO_BIN)
17 17
18 18