comparison Makefile.gen @ 274:a5bc27d26174

Rename EXEEXT to BINEXT in the build system, as per changes in th-libs build system.
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 06 Jan 2020 12:44:37 +0200
parents d26bc1adfd14
children 04917c170c23
comparison
equal deleted inserted replaced
273:2437436b6129 274:a5bc27d26174
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 sidinfo.o
14 SIDINFO_BIN=$(BINPATH)sidinfo$(EXEEXT) 14 SIDINFO_BIN=$(BINPATH)sidinfo$(BINEXT)
15 15
16 TARGETS += $(SIDINFO_BIN) 16 TARGETS += $(SIDINFO_BIN)
17 17
18 include $(THLIBS)/Makefile.inc 18 include $(THLIBS)/Makefile.inc
19 19