FreeCalypso > hg > fc-tourmaline
comparison components/grlc_ir @ 23:fdc83c1ab3ff
components: first automated conversion pass
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Fri, 16 Oct 2020 17:03:13 +0000 |
parents | 7ded024bf471 |
children | e58a5bb12de4 |
comparison
equal
deleted
inserted
replaced
22:7ded024bf471 | 23:fdc83c1ab3ff |
---|---|
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 |