FreeCalypso > hg > fc-selenite
comparison components/grlc @ 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 |
---|---|
52 | 52 |
53 # Includes | 53 # Includes |
54 | 54 |
55 SRCDIR=$SRC/g23m-gprs/grlc | 55 SRCDIR=$SRC/g23m-gprs/grlc |
56 | 56 |
57 CPPFLAGS="$CPPFLAGS -I$SRC/$CONDAT/com/inc" | 57 CPPFLAGS="$CPPFLAGS -I$SRC/condat/com/inc" |
58 CPPFLAGS="$CPPFLAGS -I$SRC/$GPF/inc" | 58 CPPFLAGS="$CPPFLAGS -I$SRC/gpf/inc" |
59 CPPFLAGS="$CPPFLAGS -I$SRC/$CONDAT/com/include" | 59 CPPFLAGS="$CPPFLAGS -I$SRC/condat/com/include" |
60 CPPFLAGS="$CPPFLAGS -I../../$CDGINC" | 60 CPPFLAGS="$CPPFLAGS -I../../cdg-hybrid/cdginc" |
61 CPPFLAGS="$CPPFLAGS -I$SRCDIR" | 61 CPPFLAGS="$CPPFLAGS -I$SRCDIR" |
62 CPPFLAGS="$CPPFLAGS -I../../$CDGPRIM" | 62 CPPFLAGS="$CPPFLAGS -I../../cdg-hybrid/sap-inline" |
63 CPPFLAGS="$CPPFLAGS -I.." | 63 CPPFLAGS="$CPPFLAGS -I.." |
64 CPPFLAGS="$CPPFLAGS -I../config" | 64 CPPFLAGS="$CPPFLAGS -I../config" |
65 | 65 |
66 # Source modules | 66 # Source modules |
67 | 67 |
68 cfile_str2ind $SRCDIR/grlc_f.c | 68 c_file $SRCDIR/grlc_f.c |
69 cfile_str2ind $SRCDIR/grlc_gfff.c | 69 c_file $SRCDIR/grlc_gfff.c |
70 cfile_str2ind $SRCDIR/grlc_gffp.c | 70 c_file $SRCDIR/grlc_gffp.c |
71 cfile_str2ind $SRCDIR/grlc_gffs.c | 71 c_file $SRCDIR/grlc_gffs.c |
72 cfile_str2ind $SRCDIR/grlc_measf.c | 72 c_file $SRCDIR/grlc_measf.c |
73 cfile_str2ind $SRCDIR/grlc_measp.c | 73 c_file $SRCDIR/grlc_measp.c |
74 cfile_str2ind $SRCDIR/grlc_meass.c | 74 c_file $SRCDIR/grlc_meass.c |
75 cfile_str2ind $SRCDIR/grlc_pei.c | 75 c_file $SRCDIR/grlc_pei.c |
76 cfile_str2ind $SRCDIR/grlc_rdf.c | 76 c_file $SRCDIR/grlc_rdf.c |
77 cfile_str2ind $SRCDIR/grlc_rdp.c | 77 c_file $SRCDIR/grlc_rdp.c |
78 cfile_str2ind $SRCDIR/grlc_rds.c | 78 c_file $SRCDIR/grlc_rds.c |
79 cfile_str2ind $SRCDIR/grlc_ruf.c | 79 c_file $SRCDIR/grlc_ruf.c |
80 cfile_str2ind $SRCDIR/grlc_rup.c | 80 c_file $SRCDIR/grlc_rup.c |
81 cfile_str2ind $SRCDIR/grlc_rus.c | 81 c_file $SRCDIR/grlc_rus.c |
82 cfile_str2ind $SRCDIR/grlc_tmf.c | 82 c_file $SRCDIR/grlc_tmf.c |
83 cfile_str2ind $SRCDIR/grlc_tmp.c | 83 c_file $SRCDIR/grlc_tmp.c |
84 cfile_str2ind $SRCDIR/grlc_tms.c | 84 c_file $SRCDIR/grlc_tms.c |
85 cfile_str2ind $SRCDIR/grlc_tpcg.c | 85 c_file $SRCDIR/grlc_tpcg.c |
86 cfile_str2ind $SRCDIR/grlc_tpcs.c | 86 c_file $SRCDIR/grlc_tpcs.c |
87 cfile_str2ind $SRCDIR/grlc_em.c | 87 c_file $SRCDIR/grlc_em.c |