FreeCalypso > hg > fc-selenite
comparison components/rlp @ 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 rlp | 6 make_version rlp |
7 cfile_plain rlp_version.c | 7 c_file rlp_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" |
57 | 57 |
58 # Includes | 58 # Includes |
59 | 59 |
60 SRCDIR=$SRC/g23m-fad/rlp | 60 SRCDIR=$SRC/g23m-fad/rlp |
61 | 61 |
62 CPPFLAGS="$CPPFLAGS -I$SRC/$CONDAT/com/inc" | 62 CPPFLAGS="$CPPFLAGS -I$SRC/condat/com/inc" |
63 CPPFLAGS="$CPPFLAGS -I$SRC/$GPF/inc" | 63 CPPFLAGS="$CPPFLAGS -I$SRC/gpf/inc" |
64 CPPFLAGS="$CPPFLAGS -I$SRC/$CONDAT/com/include" | 64 CPPFLAGS="$CPPFLAGS -I$SRC/condat/com/include" |
65 CPPFLAGS="$CPPFLAGS -I../../$CDGINC" | 65 CPPFLAGS="$CPPFLAGS -I../../cdg-hybrid/cdginc" |
66 CPPFLAGS="$CPPFLAGS -I$SRCDIR" | 66 CPPFLAGS="$CPPFLAGS -I$SRCDIR" |
67 CPPFLAGS="$CPPFLAGS -I.." | 67 CPPFLAGS="$CPPFLAGS -I.." |
68 CPPFLAGS="$CPPFLAGS -I../config" | 68 CPPFLAGS="$CPPFLAGS -I../config" |
69 | 69 |
70 # Source modules | 70 # Source modules |
71 | 71 |
72 cfile_str2ind $SRCDIR/rlp_kerf.c | 72 c_file $SRCDIR/rlp_kerf.c |
73 cfile_str2ind $SRCDIR/rlp_kerp.c | 73 c_file $SRCDIR/rlp_kerp.c |
74 cfile_str2ind $SRCDIR/rlp_kers.c | 74 c_file $SRCDIR/rlp_kers.c |
75 cfile_str2ind $SRCDIR/rlp_pei.c | 75 c_file $SRCDIR/rlp_pei.c |
76 cfile_str2ind $SRCDIR/rlp_rbm.c | 76 c_file $SRCDIR/rlp_rbm.c |
77 cfile_str2ind $SRCDIR/rlp_rcvf.c | 77 c_file $SRCDIR/rlp_rcvf.c |
78 cfile_str2ind $SRCDIR/rlp_rcvp.c | 78 c_file $SRCDIR/rlp_rcvp.c |
79 cfile_str2ind $SRCDIR/rlp_rcvs.c | 79 c_file $SRCDIR/rlp_rcvs.c |
80 cfile_str2ind $SRCDIR/rlp_sbm.c | 80 c_file $SRCDIR/rlp_sbm.c |
81 cfile_str2ind $SRCDIR/rlp_sndf.c | 81 c_file $SRCDIR/rlp_sndf.c |
82 cfile_str2ind $SRCDIR/rlp_sndp.c | 82 c_file $SRCDIR/rlp_sndp.c |
83 cfile_str2ind $SRCDIR/rlp_snds.c | 83 c_file $SRCDIR/rlp_snds.c |
84 cfile_str2ind $SRCDIR/rlp_srm.c | 84 c_file $SRCDIR/rlp_srm.c |
85 cfile_str2ind $SRCDIR/rlp_tim.c | 85 c_file $SRCDIR/rlp_tim.c |