
THIRD=../thirdparty

all:
	g++ api_test.cpp -o api_test -I../include -I$(THIRD)/jsoncpp/include  -L$(THIRD)/openssl/lib64_release -L$(THIRD)/jsoncpp/lib64_release -L$(THIRD)/log4cplus/lib64_release -L$(THIRD)/curl/lib64_release -L../libs -lusmart_open_api -lthread -llog4cplus -llogutil -lbusi_comm -lcrypto_wrap -lcommutil -ljsoncpp -lcurl -lssl -lcrypto -llog4cplus -lcstuff -std=c++11 -ldl -lpthread -lz

clean:
	rm -rf api_test
