FreeCalypso > hg > fc-tourmaline
comparison components/ppp_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 |
---|---|
49 | 49 |
50 # Includes | 50 # Includes |
51 | 51 |
52 SRCDIR=$SRC/g23m-fad/ppp | 52 SRCDIR=$SRC/g23m-fad/ppp |
53 | 53 |
54 CPPFLAGS="$CPPFLAGS -I$SRC/$CONDAT/com/inc" | 54 CPPFLAGS="$CPPFLAGS -I$SRC/condat/com/inc" |
55 CPPFLAGS="$CPPFLAGS -I$SRC/$GPF/inc" | 55 CPPFLAGS="$CPPFLAGS -I$SRC/gpf/inc" |
56 CPPFLAGS="$CPPFLAGS -I$SRC/$CONDAT/com/include" | 56 CPPFLAGS="$CPPFLAGS -I$SRC/condat/com/include" |
57 CPPFLAGS="$CPPFLAGS -I../../$CDGINC" | 57 CPPFLAGS="$CPPFLAGS -I../../cdg-hybrid/cdginc" |
58 CPPFLAGS="$CPPFLAGS -I$SRCDIR" | 58 CPPFLAGS="$CPPFLAGS -I$SRCDIR" |
59 CPPFLAGS="$CPPFLAGS -I../../$CDGPRIM" | 59 CPPFLAGS="$CPPFLAGS -I../../cdg-hybrid/sap-inline" |
60 CPPFLAGS="$CPPFLAGS -I.." | 60 CPPFLAGS="$CPPFLAGS -I.." |
61 CPPFLAGS="$CPPFLAGS -I../config" | 61 CPPFLAGS="$CPPFLAGS -I../config" |
62 | 62 |
63 # Source modules | 63 # Source modules |
64 | 64 |