Home | History | Annotate | Download | only in roken

Lines Matching refs:exe

141 $(OBJ)\make-roken.exe: $(OBJ)\make-roken.obj
147 $(INCDIR)\roken.h: $(OBJ)\make-roken.exe
148 $(OBJ)\make-roken.exe > $@ || $(RM) $@
184 TMP_PROGS = $(OBJ)\snprintf-test.exe $(OBJ)\resolve-test.exe
189 $(OBJ)\base64-test.exe \
190 $(OBJ)\getaddrinfo-test.exe \
191 $(OBJ)\getifaddrs-test.exe \
192 $(OBJ)\hex-test.exe \
193 $(OBJ)\test-detach.exe \
194 $(OBJ)\test-readenv.exe \
195 $(OBJ)\parse_bytes-test.exe \
196 $(OBJ)\parse_reply-test.exe \
197 $(OBJ)\parse_time-test.exe \
198 $(OBJ)\snprintf-test.exe \
199 $(OBJ)\strpftime-test.exe \
200 $(OBJ)\dirent-test.exe \
201 $(OBJ)\test-mini_inetd.exe
221 $(OBJ)\parse_reply-test.exe: $(OBJ)\parse_reply-test.obj $(OBJ)\resolve_test.obj $(LIBROKEN)
224 $(OBJ)\test-readenv.exe: $(OBJ)\test-readenv.obj $(OBJ)\test-mem.obj $(LIBROKEN)
227 $(OBJ)\parse_time-test.exe: $(OBJ)\parse_time-test.obj $(OBJ)\test-mem.obj $(LIBROKEN)
233 $(OBJ)\strpftime-test.exe: $(OBJ)\strpftime-test.obj $(OBJ)\libtest.lib $(LIBROKEN)
239 $(OBJ)\snprintf-test.exe: $(OBJ)\snprintf-test.obj $(OBJ)\libtest.lib $(LIBROKEN)
242 $(OBJ)\resolve-test.exe: $(OBJ)\resolve-test.obj $(LIBROKEN)
245 $(OBJ)\base64-test.exe: $(OBJ)\base64-test.obj $(OBJ)\base64.obj $(LIBROKEN)
248 $(OBJ)\getaddrinfo-test.exe: $(OBJ)\getaddrinfo-test.obj $(LIBROKEN)
251 $(OBJ)\hex-test.exe: $(OBJ)\hex-test.obj $(LIBROKEN)
254 $(OBJ)\parse_bytes-test.exe: $(OBJ)\parse_bytes-test.obj $(LIBROKEN)
257 $(OBJ)\test-detach.exe: $(OBJ)\test-detach.obj $(OBJ)\detach.obj $(LIBROKEN)
260 $(OBJ)\dirent-test.exe: $(OBJ)\dirent-test.obj $(LIBROKEN)
263 $(OBJ)\getifaddrs-test.exe: $(OBJ)\getifaddrs-test.obj $(LIBROKEN)
266 $(OBJ)\test-mini_inetd.exe: $(OBJ)\test-mini_inetd.obj $(LIBROKEN)
273 -test-mini_inetd.exe
274 -dirent-test.exe
275 -base64-test.exe
276 -getaddrinfo-test.exe
277 -getifaddrs-test.exe
278 -hex-test.exe
279 -test-readenv.exe
280 -parse_bytes-test.exe
282 # -parse_reply-test.exe
283 -parse_time-test.exe
284 -snprintf-test.exe
285 -strpftime-test.exe