FreeCalypso > hg > fc-tourmaline
comparison components/mfw @ 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 | 63c80ef2cecb |
comparison
equal
deleted
inserted
replaced
| 22:7ded024bf471 | 23:fdc83c1ab3ff |
|---|---|
| 82 CPPFLAGS="$CPPFLAGS -DCHIPSET=$CHIPSET" | 82 CPPFLAGS="$CPPFLAGS -DCHIPSET=$CHIPSET" |
| 83 CPPFLAGS="$CPPFLAGS -DBOARD=41" | 83 CPPFLAGS="$CPPFLAGS -DBOARD=41" |
| 84 | 84 |
| 85 # Includes | 85 # Includes |
| 86 | 86 |
| 87 CPPFLAGS="$CPPFLAGS -I$SRC/$CONDAT/com/inc" | 87 CPPFLAGS="$CPPFLAGS -I$SRC/condat/com/inc" |
| 88 CPPFLAGS="$CPPFLAGS -I$SRC/$GPF/inc" | 88 CPPFLAGS="$CPPFLAGS -I$SRC/gpf/inc" |
| 89 CPPFLAGS="$CPPFLAGS -I$SRC/$CONDAT/com/include" | 89 CPPFLAGS="$CPPFLAGS -I$SRC/condat/com/include" |
| 90 CPPFLAGS="$CPPFLAGS -I../../$CDGINC" | 90 CPPFLAGS="$CPPFLAGS -I../../cdg-hybrid/cdginc" |
| 91 CPPFLAGS="$CPPFLAGS -I$SRC/$ACI/aci" | 91 CPPFLAGS="$CPPFLAGS -I$SRC/g23m-aci/aci" |
| 92 CPPFLAGS="$CPPFLAGS -I$SRC/$ACI/ksd" | 92 CPPFLAGS="$CPPFLAGS -I$SRC/g23m-aci/ksd" |
| 93 CPPFLAGS="$CPPFLAGS -I$SRC/ui3/atb" | 93 CPPFLAGS="$CPPFLAGS -I$SRC/ui/atb" |
| 94 CPPFLAGS="$CPPFLAGS -I$SRC/ui3/mfw" | 94 CPPFLAGS="$CPPFLAGS -I$SRC/ui/mfw" |
| 95 CPPFLAGS="$CPPFLAGS -I$SRC/$ACI/aci_ext" | 95 CPPFLAGS="$CPPFLAGS -I$SRC/g23m-aci/aci_ext" |
| 96 CPPFLAGS="$CPPFLAGS -I$SRC/$ACI/aci_dti_mng" | 96 CPPFLAGS="$CPPFLAGS -I$SRC/g23m-aci/aci_dti_mng" |
| 97 CPPFLAGS="$CPPFLAGS -I.." | 97 CPPFLAGS="$CPPFLAGS -I.." |
| 98 CPPFLAGS="$CPPFLAGS -I../config" | 98 CPPFLAGS="$CPPFLAGS -I../config" |
| 99 CPPFLAGS="$CPPFLAGS -I$SRC/cs/riviera" | 99 CPPFLAGS="$CPPFLAGS -I$SRC/cs/riviera" |
| 100 CPPFLAGS="$CPPFLAGS -I$SRC/cs/drivers/drv_app" | 100 CPPFLAGS="$CPPFLAGS -I$SRC/cs/drivers/drv_app" |
| 101 CPPFLAGS="$CPPFLAGS -I$SRC/cs/drivers/drv_core" | 101 CPPFLAGS="$CPPFLAGS -I$SRC/cs/drivers/drv_core" |
| 117 CPPFLAGS="$CPPFLAGS -I$SRC/cs/layer1/include" | 117 CPPFLAGS="$CPPFLAGS -I$SRC/cs/layer1/include" |
| 118 CPPFLAGS="$CPPFLAGS -I$SRC/cs/services" | 118 CPPFLAGS="$CPPFLAGS -I$SRC/cs/services" |
| 119 | 119 |
| 120 # MFW source modules | 120 # MFW source modules |
| 121 | 121 |
| 122 SRCDIR=$SRC/ui3/mfw | 122 SRCDIR=$SRC/ui/mfw |
| 123 | 123 |
| 124 cfile_str2ind $SRCDIR/ti1_key.c | 124 cfile_str2ind $SRCDIR/ti1_key.c |
| 125 cfile_str2ind $SRCDIR/ti1_tmr.c | 125 cfile_str2ind $SRCDIR/ti1_tmr.c |
| 126 cfile_str2ind $SRCDIR/mfw_mfw.c | 126 cfile_str2ind $SRCDIR/mfw_mfw.c |
| 127 cfile_str2ind $SRCDIR/mfw_win.c | 127 cfile_str2ind $SRCDIR/mfw_win.c |
| 159 cfile_str2ind $SRCDIR/mfw_aud.c | 159 cfile_str2ind $SRCDIR/mfw_aud.c |
| 160 cfile_str2ind $SRCDIR/mfw_td.c | 160 cfile_str2ind $SRCDIR/mfw_td.c |
| 161 | 161 |
| 162 # ATB source modules | 162 # ATB source modules |
| 163 | 163 |
| 164 SRCDIR=$SRC/ui3/atb | 164 SRCDIR=$SRC/ui/atb |
| 165 | 165 |
| 166 cfile_str2ind $SRCDIR/ATBCommon.c | 166 cfile_str2ind $SRCDIR/ATBCommon.c |
| 167 cfile_str2ind $SRCDIR/ATBDisplay.c | 167 cfile_str2ind $SRCDIR/ATBDisplay.c |
| 168 cfile_str2ind $SRCDIR/ATBEditor.c | 168 cfile_str2ind $SRCDIR/ATBEditor.c |
| 169 cfile_str2ind $SRCDIR/ATBPb.c | 169 cfile_str2ind $SRCDIR/ATBPb.c |
