CS计算机代考程序代写 b’33a43fcbfcc3f2a2e5358e72fdd3905b17291f’

b’33a43fcbfcc3f2a2e5358e72fdd3905b17291f’

blob 606�# Build a client and server using only the student’s sequentialmap.h and
# sequentialmap_factories.cc

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

# Names for building the client:
CLIENT_MAIN = client
CLIENT_CXX =
CLIENT_COMMON =
CLIENT_PROVIDED = client requests crypto err file net my_crypto

# Names for building the server
SERVER_MAIN = server
SERVER_CXX = sequentialmap_factories
SERVER_COMMON =
SERVER_PROVIDED = server responses parsing my_storage \
crypto err file net my_pool my_crypto

# Pull in the common build rules
include common.mk