winlin

add Makefile for ts_info

ts_info: ts_info.cpp Makefile
g++ -o ts_info ts_info.cpp -g -O0 -ansi
... ...