FreeCalypso > hg > fc-magnetite
comparison components/ccddata @ 153:2cca8a0d71dd
ccddata.lib compiles
| author | Mychaela Falconia <falcon@freecalypso.org> |
|---|---|
| date | Mon, 10 Oct 2016 05:37:52 +0000 |
| parents | |
| children |
comparison
equal
deleted
inserted
replaced
| 152:294062c56fc2 | 153:2cca8a0d71dd |
|---|---|
| 1 # Building ccddata.lib using TCS3.2 CCD source | |
| 2 | |
| 3 CFLAGS="-me -mt -o -pw2 -x -mw" | |
| 4 CPPFLAGS="-D_TMS470 -DNEW_FRAME -DNEW_ENTITY -DCCDDATA_STATIC_DATA" | |
| 5 | |
| 6 # Includes | |
| 7 | |
| 8 CPPFLAGS="$CPPFLAGS -I$SRC/$GPF/ccd" | |
| 9 CPPFLAGS="$CPPFLAGS -I$SRC/$GPF/inc" | |
| 10 CPPFLAGS="$CPPFLAGS -I../../$CDGINC" | |
| 11 | |
| 12 # Source modules | |
| 13 | |
| 14 SRCDIR=$SRC/gpf3/ccd | |
| 15 | |
| 16 cfile_plain $SRCDIR/ccd_config.c | |
| 17 cfile_plain $SRCDIR/ccddata_mconst.c | |
| 18 cfile_plain $SRCDIR/ccddata_ccdmtab.c | |
| 19 cfile_plain $SRCDIR/ccddata_cdemval.c | |
| 20 cfile_plain $SRCDIR/ccddata_ccdent.c | |
| 21 cfile_plain $SRCDIR/ccddata_ccd.c |
