Lines Matching refs:obj
5 SSL_OBJS=regress_ssl.obj
17 REGRESS_OBJS=regress.obj regress_buffer.obj regress_http.obj regress_dns.obj \
18 regress_testutils.obj \
19 regress_rpc.obj regress.gen.obj \
20 regress_et.obj regress_bufferevent.obj \
21 regress_listener.obj regress_util.obj tinytest.obj \
22 regress_main.obj regress_minheap.obj regress_iocp.obj \
23 regress_thread.obj regress_finalize.obj $(SSL_OBJS)
25 OTHER_OBJS=test-init.obj test-eof.obj test-closed.obj test-weof.obj test-time.obj \
26 bench.obj bench_cascade.obj bench_http.obj bench_httpclient.obj \
27 test-changelist.obj \
28 print-winsock-errors.obj
46 test-init.exe: test-init.obj
47 $(CC) $(CFLAGS) $(LIBS) test-init.obj
48 test-eof.exe: test-eof.obj
49 $(CC) $(CFLAGS) $(LIBS) test-eof.obj
50 test-closed.exe: test-closed.obj
51 $(CC) $(CFLAGS) $(LIBS) test-closed.obj
52 test-changelist.exe: test-changelist.obj
53 $(CC) $(CFLAGS) $(LIBS) test-changelist.obj
54 test-weof.exe: test-weof.obj
55 $(CC) $(CFLAGS) $(LIBS) test-weof.obj
56 test-time.exe: test-time.obj
57 $(CC) $(CFLAGS) $(LIBS) test-time.obj
59 print-winsock-errors.exe: print-winsock-errors.obj
60 $(CC) $(CFLAGS) $(LIBS) print-winsock-errors.obj
62 bench.exe: bench.obj
63 $(CC) $(CFLAGS) $(LIBS) bench.obj
64 bench_cascade.exe: bench_cascade.obj
65 $(CC) $(CFLAGS) $(LIBS) bench_cascade.obj
66 bench_http.exe: bench_http.obj
67 $(CC) $(CFLAGS) $(LIBS) bench_http.obj
68 bench_httpclient.exe: bench_httpclient.obj
69 $(CC) $(CFLAGS) $(LIBS) bench_httpclient.obj