Changeset 5390 in ntrip for trunk/GnssCenter/thrift
- Timestamp:
- Sep 9, 2013, 2:14:50 PM (12 years ago)
- Location:
- trunk/GnssCenter/thrift/test_rtnet
- Files:
-
- 1 edited
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
trunk/GnssCenter/thrift/test_rtnet/Makefile
r4938 r5390 7 7 INC = -I$(THRIFT_DIR) -I$(BOOST_DIR) 8 8 9 GEN_SRC = client.cpp \9 GEN_SRC = rtnetThriftClient.cpp \ 10 10 gen-cpp/RtnetData.cpp \ 11 11 gen-cpp/rtnet_constants.cpp gen-cpp/rtnet_types.cpp \ … … 16 16 .PHONY: all clean 17 17 18 all: gen-cpp client18 all: gen-cpp rtnetThriftClient 19 19 20 20 gen-cpp: rtnet.thrift … … 24 24 $(CXX) -Wall -DHAVE_INTTYPES_H -DHAVE_NETINET_IN_H $(INC) -c $< -o $@ 25 25 26 ## client:client.o $(GEN_OBJ)26 ## rtnetThriftClient: rtnetThriftClient.o $(GEN_OBJ) 27 27 ## $(CXX) $^ -o $@ -L/usr/local/lib -lthrift 28 28 29 client:client.o $(GEN_OBJ)29 rtnetThriftClient: rtnetThriftClient.o $(GEN_OBJ) 30 30 $(CXX) $^ -o $@ /usr/local/lib/libthrift.a 31 31 32 32 clean: 33 $(RM) *.o gen-cpp/*.o client33 $(RM) *.o gen-cpp/*.o rtnetThriftClient
Note:
See TracChangeset
for help on using the changeset viewer.