FreeCalypso > hg > fc-tourmaline
diff components/ppp @ 22:7ded024bf471
components: pruned import from Magnetite
renamed as desired for Tourmaline
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Fri, 16 Oct 2020 16:29:07 +0000 |
parents | |
children | fdc83c1ab3ff |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/components/ppp Fri Oct 16 16:29:07 2020 +0000 @@ -0,0 +1,99 @@ +# Building ppp.lib from the TCS3.2 source + +CFLAGS="-me -mt -o -pw2 -x -mw" + +# Defines + +CPPFLAGS=-DCCDTABLES_EXTERN +CPPFLAGS="$CPPFLAGS -DOPTION_MULTITHREAD" +CPPFLAGS="$CPPFLAGS -DNEW_FRAME" +CPPFLAGS="$CPPFLAGS -DNEW_ENTITY" +CPPFLAGS="$CPPFLAGS -D_TARGET_" +CPPFLAGS="$CPPFLAGS -DSHARED_VSI" +CPPFLAGS="$CPPFLAGS -DALR" +CPPFLAGS="$CPPFLAGS -DFF_HOMEZONE" +CPPFLAGS="$CPPFLAGS -DFF_MMI_SAT_ICON" +CPPFLAGS="$CPPFLAGS -DFF_MMI_SMS_DYNAMIC" +CPPFLAGS="$CPPFLAGS -DFF_CPHS" +CPPFLAGS="$CPPFLAGS -D_TMS470" +CPPFLAGS="$CPPFLAGS -DUART" +CPPFLAGS="$CPPFLAGS -DFF_ATI" +CPPFLAGS="$CPPFLAGS -DNWARN" +CPPFLAGS="$CPPFLAGS -DFF_EM_MODE" +CPPFLAGS="$CPPFLAGS -DPHONEBOOK_EXTENSION" + +if [ "$GPRS" = 1 ] +then + CPPFLAGS="$CPPFLAGS -DGPRS" +fi + +CPPFLAGS="$CPPFLAGS -DAT_INTERPRETER" +CPPFLAGS="$CPPFLAGS -DUSE_L1FD_FUNC_INTERFACE" + +if [ "$SRVC" != 0 ] +then + CPPFLAGS="$CPPFLAGS -DFAX_AND_DATA" + if [ "$SRVC" = 1 ] + then + CPPFLAGS="$CPPFLAGS -DFF_FAX" + fi + CPPFLAGS="$CPPFLAGS -DUSE_L2FD_FUNC_INTERFACE" +fi + +CPPFLAGS="$CPPFLAGS -DSRVC=$SRVC" +CPPFLAGS="$CPPFLAGS -DDTI2" +CPPFLAGS="$CPPFLAGS -DDTILIB" +CPPFLAGS="$CPPFLAGS -DPPP_FLASH_ROM" +CPPFLAGS="$CPPFLAGS -DCHIPSET=$CHIPSET" +CPPFLAGS="$CPPFLAGS -DBOARD=41" + +# Includes + +SRCDIR=$SRC/g23m-fad/ppp + +CPPFLAGS="$CPPFLAGS -I$SRC/$CONDAT/com/inc" +CPPFLAGS="$CPPFLAGS -I$SRC/$GPF/inc" +CPPFLAGS="$CPPFLAGS -I$SRC/$CONDAT/com/include" +CPPFLAGS="$CPPFLAGS -I../../$CDGINC" +CPPFLAGS="$CPPFLAGS -I$SRCDIR" +CPPFLAGS="$CPPFLAGS -I../../$CDGPRIM" +CPPFLAGS="$CPPFLAGS -I.." +CPPFLAGS="$CPPFLAGS -I../config" + +# Source modules + +cfile_str2ind $SRCDIR/ppp_arbf.c +cfile_str2ind $SRCDIR/ppp_arbp.c +cfile_str2ind $SRCDIR/ppp_arbs.c +cfile_str2ind $SRCDIR/ppp_frxf.c +cfile_str2ind $SRCDIR/ppp_frxp.c +cfile_str2ind $SRCDIR/ppp_frxs.c +cfile_str2ind $SRCDIR/ppp_ftxf.c +#cfile_str2ind $SRCDIR/ppp_ftxp.c +cfile_str2ind $SRCDIR/ppp_ftxs.c +cfile_str2ind $SRCDIR/ppp_lcpf.c +cfile_str2ind $SRCDIR/ppp_lcpp.c +cfile_str2ind $SRCDIR/ppp_lcps.c +cfile_str2ind $SRCDIR/ppp_onaf.c +cfile_str2ind $SRCDIR/ppp_onap.c +cfile_str2ind $SRCDIR/ppp_onas.c +cfile_str2ind $SRCDIR/ppp_ncpf.c +cfile_str2ind $SRCDIR/ppp_ncpp.c +cfile_str2ind $SRCDIR/ppp_ncps.c +cfile_str2ind $SRCDIR/ppp_papf.c +cfile_str2ind $SRCDIR/ppp_papp.c +cfile_str2ind $SRCDIR/ppp_paps.c +cfile_str2ind $SRCDIR/ppp_capf.c +cfile_str2ind $SRCDIR/ppp_capp.c +cfile_str2ind $SRCDIR/ppp_caps.c +cfile_str2ind $SRCDIR/ppp_pei.c +cfile_str2ind $SRCDIR/ppp_prxf.c +cfile_str2ind $SRCDIR/ppp_prxp.c +cfile_str2ind $SRCDIR/ppp_prxs.c +cfile_str2ind $SRCDIR/ppp_ptxf.c +cfile_str2ind $SRCDIR/ppp_ptxp.c +cfile_str2ind $SRCDIR/ppp_ptxs.c +cfile_str2ind $SRCDIR/ppp_rtf.c +cfile_str2ind $SRCDIR/ppp_rtp.c +cfile_str2ind $SRCDIR/ppp_rts.c +cfile_str2ind $SRCDIR/ppp_tbls.c