comparison Makefile.gen @ 191:d26bc1adfd14

Add internal directory reading and filename matching, plus optional subdirectory recursion via '-R' option.
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 09 Jul 2018 16:46:08 +0300
parents fe42ad960bc8
children a5bc27d26174
comparison
equal deleted inserted replaced
190:72c415154700 191:d26bc1adfd14
6 6
7 # 7 #
8 # Objects 8 # Objects
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_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 sidinfo.o
14 SIDINFO_BIN=$(BINPATH)sidinfo$(EXEEXT) 14 SIDINFO_BIN=$(BINPATH)sidinfo$(EXEEXT)
15 15
16 TARGETS += $(SIDINFO_BIN) 16 TARGETS += $(SIDINFO_BIN)