Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
G
Grpc
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
tci-gateway-module
Grpc
Commits
87d621bc
Commit
87d621bc
authored
9 years ago
by
Jan Tattermusch
Browse files
Options
Downloads
Patches
Plain Diff
fixes to Grpc.mak
parent
d169d60b
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
templates/vsprojects/Grpc.mak.template
+5
-5
5 additions, 5 deletions
templates/vsprojects/Grpc.mak.template
vsprojects/Grpc.mak
+86
-86
86 additions, 86 deletions
vsprojects/Grpc.mak
with
91 additions
and
91 deletions
templates/vsprojects/Grpc.mak.template
+
5
−
5
View file @
87d621bc
...
@@ -61,11 +61,11 @@ WINSOCK_LIBS=ws2_32.lib
...
@@ -61,11 +61,11 @@ WINSOCK_LIBS=ws2_32.lib
ZLIB_LIBS=.\packages\${get_zlib()}\build\native\lib\v120\Win32\Debug\static\cdecl\zlib.lib
ZLIB_LIBS=.\packages\${get_zlib()}\build\native\lib\v120\Win32\Debug\static\cdecl\zlib.lib
LIBS=$(OPENSSL_LIBS) $(WINSOCK_LIBS) $(ZLIB_LIBS)
LIBS=$(OPENSSL_LIBS) $(WINSOCK_LIBS) $(ZLIB_LIBS)
gpr_test_util:
build_
gpr_test_util:
MSB
uild
.exe gpr_test_util\
gpr_test_util
.vcxproj
/p:Configuration=Debug
msb
uild
grpc.sln /t:
gpr_test_util /p:Configuration=Debug
grpc_test_util:
build_
grpc_test_util:
MSB
uild
.exe
grpc
_test_util\
grpc_test_util
.vcxproj
/p:Configuration=Debug
msb
uild grpc
.sln /t:
grpc_test_util /p:Configuration=Debug
$(OUT_DIR):
$(OUT_DIR):
mkdir $(OUT_DIR)
mkdir $(OUT_DIR)
...
@@ -87,7 +87,7 @@ ${target.name}.exe \
...
@@ -87,7 +87,7 @@ ${target.name}.exe \
echo All tests built.
echo All tests built.
% for target in buildable_targets:
% for target in buildable_targets:
${target.name}.exe: grpc_test_util $(OUT_DIR)
${target.name}.exe:
build_
grpc_test_util $(OUT_DIR)
echo Building ${target.name}
echo Building ${target.name}
$(CC) $(CFLAGS) /Fo:$(OUT_DIR)\ \
$(CC) $(CFLAGS) /Fo:$(OUT_DIR)\ \
%for source in target.src:
%for source in target.src:
...
...
This diff is collapsed.
Click to expand it.
vsprojects/Grpc.mak
+
86
−
86
View file @
87d621bc
...
@@ -47,11 +47,11 @@ WINSOCK_LIBS=ws2_32.lib
...
@@ -47,11 +47,11 @@ WINSOCK_LIBS=ws2_32.lib
ZLIB_LIBS
=
.
\p
ackages
\g
rpc.dependencies.zlib.1.2.8.9
\b
uild
\n
ative
\l
ib
\v
120
\W
in32
\D
ebug
\s
tatic
\c
decl
\z
lib.lib
ZLIB_LIBS
=
.
\p
ackages
\g
rpc.dependencies.zlib.1.2.8.9
\b
uild
\n
ative
\l
ib
\v
120
\W
in32
\D
ebug
\s
tatic
\c
decl
\z
lib.lib
LIBS
=
$(
OPENSSL_LIBS
)
$(
WINSOCK_LIBS
)
$(
ZLIB_LIBS
)
LIBS
=
$(
OPENSSL_LIBS
)
$(
WINSOCK_LIBS
)
$(
ZLIB_LIBS
)
gpr_test_util
:
build_
gpr_test_util
:
MSB
uild
.exe gpr_test_util
\
g
pr_test_util
.vcxproj
/p:Configuration
=
Debug
msb
uild
grpc.sln /t:
gpr_test_util /p:Configuration
=
Debug
grpc_test_util
:
build_
grpc_test_util
:
MSB
uild
.exe
grpc
_test_util
\
g
rpc_test_util
.vcxproj
/p:Configuration
=
Debug
msb
uild grpc
.sln /t:
grpc_test_util /p:Configuration
=
Debug
$(OUT_DIR)
:
$(OUT_DIR)
:
mkdir
$(
OUT_DIR
)
mkdir
$(
OUT_DIR
)
...
@@ -64,7 +64,7 @@ buildtests_c: alarm_heap_test.exe alarm_list_test.exe alarm_test.exe alpn_test.e
...
@@ -64,7 +64,7 @@ buildtests_c: alarm_heap_test.exe alarm_list_test.exe alarm_test.exe alpn_test.e
buildtests_cxx
:
buildtests_cxx
:
echo
All tests built.
echo
All tests built.
alarm_heap_test.exe
:
grpc_test_util $(OUT_DIR)
alarm_heap_test.exe
:
build_
grpc_test_util $(OUT_DIR)
echo
Building alarm_heap_test
echo
Building alarm_heap_test
$(
CC
)
$(
CFLAGS
)
/Fo:
$(
OUT_DIR
)
\
$(
REPO_ROOT
)
\t
est
\c
ore
\i
omgr
\a
larm_heap_test.c
$(
CC
)
$(
CFLAGS
)
/Fo:
$(
OUT_DIR
)
\
$(
REPO_ROOT
)
\t
est
\c
ore
\i
omgr
\a
larm_heap_test.c
$(
LINK
)
$(
LFLAGS
)
/OUT:
"
$(
OUT_DIR
)
\a
larm_heap_test.exe"
Debug
\g
rpc_test_util.lib Debug
\g
rpc.lib Debug
\g
pr_test_util.lib Debug
\g
pr.lib
$(
LIBS
)
$(
OUT_DIR
)
\a
larm_heap_test.obj
$(
LINK
)
$(
LFLAGS
)
/OUT:
"
$(
OUT_DIR
)
\a
larm_heap_test.exe"
Debug
\g
rpc_test_util.lib Debug
\g
rpc.lib Debug
\g
pr_test_util.lib Debug
\g
pr.lib
$(
LIBS
)
$(
OUT_DIR
)
\a
larm_heap_test.obj
...
@@ -72,7 +72,7 @@ alarm_heap_test: alarm_heap_test.exe
...
@@ -72,7 +72,7 @@ alarm_heap_test: alarm_heap_test.exe
echo
Running alarm_heap_test
echo
Running alarm_heap_test
$(
OUT_DIR
)
\a
larm_heap_test.exe
$(
OUT_DIR
)
\a
larm_heap_test.exe
alarm_list_test.exe
:
grpc_test_util $(OUT_DIR)
alarm_list_test.exe
:
build_
grpc_test_util $(OUT_DIR)
echo
Building alarm_list_test
echo
Building alarm_list_test
$(
CC
)
$(
CFLAGS
)
/Fo:
$(
OUT_DIR
)
\
$(
REPO_ROOT
)
\t
est
\c
ore
\i
omgr
\a
larm_list_test.c
$(
CC
)
$(
CFLAGS
)
/Fo:
$(
OUT_DIR
)
\
$(
REPO_ROOT
)
\t
est
\c
ore
\i
omgr
\a
larm_list_test.c
$(
LINK
)
$(
LFLAGS
)
/OUT:
"
$(
OUT_DIR
)
\a
larm_list_test.exe"
Debug
\g
rpc_test_util.lib Debug
\g
rpc.lib Debug
\g
pr_test_util.lib Debug
\g
pr.lib
$(
LIBS
)
$(
OUT_DIR
)
\a
larm_list_test.obj
$(
LINK
)
$(
LFLAGS
)
/OUT:
"
$(
OUT_DIR
)
\a
larm_list_test.exe"
Debug
\g
rpc_test_util.lib Debug
\g
rpc.lib Debug
\g
pr_test_util.lib Debug
\g
pr.lib
$(
LIBS
)
$(
OUT_DIR
)
\a
larm_list_test.obj
...
@@ -80,7 +80,7 @@ alarm_list_test: alarm_list_test.exe
...
@@ -80,7 +80,7 @@ alarm_list_test: alarm_list_test.exe
echo
Running alarm_list_test
echo
Running alarm_list_test
$(
OUT_DIR
)
\a
larm_list_test.exe
$(
OUT_DIR
)
\a
larm_list_test.exe
alarm_test.exe
:
grpc_test_util $(OUT_DIR)
alarm_test.exe
:
build_
grpc_test_util $(OUT_DIR)
echo
Building alarm_test
echo
Building alarm_test
$(
CC
)
$(
CFLAGS
)
/Fo:
$(
OUT_DIR
)
\
$(
REPO_ROOT
)
\t
est
\c
ore
\i
omgr
\a
larm_test.c
$(
CC
)
$(
CFLAGS
)
/Fo:
$(
OUT_DIR
)
\
$(
REPO_ROOT
)
\t
est
\c
ore
\i
omgr
\a
larm_test.c
$(
LINK
)
$(
LFLAGS
)
/OUT:
"
$(
OUT_DIR
)
\a
larm_test.exe"
Debug
\g
rpc_test_util.lib Debug
\g
rpc.lib Debug
\g
pr_test_util.lib Debug
\g
pr.lib
$(
LIBS
)
$(
OUT_DIR
)
\a
larm_test.obj
$(
LINK
)
$(
LFLAGS
)
/OUT:
"
$(
OUT_DIR
)
\a
larm_test.exe"
Debug
\g
rpc_test_util.lib Debug
\g
rpc.lib Debug
\g
pr_test_util.lib Debug
\g
pr.lib
$(
LIBS
)
$(
OUT_DIR
)
\a
larm_test.obj
...
@@ -88,7 +88,7 @@ alarm_test: alarm_test.exe
...
@@ -88,7 +88,7 @@ alarm_test: alarm_test.exe
echo
Running alarm_test
echo
Running alarm_test
$(
OUT_DIR
)
\a
larm_test.exe
$(
OUT_DIR
)
\a
larm_test.exe
alpn_test.exe
:
grpc_test_util $(OUT_DIR)
alpn_test.exe
:
build_
grpc_test_util $(OUT_DIR)
echo
Building alpn_test
echo
Building alpn_test
$(
CC
)
$(
CFLAGS
)
/Fo:
$(
OUT_DIR
)
\
$(
REPO_ROOT
)
\t
est
\c
ore
\t
ransport
\c
http2
\a
lpn_test.c
$(
CC
)
$(
CFLAGS
)
/Fo:
$(
OUT_DIR
)
\
$(
REPO_ROOT
)
\t
est
\c
ore
\t
ransport
\c
http2
\a
lpn_test.c
$(
LINK
)
$(
LFLAGS
)
/OUT:
"
$(
OUT_DIR
)
\a
lpn_test.exe"
Debug
\g
rpc_test_util.lib Debug
\g
rpc.lib Debug
\g
pr_test_util.lib Debug
\g
pr.lib
$(
LIBS
)
$(
OUT_DIR
)
\a
lpn_test.obj
$(
LINK
)
$(
LFLAGS
)
/OUT:
"
$(
OUT_DIR
)
\a
lpn_test.exe"
Debug
\g
rpc_test_util.lib Debug
\g
rpc.lib Debug
\g
pr_test_util.lib Debug
\g
pr.lib
$(
LIBS
)
$(
OUT_DIR
)
\a
lpn_test.obj
...
@@ -96,7 +96,7 @@ alpn_test: alpn_test.exe
...
@@ -96,7 +96,7 @@ alpn_test: alpn_test.exe
echo
Running alpn_test
echo
Running alpn_test
$(
OUT_DIR
)
\a
lpn_test.exe
$(
OUT_DIR
)
\a
lpn_test.exe
bin_encoder_test.exe
:
grpc_test_util $(OUT_DIR)
bin_encoder_test.exe
:
build_
grpc_test_util $(OUT_DIR)
echo
Building bin_encoder_test
echo
Building bin_encoder_test
$(
CC
)
$(
CFLAGS
)
/Fo:
$(
OUT_DIR
)
\
$(
REPO_ROOT
)
\t
est
\c
ore
\t
ransport
\c
http2
\b
in_encoder_test.c
$(
CC
)
$(
CFLAGS
)
/Fo:
$(
OUT_DIR
)
\
$(
REPO_ROOT
)
\t
est
\c
ore
\t
ransport
\c
http2
\b
in_encoder_test.c
$(
LINK
)
$(
LFLAGS
)
/OUT:
"
$(
OUT_DIR
)
\b
in_encoder_test.exe"
Debug
\g
rpc_test_util.lib Debug
\g
rpc.lib Debug
\g
pr_test_util.lib Debug
\g
pr.lib
$(
LIBS
)
$(
OUT_DIR
)
\b
in_encoder_test.obj
$(
LINK
)
$(
LFLAGS
)
/OUT:
"
$(
OUT_DIR
)
\b
in_encoder_test.exe"
Debug
\g
rpc_test_util.lib Debug
\g
rpc.lib Debug
\g
pr_test_util.lib Debug
\g
pr.lib
$(
LIBS
)
$(
OUT_DIR
)
\b
in_encoder_test.obj
...
@@ -104,7 +104,7 @@ bin_encoder_test: bin_encoder_test.exe
...
@@ -104,7 +104,7 @@ bin_encoder_test: bin_encoder_test.exe
echo
Running bin_encoder_test
echo
Running bin_encoder_test
$(
OUT_DIR
)
\b
in_encoder_test.exe
$(
OUT_DIR
)
\b
in_encoder_test.exe
census_hash_table_test.exe
:
grpc_test_util $(OUT_DIR)
census_hash_table_test.exe
:
build_
grpc_test_util $(OUT_DIR)
echo
Building census_hash_table_test
echo
Building census_hash_table_test
$(
CC
)
$(
CFLAGS
)
/Fo:
$(
OUT_DIR
)
\
$(
REPO_ROOT
)
\t
est
\c
ore
\s
tatistics
\h
ash_table_test.c
$(
CC
)
$(
CFLAGS
)
/Fo:
$(
OUT_DIR
)
\
$(
REPO_ROOT
)
\t
est
\c
ore
\s
tatistics
\h
ash_table_test.c
$(
LINK
)
$(
LFLAGS
)
/OUT:
"
$(
OUT_DIR
)
\c
ensus_hash_table_test.exe"
Debug
\g
rpc_test_util.lib Debug
\g
rpc.lib Debug
\g
pr_test_util.lib Debug
\g
pr.lib
$(
LIBS
)
$(
OUT_DIR
)
\h
ash_table_test.obj
$(
LINK
)
$(
LFLAGS
)
/OUT:
"
$(
OUT_DIR
)
\c
ensus_hash_table_test.exe"
Debug
\g
rpc_test_util.lib Debug
\g
rpc.lib Debug
\g
pr_test_util.lib Debug
\g
pr.lib
$(
LIBS
)
$(
OUT_DIR
)
\h
ash_table_test.obj
...
@@ -112,7 +112,7 @@ census_hash_table_test: census_hash_table_test.exe
...
@@ -112,7 +112,7 @@ census_hash_table_test: census_hash_table_test.exe
echo
Running census_hash_table_test
echo
Running census_hash_table_test
$(
OUT_DIR
)
\c
ensus_hash_table_test.exe
$(
OUT_DIR
)
\c
ensus_hash_table_test.exe
census_statistics_multiple_writers_circular_buffer_test.exe
:
grpc_test_util $(OUT_DIR)
census_statistics_multiple_writers_circular_buffer_test.exe
:
build_
grpc_test_util $(OUT_DIR)
echo
Building census_statistics_multiple_writers_circular_buffer_test
echo
Building census_statistics_multiple_writers_circular_buffer_test
$(
CC
)
$(
CFLAGS
)
/Fo:
$(
OUT_DIR
)
\
$(
REPO_ROOT
)
\t
est
\c
ore
\s
tatistics
\m
ultiple_writers_circular_buffer_test.c
$(
CC
)
$(
CFLAGS
)
/Fo:
$(
OUT_DIR
)
\
$(
REPO_ROOT
)
\t
est
\c
ore
\s
tatistics
\m
ultiple_writers_circular_buffer_test.c
$(
LINK
)
$(
LFLAGS
)
/OUT:
"
$(
OUT_DIR
)
\c
ensus_statistics_multiple_writers_circular_buffer_test.exe"
Debug
\g
rpc_test_util.lib Debug
\g
rpc.lib Debug
\g
pr_test_util.lib Debug
\g
pr.lib
$(
LIBS
)
$(
OUT_DIR
)
\m
ultiple_writers_circular_buffer_test.obj
$(
LINK
)
$(
LFLAGS
)
/OUT:
"
$(
OUT_DIR
)
\c
ensus_statistics_multiple_writers_circular_buffer_test.exe"
Debug
\g
rpc_test_util.lib Debug
\g
rpc.lib Debug
\g
pr_test_util.lib Debug
\g
pr.lib
$(
LIBS
)
$(
OUT_DIR
)
\m
ultiple_writers_circular_buffer_test.obj
...
@@ -120,7 +120,7 @@ census_statistics_multiple_writers_circular_buffer_test: census_statistics_multi
...
@@ -120,7 +120,7 @@ census_statistics_multiple_writers_circular_buffer_test: census_statistics_multi
echo
Running census_statistics_multiple_writers_circular_buffer_test
echo
Running census_statistics_multiple_writers_circular_buffer_test
$(
OUT_DIR
)
\c
ensus_statistics_multiple_writers_circular_buffer_test.exe
$(
OUT_DIR
)
\c
ensus_statistics_multiple_writers_circular_buffer_test.exe
census_statistics_multiple_writers_test.exe
:
grpc_test_util $(OUT_DIR)
census_statistics_multiple_writers_test.exe
:
build_
grpc_test_util $(OUT_DIR)
echo
Building census_statistics_multiple_writers_test
echo
Building census_statistics_multiple_writers_test
$(
CC
)
$(
CFLAGS
)
/Fo:
$(
OUT_DIR
)
\
$(
REPO_ROOT
)
\t
est
\c
ore
\s
tatistics
\m
ultiple_writers_test.c
$(
CC
)
$(
CFLAGS
)
/Fo:
$(
OUT_DIR
)
\
$(
REPO_ROOT
)
\t
est
\c
ore
\s
tatistics
\m
ultiple_writers_test.c
$(
LINK
)
$(
LFLAGS
)
/OUT:
"
$(
OUT_DIR
)
\c
ensus_statistics_multiple_writers_test.exe"
Debug
\g
rpc_test_util.lib Debug
\g
rpc.lib Debug
\g
pr_test_util.lib Debug
\g
pr.lib
$(
LIBS
)
$(
OUT_DIR
)
\m
ultiple_writers_test.obj
$(
LINK
)
$(
LFLAGS
)
/OUT:
"
$(
OUT_DIR
)
\c
ensus_statistics_multiple_writers_test.exe"
Debug
\g
rpc_test_util.lib Debug
\g
rpc.lib Debug
\g
pr_test_util.lib Debug
\g
pr.lib
$(
LIBS
)
$(
OUT_DIR
)
\m
ultiple_writers_test.obj
...
@@ -128,7 +128,7 @@ census_statistics_multiple_writers_test: census_statistics_multiple_writers_test
...
@@ -128,7 +128,7 @@ census_statistics_multiple_writers_test: census_statistics_multiple_writers_test
echo
Running census_statistics_multiple_writers_test
echo
Running census_statistics_multiple_writers_test
$(
OUT_DIR
)
\c
ensus_statistics_multiple_writers_test.exe
$(
OUT_DIR
)
\c
ensus_statistics_multiple_writers_test.exe
census_statistics_performance_test.exe
:
grpc_test_util $(OUT_DIR)
census_statistics_performance_test.exe
:
build_
grpc_test_util $(OUT_DIR)
echo
Building census_statistics_performance_test
echo
Building census_statistics_performance_test
$(
CC
)
$(
CFLAGS
)
/Fo:
$(
OUT_DIR
)
\
$(
REPO_ROOT
)
\t
est
\c
ore
\s
tatistics
\p
erformance_test.c
$(
CC
)
$(
CFLAGS
)
/Fo:
$(
OUT_DIR
)
\
$(
REPO_ROOT
)
\t
est
\c
ore
\s
tatistics
\p
erformance_test.c
$(
LINK
)
$(
LFLAGS
)
/OUT:
"
$(
OUT_DIR
)
\c
ensus_statistics_performance_test.exe"
Debug
\g
rpc_test_util.lib Debug
\g
rpc.lib Debug
\g
pr_test_util.lib Debug
\g
pr.lib
$(
LIBS
)
$(
OUT_DIR
)
\p
erformance_test.obj
$(
LINK
)
$(
LFLAGS
)
/OUT:
"
$(
OUT_DIR
)
\c
ensus_statistics_performance_test.exe"
Debug
\g
rpc_test_util.lib Debug
\g
rpc.lib Debug
\g
pr_test_util.lib Debug
\g
pr.lib
$(
LIBS
)
$(
OUT_DIR
)
\p
erformance_test.obj
...
@@ -136,7 +136,7 @@ census_statistics_performance_test: census_statistics_performance_test.exe
...
@@ -136,7 +136,7 @@ census_statistics_performance_test: census_statistics_performance_test.exe
echo
Running census_statistics_performance_test
echo
Running census_statistics_performance_test
$(
OUT_DIR
)
\c
ensus_statistics_performance_test.exe
$(
OUT_DIR
)
\c
ensus_statistics_performance_test.exe
census_statistics_quick_test.exe
:
grpc_test_util $(OUT_DIR)
census_statistics_quick_test.exe
:
build_
grpc_test_util $(OUT_DIR)
echo
Building census_statistics_quick_test
echo
Building census_statistics_quick_test
$(
CC
)
$(
CFLAGS
)
/Fo:
$(
OUT_DIR
)
\
$(
REPO_ROOT
)
\t
est
\c
ore
\s
tatistics
\q
uick_test.c
$(
CC
)
$(
CFLAGS
)
/Fo:
$(
OUT_DIR
)
\
$(
REPO_ROOT
)
\t
est
\c
ore
\s
tatistics
\q
uick_test.c
$(
LINK
)
$(
LFLAGS
)
/OUT:
"
$(
OUT_DIR
)
\c
ensus_statistics_quick_test.exe"
Debug
\g
rpc_test_util.lib Debug
\g
rpc.lib Debug
\g
pr_test_util.lib Debug
\g
pr.lib
$(
LIBS
)
$(
OUT_DIR
)
\q
uick_test.obj
$(
LINK
)
$(
LFLAGS
)
/OUT:
"
$(
OUT_DIR
)
\c
ensus_statistics_quick_test.exe"
Debug
\g
rpc_test_util.lib Debug
\g
rpc.lib Debug
\g
pr_test_util.lib Debug
\g
pr.lib
$(
LIBS
)
$(
OUT_DIR
)
\q
uick_test.obj
...
@@ -144,7 +144,7 @@ census_statistics_quick_test: census_statistics_quick_test.exe
...
@@ -144,7 +144,7 @@ census_statistics_quick_test: census_statistics_quick_test.exe
echo
Running census_statistics_quick_test
echo
Running census_statistics_quick_test
$(
OUT_DIR
)
\c
ensus_statistics_quick_test.exe
$(
OUT_DIR
)
\c
ensus_statistics_quick_test.exe
census_statistics_small_log_test.exe
:
grpc_test_util $(OUT_DIR)
census_statistics_small_log_test.exe
:
build_
grpc_test_util $(OUT_DIR)
echo
Building census_statistics_small_log_test
echo
Building census_statistics_small_log_test
$(
CC
)
$(
CFLAGS
)
/Fo:
$(
OUT_DIR
)
\
$(
REPO_ROOT
)
\t
est
\c
ore
\s
tatistics
\s
mall_log_test.c
$(
CC
)
$(
CFLAGS
)
/Fo:
$(
OUT_DIR
)
\
$(
REPO_ROOT
)
\t
est
\c
ore
\s
tatistics
\s
mall_log_test.c
$(
LINK
)
$(
LFLAGS
)
/OUT:
"
$(
OUT_DIR
)
\c
ensus_statistics_small_log_test.exe"
Debug
\g
rpc_test_util.lib Debug
\g
rpc.lib Debug
\g
pr_test_util.lib Debug
\g
pr.lib
$(
LIBS
)
$(
OUT_DIR
)
\s
mall_log_test.obj
$(
LINK
)
$(
LFLAGS
)
/OUT:
"
$(
OUT_DIR
)
\c
ensus_statistics_small_log_test.exe"
Debug
\g
rpc_test_util.lib Debug
\g
rpc.lib Debug
\g
pr_test_util.lib Debug
\g
pr.lib
$(
LIBS
)
$(
OUT_DIR
)
\s
mall_log_test.obj
...
@@ -152,7 +152,7 @@ census_statistics_small_log_test: census_statistics_small_log_test.exe
...
@@ -152,7 +152,7 @@ census_statistics_small_log_test: census_statistics_small_log_test.exe
echo
Running census_statistics_small_log_test
echo
Running census_statistics_small_log_test
$(
OUT_DIR
)
\c
ensus_statistics_small_log_test.exe
$(
OUT_DIR
)
\c
ensus_statistics_small_log_test.exe
census_stats_store_test.exe
:
grpc_test_util $(OUT_DIR)
census_stats_store_test.exe
:
build_
grpc_test_util $(OUT_DIR)
echo
Building census_stats_store_test
echo
Building census_stats_store_test
$(
CC
)
$(
CFLAGS
)
/Fo:
$(
OUT_DIR
)
\
$(
REPO_ROOT
)
\t
est
\c
ore
\s
tatistics
\r
pc_stats_test.c
$(
CC
)
$(
CFLAGS
)
/Fo:
$(
OUT_DIR
)
\
$(
REPO_ROOT
)
\t
est
\c
ore
\s
tatistics
\r
pc_stats_test.c
$(
LINK
)
$(
LFLAGS
)
/OUT:
"
$(
OUT_DIR
)
\c
ensus_stats_store_test.exe"
Debug
\g
rpc_test_util.lib Debug
\g
rpc.lib Debug
\g
pr_test_util.lib Debug
\g
pr.lib
$(
LIBS
)
$(
OUT_DIR
)
\r
pc_stats_test.obj
$(
LINK
)
$(
LFLAGS
)
/OUT:
"
$(
OUT_DIR
)
\c
ensus_stats_store_test.exe"
Debug
\g
rpc_test_util.lib Debug
\g
rpc.lib Debug
\g
pr_test_util.lib Debug
\g
pr.lib
$(
LIBS
)
$(
OUT_DIR
)
\r
pc_stats_test.obj
...
@@ -160,7 +160,7 @@ census_stats_store_test: census_stats_store_test.exe
...
@@ -160,7 +160,7 @@ census_stats_store_test: census_stats_store_test.exe
echo
Running census_stats_store_test
echo
Running census_stats_store_test
$(
OUT_DIR
)
\c
ensus_stats_store_test.exe
$(
OUT_DIR
)
\c
ensus_stats_store_test.exe
census_stub_test.exe
:
grpc_test_util $(OUT_DIR)
census_stub_test.exe
:
build_
grpc_test_util $(OUT_DIR)
echo
Building census_stub_test
echo
Building census_stub_test
$(
CC
)
$(
CFLAGS
)
/Fo:
$(
OUT_DIR
)
\
$(
REPO_ROOT
)
\t
est
\c
ore
\s
tatistics
\c
ensus_stub_test.c
$(
CC
)
$(
CFLAGS
)
/Fo:
$(
OUT_DIR
)
\
$(
REPO_ROOT
)
\t
est
\c
ore
\s
tatistics
\c
ensus_stub_test.c
$(
LINK
)
$(
LFLAGS
)
/OUT:
"
$(
OUT_DIR
)
\c
ensus_stub_test.exe"
Debug
\g
rpc_test_util.lib Debug
\g
rpc.lib Debug
\g
pr_test_util.lib Debug
\g
pr.lib
$(
LIBS
)
$(
OUT_DIR
)
\c
ensus_stub_test.obj
$(
LINK
)
$(
LFLAGS
)
/OUT:
"
$(
OUT_DIR
)
\c
ensus_stub_test.exe"
Debug
\g
rpc_test_util.lib Debug
\g
rpc.lib Debug
\g
pr_test_util.lib Debug
\g
pr.lib
$(
LIBS
)
$(
OUT_DIR
)
\c
ensus_stub_test.obj
...
@@ -168,7 +168,7 @@ census_stub_test: census_stub_test.exe
...
@@ -168,7 +168,7 @@ census_stub_test: census_stub_test.exe
echo
Running census_stub_test
echo
Running census_stub_test
$(
OUT_DIR
)
\c
ensus_stub_test.exe
$(
OUT_DIR
)
\c
ensus_stub_test.exe
census_trace_store_test.exe
:
grpc_test_util $(OUT_DIR)
census_trace_store_test.exe
:
build_
grpc_test_util $(OUT_DIR)
echo
Building census_trace_store_test
echo
Building census_trace_store_test
$(
CC
)
$(
CFLAGS
)
/Fo:
$(
OUT_DIR
)
\
$(
REPO_ROOT
)
\t
est
\c
ore
\s
tatistics
\t
race_test.c
$(
CC
)
$(
CFLAGS
)
/Fo:
$(
OUT_DIR
)
\
$(
REPO_ROOT
)
\t
est
\c
ore
\s
tatistics
\t
race_test.c
$(
LINK
)
$(
LFLAGS
)
/OUT:
"
$(
OUT_DIR
)
\c
ensus_trace_store_test.exe"
Debug
\g
rpc_test_util.lib Debug
\g
rpc.lib Debug
\g
pr_test_util.lib Debug
\g
pr.lib
$(
LIBS
)
$(
OUT_DIR
)
\t
race_test.obj
$(
LINK
)
$(
LFLAGS
)
/OUT:
"
$(
OUT_DIR
)
\c
ensus_trace_store_test.exe"
Debug
\g
rpc_test_util.lib Debug
\g
rpc.lib Debug
\g
pr_test_util.lib Debug
\g
pr.lib
$(
LIBS
)
$(
OUT_DIR
)
\t
race_test.obj
...
@@ -176,7 +176,7 @@ census_trace_store_test: census_trace_store_test.exe
...
@@ -176,7 +176,7 @@ census_trace_store_test: census_trace_store_test.exe
echo
Running census_trace_store_test
echo
Running census_trace_store_test
$(
OUT_DIR
)
\c
ensus_trace_store_test.exe
$(
OUT_DIR
)
\c
ensus_trace_store_test.exe
census_window_stats_test.exe
:
grpc_test_util $(OUT_DIR)
census_window_stats_test.exe
:
build_
grpc_test_util $(OUT_DIR)
echo
Building census_window_stats_test
echo
Building census_window_stats_test
$(
CC
)
$(
CFLAGS
)
/Fo:
$(
OUT_DIR
)
\
$(
REPO_ROOT
)
\t
est
\c
ore
\s
tatistics
\w
indow_stats_test.c
$(
CC
)
$(
CFLAGS
)
/Fo:
$(
OUT_DIR
)
\
$(
REPO_ROOT
)
\t
est
\c
ore
\s
tatistics
\w
indow_stats_test.c
$(
LINK
)
$(
LFLAGS
)
/OUT:
"
$(
OUT_DIR
)
\c
ensus_window_stats_test.exe"
Debug
\g
rpc_test_util.lib Debug
\g
rpc.lib Debug
\g
pr_test_util.lib Debug
\g
pr.lib
$(
LIBS
)
$(
OUT_DIR
)
\w
indow_stats_test.obj
$(
LINK
)
$(
LFLAGS
)
/OUT:
"
$(
OUT_DIR
)
\c
ensus_window_stats_test.exe"
Debug
\g
rpc_test_util.lib Debug
\g
rpc.lib Debug
\g
pr_test_util.lib Debug
\g
pr.lib
$(
LIBS
)
$(
OUT_DIR
)
\w
indow_stats_test.obj
...
@@ -184,7 +184,7 @@ census_window_stats_test: census_window_stats_test.exe
...
@@ -184,7 +184,7 @@ census_window_stats_test: census_window_stats_test.exe
echo
Running census_window_stats_test
echo
Running census_window_stats_test
$(
OUT_DIR
)
\c
ensus_window_stats_test.exe
$(
OUT_DIR
)
\c
ensus_window_stats_test.exe
chttp2_status_conversion_test.exe
:
grpc_test_util $(OUT_DIR)
chttp2_status_conversion_test.exe
:
build_
grpc_test_util $(OUT_DIR)
echo
Building chttp2_status_conversion_test
echo
Building chttp2_status_conversion_test
$(
CC
)
$(
CFLAGS
)
/Fo:
$(
OUT_DIR
)
\
$(
REPO_ROOT
)
\t
est
\c
ore
\t
ransport
\c
http2
\s
tatus_conversion_test.c
$(
CC
)
$(
CFLAGS
)
/Fo:
$(
OUT_DIR
)
\
$(
REPO_ROOT
)
\t
est
\c
ore
\t
ransport
\c
http2
\s
tatus_conversion_test.c
$(
LINK
)
$(
LFLAGS
)
/OUT:
"
$(
OUT_DIR
)
\c
http2_status_conversion_test.exe"
Debug
\g
rpc_test_util.lib Debug
\g
rpc.lib Debug
\g
pr_test_util.lib Debug
\g
pr.lib
$(
LIBS
)
$(
OUT_DIR
)
\s
tatus_conversion_test.obj
$(
LINK
)
$(
LFLAGS
)
/OUT:
"
$(
OUT_DIR
)
\c
http2_status_conversion_test.exe"
Debug
\g
rpc_test_util.lib Debug
\g
rpc.lib Debug
\g
pr_test_util.lib Debug
\g
pr.lib
$(
LIBS
)
$(
OUT_DIR
)
\s
tatus_conversion_test.obj
...
@@ -192,7 +192,7 @@ chttp2_status_conversion_test: chttp2_status_conversion_test.exe
...
@@ -192,7 +192,7 @@ chttp2_status_conversion_test: chttp2_status_conversion_test.exe
echo
Running chttp2_status_conversion_test
echo
Running chttp2_status_conversion_test
$(
OUT_DIR
)
\c
http2_status_conversion_test.exe
$(
OUT_DIR
)
\c
http2_status_conversion_test.exe
chttp2_stream_encoder_test.exe
:
grpc_test_util $(OUT_DIR)
chttp2_stream_encoder_test.exe
:
build_
grpc_test_util $(OUT_DIR)
echo
Building chttp2_stream_encoder_test
echo
Building chttp2_stream_encoder_test
$(
CC
)
$(
CFLAGS
)
/Fo:
$(
OUT_DIR
)
\
$(
REPO_ROOT
)
\t
est
\c
ore
\t
ransport
\c
http2
\s
tream_encoder_test.c
$(
CC
)
$(
CFLAGS
)
/Fo:
$(
OUT_DIR
)
\
$(
REPO_ROOT
)
\t
est
\c
ore
\t
ransport
\c
http2
\s
tream_encoder_test.c
$(
LINK
)
$(
LFLAGS
)
/OUT:
"
$(
OUT_DIR
)
\c
http2_stream_encoder_test.exe"
Debug
\g
rpc_test_util.lib Debug
\g
rpc.lib Debug
\g
pr_test_util.lib Debug
\g
pr.lib
$(
LIBS
)
$(
OUT_DIR
)
\s
tream_encoder_test.obj
$(
LINK
)
$(
LFLAGS
)
/OUT:
"
$(
OUT_DIR
)
\c
http2_stream_encoder_test.exe"
Debug
\g
rpc_test_util.lib Debug
\g
rpc.lib Debug
\g
pr_test_util.lib Debug
\g
pr.lib
$(
LIBS
)
$(
OUT_DIR
)
\s
tream_encoder_test.obj
...
@@ -200,7 +200,7 @@ chttp2_stream_encoder_test: chttp2_stream_encoder_test.exe
...
@@ -200,7 +200,7 @@ chttp2_stream_encoder_test: chttp2_stream_encoder_test.exe
echo
Running chttp2_stream_encoder_test
echo
Running chttp2_stream_encoder_test
$(
OUT_DIR
)
\c
http2_stream_encoder_test.exe
$(
OUT_DIR
)
\c
http2_stream_encoder_test.exe
chttp2_stream_map_test.exe
:
grpc_test_util $(OUT_DIR)
chttp2_stream_map_test.exe
:
build_
grpc_test_util $(OUT_DIR)
echo
Building chttp2_stream_map_test
echo
Building chttp2_stream_map_test
$(
CC
)
$(
CFLAGS
)
/Fo:
$(
OUT_DIR
)
\
$(
REPO_ROOT
)
\t
est
\c
ore
\t
ransport
\c
http2
\s
tream_map_test.c
$(
CC
)
$(
CFLAGS
)
/Fo:
$(
OUT_DIR
)
\
$(
REPO_ROOT
)
\t
est
\c
ore
\t
ransport
\c
http2
\s
tream_map_test.c
$(
LINK
)
$(
LFLAGS
)
/OUT:
"
$(
OUT_DIR
)
\c
http2_stream_map_test.exe"
Debug
\g
rpc_test_util.lib Debug
\g
rpc.lib Debug
\g
pr_test_util.lib Debug
\g
pr.lib
$(
LIBS
)
$(
OUT_DIR
)
\s
tream_map_test.obj
$(
LINK
)
$(
LFLAGS
)
/OUT:
"
$(
OUT_DIR
)
\c
http2_stream_map_test.exe"
Debug
\g
rpc_test_util.lib Debug
\g
rpc.lib Debug
\g
pr_test_util.lib Debug
\g
pr.lib
$(
LIBS
)
$(
OUT_DIR
)
\s
tream_map_test.obj
...
@@ -208,7 +208,7 @@ chttp2_stream_map_test: chttp2_stream_map_test.exe
...
@@ -208,7 +208,7 @@ chttp2_stream_map_test: chttp2_stream_map_test.exe
echo
Running chttp2_stream_map_test
echo
Running chttp2_stream_map_test
$(
OUT_DIR
)
\c
http2_stream_map_test.exe
$(
OUT_DIR
)
\c
http2_stream_map_test.exe
chttp2_transport_end2end_test.exe
:
grpc_test_util $(OUT_DIR)
chttp2_transport_end2end_test.exe
:
build_
grpc_test_util $(OUT_DIR)
echo
Building chttp2_transport_end2end_test
echo
Building chttp2_transport_end2end_test
$(
CC
)
$(
CFLAGS
)
/Fo:
$(
OUT_DIR
)
\
$(
REPO_ROOT
)
\t
est
\c
ore
\t
ransport
\c
http2_transport_end2end_test.c
$(
CC
)
$(
CFLAGS
)
/Fo:
$(
OUT_DIR
)
\
$(
REPO_ROOT
)
\t
est
\c
ore
\t
ransport
\c
http2_transport_end2end_test.c
$(
LINK
)
$(
LFLAGS
)
/OUT:
"
$(
OUT_DIR
)
\c
http2_transport_end2end_test.exe"
Debug
\g
rpc_test_util.lib Debug
\g
rpc.lib Debug
\g
pr_test_util.lib Debug
\g
pr.lib
$(
LIBS
)
$(
OUT_DIR
)
\c
http2_transport_end2end_test.obj
$(
LINK
)
$(
LFLAGS
)
/OUT:
"
$(
OUT_DIR
)
\c
http2_transport_end2end_test.exe"
Debug
\g
rpc_test_util.lib Debug
\g
rpc.lib Debug
\g
pr_test_util.lib Debug
\g
pr.lib
$(
LIBS
)
$(
OUT_DIR
)
\c
http2_transport_end2end_test.obj
...
@@ -216,7 +216,7 @@ chttp2_transport_end2end_test: chttp2_transport_end2end_test.exe
...
@@ -216,7 +216,7 @@ chttp2_transport_end2end_test: chttp2_transport_end2end_test.exe
echo
Running chttp2_transport_end2end_test
echo
Running chttp2_transport_end2end_test
$(
OUT_DIR
)
\c
http2_transport_end2end_test.exe
$(
OUT_DIR
)
\c
http2_transport_end2end_test.exe
echo_client.exe
:
grpc_test_util $(OUT_DIR)
echo_client.exe
:
build_
grpc_test_util $(OUT_DIR)
echo
Building echo_client
echo
Building echo_client
$(
CC
)
$(
CFLAGS
)
/Fo:
$(
OUT_DIR
)
\
$(
REPO_ROOT
)
\t
est
\c
ore
\e
cho
\c
lient.c
$(
CC
)
$(
CFLAGS
)
/Fo:
$(
OUT_DIR
)
\
$(
REPO_ROOT
)
\t
est
\c
ore
\e
cho
\c
lient.c
$(
LINK
)
$(
LFLAGS
)
/OUT:
"
$(
OUT_DIR
)
\e
cho_client.exe"
Debug
\g
rpc_test_util.lib Debug
\g
rpc.lib Debug
\g
pr_test_util.lib Debug
\g
pr.lib
$(
LIBS
)
$(
OUT_DIR
)
\c
lient.obj
$(
LINK
)
$(
LFLAGS
)
/OUT:
"
$(
OUT_DIR
)
\e
cho_client.exe"
Debug
\g
rpc_test_util.lib Debug
\g
rpc.lib Debug
\g
pr_test_util.lib Debug
\g
pr.lib
$(
LIBS
)
$(
OUT_DIR
)
\c
lient.obj
...
@@ -224,7 +224,7 @@ echo_client: echo_client.exe
...
@@ -224,7 +224,7 @@ echo_client: echo_client.exe
echo
Running echo_client
echo
Running echo_client
$(
OUT_DIR
)
\e
cho_client.exe
$(
OUT_DIR
)
\e
cho_client.exe
echo_server.exe
:
grpc_test_util $(OUT_DIR)
echo_server.exe
:
build_
grpc_test_util $(OUT_DIR)
echo
Building echo_server
echo
Building echo_server
$(
CC
)
$(
CFLAGS
)
/Fo:
$(
OUT_DIR
)
\
$(
REPO_ROOT
)
\t
est
\c
ore
\e
cho
\s
erver.c
$(
CC
)
$(
CFLAGS
)
/Fo:
$(
OUT_DIR
)
\
$(
REPO_ROOT
)
\t
est
\c
ore
\e
cho
\s
erver.c
$(
LINK
)
$(
LFLAGS
)
/OUT:
"
$(
OUT_DIR
)
\e
cho_server.exe"
Debug
\g
rpc_test_util.lib Debug
\g
rpc.lib Debug
\g
pr_test_util.lib Debug
\g
pr.lib
$(
LIBS
)
$(
OUT_DIR
)
\s
erver.obj
$(
LINK
)
$(
LFLAGS
)
/OUT:
"
$(
OUT_DIR
)
\e
cho_server.exe"
Debug
\g
rpc_test_util.lib Debug
\g
rpc.lib Debug
\g
pr_test_util.lib Debug
\g
pr.lib
$(
LIBS
)
$(
OUT_DIR
)
\s
erver.obj
...
@@ -232,7 +232,7 @@ echo_server: echo_server.exe
...
@@ -232,7 +232,7 @@ echo_server: echo_server.exe
echo
Running echo_server
echo
Running echo_server
$(
OUT_DIR
)
\e
cho_server.exe
$(
OUT_DIR
)
\e
cho_server.exe
echo_test.exe
:
grpc_test_util $(OUT_DIR)
echo_test.exe
:
build_
grpc_test_util $(OUT_DIR)
echo
Building echo_test
echo
Building echo_test
$(
CC
)
$(
CFLAGS
)
/Fo:
$(
OUT_DIR
)
\
$(
REPO_ROOT
)
\t
est
\c
ore
\e
cho
\e
cho_test.c
$(
CC
)
$(
CFLAGS
)
/Fo:
$(
OUT_DIR
)
\
$(
REPO_ROOT
)
\t
est
\c
ore
\e
cho
\e
cho_test.c
$(
LINK
)
$(
LFLAGS
)
/OUT:
"
$(
OUT_DIR
)
\e
cho_test.exe"
Debug
\g
rpc_test_util.lib Debug
\g
rpc.lib Debug
\g
pr_test_util.lib Debug
\g
pr.lib
$(
LIBS
)
$(
OUT_DIR
)
\e
cho_test.obj
$(
LINK
)
$(
LFLAGS
)
/OUT:
"
$(
OUT_DIR
)
\e
cho_test.exe"
Debug
\g
rpc_test_util.lib Debug
\g
rpc.lib Debug
\g
pr_test_util.lib Debug
\g
pr.lib
$(
LIBS
)
$(
OUT_DIR
)
\e
cho_test.obj
...
@@ -240,7 +240,7 @@ echo_test: echo_test.exe
...
@@ -240,7 +240,7 @@ echo_test: echo_test.exe
echo
Running echo_test
echo
Running echo_test
$(
OUT_DIR
)
\e
cho_test.exe
$(
OUT_DIR
)
\e
cho_test.exe
fd_posix_test.exe
:
grpc_test_util $(OUT_DIR)
fd_posix_test.exe
:
build_
grpc_test_util $(OUT_DIR)
echo
Building fd_posix_test
echo
Building fd_posix_test
$(
CC
)
$(
CFLAGS
)
/Fo:
$(
OUT_DIR
)
\
$(
REPO_ROOT
)
\t
est
\c
ore
\i
omgr
\f
d_posix_test.c
$(
CC
)
$(
CFLAGS
)
/Fo:
$(
OUT_DIR
)
\
$(
REPO_ROOT
)
\t
est
\c
ore
\i
omgr
\f
d_posix_test.c
$(
LINK
)
$(
LFLAGS
)
/OUT:
"
$(
OUT_DIR
)
\f
d_posix_test.exe"
Debug
\g
rpc_test_util.lib Debug
\g
rpc.lib Debug
\g
pr_test_util.lib Debug
\g
pr.lib
$(
LIBS
)
$(
OUT_DIR
)
\f
d_posix_test.obj
$(
LINK
)
$(
LFLAGS
)
/OUT:
"
$(
OUT_DIR
)
\f
d_posix_test.exe"
Debug
\g
rpc_test_util.lib Debug
\g
rpc.lib Debug
\g
pr_test_util.lib Debug
\g
pr.lib
$(
LIBS
)
$(
OUT_DIR
)
\f
d_posix_test.obj
...
@@ -248,7 +248,7 @@ fd_posix_test: fd_posix_test.exe
...
@@ -248,7 +248,7 @@ fd_posix_test: fd_posix_test.exe
echo
Running fd_posix_test
echo
Running fd_posix_test
$(
OUT_DIR
)
\f
d_posix_test.exe
$(
OUT_DIR
)
\f
d_posix_test.exe
fling_client.exe
:
grpc_test_util $(OUT_DIR)
fling_client.exe
:
build_
grpc_test_util $(OUT_DIR)
echo
Building fling_client
echo
Building fling_client
$(
CC
)
$(
CFLAGS
)
/Fo:
$(
OUT_DIR
)
\
$(
REPO_ROOT
)
\t
est
\c
ore
\f
ling
\c
lient.c
$(
CC
)
$(
CFLAGS
)
/Fo:
$(
OUT_DIR
)
\
$(
REPO_ROOT
)
\t
est
\c
ore
\f
ling
\c
lient.c
$(
LINK
)
$(
LFLAGS
)
/OUT:
"
$(
OUT_DIR
)
\f
ling_client.exe"
Debug
\g
rpc_test_util.lib Debug
\g
rpc.lib Debug
\g
pr_test_util.lib Debug
\g
pr.lib
$(
LIBS
)
$(
OUT_DIR
)
\c
lient.obj
$(
LINK
)
$(
LFLAGS
)
/OUT:
"
$(
OUT_DIR
)
\f
ling_client.exe"
Debug
\g
rpc_test_util.lib Debug
\g
rpc.lib Debug
\g
pr_test_util.lib Debug
\g
pr.lib
$(
LIBS
)
$(
OUT_DIR
)
\c
lient.obj
...
@@ -256,7 +256,7 @@ fling_client: fling_client.exe
...
@@ -256,7 +256,7 @@ fling_client: fling_client.exe
echo
Running fling_client
echo
Running fling_client
$(
OUT_DIR
)
\f
ling_client.exe
$(
OUT_DIR
)
\f
ling_client.exe
fling_server.exe
:
grpc_test_util $(OUT_DIR)
fling_server.exe
:
build_
grpc_test_util $(OUT_DIR)
echo
Building fling_server
echo
Building fling_server
$(
CC
)
$(
CFLAGS
)
/Fo:
$(
OUT_DIR
)
\
$(
REPO_ROOT
)
\t
est
\c
ore
\f
ling
\s
erver.c
$(
CC
)
$(
CFLAGS
)
/Fo:
$(
OUT_DIR
)
\
$(
REPO_ROOT
)
\t
est
\c
ore
\f
ling
\s
erver.c
$(
LINK
)
$(
LFLAGS
)
/OUT:
"
$(
OUT_DIR
)
\f
ling_server.exe"
Debug
\g
rpc_test_util.lib Debug
\g
rpc.lib Debug
\g
pr_test_util.lib Debug
\g
pr.lib
$(
LIBS
)
$(
OUT_DIR
)
\s
erver.obj
$(
LINK
)
$(
LFLAGS
)
/OUT:
"
$(
OUT_DIR
)
\f
ling_server.exe"
Debug
\g
rpc_test_util.lib Debug
\g
rpc.lib Debug
\g
pr_test_util.lib Debug
\g
pr.lib
$(
LIBS
)
$(
OUT_DIR
)
\s
erver.obj
...
@@ -264,7 +264,7 @@ fling_server: fling_server.exe
...
@@ -264,7 +264,7 @@ fling_server: fling_server.exe
echo
Running fling_server
echo
Running fling_server
$(
OUT_DIR
)
\f
ling_server.exe
$(
OUT_DIR
)
\f
ling_server.exe
fling_stream_test.exe
:
grpc_test_util $(OUT_DIR)
fling_stream_test.exe
:
build_
grpc_test_util $(OUT_DIR)
echo
Building fling_stream_test
echo
Building fling_stream_test
$(
CC
)
$(
CFLAGS
)
/Fo:
$(
OUT_DIR
)
\
$(
REPO_ROOT
)
\t
est
\c
ore
\f
ling
\f
ling_stream_test.c
$(
CC
)
$(
CFLAGS
)
/Fo:
$(
OUT_DIR
)
\
$(
REPO_ROOT
)
\t
est
\c
ore
\f
ling
\f
ling_stream_test.c
$(
LINK
)
$(
LFLAGS
)
/OUT:
"
$(
OUT_DIR
)
\f
ling_stream_test.exe"
Debug
\g
rpc_test_util.lib Debug
\g
rpc.lib Debug
\g
pr_test_util.lib Debug
\g
pr.lib
$(
LIBS
)
$(
OUT_DIR
)
\f
ling_stream_test.obj
$(
LINK
)
$(
LFLAGS
)
/OUT:
"
$(
OUT_DIR
)
\f
ling_stream_test.exe"
Debug
\g
rpc_test_util.lib Debug
\g
rpc.lib Debug
\g
pr_test_util.lib Debug
\g
pr.lib
$(
LIBS
)
$(
OUT_DIR
)
\f
ling_stream_test.obj
...
@@ -272,7 +272,7 @@ fling_stream_test: fling_stream_test.exe
...
@@ -272,7 +272,7 @@ fling_stream_test: fling_stream_test.exe
echo
Running fling_stream_test
echo
Running fling_stream_test
$(
OUT_DIR
)
\f
ling_stream_test.exe
$(
OUT_DIR
)
\f
ling_stream_test.exe
fling_test.exe
:
grpc_test_util $(OUT_DIR)
fling_test.exe
:
build_
grpc_test_util $(OUT_DIR)
echo
Building fling_test
echo
Building fling_test
$(
CC
)
$(
CFLAGS
)
/Fo:
$(
OUT_DIR
)
\
$(
REPO_ROOT
)
\t
est
\c
ore
\f
ling
\f
ling_test.c
$(
CC
)
$(
CFLAGS
)
/Fo:
$(
OUT_DIR
)
\
$(
REPO_ROOT
)
\t
est
\c
ore
\f
ling
\f
ling_test.c
$(
LINK
)
$(
LFLAGS
)
/OUT:
"
$(
OUT_DIR
)
\f
ling_test.exe"
Debug
\g
rpc_test_util.lib Debug
\g
rpc.lib Debug
\g
pr_test_util.lib Debug
\g
pr.lib
$(
LIBS
)
$(
OUT_DIR
)
\f
ling_test.obj
$(
LINK
)
$(
LFLAGS
)
/OUT:
"
$(
OUT_DIR
)
\f
ling_test.exe"
Debug
\g
rpc_test_util.lib Debug
\g
rpc.lib Debug
\g
pr_test_util.lib Debug
\g
pr.lib
$(
LIBS
)
$(
OUT_DIR
)
\f
ling_test.obj
...
@@ -280,7 +280,7 @@ fling_test: fling_test.exe
...
@@ -280,7 +280,7 @@ fling_test: fling_test.exe
echo
Running fling_test
echo
Running fling_test
$(
OUT_DIR
)
\f
ling_test.exe
$(
OUT_DIR
)
\f
ling_test.exe
gen_hpack_tables.exe
:
grpc_test_util $(OUT_DIR)
gen_hpack_tables.exe
:
build_
grpc_test_util $(OUT_DIR)
echo
Building gen_hpack_tables
echo
Building gen_hpack_tables
$(
CC
)
$(
CFLAGS
)
/Fo:
$(
OUT_DIR
)
\
$(
REPO_ROOT
)
\s
rc
\c
ore
\t
ransport
\c
http2
\g
en_hpack_tables.c
$(
CC
)
$(
CFLAGS
)
/Fo:
$(
OUT_DIR
)
\
$(
REPO_ROOT
)
\s
rc
\c
ore
\t
ransport
\c
http2
\g
en_hpack_tables.c
$(
LINK
)
$(
LFLAGS
)
/OUT:
"
$(
OUT_DIR
)
\g
en_hpack_tables.exe"
Debug
\g
rpc_test_util.lib Debug
\g
pr.lib Debug
\g
rpc.lib
$(
LIBS
)
$(
OUT_DIR
)
\g
en_hpack_tables.obj
$(
LINK
)
$(
LFLAGS
)
/OUT:
"
$(
OUT_DIR
)
\g
en_hpack_tables.exe"
Debug
\g
rpc_test_util.lib Debug
\g
pr.lib Debug
\g
rpc.lib
$(
LIBS
)
$(
OUT_DIR
)
\g
en_hpack_tables.obj
...
@@ -288,7 +288,7 @@ gen_hpack_tables: gen_hpack_tables.exe
...
@@ -288,7 +288,7 @@ gen_hpack_tables: gen_hpack_tables.exe
echo
Running gen_hpack_tables
echo
Running gen_hpack_tables
$(
OUT_DIR
)
\g
en_hpack_tables.exe
$(
OUT_DIR
)
\g
en_hpack_tables.exe
gpr_cancellable_test.exe
:
grpc_test_util $(OUT_DIR)
gpr_cancellable_test.exe
:
build_
grpc_test_util $(OUT_DIR)
echo
Building gpr_cancellable_test
echo
Building gpr_cancellable_test
$(
CC
)
$(
CFLAGS
)
/Fo:
$(
OUT_DIR
)
\
$(
REPO_ROOT
)
\t
est
\c
ore
\s
upport
\c
ancellable_test.c
$(
CC
)
$(
CFLAGS
)
/Fo:
$(
OUT_DIR
)
\
$(
REPO_ROOT
)
\t
est
\c
ore
\s
upport
\c
ancellable_test.c
$(
LINK
)
$(
LFLAGS
)
/OUT:
"
$(
OUT_DIR
)
\g
pr_cancellable_test.exe"
Debug
\g
pr_test_util.lib Debug
\g
pr.lib
$(
LIBS
)
$(
OUT_DIR
)
\c
ancellable_test.obj
$(
LINK
)
$(
LFLAGS
)
/OUT:
"
$(
OUT_DIR
)
\g
pr_cancellable_test.exe"
Debug
\g
pr_test_util.lib Debug
\g
pr.lib
$(
LIBS
)
$(
OUT_DIR
)
\c
ancellable_test.obj
...
@@ -296,7 +296,7 @@ gpr_cancellable_test: gpr_cancellable_test.exe
...
@@ -296,7 +296,7 @@ gpr_cancellable_test: gpr_cancellable_test.exe
echo
Running gpr_cancellable_test
echo
Running gpr_cancellable_test
$(
OUT_DIR
)
\g
pr_cancellable_test.exe
$(
OUT_DIR
)
\g
pr_cancellable_test.exe
gpr_cmdline_test.exe
:
grpc_test_util $(OUT_DIR)
gpr_cmdline_test.exe
:
build_
grpc_test_util $(OUT_DIR)
echo
Building gpr_cmdline_test
echo
Building gpr_cmdline_test
$(
CC
)
$(
CFLAGS
)
/Fo:
$(
OUT_DIR
)
\
$(
REPO_ROOT
)
\t
est
\c
ore
\s
upport
\c
mdline_test.c
$(
CC
)
$(
CFLAGS
)
/Fo:
$(
OUT_DIR
)
\
$(
REPO_ROOT
)
\t
est
\c
ore
\s
upport
\c
mdline_test.c
$(
LINK
)
$(
LFLAGS
)
/OUT:
"
$(
OUT_DIR
)
\g
pr_cmdline_test.exe"
Debug
\g
pr_test_util.lib Debug
\g
pr.lib
$(
LIBS
)
$(
OUT_DIR
)
\c
mdline_test.obj
$(
LINK
)
$(
LFLAGS
)
/OUT:
"
$(
OUT_DIR
)
\g
pr_cmdline_test.exe"
Debug
\g
pr_test_util.lib Debug
\g
pr.lib
$(
LIBS
)
$(
OUT_DIR
)
\c
mdline_test.obj
...
@@ -304,7 +304,7 @@ gpr_cmdline_test: gpr_cmdline_test.exe
...
@@ -304,7 +304,7 @@ gpr_cmdline_test: gpr_cmdline_test.exe
echo
Running gpr_cmdline_test
echo
Running gpr_cmdline_test
$(
OUT_DIR
)
\g
pr_cmdline_test.exe
$(
OUT_DIR
)
\g
pr_cmdline_test.exe
gpr_env_test.exe
:
grpc_test_util $(OUT_DIR)
gpr_env_test.exe
:
build_
grpc_test_util $(OUT_DIR)
echo
Building gpr_env_test
echo
Building gpr_env_test
$(
CC
)
$(
CFLAGS
)
/Fo:
$(
OUT_DIR
)
\
$(
REPO_ROOT
)
\t
est
\c
ore
\s
upport
\e
nv_test.c
$(
CC
)
$(
CFLAGS
)
/Fo:
$(
OUT_DIR
)
\
$(
REPO_ROOT
)
\t
est
\c
ore
\s
upport
\e
nv_test.c
$(
LINK
)
$(
LFLAGS
)
/OUT:
"
$(
OUT_DIR
)
\g
pr_env_test.exe"
Debug
\g
pr_test_util.lib Debug
\g
pr.lib
$(
LIBS
)
$(
OUT_DIR
)
\e
nv_test.obj
$(
LINK
)
$(
LFLAGS
)
/OUT:
"
$(
OUT_DIR
)
\g
pr_env_test.exe"
Debug
\g
pr_test_util.lib Debug
\g
pr.lib
$(
LIBS
)
$(
OUT_DIR
)
\e
nv_test.obj
...
@@ -312,7 +312,7 @@ gpr_env_test: gpr_env_test.exe
...
@@ -312,7 +312,7 @@ gpr_env_test: gpr_env_test.exe
echo
Running gpr_env_test
echo
Running gpr_env_test
$(
OUT_DIR
)
\g
pr_env_test.exe
$(
OUT_DIR
)
\g
pr_env_test.exe
gpr_file_test.exe
:
grpc_test_util $(OUT_DIR)
gpr_file_test.exe
:
build_
grpc_test_util $(OUT_DIR)
echo
Building gpr_file_test
echo
Building gpr_file_test
$(
CC
)
$(
CFLAGS
)
/Fo:
$(
OUT_DIR
)
\
$(
REPO_ROOT
)
\t
est
\c
ore
\s
upport
\f
ile_test.c
$(
CC
)
$(
CFLAGS
)
/Fo:
$(
OUT_DIR
)
\
$(
REPO_ROOT
)
\t
est
\c
ore
\s
upport
\f
ile_test.c
$(
LINK
)
$(
LFLAGS
)
/OUT:
"
$(
OUT_DIR
)
\g
pr_file_test.exe"
Debug
\g
pr_test_util.lib Debug
\g
pr.lib
$(
LIBS
)
$(
OUT_DIR
)
\f
ile_test.obj
$(
LINK
)
$(
LFLAGS
)
/OUT:
"
$(
OUT_DIR
)
\g
pr_file_test.exe"
Debug
\g
pr_test_util.lib Debug
\g
pr.lib
$(
LIBS
)
$(
OUT_DIR
)
\f
ile_test.obj
...
@@ -320,7 +320,7 @@ gpr_file_test: gpr_file_test.exe
...
@@ -320,7 +320,7 @@ gpr_file_test: gpr_file_test.exe
echo
Running gpr_file_test
echo
Running gpr_file_test
$(
OUT_DIR
)
\g
pr_file_test.exe
$(
OUT_DIR
)
\g
pr_file_test.exe
gpr_histogram_test.exe
:
grpc_test_util $(OUT_DIR)
gpr_histogram_test.exe
:
build_
grpc_test_util $(OUT_DIR)
echo
Building gpr_histogram_test
echo
Building gpr_histogram_test
$(
CC
)
$(
CFLAGS
)
/Fo:
$(
OUT_DIR
)
\
$(
REPO_ROOT
)
\t
est
\c
ore
\s
upport
\h
istogram_test.c
$(
CC
)
$(
CFLAGS
)
/Fo:
$(
OUT_DIR
)
\
$(
REPO_ROOT
)
\t
est
\c
ore
\s
upport
\h
istogram_test.c
$(
LINK
)
$(
LFLAGS
)
/OUT:
"
$(
OUT_DIR
)
\g
pr_histogram_test.exe"
Debug
\g
pr_test_util.lib Debug
\g
pr.lib
$(
LIBS
)
$(
OUT_DIR
)
\h
istogram_test.obj
$(
LINK
)
$(
LFLAGS
)
/OUT:
"
$(
OUT_DIR
)
\g
pr_histogram_test.exe"
Debug
\g
pr_test_util.lib Debug
\g
pr.lib
$(
LIBS
)
$(
OUT_DIR
)
\h
istogram_test.obj
...
@@ -328,7 +328,7 @@ gpr_histogram_test: gpr_histogram_test.exe
...
@@ -328,7 +328,7 @@ gpr_histogram_test: gpr_histogram_test.exe
echo
Running gpr_histogram_test
echo
Running gpr_histogram_test
$(
OUT_DIR
)
\g
pr_histogram_test.exe
$(
OUT_DIR
)
\g
pr_histogram_test.exe
gpr_host_port_test.exe
:
grpc_test_util $(OUT_DIR)
gpr_host_port_test.exe
:
build_
grpc_test_util $(OUT_DIR)
echo
Building gpr_host_port_test
echo
Building gpr_host_port_test
$(
CC
)
$(
CFLAGS
)
/Fo:
$(
OUT_DIR
)
\
$(
REPO_ROOT
)
\t
est
\c
ore
\s
upport
\h
ost_port_test.c
$(
CC
)
$(
CFLAGS
)
/Fo:
$(
OUT_DIR
)
\
$(
REPO_ROOT
)
\t
est
\c
ore
\s
upport
\h
ost_port_test.c
$(
LINK
)
$(
LFLAGS
)
/OUT:
"
$(
OUT_DIR
)
\g
pr_host_port_test.exe"
Debug
\g
pr_test_util.lib Debug
\g
pr.lib
$(
LIBS
)
$(
OUT_DIR
)
\h
ost_port_test.obj
$(
LINK
)
$(
LFLAGS
)
/OUT:
"
$(
OUT_DIR
)
\g
pr_host_port_test.exe"
Debug
\g
pr_test_util.lib Debug
\g
pr.lib
$(
LIBS
)
$(
OUT_DIR
)
\h
ost_port_test.obj
...
@@ -336,7 +336,7 @@ gpr_host_port_test: gpr_host_port_test.exe
...
@@ -336,7 +336,7 @@ gpr_host_port_test: gpr_host_port_test.exe
echo
Running gpr_host_port_test
echo
Running gpr_host_port_test
$(
OUT_DIR
)
\g
pr_host_port_test.exe
$(
OUT_DIR
)
\g
pr_host_port_test.exe
gpr_log_test.exe
:
grpc_test_util $(OUT_DIR)
gpr_log_test.exe
:
build_
grpc_test_util $(OUT_DIR)
echo
Building gpr_log_test
echo
Building gpr_log_test
$(
CC
)
$(
CFLAGS
)
/Fo:
$(
OUT_DIR
)
\
$(
REPO_ROOT
)
\t
est
\c
ore
\s
upport
\l
og_test.c
$(
CC
)
$(
CFLAGS
)
/Fo:
$(
OUT_DIR
)
\
$(
REPO_ROOT
)
\t
est
\c
ore
\s
upport
\l
og_test.c
$(
LINK
)
$(
LFLAGS
)
/OUT:
"
$(
OUT_DIR
)
\g
pr_log_test.exe"
Debug
\g
pr_test_util.lib Debug
\g
pr.lib
$(
LIBS
)
$(
OUT_DIR
)
\l
og_test.obj
$(
LINK
)
$(
LFLAGS
)
/OUT:
"
$(
OUT_DIR
)
\g
pr_log_test.exe"
Debug
\g
pr_test_util.lib Debug
\g
pr.lib
$(
LIBS
)
$(
OUT_DIR
)
\l
og_test.obj
...
@@ -344,7 +344,7 @@ gpr_log_test: gpr_log_test.exe
...
@@ -344,7 +344,7 @@ gpr_log_test: gpr_log_test.exe
echo
Running gpr_log_test
echo
Running gpr_log_test
$(
OUT_DIR
)
\g
pr_log_test.exe
$(
OUT_DIR
)
\g
pr_log_test.exe
gpr_slice_buffer_test.exe
:
grpc_test_util $(OUT_DIR)
gpr_slice_buffer_test.exe
:
build_
grpc_test_util $(OUT_DIR)
echo
Building gpr_slice_buffer_test
echo
Building gpr_slice_buffer_test
$(
CC
)
$(
CFLAGS
)
/Fo:
$(
OUT_DIR
)
\
$(
REPO_ROOT
)
\t
est
\c
ore
\s
upport
\s
lice_buffer_test.c
$(
CC
)
$(
CFLAGS
)
/Fo:
$(
OUT_DIR
)
\
$(
REPO_ROOT
)
\t
est
\c
ore
\s
upport
\s
lice_buffer_test.c
$(
LINK
)
$(
LFLAGS
)
/OUT:
"
$(
OUT_DIR
)
\g
pr_slice_buffer_test.exe"
Debug
\g
pr_test_util.lib Debug
\g
pr.lib
$(
LIBS
)
$(
OUT_DIR
)
\s
lice_buffer_test.obj
$(
LINK
)
$(
LFLAGS
)
/OUT:
"
$(
OUT_DIR
)
\g
pr_slice_buffer_test.exe"
Debug
\g
pr_test_util.lib Debug
\g
pr.lib
$(
LIBS
)
$(
OUT_DIR
)
\s
lice_buffer_test.obj
...
@@ -352,7 +352,7 @@ gpr_slice_buffer_test: gpr_slice_buffer_test.exe
...
@@ -352,7 +352,7 @@ gpr_slice_buffer_test: gpr_slice_buffer_test.exe
echo
Running gpr_slice_buffer_test
echo
Running gpr_slice_buffer_test
$(
OUT_DIR
)
\g
pr_slice_buffer_test.exe
$(
OUT_DIR
)
\g
pr_slice_buffer_test.exe
gpr_slice_test.exe
:
grpc_test_util $(OUT_DIR)
gpr_slice_test.exe
:
build_
grpc_test_util $(OUT_DIR)
echo
Building gpr_slice_test
echo
Building gpr_slice_test
$(
CC
)
$(
CFLAGS
)
/Fo:
$(
OUT_DIR
)
\
$(
REPO_ROOT
)
\t
est
\c
ore
\s
upport
\s
lice_test.c
$(
CC
)
$(
CFLAGS
)
/Fo:
$(
OUT_DIR
)
\
$(
REPO_ROOT
)
\t
est
\c
ore
\s
upport
\s
lice_test.c
$(
LINK
)
$(
LFLAGS
)
/OUT:
"
$(
OUT_DIR
)
\g
pr_slice_test.exe"
Debug
\g
pr_test_util.lib Debug
\g
pr.lib
$(
LIBS
)
$(
OUT_DIR
)
\s
lice_test.obj
$(
LINK
)
$(
LFLAGS
)
/OUT:
"
$(
OUT_DIR
)
\g
pr_slice_test.exe"
Debug
\g
pr_test_util.lib Debug
\g
pr.lib
$(
LIBS
)
$(
OUT_DIR
)
\s
lice_test.obj
...
@@ -360,7 +360,7 @@ gpr_slice_test: gpr_slice_test.exe
...
@@ -360,7 +360,7 @@ gpr_slice_test: gpr_slice_test.exe
echo
Running gpr_slice_test
echo
Running gpr_slice_test
$(
OUT_DIR
)
\g
pr_slice_test.exe
$(
OUT_DIR
)
\g
pr_slice_test.exe
gpr_string_test.exe
:
grpc_test_util $(OUT_DIR)
gpr_string_test.exe
:
build_
grpc_test_util $(OUT_DIR)
echo
Building gpr_string_test
echo
Building gpr_string_test
$(
CC
)
$(
CFLAGS
)
/Fo:
$(
OUT_DIR
)
\
$(
REPO_ROOT
)
\t
est
\c
ore
\s
upport
\s
tring_test.c
$(
CC
)
$(
CFLAGS
)
/Fo:
$(
OUT_DIR
)
\
$(
REPO_ROOT
)
\t
est
\c
ore
\s
upport
\s
tring_test.c
$(
LINK
)
$(
LFLAGS
)
/OUT:
"
$(
OUT_DIR
)
\g
pr_string_test.exe"
Debug
\g
pr_test_util.lib Debug
\g
pr.lib
$(
LIBS
)
$(
OUT_DIR
)
\s
tring_test.obj
$(
LINK
)
$(
LFLAGS
)
/OUT:
"
$(
OUT_DIR
)
\g
pr_string_test.exe"
Debug
\g
pr_test_util.lib Debug
\g
pr.lib
$(
LIBS
)
$(
OUT_DIR
)
\s
tring_test.obj
...
@@ -368,7 +368,7 @@ gpr_string_test: gpr_string_test.exe
...
@@ -368,7 +368,7 @@ gpr_string_test: gpr_string_test.exe
echo
Running gpr_string_test
echo
Running gpr_string_test
$(
OUT_DIR
)
\g
pr_string_test.exe
$(
OUT_DIR
)
\g
pr_string_test.exe
gpr_sync_test.exe
:
grpc_test_util $(OUT_DIR)
gpr_sync_test.exe
:
build_
grpc_test_util $(OUT_DIR)
echo
Building gpr_sync_test
echo
Building gpr_sync_test
$(
CC
)
$(
CFLAGS
)
/Fo:
$(
OUT_DIR
)
\
$(
REPO_ROOT
)
\t
est
\c
ore
\s
upport
\s
ync_test.c
$(
CC
)
$(
CFLAGS
)
/Fo:
$(
OUT_DIR
)
\
$(
REPO_ROOT
)
\t
est
\c
ore
\s
upport
\s
ync_test.c
$(
LINK
)
$(
LFLAGS
)
/OUT:
"
$(
OUT_DIR
)
\g
pr_sync_test.exe"
Debug
\g
pr_test_util.lib Debug
\g
pr.lib
$(
LIBS
)
$(
OUT_DIR
)
\s
ync_test.obj
$(
LINK
)
$(
LFLAGS
)
/OUT:
"
$(
OUT_DIR
)
\g
pr_sync_test.exe"
Debug
\g
pr_test_util.lib Debug
\g
pr.lib
$(
LIBS
)
$(
OUT_DIR
)
\s
ync_test.obj
...
@@ -376,7 +376,7 @@ gpr_sync_test: gpr_sync_test.exe
...
@@ -376,7 +376,7 @@ gpr_sync_test: gpr_sync_test.exe
echo
Running gpr_sync_test
echo
Running gpr_sync_test
$(
OUT_DIR
)
\g
pr_sync_test.exe
$(
OUT_DIR
)
\g
pr_sync_test.exe
gpr_thd_test.exe
:
grpc_test_util $(OUT_DIR)
gpr_thd_test.exe
:
build_
grpc_test_util $(OUT_DIR)
echo
Building gpr_thd_test
echo
Building gpr_thd_test
$(
CC
)
$(
CFLAGS
)
/Fo:
$(
OUT_DIR
)
\
$(
REPO_ROOT
)
\t
est
\c
ore
\s
upport
\t
hd_test.c
$(
CC
)
$(
CFLAGS
)
/Fo:
$(
OUT_DIR
)
\
$(
REPO_ROOT
)
\t
est
\c
ore
\s
upport
\t
hd_test.c
$(
LINK
)
$(
LFLAGS
)
/OUT:
"
$(
OUT_DIR
)
\g
pr_thd_test.exe"
Debug
\g
pr_test_util.lib Debug
\g
pr.lib
$(
LIBS
)
$(
OUT_DIR
)
\t
hd_test.obj
$(
LINK
)
$(
LFLAGS
)
/OUT:
"
$(
OUT_DIR
)
\g
pr_thd_test.exe"
Debug
\g
pr_test_util.lib Debug
\g
pr.lib
$(
LIBS
)
$(
OUT_DIR
)
\t
hd_test.obj
...
@@ -384,7 +384,7 @@ gpr_thd_test: gpr_thd_test.exe
...
@@ -384,7 +384,7 @@ gpr_thd_test: gpr_thd_test.exe
echo
Running gpr_thd_test
echo
Running gpr_thd_test
$(
OUT_DIR
)
\g
pr_thd_test.exe
$(
OUT_DIR
)
\g
pr_thd_test.exe
gpr_time_test.exe
:
grpc_test_util $(OUT_DIR)
gpr_time_test.exe
:
build_
grpc_test_util $(OUT_DIR)
echo
Building gpr_time_test
echo
Building gpr_time_test
$(
CC
)
$(
CFLAGS
)
/Fo:
$(
OUT_DIR
)
\
$(
REPO_ROOT
)
\t
est
\c
ore
\s
upport
\t
ime_test.c
$(
CC
)
$(
CFLAGS
)
/Fo:
$(
OUT_DIR
)
\
$(
REPO_ROOT
)
\t
est
\c
ore
\s
upport
\t
ime_test.c
$(
LINK
)
$(
LFLAGS
)
/OUT:
"
$(
OUT_DIR
)
\g
pr_time_test.exe"
Debug
\g
pr_test_util.lib Debug
\g
pr.lib
$(
LIBS
)
$(
OUT_DIR
)
\t
ime_test.obj
$(
LINK
)
$(
LFLAGS
)
/OUT:
"
$(
OUT_DIR
)
\g
pr_time_test.exe"
Debug
\g
pr_test_util.lib Debug
\g
pr.lib
$(
LIBS
)
$(
OUT_DIR
)
\t
ime_test.obj
...
@@ -392,7 +392,7 @@ gpr_time_test: gpr_time_test.exe
...
@@ -392,7 +392,7 @@ gpr_time_test: gpr_time_test.exe
echo
Running gpr_time_test
echo
Running gpr_time_test
$(
OUT_DIR
)
\g
pr_time_test.exe
$(
OUT_DIR
)
\g
pr_time_test.exe
gpr_tls_test.exe
:
grpc_test_util $(OUT_DIR)
gpr_tls_test.exe
:
build_
grpc_test_util $(OUT_DIR)
echo
Building gpr_tls_test
echo
Building gpr_tls_test
$(
CC
)
$(
CFLAGS
)
/Fo:
$(
OUT_DIR
)
\
$(
REPO_ROOT
)
\t
est
\c
ore
\s
upport
\t
ls_test.c
$(
CC
)
$(
CFLAGS
)
/Fo:
$(
OUT_DIR
)
\
$(
REPO_ROOT
)
\t
est
\c
ore
\s
upport
\t
ls_test.c
$(
LINK
)
$(
LFLAGS
)
/OUT:
"
$(
OUT_DIR
)
\g
pr_tls_test.exe"
Debug
\g
pr_test_util.lib Debug
\g
pr.lib
$(
LIBS
)
$(
OUT_DIR
)
\t
ls_test.obj
$(
LINK
)
$(
LFLAGS
)
/OUT:
"
$(
OUT_DIR
)
\g
pr_tls_test.exe"
Debug
\g
pr_test_util.lib Debug
\g
pr.lib
$(
LIBS
)
$(
OUT_DIR
)
\t
ls_test.obj
...
@@ -400,7 +400,7 @@ gpr_tls_test: gpr_tls_test.exe
...
@@ -400,7 +400,7 @@ gpr_tls_test: gpr_tls_test.exe
echo
Running gpr_tls_test
echo
Running gpr_tls_test
$(
OUT_DIR
)
\g
pr_tls_test.exe
$(
OUT_DIR
)
\g
pr_tls_test.exe
gpr_useful_test.exe
:
grpc_test_util $(OUT_DIR)
gpr_useful_test.exe
:
build_
grpc_test_util $(OUT_DIR)
echo
Building gpr_useful_test
echo
Building gpr_useful_test
$(
CC
)
$(
CFLAGS
)
/Fo:
$(
OUT_DIR
)
\
$(
REPO_ROOT
)
\t
est
\c
ore
\s
upport
\u
seful_test.c
$(
CC
)
$(
CFLAGS
)
/Fo:
$(
OUT_DIR
)
\
$(
REPO_ROOT
)
\t
est
\c
ore
\s
upport
\u
seful_test.c
$(
LINK
)
$(
LFLAGS
)
/OUT:
"
$(
OUT_DIR
)
\g
pr_useful_test.exe"
Debug
\g
pr_test_util.lib Debug
\g
pr.lib
$(
LIBS
)
$(
OUT_DIR
)
\u
seful_test.obj
$(
LINK
)
$(
LFLAGS
)
/OUT:
"
$(
OUT_DIR
)
\g
pr_useful_test.exe"
Debug
\g
pr_test_util.lib Debug
\g
pr.lib
$(
LIBS
)
$(
OUT_DIR
)
\u
seful_test.obj
...
@@ -408,7 +408,7 @@ gpr_useful_test: gpr_useful_test.exe
...
@@ -408,7 +408,7 @@ gpr_useful_test: gpr_useful_test.exe
echo
Running gpr_useful_test
echo
Running gpr_useful_test
$(
OUT_DIR
)
\g
pr_useful_test.exe
$(
OUT_DIR
)
\g
pr_useful_test.exe
grpc_base64_test.exe
:
grpc_test_util $(OUT_DIR)
grpc_base64_test.exe
:
build_
grpc_test_util $(OUT_DIR)
echo
Building grpc_base64_test
echo
Building grpc_base64_test
$(
CC
)
$(
CFLAGS
)
/Fo:
$(
OUT_DIR
)
\
$(
REPO_ROOT
)
\t
est
\c
ore
\s
ecurity
\b
ase64_test.c
$(
CC
)
$(
CFLAGS
)
/Fo:
$(
OUT_DIR
)
\
$(
REPO_ROOT
)
\t
est
\c
ore
\s
ecurity
\b
ase64_test.c
$(
LINK
)
$(
LFLAGS
)
/OUT:
"
$(
OUT_DIR
)
\g
rpc_base64_test.exe"
Debug
\g
rpc_test_util.lib Debug
\g
rpc.lib Debug
\g
pr_test_util.lib Debug
\g
pr.lib
$(
LIBS
)
$(
OUT_DIR
)
\b
ase64_test.obj
$(
LINK
)
$(
LFLAGS
)
/OUT:
"
$(
OUT_DIR
)
\g
rpc_base64_test.exe"
Debug
\g
rpc_test_util.lib Debug
\g
rpc.lib Debug
\g
pr_test_util.lib Debug
\g
pr.lib
$(
LIBS
)
$(
OUT_DIR
)
\b
ase64_test.obj
...
@@ -416,7 +416,7 @@ grpc_base64_test: grpc_base64_test.exe
...
@@ -416,7 +416,7 @@ grpc_base64_test: grpc_base64_test.exe
echo
Running grpc_base64_test
echo
Running grpc_base64_test
$(
OUT_DIR
)
\g
rpc_base64_test.exe
$(
OUT_DIR
)
\g
rpc_base64_test.exe
grpc_byte_buffer_reader_test.exe
:
grpc_test_util $(OUT_DIR)
grpc_byte_buffer_reader_test.exe
:
build_
grpc_test_util $(OUT_DIR)
echo
Building grpc_byte_buffer_reader_test
echo
Building grpc_byte_buffer_reader_test
$(
CC
)
$(
CFLAGS
)
/Fo:
$(
OUT_DIR
)
\
$(
REPO_ROOT
)
\t
est
\c
ore
\s
urface
\b
yte_buffer_reader_test.c
$(
CC
)
$(
CFLAGS
)
/Fo:
$(
OUT_DIR
)
\
$(
REPO_ROOT
)
\t
est
\c
ore
\s
urface
\b
yte_buffer_reader_test.c
$(
LINK
)
$(
LFLAGS
)
/OUT:
"
$(
OUT_DIR
)
\g
rpc_byte_buffer_reader_test.exe"
Debug
\g
rpc_test_util.lib Debug
\g
rpc.lib Debug
\g
pr_test_util.lib Debug
\g
pr.lib
$(
LIBS
)
$(
OUT_DIR
)
\b
yte_buffer_reader_test.obj
$(
LINK
)
$(
LFLAGS
)
/OUT:
"
$(
OUT_DIR
)
\g
rpc_byte_buffer_reader_test.exe"
Debug
\g
rpc_test_util.lib Debug
\g
rpc.lib Debug
\g
pr_test_util.lib Debug
\g
pr.lib
$(
LIBS
)
$(
OUT_DIR
)
\b
yte_buffer_reader_test.obj
...
@@ -424,7 +424,7 @@ grpc_byte_buffer_reader_test: grpc_byte_buffer_reader_test.exe
...
@@ -424,7 +424,7 @@ grpc_byte_buffer_reader_test: grpc_byte_buffer_reader_test.exe
echo
Running grpc_byte_buffer_reader_test
echo
Running grpc_byte_buffer_reader_test
$(
OUT_DIR
)
\g
rpc_byte_buffer_reader_test.exe
$(
OUT_DIR
)
\g
rpc_byte_buffer_reader_test.exe
grpc_channel_stack_test.exe
:
grpc_test_util $(OUT_DIR)
grpc_channel_stack_test.exe
:
build_
grpc_test_util $(OUT_DIR)
echo
Building grpc_channel_stack_test
echo
Building grpc_channel_stack_test
$(
CC
)
$(
CFLAGS
)
/Fo:
$(
OUT_DIR
)
\
$(
REPO_ROOT
)
\t
est
\c
ore
\c
hannel
\c
hannel_stack_test.c
$(
CC
)
$(
CFLAGS
)
/Fo:
$(
OUT_DIR
)
\
$(
REPO_ROOT
)
\t
est
\c
ore
\c
hannel
\c
hannel_stack_test.c
$(
LINK
)
$(
LFLAGS
)
/OUT:
"
$(
OUT_DIR
)
\g
rpc_channel_stack_test.exe"
Debug
\g
rpc_test_util.lib Debug
\g
rpc.lib Debug
\g
pr_test_util.lib Debug
\g
pr.lib
$(
LIBS
)
$(
OUT_DIR
)
\c
hannel_stack_test.obj
$(
LINK
)
$(
LFLAGS
)
/OUT:
"
$(
OUT_DIR
)
\g
rpc_channel_stack_test.exe"
Debug
\g
rpc_test_util.lib Debug
\g
rpc.lib Debug
\g
pr_test_util.lib Debug
\g
pr.lib
$(
LIBS
)
$(
OUT_DIR
)
\c
hannel_stack_test.obj
...
@@ -432,7 +432,7 @@ grpc_channel_stack_test: grpc_channel_stack_test.exe
...
@@ -432,7 +432,7 @@ grpc_channel_stack_test: grpc_channel_stack_test.exe
echo
Running grpc_channel_stack_test
echo
Running grpc_channel_stack_test
$(
OUT_DIR
)
\g
rpc_channel_stack_test.exe
$(
OUT_DIR
)
\g
rpc_channel_stack_test.exe
grpc_completion_queue_benchmark.exe
:
grpc_test_util $(OUT_DIR)
grpc_completion_queue_benchmark.exe
:
build_
grpc_test_util $(OUT_DIR)
echo
Building grpc_completion_queue_benchmark
echo
Building grpc_completion_queue_benchmark
$(
CC
)
$(
CFLAGS
)
/Fo:
$(
OUT_DIR
)
\
$(
REPO_ROOT
)
\t
est
\c
ore
\s
urface
\c
ompletion_queue_benchmark.c
$(
CC
)
$(
CFLAGS
)
/Fo:
$(
OUT_DIR
)
\
$(
REPO_ROOT
)
\t
est
\c
ore
\s
urface
\c
ompletion_queue_benchmark.c
$(
LINK
)
$(
LFLAGS
)
/OUT:
"
$(
OUT_DIR
)
\g
rpc_completion_queue_benchmark.exe"
Debug
\g
rpc_test_util.lib Debug
\g
rpc.lib Debug
\g
pr_test_util.lib Debug
\g
pr.lib
$(
LIBS
)
$(
OUT_DIR
)
\c
ompletion_queue_benchmark.obj
$(
LINK
)
$(
LFLAGS
)
/OUT:
"
$(
OUT_DIR
)
\g
rpc_completion_queue_benchmark.exe"
Debug
\g
rpc_test_util.lib Debug
\g
rpc.lib Debug
\g
pr_test_util.lib Debug
\g
pr.lib
$(
LIBS
)
$(
OUT_DIR
)
\c
ompletion_queue_benchmark.obj
...
@@ -440,7 +440,7 @@ grpc_completion_queue_benchmark: grpc_completion_queue_benchmark.exe
...
@@ -440,7 +440,7 @@ grpc_completion_queue_benchmark: grpc_completion_queue_benchmark.exe
echo
Running grpc_completion_queue_benchmark
echo
Running grpc_completion_queue_benchmark
$(
OUT_DIR
)
\g
rpc_completion_queue_benchmark.exe
$(
OUT_DIR
)
\g
rpc_completion_queue_benchmark.exe
grpc_completion_queue_test.exe
:
grpc_test_util $(OUT_DIR)
grpc_completion_queue_test.exe
:
build_
grpc_test_util $(OUT_DIR)
echo
Building grpc_completion_queue_test
echo
Building grpc_completion_queue_test
$(
CC
)
$(
CFLAGS
)
/Fo:
$(
OUT_DIR
)
\
$(
REPO_ROOT
)
\t
est
\c
ore
\s
urface
\c
ompletion_queue_test.c
$(
CC
)
$(
CFLAGS
)
/Fo:
$(
OUT_DIR
)
\
$(
REPO_ROOT
)
\t
est
\c
ore
\s
urface
\c
ompletion_queue_test.c
$(
LINK
)
$(
LFLAGS
)
/OUT:
"
$(
OUT_DIR
)
\g
rpc_completion_queue_test.exe"
Debug
\g
rpc_test_util.lib Debug
\g
rpc.lib Debug
\g
pr_test_util.lib Debug
\g
pr.lib
$(
LIBS
)
$(
OUT_DIR
)
\c
ompletion_queue_test.obj
$(
LINK
)
$(
LFLAGS
)
/OUT:
"
$(
OUT_DIR
)
\g
rpc_completion_queue_test.exe"
Debug
\g
rpc_test_util.lib Debug
\g
rpc.lib Debug
\g
pr_test_util.lib Debug
\g
pr.lib
$(
LIBS
)
$(
OUT_DIR
)
\c
ompletion_queue_test.obj
...
@@ -448,7 +448,7 @@ grpc_completion_queue_test: grpc_completion_queue_test.exe
...
@@ -448,7 +448,7 @@ grpc_completion_queue_test: grpc_completion_queue_test.exe
echo
Running grpc_completion_queue_test
echo
Running grpc_completion_queue_test
$(
OUT_DIR
)
\g
rpc_completion_queue_test.exe
$(
OUT_DIR
)
\g
rpc_completion_queue_test.exe
grpc_create_jwt.exe
:
grpc_test_util $(OUT_DIR)
grpc_create_jwt.exe
:
build_
grpc_test_util $(OUT_DIR)
echo
Building grpc_create_jwt
echo
Building grpc_create_jwt
$(
CC
)
$(
CFLAGS
)
/Fo:
$(
OUT_DIR
)
\
$(
REPO_ROOT
)
\t
est
\c
ore
\s
ecurity
\c
reate_jwt.c
$(
CC
)
$(
CFLAGS
)
/Fo:
$(
OUT_DIR
)
\
$(
REPO_ROOT
)
\t
est
\c
ore
\s
ecurity
\c
reate_jwt.c
$(
LINK
)
$(
LFLAGS
)
/OUT:
"
$(
OUT_DIR
)
\g
rpc_create_jwt.exe"
Debug
\g
rpc_test_util.lib Debug
\g
rpc.lib Debug
\g
pr_test_util.lib Debug
\g
pr.lib
$(
LIBS
)
$(
OUT_DIR
)
\c
reate_jwt.obj
$(
LINK
)
$(
LFLAGS
)
/OUT:
"
$(
OUT_DIR
)
\g
rpc_create_jwt.exe"
Debug
\g
rpc_test_util.lib Debug
\g
rpc.lib Debug
\g
pr_test_util.lib Debug
\g
pr.lib
$(
LIBS
)
$(
OUT_DIR
)
\c
reate_jwt.obj
...
@@ -456,7 +456,7 @@ grpc_create_jwt: grpc_create_jwt.exe
...
@@ -456,7 +456,7 @@ grpc_create_jwt: grpc_create_jwt.exe
echo
Running grpc_create_jwt
echo
Running grpc_create_jwt
$(
OUT_DIR
)
\g
rpc_create_jwt.exe
$(
OUT_DIR
)
\g
rpc_create_jwt.exe
grpc_credentials_test.exe
:
grpc_test_util $(OUT_DIR)
grpc_credentials_test.exe
:
build_
grpc_test_util $(OUT_DIR)
echo
Building grpc_credentials_test
echo
Building grpc_credentials_test
$(
CC
)
$(
CFLAGS
)
/Fo:
$(
OUT_DIR
)
\
$(
REPO_ROOT
)
\t
est
\c
ore
\s
ecurity
\c
redentials_test.c
$(
CC
)
$(
CFLAGS
)
/Fo:
$(
OUT_DIR
)
\
$(
REPO_ROOT
)
\t
est
\c
ore
\s
ecurity
\c
redentials_test.c
$(
LINK
)
$(
LFLAGS
)
/OUT:
"
$(
OUT_DIR
)
\g
rpc_credentials_test.exe"
Debug
\g
rpc_test_util.lib Debug
\g
rpc.lib Debug
\g
pr_test_util.lib Debug
\g
pr.lib
$(
LIBS
)
$(
OUT_DIR
)
\c
redentials_test.obj
$(
LINK
)
$(
LFLAGS
)
/OUT:
"
$(
OUT_DIR
)
\g
rpc_credentials_test.exe"
Debug
\g
rpc_test_util.lib Debug
\g
rpc.lib Debug
\g
pr_test_util.lib Debug
\g
pr.lib
$(
LIBS
)
$(
OUT_DIR
)
\c
redentials_test.obj
...
@@ -464,7 +464,7 @@ grpc_credentials_test: grpc_credentials_test.exe
...
@@ -464,7 +464,7 @@ grpc_credentials_test: grpc_credentials_test.exe
echo
Running grpc_credentials_test
echo
Running grpc_credentials_test
$(
OUT_DIR
)
\g
rpc_credentials_test.exe
$(
OUT_DIR
)
\g
rpc_credentials_test.exe
grpc_fetch_oauth2.exe
:
grpc_test_util $(OUT_DIR)
grpc_fetch_oauth2.exe
:
build_
grpc_test_util $(OUT_DIR)
echo
Building grpc_fetch_oauth2
echo
Building grpc_fetch_oauth2
$(
CC
)
$(
CFLAGS
)
/Fo:
$(
OUT_DIR
)
\
$(
REPO_ROOT
)
\t
est
\c
ore
\s
ecurity
\f
etch_oauth2.c
$(
CC
)
$(
CFLAGS
)
/Fo:
$(
OUT_DIR
)
\
$(
REPO_ROOT
)
\t
est
\c
ore
\s
ecurity
\f
etch_oauth2.c
$(
LINK
)
$(
LFLAGS
)
/OUT:
"
$(
OUT_DIR
)
\g
rpc_fetch_oauth2.exe"
Debug
\g
rpc_test_util.lib Debug
\g
rpc.lib Debug
\g
pr_test_util.lib Debug
\g
pr.lib
$(
LIBS
)
$(
OUT_DIR
)
\f
etch_oauth2.obj
$(
LINK
)
$(
LFLAGS
)
/OUT:
"
$(
OUT_DIR
)
\g
rpc_fetch_oauth2.exe"
Debug
\g
rpc_test_util.lib Debug
\g
rpc.lib Debug
\g
pr_test_util.lib Debug
\g
pr.lib
$(
LIBS
)
$(
OUT_DIR
)
\f
etch_oauth2.obj
...
@@ -472,7 +472,7 @@ grpc_fetch_oauth2: grpc_fetch_oauth2.exe
...
@@ -472,7 +472,7 @@ grpc_fetch_oauth2: grpc_fetch_oauth2.exe
echo
Running grpc_fetch_oauth2
echo
Running grpc_fetch_oauth2
$(
OUT_DIR
)
\g
rpc_fetch_oauth2.exe
$(
OUT_DIR
)
\g
rpc_fetch_oauth2.exe
grpc_json_token_test.exe
:
grpc_test_util $(OUT_DIR)
grpc_json_token_test.exe
:
build_
grpc_test_util $(OUT_DIR)
echo
Building grpc_json_token_test
echo
Building grpc_json_token_test
$(
CC
)
$(
CFLAGS
)
/Fo:
$(
OUT_DIR
)
\
$(
REPO_ROOT
)
\t
est
\c
ore
\s
ecurity
\j
son_token_test.c
$(
CC
)
$(
CFLAGS
)
/Fo:
$(
OUT_DIR
)
\
$(
REPO_ROOT
)
\t
est
\c
ore
\s
ecurity
\j
son_token_test.c
$(
LINK
)
$(
LFLAGS
)
/OUT:
"
$(
OUT_DIR
)
\g
rpc_json_token_test.exe"
Debug
\g
rpc_test_util.lib Debug
\g
rpc.lib Debug
\g
pr_test_util.lib Debug
\g
pr.lib
$(
LIBS
)
$(
OUT_DIR
)
\j
son_token_test.obj
$(
LINK
)
$(
LFLAGS
)
/OUT:
"
$(
OUT_DIR
)
\g
rpc_json_token_test.exe"
Debug
\g
rpc_test_util.lib Debug
\g
rpc.lib Debug
\g
pr_test_util.lib Debug
\g
pr.lib
$(
LIBS
)
$(
OUT_DIR
)
\j
son_token_test.obj
...
@@ -480,7 +480,7 @@ grpc_json_token_test: grpc_json_token_test.exe
...
@@ -480,7 +480,7 @@ grpc_json_token_test: grpc_json_token_test.exe
echo
Running grpc_json_token_test
echo
Running grpc_json_token_test
$(
OUT_DIR
)
\g
rpc_json_token_test.exe
$(
OUT_DIR
)
\g
rpc_json_token_test.exe
grpc_print_google_default_creds_token.exe
:
grpc_test_util $(OUT_DIR)
grpc_print_google_default_creds_token.exe
:
build_
grpc_test_util $(OUT_DIR)
echo
Building grpc_print_google_default_creds_token
echo
Building grpc_print_google_default_creds_token
$(
CC
)
$(
CFLAGS
)
/Fo:
$(
OUT_DIR
)
\
$(
REPO_ROOT
)
\t
est
\c
ore
\s
ecurity
\p
rint_google_default_creds_token.c
$(
CC
)
$(
CFLAGS
)
/Fo:
$(
OUT_DIR
)
\
$(
REPO_ROOT
)
\t
est
\c
ore
\s
ecurity
\p
rint_google_default_creds_token.c
$(
LINK
)
$(
LFLAGS
)
/OUT:
"
$(
OUT_DIR
)
\g
rpc_print_google_default_creds_token.exe"
Debug
\g
rpc_test_util.lib Debug
\g
rpc.lib Debug
\g
pr_test_util.lib Debug
\g
pr.lib
$(
LIBS
)
$(
OUT_DIR
)
\p
rint_google_default_creds_token.obj
$(
LINK
)
$(
LFLAGS
)
/OUT:
"
$(
OUT_DIR
)
\g
rpc_print_google_default_creds_token.exe"
Debug
\g
rpc_test_util.lib Debug
\g
rpc.lib Debug
\g
pr_test_util.lib Debug
\g
pr.lib
$(
LIBS
)
$(
OUT_DIR
)
\p
rint_google_default_creds_token.obj
...
@@ -488,7 +488,7 @@ grpc_print_google_default_creds_token: grpc_print_google_default_creds_token.exe
...
@@ -488,7 +488,7 @@ grpc_print_google_default_creds_token: grpc_print_google_default_creds_token.exe
echo
Running grpc_print_google_default_creds_token
echo
Running grpc_print_google_default_creds_token
$(
OUT_DIR
)
\g
rpc_print_google_default_creds_token.exe
$(
OUT_DIR
)
\g
rpc_print_google_default_creds_token.exe
grpc_stream_op_test.exe
:
grpc_test_util $(OUT_DIR)
grpc_stream_op_test.exe
:
build_
grpc_test_util $(OUT_DIR)
echo
Building grpc_stream_op_test
echo
Building grpc_stream_op_test
$(
CC
)
$(
CFLAGS
)
/Fo:
$(
OUT_DIR
)
\
$(
REPO_ROOT
)
\t
est
\c
ore
\t
ransport
\s
tream_op_test.c
$(
CC
)
$(
CFLAGS
)
/Fo:
$(
OUT_DIR
)
\
$(
REPO_ROOT
)
\t
est
\c
ore
\t
ransport
\s
tream_op_test.c
$(
LINK
)
$(
LFLAGS
)
/OUT:
"
$(
OUT_DIR
)
\g
rpc_stream_op_test.exe"
Debug
\g
rpc_test_util.lib Debug
\g
rpc.lib Debug
\g
pr_test_util.lib Debug
\g
pr.lib
$(
LIBS
)
$(
OUT_DIR
)
\s
tream_op_test.obj
$(
LINK
)
$(
LFLAGS
)
/OUT:
"
$(
OUT_DIR
)
\g
rpc_stream_op_test.exe"
Debug
\g
rpc_test_util.lib Debug
\g
rpc.lib Debug
\g
pr_test_util.lib Debug
\g
pr.lib
$(
LIBS
)
$(
OUT_DIR
)
\s
tream_op_test.obj
...
@@ -496,7 +496,7 @@ grpc_stream_op_test: grpc_stream_op_test.exe
...
@@ -496,7 +496,7 @@ grpc_stream_op_test: grpc_stream_op_test.exe
echo
Running grpc_stream_op_test
echo
Running grpc_stream_op_test
$(
OUT_DIR
)
\g
rpc_stream_op_test.exe
$(
OUT_DIR
)
\g
rpc_stream_op_test.exe
hpack_parser_test.exe
:
grpc_test_util $(OUT_DIR)
hpack_parser_test.exe
:
build_
grpc_test_util $(OUT_DIR)
echo
Building hpack_parser_test
echo
Building hpack_parser_test
$(
CC
)
$(
CFLAGS
)
/Fo:
$(
OUT_DIR
)
\
$(
REPO_ROOT
)
\t
est
\c
ore
\t
ransport
\c
http2
\h
pack_parser_test.c
$(
CC
)
$(
CFLAGS
)
/Fo:
$(
OUT_DIR
)
\
$(
REPO_ROOT
)
\t
est
\c
ore
\t
ransport
\c
http2
\h
pack_parser_test.c
$(
LINK
)
$(
LFLAGS
)
/OUT:
"
$(
OUT_DIR
)
\h
pack_parser_test.exe"
Debug
\g
rpc_test_util.lib Debug
\g
rpc.lib Debug
\g
pr_test_util.lib Debug
\g
pr.lib
$(
LIBS
)
$(
OUT_DIR
)
\h
pack_parser_test.obj
$(
LINK
)
$(
LFLAGS
)
/OUT:
"
$(
OUT_DIR
)
\h
pack_parser_test.exe"
Debug
\g
rpc_test_util.lib Debug
\g
rpc.lib Debug
\g
pr_test_util.lib Debug
\g
pr.lib
$(
LIBS
)
$(
OUT_DIR
)
\h
pack_parser_test.obj
...
@@ -504,7 +504,7 @@ hpack_parser_test: hpack_parser_test.exe
...
@@ -504,7 +504,7 @@ hpack_parser_test: hpack_parser_test.exe
echo
Running hpack_parser_test
echo
Running hpack_parser_test
$(
OUT_DIR
)
\h
pack_parser_test.exe
$(
OUT_DIR
)
\h
pack_parser_test.exe
hpack_table_test.exe
:
grpc_test_util $(OUT_DIR)
hpack_table_test.exe
:
build_
grpc_test_util $(OUT_DIR)
echo
Building hpack_table_test
echo
Building hpack_table_test
$(
CC
)
$(
CFLAGS
)
/Fo:
$(
OUT_DIR
)
\
$(
REPO_ROOT
)
\t
est
\c
ore
\t
ransport
\c
http2
\h
pack_table_test.c
$(
CC
)
$(
CFLAGS
)
/Fo:
$(
OUT_DIR
)
\
$(
REPO_ROOT
)
\t
est
\c
ore
\t
ransport
\c
http2
\h
pack_table_test.c
$(
LINK
)
$(
LFLAGS
)
/OUT:
"
$(
OUT_DIR
)
\h
pack_table_test.exe"
Debug
\g
rpc_test_util.lib Debug
\g
rpc.lib Debug
\g
pr_test_util.lib Debug
\g
pr.lib
$(
LIBS
)
$(
OUT_DIR
)
\h
pack_table_test.obj
$(
LINK
)
$(
LFLAGS
)
/OUT:
"
$(
OUT_DIR
)
\h
pack_table_test.exe"
Debug
\g
rpc_test_util.lib Debug
\g
rpc.lib Debug
\g
pr_test_util.lib Debug
\g
pr.lib
$(
LIBS
)
$(
OUT_DIR
)
\h
pack_table_test.obj
...
@@ -512,7 +512,7 @@ hpack_table_test: hpack_table_test.exe
...
@@ -512,7 +512,7 @@ hpack_table_test: hpack_table_test.exe
echo
Running hpack_table_test
echo
Running hpack_table_test
$(
OUT_DIR
)
\h
pack_table_test.exe
$(
OUT_DIR
)
\h
pack_table_test.exe
httpcli_format_request_test.exe
:
grpc_test_util $(OUT_DIR)
httpcli_format_request_test.exe
:
build_
grpc_test_util $(OUT_DIR)
echo
Building httpcli_format_request_test
echo
Building httpcli_format_request_test
$(
CC
)
$(
CFLAGS
)
/Fo:
$(
OUT_DIR
)
\
$(
REPO_ROOT
)
\t
est
\c
ore
\h
ttpcli
\f
ormat_request_test.c
$(
CC
)
$(
CFLAGS
)
/Fo:
$(
OUT_DIR
)
\
$(
REPO_ROOT
)
\t
est
\c
ore
\h
ttpcli
\f
ormat_request_test.c
$(
LINK
)
$(
LFLAGS
)
/OUT:
"
$(
OUT_DIR
)
\h
ttpcli_format_request_test.exe"
Debug
\g
rpc_test_util.lib Debug
\g
rpc.lib Debug
\g
pr_test_util.lib Debug
\g
pr.lib
$(
LIBS
)
$(
OUT_DIR
)
\f
ormat_request_test.obj
$(
LINK
)
$(
LFLAGS
)
/OUT:
"
$(
OUT_DIR
)
\h
ttpcli_format_request_test.exe"
Debug
\g
rpc_test_util.lib Debug
\g
rpc.lib Debug
\g
pr_test_util.lib Debug
\g
pr.lib
$(
LIBS
)
$(
OUT_DIR
)
\f
ormat_request_test.obj
...
@@ -520,7 +520,7 @@ httpcli_format_request_test: httpcli_format_request_test.exe
...
@@ -520,7 +520,7 @@ httpcli_format_request_test: httpcli_format_request_test.exe
echo
Running httpcli_format_request_test
echo
Running httpcli_format_request_test
$(
OUT_DIR
)
\h
ttpcli_format_request_test.exe
$(
OUT_DIR
)
\h
ttpcli_format_request_test.exe
httpcli_parser_test.exe
:
grpc_test_util $(OUT_DIR)
httpcli_parser_test.exe
:
build_
grpc_test_util $(OUT_DIR)
echo
Building httpcli_parser_test
echo
Building httpcli_parser_test
$(
CC
)
$(
CFLAGS
)
/Fo:
$(
OUT_DIR
)
\
$(
REPO_ROOT
)
\t
est
\c
ore
\h
ttpcli
\p
arser_test.c
$(
CC
)
$(
CFLAGS
)
/Fo:
$(
OUT_DIR
)
\
$(
REPO_ROOT
)
\t
est
\c
ore
\h
ttpcli
\p
arser_test.c
$(
LINK
)
$(
LFLAGS
)
/OUT:
"
$(
OUT_DIR
)
\h
ttpcli_parser_test.exe"
Debug
\g
rpc_test_util.lib Debug
\g
rpc.lib Debug
\g
pr_test_util.lib Debug
\g
pr.lib
$(
LIBS
)
$(
OUT_DIR
)
\p
arser_test.obj
$(
LINK
)
$(
LFLAGS
)
/OUT:
"
$(
OUT_DIR
)
\h
ttpcli_parser_test.exe"
Debug
\g
rpc_test_util.lib Debug
\g
rpc.lib Debug
\g
pr_test_util.lib Debug
\g
pr.lib
$(
LIBS
)
$(
OUT_DIR
)
\p
arser_test.obj
...
@@ -528,7 +528,7 @@ httpcli_parser_test: httpcli_parser_test.exe
...
@@ -528,7 +528,7 @@ httpcli_parser_test: httpcli_parser_test.exe
echo
Running httpcli_parser_test
echo
Running httpcli_parser_test
$(
OUT_DIR
)
\h
ttpcli_parser_test.exe
$(
OUT_DIR
)
\h
ttpcli_parser_test.exe
httpcli_test.exe
:
grpc_test_util $(OUT_DIR)
httpcli_test.exe
:
build_
grpc_test_util $(OUT_DIR)
echo
Building httpcli_test
echo
Building httpcli_test
$(
CC
)
$(
CFLAGS
)
/Fo:
$(
OUT_DIR
)
\
$(
REPO_ROOT
)
\t
est
\c
ore
\h
ttpcli
\h
ttpcli_test.c
$(
CC
)
$(
CFLAGS
)
/Fo:
$(
OUT_DIR
)
\
$(
REPO_ROOT
)
\t
est
\c
ore
\h
ttpcli
\h
ttpcli_test.c
$(
LINK
)
$(
LFLAGS
)
/OUT:
"
$(
OUT_DIR
)
\h
ttpcli_test.exe"
Debug
\g
rpc_test_util.lib Debug
\g
rpc.lib Debug
\g
pr_test_util.lib Debug
\g
pr.lib
$(
LIBS
)
$(
OUT_DIR
)
\h
ttpcli_test.obj
$(
LINK
)
$(
LFLAGS
)
/OUT:
"
$(
OUT_DIR
)
\h
ttpcli_test.exe"
Debug
\g
rpc_test_util.lib Debug
\g
rpc.lib Debug
\g
pr_test_util.lib Debug
\g
pr.lib
$(
LIBS
)
$(
OUT_DIR
)
\h
ttpcli_test.obj
...
@@ -536,7 +536,7 @@ httpcli_test: httpcli_test.exe
...
@@ -536,7 +536,7 @@ httpcli_test: httpcli_test.exe
echo
Running httpcli_test
echo
Running httpcli_test
$(
OUT_DIR
)
\h
ttpcli_test.exe
$(
OUT_DIR
)
\h
ttpcli_test.exe
json_rewrite.exe
:
grpc_test_util $(OUT_DIR)
json_rewrite.exe
:
build_
grpc_test_util $(OUT_DIR)
echo
Building json_rewrite
echo
Building json_rewrite
$(
CC
)
$(
CFLAGS
)
/Fo:
$(
OUT_DIR
)
\
$(
REPO_ROOT
)
\t
est
\c
ore
\j
son
\j
son_rewrite.c
$(
CC
)
$(
CFLAGS
)
/Fo:
$(
OUT_DIR
)
\
$(
REPO_ROOT
)
\t
est
\c
ore
\j
son
\j
son_rewrite.c
$(
LINK
)
$(
LFLAGS
)
/OUT:
"
$(
OUT_DIR
)
\j
son_rewrite.exe"
Debug
\g
rpc.lib Debug
\g
pr.lib
$(
LIBS
)
$(
OUT_DIR
)
\j
son_rewrite.obj
$(
LINK
)
$(
LFLAGS
)
/OUT:
"
$(
OUT_DIR
)
\j
son_rewrite.exe"
Debug
\g
rpc.lib Debug
\g
pr.lib
$(
LIBS
)
$(
OUT_DIR
)
\j
son_rewrite.obj
...
@@ -544,7 +544,7 @@ json_rewrite: json_rewrite.exe
...
@@ -544,7 +544,7 @@ json_rewrite: json_rewrite.exe
echo
Running json_rewrite
echo
Running json_rewrite
$(
OUT_DIR
)
\j
son_rewrite.exe
$(
OUT_DIR
)
\j
son_rewrite.exe
json_rewrite_test.exe
:
grpc_test_util $(OUT_DIR)
json_rewrite_test.exe
:
build_
grpc_test_util $(OUT_DIR)
echo
Building json_rewrite_test
echo
Building json_rewrite_test
$(
CC
)
$(
CFLAGS
)
/Fo:
$(
OUT_DIR
)
\
$(
REPO_ROOT
)
\t
est
\c
ore
\j
son
\j
son_rewrite_test.c
$(
CC
)
$(
CFLAGS
)
/Fo:
$(
OUT_DIR
)
\
$(
REPO_ROOT
)
\t
est
\c
ore
\j
son
\j
son_rewrite_test.c
$(
LINK
)
$(
LFLAGS
)
/OUT:
"
$(
OUT_DIR
)
\j
son_rewrite_test.exe"
Debug
\g
rpc_test_util.lib Debug
\g
rpc.lib Debug
\g
pr_test_util.lib Debug
\g
pr.lib
$(
LIBS
)
$(
OUT_DIR
)
\j
son_rewrite_test.obj
$(
LINK
)
$(
LFLAGS
)
/OUT:
"
$(
OUT_DIR
)
\j
son_rewrite_test.exe"
Debug
\g
rpc_test_util.lib Debug
\g
rpc.lib Debug
\g
pr_test_util.lib Debug
\g
pr.lib
$(
LIBS
)
$(
OUT_DIR
)
\j
son_rewrite_test.obj
...
@@ -552,7 +552,7 @@ json_rewrite_test: json_rewrite_test.exe
...
@@ -552,7 +552,7 @@ json_rewrite_test: json_rewrite_test.exe
echo
Running json_rewrite_test
echo
Running json_rewrite_test
$(
OUT_DIR
)
\j
son_rewrite_test.exe
$(
OUT_DIR
)
\j
son_rewrite_test.exe
json_test.exe
:
grpc_test_util $(OUT_DIR)
json_test.exe
:
build_
grpc_test_util $(OUT_DIR)
echo
Building json_test
echo
Building json_test
$(
CC
)
$(
CFLAGS
)
/Fo:
$(
OUT_DIR
)
\
$(
REPO_ROOT
)
\t
est
\c
ore
\j
son
\j
son_test.c
$(
CC
)
$(
CFLAGS
)
/Fo:
$(
OUT_DIR
)
\
$(
REPO_ROOT
)
\t
est
\c
ore
\j
son
\j
son_test.c
$(
LINK
)
$(
LFLAGS
)
/OUT:
"
$(
OUT_DIR
)
\j
son_test.exe"
Debug
\g
rpc_test_util.lib Debug
\g
rpc.lib Debug
\g
pr_test_util.lib Debug
\g
pr.lib
$(
LIBS
)
$(
OUT_DIR
)
\j
son_test.obj
$(
LINK
)
$(
LFLAGS
)
/OUT:
"
$(
OUT_DIR
)
\j
son_test.exe"
Debug
\g
rpc_test_util.lib Debug
\g
rpc.lib Debug
\g
pr_test_util.lib Debug
\g
pr.lib
$(
LIBS
)
$(
OUT_DIR
)
\j
son_test.obj
...
@@ -560,7 +560,7 @@ json_test: json_test.exe
...
@@ -560,7 +560,7 @@ json_test: json_test.exe
echo
Running json_test
echo
Running json_test
$(
OUT_DIR
)
\j
son_test.exe
$(
OUT_DIR
)
\j
son_test.exe
lame_client_test.exe
:
grpc_test_util $(OUT_DIR)
lame_client_test.exe
:
build_
grpc_test_util $(OUT_DIR)
echo
Building lame_client_test
echo
Building lame_client_test
$(
CC
)
$(
CFLAGS
)
/Fo:
$(
OUT_DIR
)
\
$(
REPO_ROOT
)
\t
est
\c
ore
\s
urface
\l
ame_client_test.c
$(
CC
)
$(
CFLAGS
)
/Fo:
$(
OUT_DIR
)
\
$(
REPO_ROOT
)
\t
est
\c
ore
\s
urface
\l
ame_client_test.c
$(
LINK
)
$(
LFLAGS
)
/OUT:
"
$(
OUT_DIR
)
\l
ame_client_test.exe"
Debug
\g
rpc_test_util.lib Debug
\g
rpc.lib Debug
\g
pr_test_util.lib Debug
\g
pr.lib
$(
LIBS
)
$(
OUT_DIR
)
\l
ame_client_test.obj
$(
LINK
)
$(
LFLAGS
)
/OUT:
"
$(
OUT_DIR
)
\l
ame_client_test.exe"
Debug
\g
rpc_test_util.lib Debug
\g
rpc.lib Debug
\g
pr_test_util.lib Debug
\g
pr.lib
$(
LIBS
)
$(
OUT_DIR
)
\l
ame_client_test.obj
...
@@ -568,7 +568,7 @@ lame_client_test: lame_client_test.exe
...
@@ -568,7 +568,7 @@ lame_client_test: lame_client_test.exe
echo
Running lame_client_test
echo
Running lame_client_test
$(
OUT_DIR
)
\l
ame_client_test.exe
$(
OUT_DIR
)
\l
ame_client_test.exe
low_level_ping_pong_benchmark.exe
:
grpc_test_util $(OUT_DIR)
low_level_ping_pong_benchmark.exe
:
build_
grpc_test_util $(OUT_DIR)
echo
Building low_level_ping_pong_benchmark
echo
Building low_level_ping_pong_benchmark
$(
CC
)
$(
CFLAGS
)
/Fo:
$(
OUT_DIR
)
\
$(
REPO_ROOT
)
\t
est
\c
ore
\n
etwork_benchmarks
\l
ow_level_ping_pong.c
$(
CC
)
$(
CFLAGS
)
/Fo:
$(
OUT_DIR
)
\
$(
REPO_ROOT
)
\t
est
\c
ore
\n
etwork_benchmarks
\l
ow_level_ping_pong.c
$(
LINK
)
$(
LFLAGS
)
/OUT:
"
$(
OUT_DIR
)
\l
ow_level_ping_pong_benchmark.exe"
Debug
\g
rpc_test_util.lib Debug
\g
rpc.lib Debug
\g
pr_test_util.lib Debug
\g
pr.lib
$(
LIBS
)
$(
OUT_DIR
)
\l
ow_level_ping_pong.obj
$(
LINK
)
$(
LFLAGS
)
/OUT:
"
$(
OUT_DIR
)
\l
ow_level_ping_pong_benchmark.exe"
Debug
\g
rpc_test_util.lib Debug
\g
rpc.lib Debug
\g
pr_test_util.lib Debug
\g
pr.lib
$(
LIBS
)
$(
OUT_DIR
)
\l
ow_level_ping_pong.obj
...
@@ -576,7 +576,7 @@ low_level_ping_pong_benchmark: low_level_ping_pong_benchmark.exe
...
@@ -576,7 +576,7 @@ low_level_ping_pong_benchmark: low_level_ping_pong_benchmark.exe
echo
Running low_level_ping_pong_benchmark
echo
Running low_level_ping_pong_benchmark
$(
OUT_DIR
)
\l
ow_level_ping_pong_benchmark.exe
$(
OUT_DIR
)
\l
ow_level_ping_pong_benchmark.exe
message_compress_test.exe
:
grpc_test_util $(OUT_DIR)
message_compress_test.exe
:
build_
grpc_test_util $(OUT_DIR)
echo
Building message_compress_test
echo
Building message_compress_test
$(
CC
)
$(
CFLAGS
)
/Fo:
$(
OUT_DIR
)
\
$(
REPO_ROOT
)
\t
est
\c
ore
\c
ompression
\m
essage_compress_test.c
$(
CC
)
$(
CFLAGS
)
/Fo:
$(
OUT_DIR
)
\
$(
REPO_ROOT
)
\t
est
\c
ore
\c
ompression
\m
essage_compress_test.c
$(
LINK
)
$(
LFLAGS
)
/OUT:
"
$(
OUT_DIR
)
\m
essage_compress_test.exe"
Debug
\g
rpc_test_util.lib Debug
\g
rpc.lib Debug
\g
pr_test_util.lib Debug
\g
pr.lib
$(
LIBS
)
$(
OUT_DIR
)
\m
essage_compress_test.obj
$(
LINK
)
$(
LFLAGS
)
/OUT:
"
$(
OUT_DIR
)
\m
essage_compress_test.exe"
Debug
\g
rpc_test_util.lib Debug
\g
rpc.lib Debug
\g
pr_test_util.lib Debug
\g
pr.lib
$(
LIBS
)
$(
OUT_DIR
)
\m
essage_compress_test.obj
...
@@ -584,7 +584,7 @@ message_compress_test: message_compress_test.exe
...
@@ -584,7 +584,7 @@ message_compress_test: message_compress_test.exe
echo
Running message_compress_test
echo
Running message_compress_test
$(
OUT_DIR
)
\m
essage_compress_test.exe
$(
OUT_DIR
)
\m
essage_compress_test.exe
metadata_buffer_test.exe
:
grpc_test_util $(OUT_DIR)
metadata_buffer_test.exe
:
build_
grpc_test_util $(OUT_DIR)
echo
Building metadata_buffer_test
echo
Building metadata_buffer_test
$(
CC
)
$(
CFLAGS
)
/Fo:
$(
OUT_DIR
)
\
$(
REPO_ROOT
)
\t
est
\c
ore
\c
hannel
\m
etadata_buffer_test.c
$(
CC
)
$(
CFLAGS
)
/Fo:
$(
OUT_DIR
)
\
$(
REPO_ROOT
)
\t
est
\c
ore
\c
hannel
\m
etadata_buffer_test.c
$(
LINK
)
$(
LFLAGS
)
/OUT:
"
$(
OUT_DIR
)
\m
etadata_buffer_test.exe"
Debug
\g
rpc_test_util.lib Debug
\g
rpc.lib Debug
\g
pr_test_util.lib Debug
\g
pr.lib
$(
LIBS
)
$(
OUT_DIR
)
\m
etadata_buffer_test.obj
$(
LINK
)
$(
LFLAGS
)
/OUT:
"
$(
OUT_DIR
)
\m
etadata_buffer_test.exe"
Debug
\g
rpc_test_util.lib Debug
\g
rpc.lib Debug
\g
pr_test_util.lib Debug
\g
pr.lib
$(
LIBS
)
$(
OUT_DIR
)
\m
etadata_buffer_test.obj
...
@@ -592,7 +592,7 @@ metadata_buffer_test: metadata_buffer_test.exe
...
@@ -592,7 +592,7 @@ metadata_buffer_test: metadata_buffer_test.exe
echo
Running metadata_buffer_test
echo
Running metadata_buffer_test
$(
OUT_DIR
)
\m
etadata_buffer_test.exe
$(
OUT_DIR
)
\m
etadata_buffer_test.exe
multi_init_test.exe
:
grpc_test_util $(OUT_DIR)
multi_init_test.exe
:
build_
grpc_test_util $(OUT_DIR)
echo
Building multi_init_test
echo
Building multi_init_test
$(
CC
)
$(
CFLAGS
)
/Fo:
$(
OUT_DIR
)
\
$(
REPO_ROOT
)
\t
est
\c
ore
\s
urface
\m
ulti_init_test.c
$(
CC
)
$(
CFLAGS
)
/Fo:
$(
OUT_DIR
)
\
$(
REPO_ROOT
)
\t
est
\c
ore
\s
urface
\m
ulti_init_test.c
$(
LINK
)
$(
LFLAGS
)
/OUT:
"
$(
OUT_DIR
)
\m
ulti_init_test.exe"
Debug
\g
rpc_test_util.lib Debug
\g
rpc.lib Debug
\g
pr_test_util.lib Debug
\g
pr.lib
$(
LIBS
)
$(
OUT_DIR
)
\m
ulti_init_test.obj
$(
LINK
)
$(
LFLAGS
)
/OUT:
"
$(
OUT_DIR
)
\m
ulti_init_test.exe"
Debug
\g
rpc_test_util.lib Debug
\g
rpc.lib Debug
\g
pr_test_util.lib Debug
\g
pr.lib
$(
LIBS
)
$(
OUT_DIR
)
\m
ulti_init_test.obj
...
@@ -600,7 +600,7 @@ multi_init_test: multi_init_test.exe
...
@@ -600,7 +600,7 @@ multi_init_test: multi_init_test.exe
echo
Running multi_init_test
echo
Running multi_init_test
$(
OUT_DIR
)
\m
ulti_init_test.exe
$(
OUT_DIR
)
\m
ulti_init_test.exe
murmur_hash_test.exe
:
grpc_test_util $(OUT_DIR)
murmur_hash_test.exe
:
build_
grpc_test_util $(OUT_DIR)
echo
Building murmur_hash_test
echo
Building murmur_hash_test
$(
CC
)
$(
CFLAGS
)
/Fo:
$(
OUT_DIR
)
\
$(
REPO_ROOT
)
\t
est
\c
ore
\s
upport
\m
urmur_hash_test.c
$(
CC
)
$(
CFLAGS
)
/Fo:
$(
OUT_DIR
)
\
$(
REPO_ROOT
)
\t
est
\c
ore
\s
upport
\m
urmur_hash_test.c
$(
LINK
)
$(
LFLAGS
)
/OUT:
"
$(
OUT_DIR
)
\m
urmur_hash_test.exe"
Debug
\g
pr_test_util.lib Debug
\g
pr.lib
$(
LIBS
)
$(
OUT_DIR
)
\m
urmur_hash_test.obj
$(
LINK
)
$(
LFLAGS
)
/OUT:
"
$(
OUT_DIR
)
\m
urmur_hash_test.exe"
Debug
\g
pr_test_util.lib Debug
\g
pr.lib
$(
LIBS
)
$(
OUT_DIR
)
\m
urmur_hash_test.obj
...
@@ -608,7 +608,7 @@ murmur_hash_test: murmur_hash_test.exe
...
@@ -608,7 +608,7 @@ murmur_hash_test: murmur_hash_test.exe
echo
Running murmur_hash_test
echo
Running murmur_hash_test
$(
OUT_DIR
)
\m
urmur_hash_test.exe
$(
OUT_DIR
)
\m
urmur_hash_test.exe
no_server_test.exe
:
grpc_test_util $(OUT_DIR)
no_server_test.exe
:
build_
grpc_test_util $(OUT_DIR)
echo
Building no_server_test
echo
Building no_server_test
$(
CC
)
$(
CFLAGS
)
/Fo:
$(
OUT_DIR
)
\
$(
REPO_ROOT
)
\t
est
\c
ore
\e
nd2end
\n
o_server_test.c
$(
CC
)
$(
CFLAGS
)
/Fo:
$(
OUT_DIR
)
\
$(
REPO_ROOT
)
\t
est
\c
ore
\e
nd2end
\n
o_server_test.c
$(
LINK
)
$(
LFLAGS
)
/OUT:
"
$(
OUT_DIR
)
\n
o_server_test.exe"
Debug
\g
rpc_test_util.lib Debug
\g
rpc.lib Debug
\g
pr_test_util.lib Debug
\g
pr.lib
$(
LIBS
)
$(
OUT_DIR
)
\n
o_server_test.obj
$(
LINK
)
$(
LFLAGS
)
/OUT:
"
$(
OUT_DIR
)
\n
o_server_test.exe"
Debug
\g
rpc_test_util.lib Debug
\g
rpc.lib Debug
\g
pr_test_util.lib Debug
\g
pr.lib
$(
LIBS
)
$(
OUT_DIR
)
\n
o_server_test.obj
...
@@ -616,7 +616,7 @@ no_server_test: no_server_test.exe
...
@@ -616,7 +616,7 @@ no_server_test: no_server_test.exe
echo
Running no_server_test
echo
Running no_server_test
$(
OUT_DIR
)
\n
o_server_test.exe
$(
OUT_DIR
)
\n
o_server_test.exe
poll_kick_posix_test.exe
:
grpc_test_util $(OUT_DIR)
poll_kick_posix_test.exe
:
build_
grpc_test_util $(OUT_DIR)
echo
Building poll_kick_posix_test
echo
Building poll_kick_posix_test
$(
CC
)
$(
CFLAGS
)
/Fo:
$(
OUT_DIR
)
\
$(
REPO_ROOT
)
\t
est
\c
ore
\i
omgr
\p
oll_kick_posix_test.c
$(
CC
)
$(
CFLAGS
)
/Fo:
$(
OUT_DIR
)
\
$(
REPO_ROOT
)
\t
est
\c
ore
\i
omgr
\p
oll_kick_posix_test.c
$(
LINK
)
$(
LFLAGS
)
/OUT:
"
$(
OUT_DIR
)
\p
oll_kick_posix_test.exe"
Debug
\g
rpc_test_util.lib Debug
\g
rpc.lib Debug
\g
pr_test_util.lib Debug
\g
pr.lib
$(
LIBS
)
$(
OUT_DIR
)
\p
oll_kick_posix_test.obj
$(
LINK
)
$(
LFLAGS
)
/OUT:
"
$(
OUT_DIR
)
\p
oll_kick_posix_test.exe"
Debug
\g
rpc_test_util.lib Debug
\g
rpc.lib Debug
\g
pr_test_util.lib Debug
\g
pr.lib
$(
LIBS
)
$(
OUT_DIR
)
\p
oll_kick_posix_test.obj
...
@@ -624,7 +624,7 @@ poll_kick_posix_test: poll_kick_posix_test.exe
...
@@ -624,7 +624,7 @@ poll_kick_posix_test: poll_kick_posix_test.exe
echo
Running poll_kick_posix_test
echo
Running poll_kick_posix_test
$(
OUT_DIR
)
\p
oll_kick_posix_test.exe
$(
OUT_DIR
)
\p
oll_kick_posix_test.exe
resolve_address_test.exe
:
grpc_test_util $(OUT_DIR)
resolve_address_test.exe
:
build_
grpc_test_util $(OUT_DIR)
echo
Building resolve_address_test
echo
Building resolve_address_test
$(
CC
)
$(
CFLAGS
)
/Fo:
$(
OUT_DIR
)
\
$(
REPO_ROOT
)
\t
est
\c
ore
\i
omgr
\r
esolve_address_test.c
$(
CC
)
$(
CFLAGS
)
/Fo:
$(
OUT_DIR
)
\
$(
REPO_ROOT
)
\t
est
\c
ore
\i
omgr
\r
esolve_address_test.c
$(
LINK
)
$(
LFLAGS
)
/OUT:
"
$(
OUT_DIR
)
\r
esolve_address_test.exe"
Debug
\g
rpc_test_util.lib Debug
\g
rpc.lib Debug
\g
pr_test_util.lib Debug
\g
pr.lib
$(
LIBS
)
$(
OUT_DIR
)
\r
esolve_address_test.obj
$(
LINK
)
$(
LFLAGS
)
/OUT:
"
$(
OUT_DIR
)
\r
esolve_address_test.exe"
Debug
\g
rpc_test_util.lib Debug
\g
rpc.lib Debug
\g
pr_test_util.lib Debug
\g
pr.lib
$(
LIBS
)
$(
OUT_DIR
)
\r
esolve_address_test.obj
...
@@ -632,7 +632,7 @@ resolve_address_test: resolve_address_test.exe
...
@@ -632,7 +632,7 @@ resolve_address_test: resolve_address_test.exe
echo
Running resolve_address_test
echo
Running resolve_address_test
$(
OUT_DIR
)
\r
esolve_address_test.exe
$(
OUT_DIR
)
\r
esolve_address_test.exe
secure_endpoint_test.exe
:
grpc_test_util $(OUT_DIR)
secure_endpoint_test.exe
:
build_
grpc_test_util $(OUT_DIR)
echo
Building secure_endpoint_test
echo
Building secure_endpoint_test
$(
CC
)
$(
CFLAGS
)
/Fo:
$(
OUT_DIR
)
\
$(
REPO_ROOT
)
\t
est
\c
ore
\s
ecurity
\s
ecure_endpoint_test.c
$(
CC
)
$(
CFLAGS
)
/Fo:
$(
OUT_DIR
)
\
$(
REPO_ROOT
)
\t
est
\c
ore
\s
ecurity
\s
ecure_endpoint_test.c
$(
LINK
)
$(
LFLAGS
)
/OUT:
"
$(
OUT_DIR
)
\s
ecure_endpoint_test.exe"
Debug
\g
rpc_test_util.lib Debug
\g
rpc.lib Debug
\g
pr_test_util.lib Debug
\g
pr.lib
$(
LIBS
)
$(
OUT_DIR
)
\s
ecure_endpoint_test.obj
$(
LINK
)
$(
LFLAGS
)
/OUT:
"
$(
OUT_DIR
)
\s
ecure_endpoint_test.exe"
Debug
\g
rpc_test_util.lib Debug
\g
rpc.lib Debug
\g
pr_test_util.lib Debug
\g
pr.lib
$(
LIBS
)
$(
OUT_DIR
)
\s
ecure_endpoint_test.obj
...
@@ -640,7 +640,7 @@ secure_endpoint_test: secure_endpoint_test.exe
...
@@ -640,7 +640,7 @@ secure_endpoint_test: secure_endpoint_test.exe
echo
Running secure_endpoint_test
echo
Running secure_endpoint_test
$(
OUT_DIR
)
\s
ecure_endpoint_test.exe
$(
OUT_DIR
)
\s
ecure_endpoint_test.exe
sockaddr_utils_test.exe
:
grpc_test_util $(OUT_DIR)
sockaddr_utils_test.exe
:
build_
grpc_test_util $(OUT_DIR)
echo
Building sockaddr_utils_test
echo
Building sockaddr_utils_test
$(
CC
)
$(
CFLAGS
)
/Fo:
$(
OUT_DIR
)
\
$(
REPO_ROOT
)
\t
est
\c
ore
\i
omgr
\s
ockaddr_utils_test.c
$(
CC
)
$(
CFLAGS
)
/Fo:
$(
OUT_DIR
)
\
$(
REPO_ROOT
)
\t
est
\c
ore
\i
omgr
\s
ockaddr_utils_test.c
$(
LINK
)
$(
LFLAGS
)
/OUT:
"
$(
OUT_DIR
)
\s
ockaddr_utils_test.exe"
Debug
\g
rpc_test_util.lib Debug
\g
rpc.lib Debug
\g
pr_test_util.lib Debug
\g
pr.lib
$(
LIBS
)
$(
OUT_DIR
)
\s
ockaddr_utils_test.obj
$(
LINK
)
$(
LFLAGS
)
/OUT:
"
$(
OUT_DIR
)
\s
ockaddr_utils_test.exe"
Debug
\g
rpc_test_util.lib Debug
\g
rpc.lib Debug
\g
pr_test_util.lib Debug
\g
pr.lib
$(
LIBS
)
$(
OUT_DIR
)
\s
ockaddr_utils_test.obj
...
@@ -648,7 +648,7 @@ sockaddr_utils_test: sockaddr_utils_test.exe
...
@@ -648,7 +648,7 @@ sockaddr_utils_test: sockaddr_utils_test.exe
echo
Running sockaddr_utils_test
echo
Running sockaddr_utils_test
$(
OUT_DIR
)
\s
ockaddr_utils_test.exe
$(
OUT_DIR
)
\s
ockaddr_utils_test.exe
tcp_client_posix_test.exe
:
grpc_test_util $(OUT_DIR)
tcp_client_posix_test.exe
:
build_
grpc_test_util $(OUT_DIR)
echo
Building tcp_client_posix_test
echo
Building tcp_client_posix_test
$(
CC
)
$(
CFLAGS
)
/Fo:
$(
OUT_DIR
)
\
$(
REPO_ROOT
)
\t
est
\c
ore
\i
omgr
\t
cp_client_posix_test.c
$(
CC
)
$(
CFLAGS
)
/Fo:
$(
OUT_DIR
)
\
$(
REPO_ROOT
)
\t
est
\c
ore
\i
omgr
\t
cp_client_posix_test.c
$(
LINK
)
$(
LFLAGS
)
/OUT:
"
$(
OUT_DIR
)
\t
cp_client_posix_test.exe"
Debug
\g
rpc_test_util.lib Debug
\g
rpc.lib Debug
\g
pr_test_util.lib Debug
\g
pr.lib
$(
LIBS
)
$(
OUT_DIR
)
\t
cp_client_posix_test.obj
$(
LINK
)
$(
LFLAGS
)
/OUT:
"
$(
OUT_DIR
)
\t
cp_client_posix_test.exe"
Debug
\g
rpc_test_util.lib Debug
\g
rpc.lib Debug
\g
pr_test_util.lib Debug
\g
pr.lib
$(
LIBS
)
$(
OUT_DIR
)
\t
cp_client_posix_test.obj
...
@@ -656,7 +656,7 @@ tcp_client_posix_test: tcp_client_posix_test.exe
...
@@ -656,7 +656,7 @@ tcp_client_posix_test: tcp_client_posix_test.exe
echo
Running tcp_client_posix_test
echo
Running tcp_client_posix_test
$(
OUT_DIR
)
\t
cp_client_posix_test.exe
$(
OUT_DIR
)
\t
cp_client_posix_test.exe
tcp_posix_test.exe
:
grpc_test_util $(OUT_DIR)
tcp_posix_test.exe
:
build_
grpc_test_util $(OUT_DIR)
echo
Building tcp_posix_test
echo
Building tcp_posix_test
$(
CC
)
$(
CFLAGS
)
/Fo:
$(
OUT_DIR
)
\
$(
REPO_ROOT
)
\t
est
\c
ore
\i
omgr
\t
cp_posix_test.c
$(
CC
)
$(
CFLAGS
)
/Fo:
$(
OUT_DIR
)
\
$(
REPO_ROOT
)
\t
est
\c
ore
\i
omgr
\t
cp_posix_test.c
$(
LINK
)
$(
LFLAGS
)
/OUT:
"
$(
OUT_DIR
)
\t
cp_posix_test.exe"
Debug
\g
rpc_test_util.lib Debug
\g
rpc.lib Debug
\g
pr_test_util.lib Debug
\g
pr.lib
$(
LIBS
)
$(
OUT_DIR
)
\t
cp_posix_test.obj
$(
LINK
)
$(
LFLAGS
)
/OUT:
"
$(
OUT_DIR
)
\t
cp_posix_test.exe"
Debug
\g
rpc_test_util.lib Debug
\g
rpc.lib Debug
\g
pr_test_util.lib Debug
\g
pr.lib
$(
LIBS
)
$(
OUT_DIR
)
\t
cp_posix_test.obj
...
@@ -664,7 +664,7 @@ tcp_posix_test: tcp_posix_test.exe
...
@@ -664,7 +664,7 @@ tcp_posix_test: tcp_posix_test.exe
echo
Running tcp_posix_test
echo
Running tcp_posix_test
$(
OUT_DIR
)
\t
cp_posix_test.exe
$(
OUT_DIR
)
\t
cp_posix_test.exe
tcp_server_posix_test.exe
:
grpc_test_util $(OUT_DIR)
tcp_server_posix_test.exe
:
build_
grpc_test_util $(OUT_DIR)
echo
Building tcp_server_posix_test
echo
Building tcp_server_posix_test
$(
CC
)
$(
CFLAGS
)
/Fo:
$(
OUT_DIR
)
\
$(
REPO_ROOT
)
\t
est
\c
ore
\i
omgr
\t
cp_server_posix_test.c
$(
CC
)
$(
CFLAGS
)
/Fo:
$(
OUT_DIR
)
\
$(
REPO_ROOT
)
\t
est
\c
ore
\i
omgr
\t
cp_server_posix_test.c
$(
LINK
)
$(
LFLAGS
)
/OUT:
"
$(
OUT_DIR
)
\t
cp_server_posix_test.exe"
Debug
\g
rpc_test_util.lib Debug
\g
rpc.lib Debug
\g
pr_test_util.lib Debug
\g
pr.lib
$(
LIBS
)
$(
OUT_DIR
)
\t
cp_server_posix_test.obj
$(
LINK
)
$(
LFLAGS
)
/OUT:
"
$(
OUT_DIR
)
\t
cp_server_posix_test.exe"
Debug
\g
rpc_test_util.lib Debug
\g
rpc.lib Debug
\g
pr_test_util.lib Debug
\g
pr.lib
$(
LIBS
)
$(
OUT_DIR
)
\t
cp_server_posix_test.obj
...
@@ -672,7 +672,7 @@ tcp_server_posix_test: tcp_server_posix_test.exe
...
@@ -672,7 +672,7 @@ tcp_server_posix_test: tcp_server_posix_test.exe
echo
Running tcp_server_posix_test
echo
Running tcp_server_posix_test
$(
OUT_DIR
)
\t
cp_server_posix_test.exe
$(
OUT_DIR
)
\t
cp_server_posix_test.exe
time_averaged_stats_test.exe
:
grpc_test_util $(OUT_DIR)
time_averaged_stats_test.exe
:
build_
grpc_test_util $(OUT_DIR)
echo
Building time_averaged_stats_test
echo
Building time_averaged_stats_test
$(
CC
)
$(
CFLAGS
)
/Fo:
$(
OUT_DIR
)
\
$(
REPO_ROOT
)
\t
est
\c
ore
\i
omgr
\t
ime_averaged_stats_test.c
$(
CC
)
$(
CFLAGS
)
/Fo:
$(
OUT_DIR
)
\
$(
REPO_ROOT
)
\t
est
\c
ore
\i
omgr
\t
ime_averaged_stats_test.c
$(
LINK
)
$(
LFLAGS
)
/OUT:
"
$(
OUT_DIR
)
\t
ime_averaged_stats_test.exe"
Debug
\g
rpc_test_util.lib Debug
\g
rpc.lib Debug
\g
pr_test_util.lib Debug
\g
pr.lib
$(
LIBS
)
$(
OUT_DIR
)
\t
ime_averaged_stats_test.obj
$(
LINK
)
$(
LFLAGS
)
/OUT:
"
$(
OUT_DIR
)
\t
ime_averaged_stats_test.exe"
Debug
\g
rpc_test_util.lib Debug
\g
rpc.lib Debug
\g
pr_test_util.lib Debug
\g
pr.lib
$(
LIBS
)
$(
OUT_DIR
)
\t
ime_averaged_stats_test.obj
...
@@ -680,7 +680,7 @@ time_averaged_stats_test: time_averaged_stats_test.exe
...
@@ -680,7 +680,7 @@ time_averaged_stats_test: time_averaged_stats_test.exe
echo
Running time_averaged_stats_test
echo
Running time_averaged_stats_test
$(
OUT_DIR
)
\t
ime_averaged_stats_test.exe
$(
OUT_DIR
)
\t
ime_averaged_stats_test.exe
time_test.exe
:
grpc_test_util $(OUT_DIR)
time_test.exe
:
build_
grpc_test_util $(OUT_DIR)
echo
Building time_test
echo
Building time_test
$(
CC
)
$(
CFLAGS
)
/Fo:
$(
OUT_DIR
)
\
$(
REPO_ROOT
)
\t
est
\c
ore
\s
upport
\t
ime_test.c
$(
CC
)
$(
CFLAGS
)
/Fo:
$(
OUT_DIR
)
\
$(
REPO_ROOT
)
\t
est
\c
ore
\s
upport
\t
ime_test.c
$(
LINK
)
$(
LFLAGS
)
/OUT:
"
$(
OUT_DIR
)
\t
ime_test.exe"
Debug
\g
rpc_test_util.lib Debug
\g
rpc.lib Debug
\g
pr_test_util.lib Debug
\g
pr.lib
$(
LIBS
)
$(
OUT_DIR
)
\t
ime_test.obj
$(
LINK
)
$(
LFLAGS
)
/OUT:
"
$(
OUT_DIR
)
\t
ime_test.exe"
Debug
\g
rpc_test_util.lib Debug
\g
rpc.lib Debug
\g
pr_test_util.lib Debug
\g
pr.lib
$(
LIBS
)
$(
OUT_DIR
)
\t
ime_test.obj
...
@@ -688,7 +688,7 @@ time_test: time_test.exe
...
@@ -688,7 +688,7 @@ time_test: time_test.exe
echo
Running time_test
echo
Running time_test
$(
OUT_DIR
)
\t
ime_test.exe
$(
OUT_DIR
)
\t
ime_test.exe
timeout_encoding_test.exe
:
grpc_test_util $(OUT_DIR)
timeout_encoding_test.exe
:
build_
grpc_test_util $(OUT_DIR)
echo
Building timeout_encoding_test
echo
Building timeout_encoding_test
$(
CC
)
$(
CFLAGS
)
/Fo:
$(
OUT_DIR
)
\
$(
REPO_ROOT
)
\t
est
\c
ore
\t
ransport
\c
http2
\t
imeout_encoding_test.c
$(
CC
)
$(
CFLAGS
)
/Fo:
$(
OUT_DIR
)
\
$(
REPO_ROOT
)
\t
est
\c
ore
\t
ransport
\c
http2
\t
imeout_encoding_test.c
$(
LINK
)
$(
LFLAGS
)
/OUT:
"
$(
OUT_DIR
)
\t
imeout_encoding_test.exe"
Debug
\g
rpc_test_util.lib Debug
\g
rpc.lib Debug
\g
pr_test_util.lib Debug
\g
pr.lib
$(
LIBS
)
$(
OUT_DIR
)
\t
imeout_encoding_test.obj
$(
LINK
)
$(
LFLAGS
)
/OUT:
"
$(
OUT_DIR
)
\t
imeout_encoding_test.exe"
Debug
\g
rpc_test_util.lib Debug
\g
rpc.lib Debug
\g
pr_test_util.lib Debug
\g
pr.lib
$(
LIBS
)
$(
OUT_DIR
)
\t
imeout_encoding_test.obj
...
@@ -696,7 +696,7 @@ timeout_encoding_test: timeout_encoding_test.exe
...
@@ -696,7 +696,7 @@ timeout_encoding_test: timeout_encoding_test.exe
echo
Running timeout_encoding_test
echo
Running timeout_encoding_test
$(
OUT_DIR
)
\t
imeout_encoding_test.exe
$(
OUT_DIR
)
\t
imeout_encoding_test.exe
timers_test.exe
:
grpc_test_util $(OUT_DIR)
timers_test.exe
:
build_
grpc_test_util $(OUT_DIR)
echo
Building timers_test
echo
Building timers_test
$(
CC
)
$(
CFLAGS
)
/Fo:
$(
OUT_DIR
)
\
$(
REPO_ROOT
)
\t
est
\c
ore
\p
rofiling
\t
imers_test.c
$(
CC
)
$(
CFLAGS
)
/Fo:
$(
OUT_DIR
)
\
$(
REPO_ROOT
)
\t
est
\c
ore
\p
rofiling
\t
imers_test.c
$(
LINK
)
$(
LFLAGS
)
/OUT:
"
$(
OUT_DIR
)
\t
imers_test.exe"
Debug
\g
rpc_test_util.lib Debug
\g
rpc.lib Debug
\g
pr_test_util.lib Debug
\g
pr.lib
$(
LIBS
)
$(
OUT_DIR
)
\t
imers_test.obj
$(
LINK
)
$(
LFLAGS
)
/OUT:
"
$(
OUT_DIR
)
\t
imers_test.exe"
Debug
\g
rpc_test_util.lib Debug
\g
rpc.lib Debug
\g
pr_test_util.lib Debug
\g
pr.lib
$(
LIBS
)
$(
OUT_DIR
)
\t
imers_test.obj
...
@@ -704,7 +704,7 @@ timers_test: timers_test.exe
...
@@ -704,7 +704,7 @@ timers_test: timers_test.exe
echo
Running timers_test
echo
Running timers_test
$(
OUT_DIR
)
\t
imers_test.exe
$(
OUT_DIR
)
\t
imers_test.exe
transport_metadata_test.exe
:
grpc_test_util $(OUT_DIR)
transport_metadata_test.exe
:
build_
grpc_test_util $(OUT_DIR)
echo
Building transport_metadata_test
echo
Building transport_metadata_test
$(
CC
)
$(
CFLAGS
)
/Fo:
$(
OUT_DIR
)
\
$(
REPO_ROOT
)
\t
est
\c
ore
\t
ransport
\m
etadata_test.c
$(
CC
)
$(
CFLAGS
)
/Fo:
$(
OUT_DIR
)
\
$(
REPO_ROOT
)
\t
est
\c
ore
\t
ransport
\m
etadata_test.c
$(
LINK
)
$(
LFLAGS
)
/OUT:
"
$(
OUT_DIR
)
\t
ransport_metadata_test.exe"
Debug
\g
rpc_test_util.lib Debug
\g
rpc.lib Debug
\g
pr_test_util.lib Debug
\g
pr.lib
$(
LIBS
)
$(
OUT_DIR
)
\m
etadata_test.obj
$(
LINK
)
$(
LFLAGS
)
/OUT:
"
$(
OUT_DIR
)
\t
ransport_metadata_test.exe"
Debug
\g
rpc_test_util.lib Debug
\g
rpc.lib Debug
\g
pr_test_util.lib Debug
\g
pr.lib
$(
LIBS
)
$(
OUT_DIR
)
\m
etadata_test.obj
...
@@ -712,7 +712,7 @@ transport_metadata_test: transport_metadata_test.exe
...
@@ -712,7 +712,7 @@ transport_metadata_test: transport_metadata_test.exe
echo
Running transport_metadata_test
echo
Running transport_metadata_test
$(
OUT_DIR
)
\t
ransport_metadata_test.exe
$(
OUT_DIR
)
\t
ransport_metadata_test.exe
transport_security_test.exe
:
grpc_test_util $(OUT_DIR)
transport_security_test.exe
:
build_
grpc_test_util $(OUT_DIR)
echo
Building transport_security_test
echo
Building transport_security_test
$(
CC
)
$(
CFLAGS
)
/Fo:
$(
OUT_DIR
)
\
$(
REPO_ROOT
)
\t
est
\c
ore
\t
si
\t
ransport_security_test.c
$(
CC
)
$(
CFLAGS
)
/Fo:
$(
OUT_DIR
)
\
$(
REPO_ROOT
)
\t
est
\c
ore
\t
si
\t
ransport_security_test.c
$(
LINK
)
$(
LFLAGS
)
/OUT:
"
$(
OUT_DIR
)
\t
ransport_security_test.exe"
Debug
\g
rpc_test_util.lib Debug
\g
rpc.lib Debug
\g
pr_test_util.lib Debug
\g
pr.lib
$(
LIBS
)
$(
OUT_DIR
)
\t
ransport_security_test.obj
$(
LINK
)
$(
LFLAGS
)
/OUT:
"
$(
OUT_DIR
)
\t
ransport_security_test.exe"
Debug
\g
rpc_test_util.lib Debug
\g
rpc.lib Debug
\g
pr_test_util.lib Debug
\g
pr.lib
$(
LIBS
)
$(
OUT_DIR
)
\t
ransport_security_test.obj
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment