FreeCalypso > hg > fc-selenite
comparison components/ra @ 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 ra | 6 make_version ra |
7 cfile_plain ra_version.c | 7 c_file ra_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" |
47 | 47 |
48 # Includes | 48 # Includes |
49 | 49 |
50 SRCDIR=$SRC/g23m-fad/ra | 50 SRCDIR=$SRC/g23m-fad/ra |
51 | 51 |
52 CPPFLAGS="$CPPFLAGS -I$SRC/$CONDAT/com/inc" | 52 CPPFLAGS="$CPPFLAGS -I$SRC/condat/com/inc" |
53 CPPFLAGS="$CPPFLAGS -I$SRC/$GPF/inc" | 53 CPPFLAGS="$CPPFLAGS -I$SRC/gpf/inc" |
54 CPPFLAGS="$CPPFLAGS -I$SRC/$CONDAT/com/include" | 54 CPPFLAGS="$CPPFLAGS -I$SRC/condat/com/include" |
55 CPPFLAGS="$CPPFLAGS -I../../$CDGINC" | 55 CPPFLAGS="$CPPFLAGS -I../../cdg-hybrid/cdginc" |
56 CPPFLAGS="$CPPFLAGS -I$SRCDIR" | 56 CPPFLAGS="$CPPFLAGS -I$SRCDIR" |
57 CPPFLAGS="$CPPFLAGS -I.." | 57 CPPFLAGS="$CPPFLAGS -I.." |
58 CPPFLAGS="$CPPFLAGS -I../config" | 58 CPPFLAGS="$CPPFLAGS -I../config" |
59 | 59 |
60 # Source modules | 60 # Source modules |
61 | 61 |
62 cfile_str2ind $SRCDIR/ra_tra.c | 62 c_file $SRCDIR/ra_tra.c |
63 cfile_str2ind $SRCDIR/ra_shm.c | 63 c_file $SRCDIR/ra_shm.c |
64 cfile_str2ind $SRCDIR/ra_rlp.c | 64 c_file $SRCDIR/ra_rlp.c |
65 cfile_str2ind $SRCDIR/ra_l1int.c | 65 c_file $SRCDIR/ra_l1int.c |
66 | 66 |
67 if [ "$SRVC" = 1 ] | 67 if [ "$SRVC" = 1 ] |
68 then | 68 then |
69 cfile_str2ind $SRCDIR/ra_fax.c | 69 c_file $SRCDIR/ra_fax.c |
70 fi | 70 fi |
71 | 71 |
72 cfile_str2ind $SRCDIR/ra_dll.c | 72 c_file $SRCDIR/ra_dll.c |