comparison Makefile.gen @ 623:118276b60667

More work towards using th-libs th_network module.
author Matti Hamalainen <ccr@tnsp.org>
date Sat, 21 Jun 2014 02:40:51 +0300
parents bb6b07b44800
children 904c359b1ced
comparison
equal deleted inserted replaced
622:bb6b07b44800 623:118276b60667
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_ioctx.o th_config.o th_network.o 18 THLIBS_OBJ=th_util.o th_string.o th_args.o th_ioctx.o th_config.o th_network.o
19 19
20 NNCHAT_OBJ=main.o util.o network.o ui.o 20 NNCHAT_OBJ=main.o util.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)
24 24
25 25