Changeset 5390 in ntrip


Ignore:
Timestamp:
Sep 9, 2013, 2:14:50 PM (11 years ago)
Author:
mervart
Message:
 
Location:
trunk/GnssCenter/thrift/test_rtnet
Files:
1 edited
1 moved

Legend:

Unmodified
Added
Removed
  • trunk/GnssCenter/thrift/test_rtnet/Makefile

    r4938 r5390  
    77INC = -I$(THRIFT_DIR) -I$(BOOST_DIR)
    88
    9 GEN_SRC = client.cpp \
     9GEN_SRC = rtnetThriftClient.cpp \
    1010          gen-cpp/RtnetData.cpp \
    1111          gen-cpp/rtnet_constants.cpp gen-cpp/rtnet_types.cpp \
     
    1616.PHONY: all clean
    1717
    18 all: gen-cpp client
     18all: gen-cpp rtnetThriftClient
    1919
    2020gen-cpp: rtnet.thrift
     
    2424        $(CXX) -Wall -DHAVE_INTTYPES_H -DHAVE_NETINET_IN_H $(INC) -c $< -o $@
    2525
    26 ## client: client.o $(GEN_OBJ)
     26## rtnetThriftClient: rtnetThriftClient.o $(GEN_OBJ)
    2727##      $(CXX) $^ -o $@ -L/usr/local/lib -lthrift
    2828
    29 client: client.o $(GEN_OBJ)
     29rtnetThriftClient: rtnetThriftClient.o $(GEN_OBJ)
    3030        $(CXX) $^ -o $@ /usr/local/lib/libthrift.a
    3131
    3232clean:
    33         $(RM) *.o gen-cpp/*.o client
     33        $(RM) *.o gen-cpp/*.o rtnetThriftClient
Note: See TracChangeset for help on using the changeset viewer.