FreeCalypso > hg > fc-selenite
comparison components/sms @ 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 sms | 6 make_version sms |
| 7 cfile_plain sms_version.c | 7 c_file sms_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" |
| 47 | 47 |
| 48 # Includes | 48 # Includes |
| 49 | 49 |
| 50 SRCDIR=$SRC/g23m-gsm/sms | 50 SRCDIR=$SRC/g23m-gsm/sms |
| 51 | 51 |
| 52 CPPFLAGS="$CPPFLAGS -I$SRC/$CONDAT/com/inc" | 52 CPPFLAGS="$CPPFLAGS -I$SRC/condat/com/inc" |
| 53 CPPFLAGS="$CPPFLAGS -I$SRC/$GPF/inc" | 53 CPPFLAGS="$CPPFLAGS -I$SRC/gpf/inc" |
| 54 CPPFLAGS="$CPPFLAGS -I$SRC/$CONDAT/com/include" | 54 CPPFLAGS="$CPPFLAGS -I$SRC/condat/com/include" |
| 55 CPPFLAGS="$CPPFLAGS -I../../$CDGINC" | 55 CPPFLAGS="$CPPFLAGS -I../../cdg-hybrid/cdginc" |
| 56 CPPFLAGS="$CPPFLAGS -I$SRCDIR" | 56 CPPFLAGS="$CPPFLAGS -I$SRCDIR" |
| 57 CPPFLAGS="$CPPFLAGS -I.." | 57 CPPFLAGS="$CPPFLAGS -I.." |
| 58 CPPFLAGS="$CPPFLAGS -I../config" | 58 CPPFLAGS="$CPPFLAGS -I../config" |
| 59 | 59 |
| 60 # Source modules | 60 # Source modules |
| 61 | 61 |
| 62 cfile_str2ind $SRCDIR/sms_cp.c | 62 c_file $SRCDIR/sms_cp.c |
| 63 cfile_str2ind $SRCDIR/sms_csf.c | 63 c_file $SRCDIR/sms_csf.c |
| 64 cfile_str2ind $SRCDIR/sms_for.c | 64 c_file $SRCDIR/sms_for.c |
| 65 cfile_str2ind $SRCDIR/sms_pei.c | 65 c_file $SRCDIR/sms_pei.c |
| 66 cfile_str2ind $SRCDIR/sms_rl.c | 66 c_file $SRCDIR/sms_rl.c |
| 67 cfile_str2ind $SRCDIR/sms_time.c | 67 c_file $SRCDIR/sms_time.c |
| 68 cfile_str2ind $SRCDIR/sms_tlf.c | 68 c_file $SRCDIR/sms_tlf.c |
| 69 cfile_str2ind $SRCDIR/sms_tlp.c | 69 c_file $SRCDIR/sms_tlp.c |
| 70 cfile_str2ind $SRCDIR/sms_tls.c | 70 c_file $SRCDIR/sms_tls.c |
| 71 cfile_str2ind $SRCDIR/sms_em.c | 71 c_file $SRCDIR/sms_em.c |
