FreeCalypso > hg > fc-selenite
comparison components/ppp @ 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_arbf.c | 65 c_file $SRCDIR/ppp_arbf.c |
66 cfile_str2ind $SRCDIR/ppp_arbp.c | 66 c_file $SRCDIR/ppp_arbp.c |
67 cfile_str2ind $SRCDIR/ppp_arbs.c | 67 c_file $SRCDIR/ppp_arbs.c |
68 cfile_str2ind $SRCDIR/ppp_frxf.c | 68 c_file $SRCDIR/ppp_frxf.c |
69 cfile_str2ind $SRCDIR/ppp_frxp.c | 69 c_file $SRCDIR/ppp_frxp.c |
70 cfile_str2ind $SRCDIR/ppp_frxs.c | 70 c_file $SRCDIR/ppp_frxs.c |
71 cfile_str2ind $SRCDIR/ppp_ftxf.c | 71 c_file $SRCDIR/ppp_ftxf.c |
72 #cfile_str2ind $SRCDIR/ppp_ftxp.c | 72 #c_file $SRCDIR/ppp_ftxp.c |
73 cfile_str2ind $SRCDIR/ppp_ftxs.c | 73 c_file $SRCDIR/ppp_ftxs.c |
74 cfile_str2ind $SRCDIR/ppp_lcpf.c | 74 c_file $SRCDIR/ppp_lcpf.c |
75 cfile_str2ind $SRCDIR/ppp_lcpp.c | 75 c_file $SRCDIR/ppp_lcpp.c |
76 cfile_str2ind $SRCDIR/ppp_lcps.c | 76 c_file $SRCDIR/ppp_lcps.c |
77 cfile_str2ind $SRCDIR/ppp_onaf.c | 77 c_file $SRCDIR/ppp_onaf.c |
78 cfile_str2ind $SRCDIR/ppp_onap.c | 78 c_file $SRCDIR/ppp_onap.c |
79 cfile_str2ind $SRCDIR/ppp_onas.c | 79 c_file $SRCDIR/ppp_onas.c |
80 cfile_str2ind $SRCDIR/ppp_ncpf.c | 80 c_file $SRCDIR/ppp_ncpf.c |
81 cfile_str2ind $SRCDIR/ppp_ncpp.c | 81 c_file $SRCDIR/ppp_ncpp.c |
82 cfile_str2ind $SRCDIR/ppp_ncps.c | 82 c_file $SRCDIR/ppp_ncps.c |
83 cfile_str2ind $SRCDIR/ppp_papf.c | 83 c_file $SRCDIR/ppp_papf.c |
84 cfile_str2ind $SRCDIR/ppp_papp.c | 84 c_file $SRCDIR/ppp_papp.c |
85 cfile_str2ind $SRCDIR/ppp_paps.c | 85 c_file $SRCDIR/ppp_paps.c |
86 cfile_str2ind $SRCDIR/ppp_capf.c | 86 c_file $SRCDIR/ppp_capf.c |
87 cfile_str2ind $SRCDIR/ppp_capp.c | 87 c_file $SRCDIR/ppp_capp.c |
88 cfile_str2ind $SRCDIR/ppp_caps.c | 88 c_file $SRCDIR/ppp_caps.c |
89 cfile_str2ind $SRCDIR/ppp_pei.c | 89 c_file $SRCDIR/ppp_pei.c |
90 cfile_str2ind $SRCDIR/ppp_prxf.c | 90 c_file $SRCDIR/ppp_prxf.c |
91 cfile_str2ind $SRCDIR/ppp_prxp.c | 91 c_file $SRCDIR/ppp_prxp.c |
92 cfile_str2ind $SRCDIR/ppp_prxs.c | 92 c_file $SRCDIR/ppp_prxs.c |
93 cfile_str2ind $SRCDIR/ppp_ptxf.c | 93 c_file $SRCDIR/ppp_ptxf.c |
94 cfile_str2ind $SRCDIR/ppp_ptxp.c | 94 c_file $SRCDIR/ppp_ptxp.c |
95 cfile_str2ind $SRCDIR/ppp_ptxs.c | 95 c_file $SRCDIR/ppp_ptxs.c |
96 cfile_str2ind $SRCDIR/ppp_rtf.c | 96 c_file $SRCDIR/ppp_rtf.c |
97 cfile_str2ind $SRCDIR/ppp_rtp.c | 97 c_file $SRCDIR/ppp_rtp.c |
98 cfile_str2ind $SRCDIR/ppp_rts.c | 98 c_file $SRCDIR/ppp_rts.c |
99 cfile_str2ind $SRCDIR/ppp_tbls.c | 99 c_file $SRCDIR/ppp_tbls.c |