FreeCalypso > hg > fc-selenite
comparison components/rr @ 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 rr | 6 make_version rr |
7 cfile_plain rr_version.c | 7 c_file rr_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" |
60 | 60 |
61 # Includes | 61 # Includes |
62 | 62 |
63 SRCDIR=$SRC/g23m-gsm/rr | 63 SRCDIR=$SRC/g23m-gsm/rr |
64 | 64 |
65 CPPFLAGS="$CPPFLAGS -I$SRC/$CONDAT/com/inc" | 65 CPPFLAGS="$CPPFLAGS -I$SRC/condat/com/inc" |
66 CPPFLAGS="$CPPFLAGS -I$SRC/$GPF/inc" | 66 CPPFLAGS="$CPPFLAGS -I$SRC/gpf/inc" |
67 CPPFLAGS="$CPPFLAGS -I$SRC/$CONDAT/com/include" | 67 CPPFLAGS="$CPPFLAGS -I$SRC/condat/com/include" |
68 CPPFLAGS="$CPPFLAGS -I../../$CDGINC" | 68 CPPFLAGS="$CPPFLAGS -I../../cdg-hybrid/cdginc" |
69 CPPFLAGS="$CPPFLAGS -I../../$CDGPRIM" | 69 CPPFLAGS="$CPPFLAGS -I../../cdg-hybrid/sap-inline" |
70 CPPFLAGS="$CPPFLAGS -I$SRCDIR" | 70 CPPFLAGS="$CPPFLAGS -I$SRCDIR" |
71 CPPFLAGS="$CPPFLAGS -I.." | 71 CPPFLAGS="$CPPFLAGS -I.." |
72 CPPFLAGS="$CPPFLAGS -I../config" | 72 CPPFLAGS="$CPPFLAGS -I../config" |
73 CPPFLAGS="$CPPFLAGS -I$SRC/cs/riviera" | 73 CPPFLAGS="$CPPFLAGS -I$SRC/cs/riviera" |
74 CPPFLAGS="$CPPFLAGS -I$SRC/cs/drivers/drv_app" | 74 CPPFLAGS="$CPPFLAGS -I$SRC/cs/drivers/drv_app" |
91 CPPFLAGS="$CPPFLAGS -I$SRC/cs/layer1/include" | 91 CPPFLAGS="$CPPFLAGS -I$SRC/cs/layer1/include" |
92 CPPFLAGS="$CPPFLAGS -I$SRC/cs/services" | 92 CPPFLAGS="$CPPFLAGS -I$SRC/cs/services" |
93 | 93 |
94 # Source modules | 94 # Source modules |
95 | 95 |
96 cfile_str2ind $SRCDIR/rr_attf.c | 96 c_file $SRCDIR/rr_attf.c |
97 cfile_str2ind $SRCDIR/rr_attp.c | 97 c_file $SRCDIR/rr_attp.c |
98 cfile_str2ind $SRCDIR/rr_atts.c | 98 c_file $SRCDIR/rr_atts.c |
99 cfile_str2ind $SRCDIR/rr_datf.c | 99 c_file $SRCDIR/rr_datf.c |
100 cfile_str2ind $SRCDIR/rr_datp.c | 100 c_file $SRCDIR/rr_datp.c |
101 cfile_str2ind $SRCDIR/rr_dats.c | 101 c_file $SRCDIR/rr_dats.c |
102 cfile_str2ind $SRCDIR/rr_forf.c | 102 c_file $SRCDIR/rr_forf.c |
103 cfile_str2ind $SRCDIR/rr_forp.c | 103 c_file $SRCDIR/rr_forp.c |
104 cfile_str2ind $SRCDIR/rr_fors.c | 104 c_file $SRCDIR/rr_fors.c |
105 cfile_str2ind $SRCDIR/rr_csf.c | 105 c_file $SRCDIR/rr_csf.c |
106 cfile_str2ind $SRCDIR/rr_pei.c | 106 c_file $SRCDIR/rr_pei.c |
107 cfile_str2ind $SRCDIR/rr_srv.c | 107 c_file $SRCDIR/rr_srv.c |
108 cfile_str2ind $SRCDIR/rr_tim.c | 108 c_file $SRCDIR/rr_tim.c |
109 cfile_str2ind $SRCDIR/rr_cs.c | 109 c_file $SRCDIR/rr_cs.c |
110 | 110 |
111 if [ "$GPRS" = 1 ] | 111 if [ "$GPRS" = 1 ] |
112 then | 112 then |
113 cfile_str2ind $SRCDIR/rr_gprs.c | 113 c_file $SRCDIR/rr_gprs.c |
114 cfile_str2ind $SRCDIR/rr_datg.c | 114 c_file $SRCDIR/rr_datg.c |
115 cfile_str2ind $SRCDIR/rr_attg.c | 115 c_file $SRCDIR/rr_attg.c |
116 fi | 116 fi |
117 | 117 |
118 cfile_str2ind $SRCDIR/rr_em.c | 118 c_file $SRCDIR/rr_em.c |