FreeCalypso > hg > fc-selenite
comparison components/l1_pei @ 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 l1 l1_pei | 6 make_version l1 l1_pei |
7 cfile_plain l1_pei_version.c | 7 c_file l1_pei_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" |
37 | 37 |
38 # Includes | 38 # Includes |
39 | 39 |
40 SRCDIR=$SRC/g23m-gsm/l1 | 40 SRCDIR=$SRC/g23m-gsm/l1 |
41 | 41 |
42 CPPFLAGS="$CPPFLAGS -I$SRC/$CONDAT/com/inc" | 42 CPPFLAGS="$CPPFLAGS -I$SRC/condat/com/inc" |
43 CPPFLAGS="$CPPFLAGS -I$SRC/$GPF/inc" | 43 CPPFLAGS="$CPPFLAGS -I$SRC/gpf/inc" |
44 CPPFLAGS="$CPPFLAGS -I$SRC/$CONDAT/com/include" | 44 CPPFLAGS="$CPPFLAGS -I$SRC/condat/com/include" |
45 CPPFLAGS="$CPPFLAGS -I../../$CDGINC" | 45 CPPFLAGS="$CPPFLAGS -I../../cdg-hybrid/cdginc" |
46 CPPFLAGS="$CPPFLAGS -I$SRCDIR" | 46 CPPFLAGS="$CPPFLAGS -I$SRCDIR" |
47 CPPFLAGS="$CPPFLAGS -I$SRC/$GPF/frame/cust_os" | 47 CPPFLAGS="$CPPFLAGS -I$SRC/gpf/frame/cust_os" |
48 | 48 |
49 # Source modules | 49 # Source modules |
50 | 50 |
51 cfile_str2ind $SRCDIR/l1_pei.c | 51 c_file $SRCDIR/l1_pei.c |