FreeCalypso > hg > fc-selenite
comparison components/alr @ 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 | f188a6c5ec8e |
comparison
equal
deleted
inserted
replaced
21:b7059379dd87 | 22:0a1a78944683 |
---|---|
3 | 3 |
4 CFLAGS="-me -mt -o -pw2 -x -mw" | 4 CFLAGS="-me -mt -o -pw2 -x -mw" |
5 CPPFLAGS= | 5 CPPFLAGS= |
6 | 6 |
7 make_version alr | 7 make_version alr |
8 cfile_plain alr_version.c | 8 c_file alr_version.c |
9 | 9 |
10 # Defines | 10 # Defines |
11 | 11 |
12 CPPFLAGS=-DCCDTABLES_EXTERN | 12 CPPFLAGS=-DCCDTABLES_EXTERN |
13 CPPFLAGS="$CPPFLAGS -DOPTION_MULTITHREAD" | 13 CPPFLAGS="$CPPFLAGS -DOPTION_MULTITHREAD" |
63 | 63 |
64 # Includes | 64 # Includes |
65 | 65 |
66 SRCDIR=$SRC/aci2/alr | 66 SRCDIR=$SRC/aci2/alr |
67 | 67 |
68 CPPFLAGS="$CPPFLAGS -I$SRC/$CONDAT/com/inc" | 68 CPPFLAGS="$CPPFLAGS -I$SRC/condat/com/inc" |
69 CPPFLAGS="$CPPFLAGS -I$SRC/$GPF/inc" | 69 CPPFLAGS="$CPPFLAGS -I$SRC/gpf/inc" |
70 CPPFLAGS="$CPPFLAGS -I$SRC/$CONDAT/com/include" | 70 CPPFLAGS="$CPPFLAGS -I$SRC/condat/com/include" |
71 CPPFLAGS="$CPPFLAGS -I../../$CDGINC" | 71 CPPFLAGS="$CPPFLAGS -I../../cdg-hybrid/cdginc" |
72 CPPFLAGS="$CPPFLAGS -I$SRCDIR" | 72 CPPFLAGS="$CPPFLAGS -I$SRCDIR" |
73 CPPFLAGS="$CPPFLAGS -I.." | 73 CPPFLAGS="$CPPFLAGS -I.." |
74 CPPFLAGS="$CPPFLAGS -I../config" | 74 CPPFLAGS="$CPPFLAGS -I../config" |
75 CPPFLAGS="$CPPFLAGS -I$SRC/cs/riviera" | 75 CPPFLAGS="$CPPFLAGS -I$SRC/cs/riviera" |
76 CPPFLAGS="$CPPFLAGS -I$SRC/cs/drivers/drv_app" | 76 CPPFLAGS="$CPPFLAGS -I$SRC/cs/drivers/drv_app" |
93 CPPFLAGS="$CPPFLAGS -I$SRC/cs/layer1/include" | 93 CPPFLAGS="$CPPFLAGS -I$SRC/cs/layer1/include" |
94 CPPFLAGS="$CPPFLAGS -I$SRC/cs/services" | 94 CPPFLAGS="$CPPFLAGS -I$SRC/cs/services" |
95 | 95 |
96 # Source modules | 96 # Source modules |
97 | 97 |
98 cfile_str2ind $SRCDIR/alr_cs.c | 98 c_file $SRCDIR/alr_cs.c |
99 cfile_str2ind $SRCDIR/alr_csf.c | 99 c_file $SRCDIR/alr_csf.c |
100 cfile_str2ind $SRCDIR/alr_main.c | 100 c_file $SRCDIR/alr_main.c |
101 cfile_str2ind $SRCDIR/alr_nc.c | 101 c_file $SRCDIR/alr_nc.c |
102 cfile_str2ind $SRCDIR/alr_pch.c | 102 c_file $SRCDIR/alr_pch.c |
103 cfile_str2ind $SRCDIR/alr_pei.c | 103 c_file $SRCDIR/alr_pei.c |
104 cfile_str2ind $SRCDIR/alr_rach.c | 104 c_file $SRCDIR/alr_rach.c |
105 cfile_str2ind $SRCDIR/alr_sc.c | 105 c_file $SRCDIR/alr_sc.c |
106 cfile_str2ind $SRCDIR/alr_dedi.c | 106 c_file $SRCDIR/alr_dedi.c |
107 cfile_str2ind $SRCDIR/alr_mmi.c | 107 c_file $SRCDIR/alr_mmi.c |
108 cfile_str2ind $SRCDIR/alr_cbch.c | 108 c_file $SRCDIR/alr_cbch.c |
109 cfile_str2ind $SRCDIR/alr_trc.c | 109 c_file $SRCDIR/alr_trc.c |
110 cfile_str2ind $SRCDIR/alr_tim.c | 110 c_file $SRCDIR/alr_tim.c |
111 cfile_str2ind $SRCDIR/alr_em.c | 111 c_file $SRCDIR/alr_em.c |
112 | 112 |
113 if [ "$GPRS" = 1 ] | 113 if [ "$GPRS" = 1 ] |
114 then | 114 then |
115 cfile_str2ind $SRCDIR/alr_gprs.c | 115 c_file $SRCDIR/alr_gprs.c |
116 fi | 116 fi |