Mercurial > pt1.oyama
comparison src/Makefile @ 168:061ef2cd98f0
Code refactoring.
author | Naoya OYAMA <naoya.oyama@gmail.com> |
---|---|
date | Sun, 07 Oct 2012 00:37:10 +0900 |
parents | 7d8a5bb874ad |
children | 03ab3ade9fe5 |
comparison
equal
deleted
inserted
replaced
167:b21f1e823ec3 | 168:061ef2cd98f0 |
---|---|
57 ctrl_telnet.c \ | 57 ctrl_telnet.c \ |
58 ushare.c \ | 58 ushare.c \ |
59 decoder.c \ | 59 decoder.c \ |
60 mkpath.c \ | 60 mkpath.c \ |
61 recpt1.c \ | 61 recpt1.c \ |
62 tssplitter_lite.c | 62 tssplitter_lite.c \ |
63 pt1_common.c | |
63 | 64 |
64 SRCS2 = \ | 65 SRCS2 = \ |
65 checksignal.c | 66 checksignal.c \ |
67 pt1_common.c | |
66 | 68 |
67 SRCS3 = \ | 69 SRCS3 = \ |
68 pt1_lnbd.c | 70 pt1_lnbd.c |
69 | 71 |
70 SRCS4 = \ | 72 SRCS4 = \ |
71 recpt1ctl.c | 73 recpt1ctl.c \ |
74 pt1_common.c | |
72 | 75 |
73 LIBS2 = -lpthread -lm | 76 LIBS2 = -lpthread -lm |
74 | 77 |
75 OBJS = $(SRCS:.c=.o) | 78 OBJS = $(SRCS:.c=.o) |
76 OBJS2 = $(SRCS2:.c=.o) | 79 OBJS2 = $(SRCS2:.c=.o) |