123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212 |
- #!/bin/sh
- #***************************************************************************
- # _ _ ____ _
- # Project ___| | | | _ \| |
- # / __| | | | |_) | |
- # | (__| |_| | _ <| |___
- # \___|\___/|_| \_\_____|
- #
- # Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al.
- #
- # This software is licensed as described in the file COPYING, which
- # you should have received as part of this distribution. The terms
- # are also available at https://curl.se/docs/copyright.html.
- #
- # You may opt to use, copy, modify, merge, publish, distribute and/or sell
- # copies of the Software, and permit persons to whom the Software is
- # furnished to do so, under the terms of the COPYING file.
- #
- # This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
- # KIND, either express or implied.
- #
- # SPDX-License-Identifier: curl
- #
- ###########################################################################
- #
- # libcurl compilation script for the OS/400.
- #
- SCRIPTDIR=`dirname "${0}"`
- . "${SCRIPTDIR}/initscript.sh"
- cd "${TOPDIR}/lib"
- # Need to have IFS access to the mih/cipher header file.
- if action_needed cipher.mih '/QSYS.LIB/QSYSINC.LIB/MIH.FILE/CIPHER.MBR'
- then rm -f cipher.mih
- ln -s '/QSYS.LIB/QSYSINC.LIB/MIH.FILE/CIPHER.MBR' cipher.mih
- fi
- # Create and compile the identification source file.
- echo '#pragma comment(user, "libcurl version '"${LIBCURL_VERSION}"'")' > os400.c
- echo '#pragma comment(user, __DATE__)' >> os400.c
- echo '#pragma comment(user, __TIME__)' >> os400.c
- echo '#pragma comment(copyright, "Copyright (C) Daniel Stenberg et al. OS/400 version by P. Monnerat")' >> os400.c
- make_module OS400 os400.c
- LINK= # No need to rebuild service program yet.
- MODULES=
- # Get source list.
- sed -e ':begin' \
- -e '/\\$/{' \
- -e 's/\\$/ /' \
- -e 'N' \
- -e 'bbegin' \
- -e '}' \
- -e 's/\n//g' \
- -e 's/[[:space:]]*$//' \
- -e 's/^\([A-Za-z][A-Za-z0-9_]*\)[[:space:]]*=[[:space:]]*\(.*\)/\1="\2"/' \
- -e 's/\$(\([A-Za-z][A-Za-z0-9_]*\))/${\1}/g' \
- < Makefile.inc > tmpscript.sh
- . ./tmpscript.sh
- # Compile the sources into modules.
- INCLUDES="'`pwd`'"
- # Create a small C program to check ccsidcurl.c is up to date
- if action_needed "${LIBIFSNAME}/CHKSTRINGS.PGM" "${SCRIPTDIR}/chkstrings.c"
- then CMD="CRTBNDC PGM(${TARGETLIB}/CHKSTRINGS)"
- CMD="${CMD} SRCSTMF('${SCRIPTDIR}/chkstrings.c')"
- CMD="${CMD} INCDIR('${TOPDIR}/include/curl' '${TOPDIR}/include'"
- CMD="${CMD} '${SRCDIR}' ${INCLUDES})"
- CMD="${CMD} TGTCCSID(${TGTCCSID})"
- if CLcommand -i "${CMD}"
- then if "${LIBIFSNAME}/CHKSTRINGS.PGM"
- then :
- else echo "ERROR: CHKSTRINGS failed!"
- exit 2
- fi
- else echo "ERROR: Failed to build CHKSTRINGS *PGM object!"
- exit 2
- fi
- fi
- make_module OS400SYS "${SCRIPTDIR}/os400sys.c"
- make_module CCSIDCURL "${SCRIPTDIR}/ccsidcurl.c"
- for SRC in ${CSOURCES}
- do MODULE=`db2_name "${SRC}"`
- make_module "${MODULE}" "${SRC}"
- done
- # If needed, (re)create the static binding directory.
- if action_needed "${LIBIFSNAME}/${STATBNDDIR}.BNDDIR"
- then LINK=YES
- fi
- if [ "${LINK}" ]
- then rm -rf "${LIBIFSNAME}/${STATBNDDIR}.BNDDIR"
- CMD="CRTBNDDIR BNDDIR(${TARGETLIB}/${STATBNDDIR})"
- CMD="${CMD} TEXT('LibCurl API static binding directory')"
- CLcommand "${CMD}"
- for MODULE in ${MODULES}
- do CMD="ADDBNDDIRE BNDDIR(${TARGETLIB}/${STATBNDDIR})"
- CMD="${CMD} OBJ((${TARGETLIB}/${MODULE} *MODULE))"
- CLcommand "${CMD}"
- done
- fi
- # The exportation file for service program creation must be in a DB2
- # source file, so make sure it exists.
- if action_needed "${LIBIFSNAME}/TOOLS.FILE"
- then CMD="CRTSRCPF FILE(${TARGETLIB}/TOOLS) RCDLEN(112)"
- CMD="${CMD} TEXT('curl: build tools')"
- CLcommand "${CMD}"
- fi
- # Gather the list of symbols to export.
- # First use awk to pull all CURL_EXTERN function prototypes from
- # the header files, pass through to sed to strip CURL_DEPRECATED(..)
- # then back to awk to pull the string immediately to the left of a
- # bracket stripping any spaces or *'s.
- EXPORTS=`awk '/^CURL_EXTERN/,/;/' \
- "${TOPDIR}"/include/curl/*.h \
- "${SCRIPTDIR}/ccsidcurl.h" |
- sed 's| CURL_DEPRECATED(.*)||g' |
- awk '{br=index($0,"("); \
- if (br) { \
- for(c=br-1; ;c--) { \
- if (c==1) { \
- print substr($0,c,br-1); break \
- } else if (match(substr($0, c, br-c), "[ *]") != 0) { \
- print substr($0, c+1, br-c-1); break \
- } \
- } \
- } \
- }'`
- # Create the service program exportation file in DB2 member if needed.
- BSF="${LIBIFSNAME}/TOOLS.FILE/BNDSRC.MBR"
- if action_needed "${BSF}" Makefile.am
- then LINK=YES
- fi
- if [ "${LINK}" ]
- then echo " STRPGMEXP PGMLVL(*CURRENT) SIGNATURE('LIBCURL_${SONAME}')" \
- > "${BSF}"
- for EXPORT in ${EXPORTS}
- do echo ' EXPORT SYMBOL("'"${EXPORT}"'")' >> "${BSF}"
- done
- echo ' ENDPGMEXP' >> "${BSF}"
- fi
- # Build the service program if needed.
- if action_needed "${LIBIFSNAME}/${SRVPGM}.SRVPGM"
- then LINK=YES
- fi
- if [ "${LINK}" ]
- then CMD="CRTSRVPGM SRVPGM(${TARGETLIB}/${SRVPGM})"
- CMD="${CMD} SRCFILE(${TARGETLIB}/TOOLS) SRCMBR(BNDSRC)"
- CMD="${CMD} MODULE(${TARGETLIB}/OS400)"
- CMD="${CMD} BNDDIR(${TARGETLIB}/${STATBNDDIR}"
- if [ "${WITH_ZLIB}" != 0 ]
- then CMD="${CMD} ${ZLIB_LIB}/${ZLIB_BNDDIR}"
- liblist -a "${ZLIB_LIB}"
- fi
- if [ "${WITH_LIBSSH2}" != 0 ]
- then CMD="${CMD} ${LIBSSH2_LIB}/${LIBSSH2_BNDDIR}"
- liblist -a "${LIBSSH2_LIB}"
- fi
- CMD="${CMD})"
- CMD="${CMD} BNDSRVPGM(QADRTTS QGLDCLNT QGLDBRDR)"
- CMD="${CMD} TEXT('curl API library')"
- CMD="${CMD} TGTRLS(${TGTRLS})"
- CLcommand "${CMD}"
- LINK=YES
- fi
- # If needed, (re)create the dynamic binding directory.
- if action_needed "${LIBIFSNAME}/${DYNBNDDIR}.BNDDIR"
- then LINK=YES
- fi
- if [ "${LINK}" ]
- then rm -rf "${LIBIFSNAME}/${DYNBNDDIR}.BNDDIR"
- CMD="CRTBNDDIR BNDDIR(${TARGETLIB}/${DYNBNDDIR})"
- CMD="${CMD} TEXT('LibCurl API dynamic binding directory')"
- CLcommand "${CMD}"
- CMD="ADDBNDDIRE BNDDIR(${TARGETLIB}/${DYNBNDDIR})"
- CMD="${CMD} OBJ((*LIBL/${SRVPGM} *SRVPGM))"
- CLcommand "${CMD}"
- fi
|