comparison Makefile.gen @ 632:5b059a85cab8

API change again.
author Matti Hamalainen <ccr@tnsp.org>
date Sat, 21 Jun 2014 20:42:57 +0300
parents 46fcab5ff44e
children ff94100cfc7c
comparison
equal deleted inserted replaced
631:2c6945599b16 632:5b059a85cab8
16 16
17 # 17 #
18 # Objects 18 # Objects
19 # 19 #
20 THLIBS_A=$(OBJPATH)thlibs.a 20 THLIBS_A=$(OBJPATH)thlibs.a
21 THLIBS_OBJ=th_util.o th_string.o th_args.o th_ioctx.o th_config.o th_network.o th_growbuf.o 21 THLIBS_OBJ=th_util.o th_string.o th_args.o th_ioctx.o th_config.o th_network.o
22 22
23 NNCHAT_OBJ=main.o util.o ui.o 23 NNCHAT_OBJ=main.o util.o ui.o
24 NNCHAT_BIN=$(BINPATH)nnchat$(EXEEXT) 24 NNCHAT_BIN=$(BINPATH)nnchat$(EXEEXT)
25 25
26 TARGETS+=$(THLIBS_A) $(NNCHAT_BIN) 26 TARGETS+=$(THLIBS_A) $(NNCHAT_BIN)