view components/ccddata @ 643:6af4147329b3

gtm900mgc2 build target renamed to just gtm900mgc based on the discovery of MGC1GSMT which is fw-compatible with the more common and more familiar MGC2GSMT.
author Mychaela Falconia <falcon@freecalypso.org>
date Sat, 15 Feb 2020 17:57:21 +0000
parents 2cca8a0d71dd
children
line wrap: on
line source

# Building ccddata.lib using TCS3.2 CCD source

CFLAGS="-me -mt -o -pw2 -x -mw"
CPPFLAGS="-D_TMS470 -DNEW_FRAME -DNEW_ENTITY -DCCDDATA_STATIC_DATA"

# Includes

CPPFLAGS="$CPPFLAGS -I$SRC/$GPF/ccd"
CPPFLAGS="$CPPFLAGS -I$SRC/$GPF/inc"
CPPFLAGS="$CPPFLAGS -I../../$CDGINC"

# Source modules

SRCDIR=$SRC/gpf3/ccd

cfile_plain $SRCDIR/ccd_config.c
cfile_plain $SRCDIR/ccddata_mconst.c
cfile_plain $SRCDIR/ccddata_ccdmtab.c
cfile_plain $SRCDIR/ccddata_cdemval.c
cfile_plain $SRCDIR/ccddata_ccdent.c
cfile_plain $SRCDIR/ccddata_ccd.c