[SOLVED] CS # Build a client and server from the reference solution, but use the students

$25

File Name: CS_#_Build_a_client_and_server_from_the_reference_solution,_but_use_the_students.zip
File Size: 753.6 KB

5/5 - (1 vote)

# Build a client and server from the reference solution, but use the students
# concurrenthashtable and server/storage.cc.

# The executables will have the suffix p2.nopool.exe
EXESUFFIX = p2.nopool.exe

# Names for building the client
CLIENT_MAIN = client
CLIENT_CXX= # no client/*.cc files needed for this build
CLIENT_COMMON = # no common/*.cc files needed for this build
CLIENT_PROVIDED = client crypto err file net pool bytevec requests

# Names for building the server
SERVER_MAIN = server
SERVER_CXX= concurrenthashtable storage
SERVER_COMMON = # no common/*.cc files needed for this build
SERVER_PROVIDED = server responses crypto err file net bytevec parsing pool

# Names for building the benchmark executable
BENCH_MAIN = # No benchmarks are built by this build
BENCH_CXX= # No benchmarks are built by this build

# Names for building shared objects (one .so per SO_CXX)
SO_CXX= # No shared objects are built by this build
SO_COMMON = # No shared objects are built by this build

# All warnings should be treated as errors
CXXEXTRA = -Werror -Wextra

# Pull in the common build rules
include common.mk

Reviews

There are no reviews yet.

Only logged in customers who have purchased this product may leave a review.

Shopping Cart
[SOLVED] CS # Build a client and server from the reference solution, but use the students
$25