FreeCalypso > hg > fc-selenite
comparison components/l2r @ 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 l2r | 6 make_version l2r |
7 cfile_plain l2r_version.c | 7 c_file l2r_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" |
48 | 48 |
49 # Includes | 49 # Includes |
50 | 50 |
51 SRCDIR=$SRC/g23m-fad/l2r | 51 SRCDIR=$SRC/g23m-fad/l2r |
52 | 52 |
53 CPPFLAGS="$CPPFLAGS -I$SRC/$CONDAT/com/inc" | 53 CPPFLAGS="$CPPFLAGS -I$SRC/condat/com/inc" |
54 CPPFLAGS="$CPPFLAGS -I$SRC/$GPF/inc" | 54 CPPFLAGS="$CPPFLAGS -I$SRC/gpf/inc" |
55 CPPFLAGS="$CPPFLAGS -I$SRC/$CONDAT/com/include" | 55 CPPFLAGS="$CPPFLAGS -I$SRC/condat/com/include" |
56 CPPFLAGS="$CPPFLAGS -I../../$CDGINC" | 56 CPPFLAGS="$CPPFLAGS -I../../cdg-hybrid/cdginc" |
57 CPPFLAGS="$CPPFLAGS -I$SRCDIR" | 57 CPPFLAGS="$CPPFLAGS -I$SRCDIR" |
58 CPPFLAGS="$CPPFLAGS -I.." | 58 CPPFLAGS="$CPPFLAGS -I.." |
59 CPPFLAGS="$CPPFLAGS -I../config" | 59 CPPFLAGS="$CPPFLAGS -I../config" |
60 CPPFLAGS="$CPPFLAGS -I$SRC/cs/riviera" | 60 CPPFLAGS="$CPPFLAGS -I$SRC/cs/riviera" |
61 CPPFLAGS="$CPPFLAGS -I$SRC/cs/drivers/drv_app" | 61 CPPFLAGS="$CPPFLAGS -I$SRC/cs/drivers/drv_app" |
78 CPPFLAGS="$CPPFLAGS -I$SRC/cs/layer1/include" | 78 CPPFLAGS="$CPPFLAGS -I$SRC/cs/layer1/include" |
79 CPPFLAGS="$CPPFLAGS -I$SRC/cs/services" | 79 CPPFLAGS="$CPPFLAGS -I$SRC/cs/services" |
80 | 80 |
81 # Source modules | 81 # Source modules |
82 | 82 |
83 cfile_str2ind $SRCDIR/l2r_dnf.c | 83 c_file $SRCDIR/l2r_dnf.c |
84 cfile_str2ind $SRCDIR/l2r_dnp.c | 84 c_file $SRCDIR/l2r_dnp.c |
85 cfile_str2ind $SRCDIR/l2r_dns.c | 85 c_file $SRCDIR/l2r_dns.c |
86 cfile_str2ind $SRCDIR/l2r_mgtf.c | 86 c_file $SRCDIR/l2r_mgtf.c |
87 cfile_str2ind $SRCDIR/l2r_mgtp.c | 87 c_file $SRCDIR/l2r_mgtp.c |
88 cfile_str2ind $SRCDIR/l2r_mgts.c | 88 c_file $SRCDIR/l2r_mgts.c |
89 cfile_str2ind $SRCDIR/l2r_pei.c | 89 c_file $SRCDIR/l2r_pei.c |
90 cfile_str2ind $SRCDIR/l2r_ups.c | 90 c_file $SRCDIR/l2r_ups.c |
91 cfile_str2ind $SRCDIR/l2r_tim.c | 91 c_file $SRCDIR/l2r_tim.c |
92 cfile_str2ind $SRCDIR/l2r_upf.c | 92 c_file $SRCDIR/l2r_upf.c |
93 cfile_str2ind $SRCDIR/l2r_upp.c | 93 c_file $SRCDIR/l2r_upp.c |
94 cfile_str2ind $SRCDIR/tra_mgts.c | 94 c_file $SRCDIR/tra_mgts.c |
95 cfile_str2ind $SRCDIR/tra_mgtf.c | 95 c_file $SRCDIR/tra_mgtf.c |
96 cfile_str2ind $SRCDIR/tra_mgtp.c | 96 c_file $SRCDIR/tra_mgtp.c |
97 cfile_str2ind $SRCDIR/tra_dns.c | 97 c_file $SRCDIR/tra_dns.c |
98 cfile_str2ind $SRCDIR/tra_dnf.c | 98 c_file $SRCDIR/tra_dnf.c |
99 cfile_str2ind $SRCDIR/tra_dnp.c | 99 c_file $SRCDIR/tra_dnp.c |
100 cfile_str2ind $SRCDIR/tra_ups.c | 100 c_file $SRCDIR/tra_ups.c |
101 cfile_str2ind $SRCDIR/tra_upf.c | 101 c_file $SRCDIR/tra_upf.c |
102 cfile_str2ind $SRCDIR/tra_upp.c | 102 c_file $SRCDIR/tra_upp.c |