VirtualBox

source: vbox/trunk/src/libs/openssl-3.1.3/apps/lib/build.info@ 102210

Last change on this file since 102210 was 101211, checked in by vboxsync, 16 months ago

openssl-3.1.3: Applied and adjusted our OpenSSL changes to 3.1.2. bugref:10527

File size: 725 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 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
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.

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