FreeCalypso > hg > fc-tourmaline
comparison components/grlc @ 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 |
---|---|
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 |