comparison Makefile.gen @ 466:796508f828f6

Refactor much of the "windowing" UI code into a new module, ui.[ch]
author Matti Hamalainen <ccr@tnsp.org>
date Sat, 26 May 2012 06:56:18 +0300
parents c3b3b6d89084
children 52c56ada3816
comparison
equal deleted inserted replaced
465:c3b3b6d89084 466:796508f828f6
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_config.o
19 19
20 NNCHAT_OBJ=main.o util.o network.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)
24 24
25 25