Mercurial > dropbear
comparison Makefile.in @ 1591:b794d277c6da
fix some links
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Mon, 05 Mar 2018 14:14:26 +0800 |
parents | 35af85194268 |
children | b59623a64678 76189c9ffea2 |
comparison
equal
deleted
inserted
replaced
1590:68d5d8e84a92 | 1591:b794d277c6da |
---|---|
268 | 268 |
269 # exclude svr-main.o to avoid duplicate main | 269 # exclude svr-main.o to avoid duplicate main |
270 svrfuzzobjs=$(subst svr-main.o, ,$(dropbearobjs)) | 270 svrfuzzobjs=$(subst svr-main.o, ,$(dropbearobjs)) |
271 | 271 |
272 # build all the fuzzers. This will require fail to link unless built with | 272 # build all the fuzzers. This will require fail to link unless built with |
273 # make fuzz-targetsk FUZZLIB=-lFuzzer.a | 273 # make fuzz-targets FUZZLIB=-lFuzzer.a |
274 # or similar - the library provides main(). | 274 # or similar - the library provides main(). |
275 fuzz-targets: $(FUZZ_TARGETS) $(FUZZER_OPTIONS) | 275 fuzz-targets: $(FUZZ_TARGETS) $(FUZZER_OPTIONS) |
276 | 276 |
277 fuzzer-preauth: fuzzer-preauth.o $(HEADERS) $(LIBTOM_DEPS) Makefile $(svrfuzzobjs) | 277 fuzzer-preauth: fuzzer-preauth.o $(HEADERS) $(LIBTOM_DEPS) Makefile $(svrfuzzobjs) |
278 $(CXX) $(CXXFLAGS) [email protected] $(LDFLAGS) $(svrfuzzobjs) -o $@$(EXEEXT) $(LIBTOM_LIBS) $(LIBS) $(FUZZLIB) @CRYPTLIB@ | 278 $(CXX) $(CXXFLAGS) [email protected] $(LDFLAGS) $(svrfuzzobjs) -o $@$(EXEEXT) $(LIBTOM_LIBS) $(LIBS) $(FUZZLIB) @CRYPTLIB@ |