comparison Makefile.gen @ 561:1ff9e85a1fcc

Rework the configuration file loading and saving to use the I/O context and new th-config API.
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 15 Nov 2012 19:45:53 +0200
parents 52c56ada3816
children 6261511ecc96
comparison
equal deleted inserted replaced
560:1b2d434a651b 561:1ff9e85a1fcc
13 13
14 # 14 #
15 # Objects 15 # Objects
16 # 16 #
17 THLIBS_A=$(OBJPATH)thlibs.a 17 THLIBS_A=$(OBJPATH)thlibs.a
18 THLIBS_OBJ=th_util.o th_string.o th_args.o th_config.o 18 THLIBS_OBJ=th_util.o th_string.o th_args.o th_ioctx.o th_config.o
19 19
20 NNCHAT_OBJ=main.o util.o network.o ui.o 20 NNCHAT_OBJ=main.o util.o network.o ui.o
21 NNCHAT_BIN=$(BINPATH)nnchat$(EXEEXT) 21 NNCHAT_BIN=$(BINPATH)nnchat$(EXEEXT)
22 22
23 TARGETS+=$(THLIBS_A) $(NNCHAT_BIN) 23 TARGETS+=$(THLIBS_A) $(NNCHAT_BIN)