view components/sndcp @ 294:e17bdedfbf2b

VIBR SWE initial implementation
author Mychaela Falconia <falcon@freecalypso.org>
date Sun, 27 Mar 2022 08:46:10 +0000
parents e58a5bb12de4
children
line wrap: on
line source

# Building sndcp.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 -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 -DMMI=$MMI"

if [ "$MMI" = 0 ]
then
	CPPFLAGS="$CPPFLAGS -DACI"
elif [ "$MMI" = 2 ]
then
	CPPFLAGS="$CPPFLAGS -DMFW"
fi

CPPFLAGS="$CPPFLAGS -DPHONEBOOK_EXTENSION"
CPPFLAGS="$CPPFLAGS -DGPRS"
CPPFLAGS="$CPPFLAGS -DDTI2"
CPPFLAGS="$CPPFLAGS -D_SNDCP_DTI_"
CPPFLAGS="$CPPFLAGS -D_SNDCP_DTI_2_"
CPPFLAGS="$CPPFLAGS -DCHIPSET=$CHIPSET"
CPPFLAGS="$CPPFLAGS -DBOARD=41"

if [ "$MEMSUPER" != 0 ]
then
	CPPFLAGS="$CPPFLAGS -DMEMORY_SUPERVISION"
fi

# Includes

CPPFLAGS="$CPPFLAGS -I$SRC/condat/com/inc"
CPPFLAGS="$CPPFLAGS -I$SRC/gpf/inc"
CPPFLAGS="$CPPFLAGS -I$SRC/condat/com/include"
CPPFLAGS="$CPPFLAGS -I../../cdg-hybrid/cdginc"
CPPFLAGS="$CPPFLAGS -I../../cdg-hybrid/sap-inline"
CPPFLAGS="$CPPFLAGS -I$SRC/g23m-gprs/dti"
CPPFLAGS="$CPPFLAGS -I$SRC/g23m-gprs/sndcp"
CPPFLAGS="$CPPFLAGS -I.."
CPPFLAGS="$CPPFLAGS -I../config"

# Source modules

SRCDIR=$SRC/g23m-gprs/sndcp

cfile_str2ind $SRCDIR/sndcp_f.c
cfile_str2ind $SRCDIR/sndcp_mgf.c
cfile_str2ind $SRCDIR/sndcp_mgp.c
cfile_str2ind $SRCDIR/sndcp_mgs.c
cfile_str2ind $SRCDIR/sndcp_ndf.c
cfile_str2ind $SRCDIR/sndcp_ndp.c
cfile_str2ind $SRCDIR/sndcp_nds.c
cfile_str2ind $SRCDIR/sndcp_nuf.c
cfile_str2ind $SRCDIR/sndcp_nup.c
cfile_str2ind $SRCDIR/sndcp_nus.c
cfile_str2ind $SRCDIR/sndcp_pdaf.c
cfile_str2ind $SRCDIR/sndcp_pdap.c
cfile_str2ind $SRCDIR/sndcp_pdas.c
cfile_str2ind $SRCDIR/sndcp_pdf.c
cfile_str2ind $SRCDIR/sndcp_pdp.c
cfile_str2ind $SRCDIR/sndcp_pds.c
cfile_str2ind $SRCDIR/sndcp_pei.c
cfile_str2ind $SRCDIR/sndcp_sdaf.c
cfile_str2ind $SRCDIR/sndcp_sdap.c
cfile_str2ind $SRCDIR/sndcp_sdas.c
cfile_str2ind $SRCDIR/sndcp_sdf.c
cfile_str2ind $SRCDIR/sndcp_sdp.c
cfile_str2ind $SRCDIR/sndcp_sds.c
cfile_str2ind $SRCDIR/sndcp_suaf.c
cfile_str2ind $SRCDIR/sndcp_suap.c
cfile_str2ind $SRCDIR/sndcp_suas.c
cfile_str2ind $SRCDIR/sndcp_suf.c
cfile_str2ind $SRCDIR/sndcp_sup.c
cfile_str2ind $SRCDIR/sndcp_ciap.c
cfile_str2ind $SRCDIR/sndcp_ciaf.c
cfile_str2ind $SRCDIR/sndcp_cias.c
cfile_str2ind $SRCDIR/sndcp_sus.c