FreeCalypso > hg > fc-selenite
comparison components/aci_dti_mng @ 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 |
---|---|
54 CPPFLAGS="$CPPFLAGS -DCHIPSET=$CHIPSET" | 54 CPPFLAGS="$CPPFLAGS -DCHIPSET=$CHIPSET" |
55 CPPFLAGS="$CPPFLAGS -DBOARD=41" | 55 CPPFLAGS="$CPPFLAGS -DBOARD=41" |
56 | 56 |
57 # Includes | 57 # Includes |
58 | 58 |
59 CPPFLAGS="$CPPFLAGS -I$SRC/$CONDAT/com/inc" | 59 CPPFLAGS="$CPPFLAGS -I$SRC/condat/com/inc" |
60 CPPFLAGS="$CPPFLAGS -I$SRC/$GPF/inc" | 60 CPPFLAGS="$CPPFLAGS -I$SRC/gpf/inc" |
61 CPPFLAGS="$CPPFLAGS -I$SRC/$CONDAT/com/include" | 61 CPPFLAGS="$CPPFLAGS -I$SRC/condat/com/include" |
62 CPPFLAGS="$CPPFLAGS -I../../$CDGINC" | 62 CPPFLAGS="$CPPFLAGS -I../../cdg-hybrid/cdginc" |
63 CPPFLAGS="$CPPFLAGS -I$SRC/g23m-aci/aci" | 63 CPPFLAGS="$CPPFLAGS -I$SRC/g23m-aci/aci" |
64 CPPFLAGS="$CPPFLAGS -I$SRC/g23m-aci/aci_dti_mng" | 64 CPPFLAGS="$CPPFLAGS -I$SRC/g23m-aci/aci_dti_mng" |
65 CPPFLAGS="$CPPFLAGS -I../../$CDGPRIM" | 65 CPPFLAGS="$CPPFLAGS -I../../cdg-hybrid/sap-inline" |
66 | 66 |
67 # Source modules | 67 # Source modules |
68 | 68 |
69 SRCDIR=$SRC/g23m-aci/aci_dti_mng | 69 SRCDIR=$SRC/g23m-aci/aci_dti_mng |
70 | 70 |
71 cfile_str2ind $SRCDIR/dti_conn_mng.c | 71 c_file $SRCDIR/dti_conn_mng.c |