Home | History | Annotate | Download | only in Configurations

Lines Matching refs:NODEBUG

351 NODEBUG=@
353 $(NODEBUG) openssl_inc1 = F$PARSE("[.include.openssl]","A.;",,,"syntax_only") - "A.;"
354 $(NODEBUG) openssl_inc2 = F$PARSE("{- catdir($config{sourcedir},"[.include.openssl]") -}","A.;",,,"SYNTAX_ONLY") - "A.;"
355 $(NODEBUG) internal_inc1 = F$PARSE("[.include.internal]","A.;",,,"SYNTAX_ONLY") - "A.;"
356 $(NODEBUG) internal_inc2 = F$PARSE("{- catdir($config{sourcedir},"[.include.internal]") -}","A.;",,,"SYNTAX_ONLY") - "A.;"
357 $(NODEBUG) crypto_inc1 = F$PARSE("[.include.crypto]","A.;",,,"SYNTAX_ONLY") - "A.;"
358 $(NODEBUG) crypto_inc2 = F$PARSE("{- catdir($config{sourcedir},"[.include.crypto]") -}","A.;",,,"SYNTAX_ONLY") - "A.;"
359 $(NODEBUG) DEFINE openssl 'openssl_inc1','openssl_inc2'
360 $(NODEBUG) DEFINE internal 'internal_inc1','internal_inc2'
361 $(NODEBUG) DEFINE crypto 'crypto_inc1','crypto_inc2'
362 $(NODEBUG) staging_dir = "$(DESTDIR)"
363 $(NODEBUG) staging_instdir = ""
364 $(NODEBUG) staging_datadir = ""
365 $(NODEBUG) IF staging_dir .NES. "" THEN -
367 $(NODEBUG) IF staging_instdir - "]A.;" .NES. staging_instdir THEN -
369 $(NODEBUG) IF staging_instdir - "A.;" .NES. staging_instdir THEN -
371 $(NODEBUG) IF staging_dir .NES. "" THEN -
373 $(NODEBUG) IF staging_datadir - "]A.;" .NES. staging_datadir THEN -
375 $(NODEBUG) IF staging_datadir - "A.;" .NES. staging_datadir THEN -
377 $(NODEBUG) !
378 $(NODEBUG) ! Installation logical names
379 $(NODEBUG) !
380 $(NODEBUG) ! This also creates a few DCL variables that are used for
381 $(NODEBUG) ! the "install_msg" target.
382 $(NODEBUG) !
383 $(NODEBUG) installroot = F$PARSE(staging_instdir,"$(INSTALLTOP)","[]A.;",,"SYNTAX_ONLY,NO_CONCEAL") - ".][000000" - "[000000." - "][" - "]A.;"
384 $(NODEBUG) installtop = installroot + ".]"
385 $(NODEBUG) dataroot = F$PARSE(staging_datadir,"$(OPENSSLDIR)","[]A.;",,"SYNTAX_ONLY,NO_CONCEAL") - ".][000000" - "[000000." - "][" - "]A.;"
386 $(NODEBUG) datatop = dataroot + ".]"
387 $(NODEBUG) DEFINE ossl_installroot 'installtop'
388 $(NODEBUG) DEFINE ossl_dataroot 'datatop'
389 $(NODEBUG) !
390 $(NODEBUG) ! Figure out the architecture
391 $(NODEBUG) !
392 $(NODEBUG) arch = f$edit( f$getsyi( "arch_name"), "upcase")
393 $(NODEBUG) !
394 $(NODEBUG) ! Set up logical names for the libraries, so LINK and
395 $(NODEBUG) ! running programs can use them.
396 $(NODEBUG) !
397 $(NODEBUG) {- join("\n\t\$(NODEBUG) ", map { "DEFINE ".uc($_)." 'F\$ENV(\"DEFAULT\")'".uc($_)."\$(SHLIB_EXT)" } @shlibs) || "!" -}
400 $(NODEBUG) {- join("\n\t\$(NODEBUG) ", map { "DEASSIGN ".uc($_) } @shlibs) || "!" -}
401 $(NODEBUG) DEASSIGN ossl_dataroot
402 $(NODEBUG) DEASSIGN ossl_installroot
403 $(NODEBUG) DEASSIGN crypto
404 $(NODEBUG) DEASSIGN internal
405 $(NODEBUG) DEASSIGN openssl