FreeCalypso > hg > fc-selenite
comparison components/sim_b_lib @ 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 sim | 6 make_version sim |
7 cfile_plain sim_version.c | 7 c_file sim_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" |
68 | 68 |
69 # Includes | 69 # Includes |
70 | 70 |
71 SRCDIR=$SRC/g23m-gsm/sim | 71 SRCDIR=$SRC/g23m-gsm/sim |
72 | 72 |
73 CPPFLAGS="$CPPFLAGS -I$SRC/$CONDAT/com/inc" | 73 CPPFLAGS="$CPPFLAGS -I$SRC/condat/com/inc" |
74 CPPFLAGS="$CPPFLAGS -I$SRC/$GPF/inc" | 74 CPPFLAGS="$CPPFLAGS -I$SRC/gpf/inc" |
75 CPPFLAGS="$CPPFLAGS -I$SRC/$CONDAT/com/include" | 75 CPPFLAGS="$CPPFLAGS -I$SRC/condat/com/include" |
76 CPPFLAGS="$CPPFLAGS -I../../$CDGINC" | 76 CPPFLAGS="$CPPFLAGS -I../../cdg-hybrid/cdginc" |
77 CPPFLAGS="$CPPFLAGS -I$SRCDIR" | 77 CPPFLAGS="$CPPFLAGS -I$SRCDIR" |
78 CPPFLAGS="$CPPFLAGS -I.." | 78 CPPFLAGS="$CPPFLAGS -I.." |
79 CPPFLAGS="$CPPFLAGS -I../config" | 79 CPPFLAGS="$CPPFLAGS -I../config" |
80 | 80 |
81 # Source modules | 81 # Source modules |
82 | 82 |
83 cfile_str2ind $SRCDIR/sim_app.c | 83 c_file $SRCDIR/sim_app.c |
84 cfile_str2ind $SRCDIR/sim_fkt.c | 84 c_file $SRCDIR/sim_fkt.c |
85 cfile_str2ind $SRCDIR/sim_pei.c | 85 c_file $SRCDIR/sim_pei.c |
86 cfile_str2ind $SRCDIR/sim_stk.c | 86 c_file $SRCDIR/sim_stk.c |
87 | 87 |
88 if [ "$GPRS" = 1 ] | 88 if [ "$GPRS" = 1 ] |
89 then | 89 then |
90 cfile_str2ind $SRCDIR/sim_gprs.c | 90 c_file $SRCDIR/sim_gprs.c |
91 fi | 91 fi |
92 | 92 |
93 cfile_str2ind $SRCDIR/sim_em.c | 93 c_file $SRCDIR/sim_em.c |