Lines Matching refs:LIBS
43 LIBS = $(SLIBS) $(DLIBS) macro
49 test-aes: $(call BUILDOBJ,test-aes.o) $(LIBS)
52 test-base64: $(call BUILDOBJ,test-base64.o) $(LIBS)
55 test-https: $(call BUILDOBJ,test-https.o) $(LIBS)
58 test-https_server: $(call BUILDOBJ,test-https_server.o) $(LIBS)
61 test-list: $(call BUILDOBJ,test-list.o) $(LIBS)
64 test-md4: $(call BUILDOBJ,test-md4.o) $(LIBS)
67 test-milenage: $(call BUILDOBJ,test-milenage.o) $(LIBS)
70 test-rc4: $(call BUILDOBJ,test-rc4.o) $(LIBS)
73 test-rsa-sig-ver: $(call BUILDOBJ,test-rsa-sig-ver.o) $(LIBS)
76 test-sha1: $(call BUILDOBJ,test-sha1.o) $(LIBS)
79 test-sha256: $(call BUILDOBJ,test-sha256.o) $(LIBS)
82 test-x509v3: $(call BUILDOBJ,test-x509v3.o) $(LIBS)
138 LIBS=$(SLIBS) $(DLIBS) $(WPA_LIBS) $(ELIBS) macro
140 test-bss: $(call BUILDOBJ,test-bss.o) $(WPA_OBJS) $(LIBS)
141 $(LDO) $(LDFLAGS) -o $@ $< $(LLIBS) $(WPA_CFLAGS) $(WPA_OBJS) $(LIBS)