comparison Makefile.gen @ 103:eaa524e153f9

Initial implementation of functions for implementing tab-completion for user names.
author Matti Hamalainen <ccr@tnsp.org>
date Fri, 15 Oct 2010 00:34:25 +0300
parents 7f9f6af26a65
children 1b6bc8bf6ac3
comparison
equal deleted inserted replaced
102:b096ae97fc7d 103:eaa524e153f9
15 all: $(TARGETS) 15 all: $(TARGETS)
16 16
17 $(OBJPATH)%.o: %.c %.h 17 $(OBJPATH)%.o: %.c %.h
18 $(COMP) -c -o $@ $< 18 $(COMP) -c -o $@ $<
19 19
20 $(NNCHAT_BIN): nnchat.c $(OBJPATH)libnnchat.o $(OBJPATH)th_util.o $(OBJPATH)th_string.o $(OBJPATH)th_args.o 20 $(NNCHAT_BIN): nnchat.c $(OBJPATH)libnnchat.o $(OBJPATH)th_util.o $(OBJPATH)th_string.o $(OBJPATH)th_args.o $(OBJPATH)th_config.o
21 $(COMP) -o $@ $+ $(LDFLAGS) 21 $(COMP) -o $@ $+ $(LDFLAGS)
22 22
23 # 23 #
24 # Special targets 24 # Special targets
25 # 25 #