FreeCalypso > hg > fc-selenite
comparison components/grlc_ir @ 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 |
---|---|
53 | 53 |
54 # Includes | 54 # Includes |
55 | 55 |
56 SRCDIR=$SRC/g23m-gprs/grlc | 56 SRCDIR=$SRC/g23m-gprs/grlc |
57 | 57 |
58 CPPFLAGS="$CPPFLAGS -I$SRC/$CONDAT/com/inc" | 58 CPPFLAGS="$CPPFLAGS -I$SRC/condat/com/inc" |
59 CPPFLAGS="$CPPFLAGS -I$SRC/$GPF/inc" | 59 CPPFLAGS="$CPPFLAGS -I$SRC/gpf/inc" |
60 CPPFLAGS="$CPPFLAGS -I$SRC/$CONDAT/com/include" | 60 CPPFLAGS="$CPPFLAGS -I$SRC/condat/com/include" |
61 CPPFLAGS="$CPPFLAGS -I../../$CDGINC" | 61 CPPFLAGS="$CPPFLAGS -I../../cdg-hybrid/cdginc" |
62 CPPFLAGS="$CPPFLAGS -I$SRCDIR" | 62 CPPFLAGS="$CPPFLAGS -I$SRCDIR" |
63 CPPFLAGS="$CPPFLAGS -I../../$CDGPRIM" | 63 CPPFLAGS="$CPPFLAGS -I../../cdg-hybrid/sap-inline" |
64 CPPFLAGS="$CPPFLAGS -I.." | 64 CPPFLAGS="$CPPFLAGS -I.." |
65 CPPFLAGS="$CPPFLAGS -I../config" | 65 CPPFLAGS="$CPPFLAGS -I../config" |
66 | 66 |
67 # Source modules | 67 # Source modules |
68 | 68 |
69 cfile_str2ind $SRCDIR/grlc_func.c | 69 c_file $SRCDIR/grlc_func.c |