FreeCalypso > hg > fc-selenite
comparison components/ccddata @ 22:0a1a78944683
components: first automated conversion pass
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Sun, 15 Jul 2018 22:53:50 +0000 |
parents | a8f9cc376e98 |
children | 0309400d714d |
comparison
equal
deleted
inserted
replaced
21:b7059379dd87 | 22:0a1a78944683 |
---|---|
3 CFLAGS="-me -mt -o -pw2 -x -mw" | 3 CFLAGS="-me -mt -o -pw2 -x -mw" |
4 CPPFLAGS="-D_TMS470 -DNEW_FRAME -DNEW_ENTITY -DCCDDATA_STATIC_DATA" | 4 CPPFLAGS="-D_TMS470 -DNEW_FRAME -DNEW_ENTITY -DCCDDATA_STATIC_DATA" |
5 | 5 |
6 # Includes | 6 # Includes |
7 | 7 |
8 CPPFLAGS="$CPPFLAGS -I$SRC/$GPF/ccd" | 8 CPPFLAGS="$CPPFLAGS -I$SRC/gpf/ccd" |
9 CPPFLAGS="$CPPFLAGS -I$SRC/$GPF/inc" | 9 CPPFLAGS="$CPPFLAGS -I$SRC/gpf/inc" |
10 CPPFLAGS="$CPPFLAGS -I../../$CDGINC" | 10 CPPFLAGS="$CPPFLAGS -I../../cdg-hybrid/cdginc" |
11 | 11 |
12 # Source modules | 12 # Source modules |
13 | 13 |
14 SRCDIR=$SRC/gpf3/ccd | 14 SRCDIR=$SRC/gpf3/ccd |
15 | 15 |
16 cfile_plain $SRCDIR/ccd_config.c | 16 c_file $SRCDIR/ccd_config.c |
17 cfile_plain $SRCDIR/ccddata_mconst.c | 17 c_file $SRCDIR/ccddata_mconst.c |
18 cfile_plain $SRCDIR/ccddata_ccdmtab.c | 18 c_file $SRCDIR/ccddata_ccdmtab.c |
19 cfile_plain $SRCDIR/ccddata_cdemval.c | 19 c_file $SRCDIR/ccddata_cdemval.c |
20 cfile_plain $SRCDIR/ccddata_ccdent.c | 20 c_file $SRCDIR/ccddata_ccdent.c |
21 cfile_plain $SRCDIR/ccddata_ccd.c | 21 c_file $SRCDIR/ccddata_ccd.c |