FreeCalypso > hg > fc-selenite
comparison components/cc @ 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 cc | 6 make_version cc |
7 cfile_plain cc_version.c | 7 c_file cc_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/cc | 40 SRCDIR=$SRC/g23m-gsm/cc |
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.." | 47 CPPFLAGS="$CPPFLAGS -I.." |
48 CPPFLAGS="$CPPFLAGS -I../config" | 48 CPPFLAGS="$CPPFLAGS -I../config" |
49 | 49 |
50 # Source modules | 50 # Source modules |
51 | 51 |
52 cfile_str2ind $SRCDIR/cc_act.c | 52 c_file $SRCDIR/cc_act.c |
53 cfile_str2ind $SRCDIR/cc_cfk.c | 53 c_file $SRCDIR/cc_cfk.c |
54 cfile_str2ind $SRCDIR/cc_csf.c | 54 c_file $SRCDIR/cc_csf.c |
55 cfile_str2ind $SRCDIR/cc_est.c | 55 c_file $SRCDIR/cc_est.c |
56 cfile_str2ind $SRCDIR/cc_ffk.c | 56 c_file $SRCDIR/cc_ffk.c |
57 cfile_str2ind $SRCDIR/cc_for.c | 57 c_file $SRCDIR/cc_for.c |
58 cfile_str2ind $SRCDIR/cc_pei.c | 58 c_file $SRCDIR/cc_pei.c |
59 cfile_str2ind $SRCDIR/cc_rel.c | 59 c_file $SRCDIR/cc_rel.c |
60 cfile_str2ind $SRCDIR/cc_srv.c | 60 c_file $SRCDIR/cc_srv.c |
61 cfile_str2ind $SRCDIR/cc_time.c | 61 c_file $SRCDIR/cc_time.c |
62 cfile_str2ind $SRCDIR/cc_em.c | 62 c_file $SRCDIR/cc_em.c |