Mercurial > pt1
diff recpt1/Makefile.in @ 140:c9b1d21c5035
separate common function to core library
author | Yoshiki Yazawa <yaz@honeyplanet.jp> |
---|---|
date | Thu, 25 Apr 2013 16:06:15 +0900 |
parents | 3eccf1ef4853 |
children |
line wrap: on
line diff
--- a/recpt1/Makefile.in Thu Apr 25 15:08:35 2013 +0900 +++ b/recpt1/Makefile.in Thu Apr 25 16:06:15 2013 +0900 @@ -8,19 +8,19 @@ TARGET2 = recpt1ctl TARGET3 = checksignal TARGETS = $(TARGET) $(TARGET2) $(TARGET3) -RELEASE_VERSION = "1.1.0" +RELEASE_VERSION = "1.2.0" CPPFLAGS = -I../driver -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 CFLAGS = -O2 -g -pthread LIBS = @LIBS@ -LIBS2 = +LIBS2 = -lm LIBS3 = -lpthread -lm LDFLAGS = -OBJS = recpt1.o decoder.o mkpath.o tssplitter_lite.o -OBJS2 = recpt1ctl.o -OBJS3 = checksignal.o +OBJS = recpt1.o decoder.o mkpath.o tssplitter_lite.o recpt1core.o +OBJS2 = recpt1ctl.o recpt1core.o +OBJS3 = checksignal.o recpt1core.o OBJALL = $(OBJS) $(OBJS2) $(OBJS3) DEPEND = .deps