Lines Matching refs:query_config
126 GENERATED_FILES = psa/psa_constant_names_generated.c test/query_config.c
137 test/query_config.c: $(gen_file_dep) ../scripts/generate_query_config.pl
143 #test/query_config.c: $(gen_file_dep) ../include/mbedtls/mbedtls_config.h
144 test/query_config.c: $(gen_file_dep) ../scripts/data_files/query_config.fmt
145 test/query_config.c:
293 SSL_TEST_OBJECTS = test/query_config.o ssl/ssl_test_lib.o
295 test/query_config.h \
316 ssl/ssl_context_info$(EXEXT): ssl/ssl_context_info.c test/query_config.o test/query_config.h $(DEP)
318 $(CC) $(LOCAL_CFLAGS) $(CFLAGS) ssl/ssl_context_info.c test/query_config.o $(LOCAL_LDFLAGS) $(LDFLAGS) -o $@
361 test/query_config.o: test/query_config.c test/query_config.h $(DEP)
362 echo " CC test/query_config.c"
363 $(CC) $(LOCAL_CFLAGS) $(CFLAGS) -c test/query_config.c -o $@
381 test/query_compile_time_config$(EXEXT): test/query_compile_time_config.c test/query_config.o test/query_config.h $(DEP)
383 $(CC) $(LOCAL_CFLAGS) $(CFLAGS) test/query_compile_time_config.c test/query_config.o $(LOCAL_LDFLAGS) $(LDFLAGS) -o $@