-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmakefile
More file actions
9 lines (7 loc) · 1022 Bytes
/
makefile
File metadata and controls
9 lines (7 loc) · 1022 Bytes
1
2
3
4
5
6
7
8
9
all:
g++ ./src/WebProxy.cpp -o ./build/WebProxy -I/home/student/networks/P2/Alothman_Talal-webproxy/lib/boost_1_60_0 -L /home/student/networks/P2/Alothman_Talal-webproxy/lib/boost_1_60_0/stage/lib/ -lboost_system -lboost_thread -lpthread -lboost_locale
g++ ./src/Client.cpp -o ./build/Client -I/home/student/networks/P2/Alothman_Talal-webproxy/lib/boost_1_60_0 -I/usr/include/curlpp/ -L /home/student/networks/P2/Alothman_Talal-webproxy/lib/boost_1_60_0/stage/lib/ -lboost_system -lboost_thread -lpthread -lcurl
block:
g++ ./prac/BlockingWait.cpp -o ./build/BlockingWait -I/home/student/networks/P2/Alothman_Talal-webproxy/lib/boost_1_60_0 -L /home/student/networks/P2/Alothman_Talal-webproxy/lib/boost_1_60_0/stage/lib/ -lboost_system -lboost_thread -lpthread
syncserv:
g++ ./prac/SyncTcpServer.cpp -o ./build/SyncTcpServer -I/home/student/networks/P2/Alothman_Talal-webproxy/lib/boost_1_60_0 -L /home/student/networks/P2/Alothman_Talal-webproxy/lib/boost_1_60_0/stage/lib/ -lboost_system -lboost_thread -lpthread