VirtualBox

source: vbox/trunk/src/libs/openssl-3.4.1/apps/lib/build.info@ 109302

Last change on this file since 109302 was 109052, checked in by vboxsync, 4 weeks ago

openssl-3.4.1: Applied our changes, regenerated files, added missing files and functions. This time with a three way merge. ​bugref:10890

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 749 bytes
Line 
1# Auxiliary program source
2IF[{- $config{target} =~ /^(?:VC-|mingw|BC-)/ -}]
3 # It's called 'init', but doesn't have much 'init' in it...
4 $AUXLIBAPPSSRC=win32_init.c
5ENDIF
6IF[{- $config{target} =~ /^vms-/ -}]
7 $AUXLIBAPPSSRC=vms_term_sock.c vms_decc_argv.c
8ENDIF
9
10# Source for libapps
11$LIBAPPSSRC=apps.c apps_ui.c log.c opt.c fmt.c s_cb.c s_socket.c app_rand.c \
12 columns.c app_params.c names.c app_provider.c app_x509.c http_server.c \
13 engine.c engine_loader.c app_libctx.c apps_opt_printf.c
14
15IF[{- !$disabled{apps} -}]
16 LIBS{noinst}=../libapps.a
17 SOURCE[../libapps.a]=$LIBAPPSSRC $AUXLIBAPPSSRC
18 INCLUDE[../libapps.a]=../.. ../../include ../include
19ENDIF
20
21IF[{- !$disabled{srp} -}]
22 SOURCE[../libapps.a]=tlssrp_depr.c
23ENDIF
Note: See TracBrowser for help on using the repository browser.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette