FreeCalypso > hg > fc-selenite
comparison components/ss @ 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 ss | 6 make_version ss |
7 cfile_plain ss_version.c | 7 c_file ss_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" |
46 | 46 |
47 # Includes | 47 # Includes |
48 | 48 |
49 SRCDIR=$SRC/g23m-gsm/ss | 49 SRCDIR=$SRC/g23m-gsm/ss |
50 | 50 |
51 CPPFLAGS="$CPPFLAGS -I$SRC/$CONDAT/com/inc" | 51 CPPFLAGS="$CPPFLAGS -I$SRC/condat/com/inc" |
52 CPPFLAGS="$CPPFLAGS -I$SRC/$GPF/inc" | 52 CPPFLAGS="$CPPFLAGS -I$SRC/gpf/inc" |
53 CPPFLAGS="$CPPFLAGS -I$SRC/$CONDAT/com/include" | 53 CPPFLAGS="$CPPFLAGS -I$SRC/condat/com/include" |
54 CPPFLAGS="$CPPFLAGS -I../../$CDGINC" | 54 CPPFLAGS="$CPPFLAGS -I../../cdg-hybrid/cdginc" |
55 CPPFLAGS="$CPPFLAGS -I$SRCDIR" | 55 CPPFLAGS="$CPPFLAGS -I$SRCDIR" |
56 CPPFLAGS="$CPPFLAGS -I.." | 56 CPPFLAGS="$CPPFLAGS -I.." |
57 CPPFLAGS="$CPPFLAGS -I../config" | 57 CPPFLAGS="$CPPFLAGS -I../config" |
58 | 58 |
59 # Source modules | 59 # Source modules |
60 | 60 |
61 cfile_str2ind $SRCDIR/ss_csf.c | 61 c_file $SRCDIR/ss_csf.c |
62 cfile_str2ind $SRCDIR/ss_for.c | 62 c_file $SRCDIR/ss_for.c |
63 cfile_str2ind $SRCDIR/ss_pei.c | 63 c_file $SRCDIR/ss_pei.c |
64 cfile_str2ind $SRCDIR/ss_ss.c | 64 c_file $SRCDIR/ss_ss.c |
65 cfile_str2ind $SRCDIR/ss_em.c | 65 c_file $SRCDIR/ss_em.c |