Lines Matching refs:ENGINES
82 ENGINES={- join(" ", map { dso($_) } @{$unified_info{engines}}) -}
83 ENGINEPDBS={- join(" ", map { local $dsoext = ".pdb"; dso($_) } @{$unified_info{engines}}) -}
100 INSTALL_ENGINES={- join(" ", map { quotify1(dso($_)) } @{$unified_info{install}->{engines}}) -}
101 INSTALL_ENGINEPDBS={- join(" ", map { local $dsoext = ".pdb"; quotify1(dso($_)) } @{$unified_info{install}->{engines}}) -}
146 our $enginesdir = catdir($prefix,$libdir,"engines-$sover_dirname");
318 build_engines_nodep: $(ENGINES)
341 set OPENSSL_ENGINES=$(MAKEDIR)\engines
366 -del /Q /F $(ENGINES)
371 -del /Q /S /F engines\*.lib engines\*.exp
434 @$(ECHO) "*** Installing engines"
436 @if not "$(ENGINES)"=="" \
438 @if not "$(ENGINES)"=="" \