FreeCalypso > hg > fc-selenite
comparison components/ccddata @ 105:5c4db73d289a
build system support for memory supervision
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Mon, 23 Jul 2018 07:01:39 +0000 |
parents | 1155be085fc1 |
children |
comparison
equal
deleted
inserted
replaced
104:82ae724ca0d7 | 105:5c4db73d289a |
---|---|
1 # Building ccddata.lib using TCS3.2 CCD source | 1 # Building ccddata.lib using TCS3.2 CCD source |
2 | 2 |
3 CFLAGS="-me -mt -o -pw2 -x -mw" | 3 CFLAGS="-me -mt -o -pw2 -x -mw" |
4 CFLAGS_gcc="-g -O2 -fno-builtin -mthumb-interwork -mthumb" | 4 CFLAGS_gcc="-g -O2 -fno-builtin -mthumb-interwork -mthumb" |
5 CPPFLAGS="-D_TMS470 -DNEW_FRAME -DNEW_ENTITY -DCCDDATA_STATIC_DATA" | 5 CPPFLAGS="-D_TMS470 -DNEW_FRAME -DNEW_ENTITY -DCCDDATA_STATIC_DATA" |
6 | |
7 if [ "$MEMSUPER" != 0 ] | |
8 then | |
9 CPPFLAGS="$CPPFLAGS -DMEMORY_SUPERVISION" | |
10 fi | |
6 | 11 |
7 # Includes | 12 # Includes |
8 | 13 |
9 CPPFLAGS="$CPPFLAGS -I$SRC/gpf/ccd" | 14 CPPFLAGS="$CPPFLAGS -I$SRC/gpf/ccd" |
10 CPPFLAGS="$CPPFLAGS -I$SRC/gpf/inc" | 15 CPPFLAGS="$CPPFLAGS -I$SRC/gpf/inc" |