FreeCalypso > hg > fc-tourmaline
comparison components/ccddata @ 22:7ded024bf471
components: pruned import from Magnetite
renamed as desired for Tourmaline
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Fri, 16 Oct 2020 16:29:07 +0000 |
parents | |
children | fdc83c1ab3ff |
comparison
equal
deleted
inserted
replaced
21:1edc7293e433 | 22:7ded024bf471 |
---|---|
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 |