view components/ppp @ 482:ad7f986afae3

pass -DCHIPSET and -DBOARD for all TCS3.2 components
author Mychaela Falconia <falcon@freecalypso.org>
date Tue, 19 Jun 2018 17:03:34 +0000
parents 718e913f6c1d
children
line wrap: on
line source

# 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