FreeCalypso > hg > fc-magnetite
view components/ccddata @ 554:28ed4002131a
configs/* except classic and hybrid-gpf: all parts of TCS211 GPF
for which we found exact corresponding sources are now rebuilt
from those sources; only OSL and OSX remain as blobs,
plus CCD for non-hybrid configs
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Mon, 19 Nov 2018 00:12:20 +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