FreeCalypso > hg > fc-selenite
comparison components/ppp_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 |
---|---|
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 |
65 cfile_str2ind $SRCDIR/ppp_frxf.c | 65 c_file $SRCDIR/ppp_frxf.c |
66 cfile_str2ind $SRCDIR/ppp_ftxf.c | 66 c_file $SRCDIR/ppp_ftxf.c |
67 cfile_str2ind $SRCDIR/ppp_tbls.c | 67 c_file $SRCDIR/ppp_tbls.c |