FreeCalypso > hg > fc-tourmaline
comparison components/ccd @ 23:fdc83c1ab3ff
components: first automated conversion pass
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Fri, 16 Oct 2020 17:03:13 +0000 |
parents | 7ded024bf471 |
children | b5a5e3ea94ed |
comparison
equal
deleted
inserted
replaced
22:7ded024bf471 | 23:fdc83c1ab3ff |
---|---|
8 CPPFLAGS="$CPPFLAGS -DCCDDATA_STATIC_DATA" | 8 CPPFLAGS="$CPPFLAGS -DCCDDATA_STATIC_DATA" |
9 CPPFLAGS="$CPPFLAGS -D_TMS470 -DNEW_ENTITY -DERR_TRACE_CCD" | 9 CPPFLAGS="$CPPFLAGS -D_TMS470 -DNEW_ENTITY -DERR_TRACE_CCD" |
10 | 10 |
11 # Includes | 11 # Includes |
12 | 12 |
13 CPPFLAGS="$CPPFLAGS -I$SRC/$GPF/ccd" | 13 CPPFLAGS="$CPPFLAGS -I$SRC/gpf/ccd" |
14 CPPFLAGS="$CPPFLAGS -I$SRC/$GPF/inc" | 14 CPPFLAGS="$CPPFLAGS -I$SRC/gpf/inc" |
15 CPPFLAGS="$CPPFLAGS -I$SRC/$GPF/inc/nuc" | 15 CPPFLAGS="$CPPFLAGS -I$SRC/gpf/inc/nuc" |
16 | 16 |
17 # Source modules | 17 # Source modules |
18 | 18 |
19 SRCDIR=$SRC/gpf3/ccd | 19 SRCDIR=$SRC/gpf/ccd |
20 | 20 |
21 cfile_plain $SRCDIR/ccd.c | 21 cfile_plain $SRCDIR/ccd.c |
22 cfile_plain $SRCDIR/bitfun.c | 22 cfile_plain $SRCDIR/bitfun.c |
23 cfile_plain $SRCDIR/cdc_std.c | 23 cfile_plain $SRCDIR/cdc_std.c |
24 cfile_plain $SRCDIR/cdc_com.c | 24 cfile_plain $SRCDIR/cdc_com.c |