FreeCalypso > hg > fc-selenite
comparison components/t30 @ 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 | a9a7d531e673 |
comparison
equal
deleted
inserted
replaced
| 21:b7059379dd87 | 22:0a1a78944683 |
|---|---|
| 2 | 2 |
| 3 CFLAGS="-me -mt -o -pw2 -x -mw" | 3 CFLAGS="-me -mt -o -pw2 -x -mw" |
| 4 CPPFLAGS= | 4 CPPFLAGS= |
| 5 | 5 |
| 6 make_version t30 | 6 make_version t30 |
| 7 cfile_plain t30_version.c | 7 c_file t30_version.c |
| 8 | 8 |
| 9 # Defines | 9 # Defines |
| 10 | 10 |
| 11 CPPFLAGS=-DCCDTABLES_EXTERN | 11 CPPFLAGS=-DCCDTABLES_EXTERN |
| 12 CPPFLAGS="$CPPFLAGS -DOPTION_MULTITHREAD" | 12 CPPFLAGS="$CPPFLAGS -DOPTION_MULTITHREAD" |
| 53 | 53 |
| 54 # Includes | 54 # Includes |
| 55 | 55 |
| 56 SRCDIR=$SRC/g23m-fad/t30 | 56 SRCDIR=$SRC/g23m-fad/t30 |
| 57 | 57 |
| 58 CPPFLAGS="$CPPFLAGS -I$SRC/$CONDAT/com/inc" | 58 CPPFLAGS="$CPPFLAGS -I$SRC/condat/com/inc" |
| 59 CPPFLAGS="$CPPFLAGS -I$SRC/$GPF/inc" | 59 CPPFLAGS="$CPPFLAGS -I$SRC/gpf/inc" |
| 60 CPPFLAGS="$CPPFLAGS -I$SRC/$CONDAT/com/include" | 60 CPPFLAGS="$CPPFLAGS -I$SRC/condat/com/include" |
| 61 CPPFLAGS="$CPPFLAGS -I../../$CDGINC" | 61 CPPFLAGS="$CPPFLAGS -I../../cdg-hybrid/cdginc" |
| 62 CPPFLAGS="$CPPFLAGS -I$SRCDIR" | 62 CPPFLAGS="$CPPFLAGS -I$SRCDIR" |
| 63 CPPFLAGS="$CPPFLAGS -I.." | 63 CPPFLAGS="$CPPFLAGS -I.." |
| 64 CPPFLAGS="$CPPFLAGS -I../config" | 64 CPPFLAGS="$CPPFLAGS -I../config" |
| 65 | 65 |
| 66 # Source modules | 66 # Source modules |
| 67 | 67 |
| 68 cfile_str2ind $SRCDIR/t30_bcsf.c | 68 c_file $SRCDIR/t30_bcsf.c |
| 69 cfile_str2ind $SRCDIR/t30_bcss.c | 69 c_file $SRCDIR/t30_bcss.c |
| 70 cfile_str2ind $SRCDIR/t30_kerf.c | 70 c_file $SRCDIR/t30_kerf.c |
| 71 cfile_str2ind $SRCDIR/t30_kerp.c | 71 c_file $SRCDIR/t30_kerp.c |
| 72 cfile_str2ind $SRCDIR/t30_kers.c | 72 c_file $SRCDIR/t30_kers.c |
| 73 cfile_str2ind $SRCDIR/t30_msgs.c | 73 c_file $SRCDIR/t30_msgs.c |
| 74 cfile_str2ind $SRCDIR/t30_muxp.c | 74 c_file $SRCDIR/t30_muxp.c |
| 75 cfile_str2ind $SRCDIR/t30_muxs.c | 75 c_file $SRCDIR/t30_muxs.c |
| 76 cfile_str2ind $SRCDIR/t30_pei.c | 76 c_file $SRCDIR/t30_pei.c |
| 77 cfile_str2ind $SRCDIR/t30_tim.c | 77 c_file $SRCDIR/t30_tim.c |
