diff components/aci @ 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 661c54fd40af
line wrap: on
line diff
--- a/components/aci	Sun Jul 15 22:20:36 2018 +0000
+++ b/components/aci	Sun Jul 15 22:53:50 2018 +0000
@@ -4,7 +4,7 @@
 CPPFLAGS=
 
 make_version aci
-cfile_plain aci_version.c
+c_file aci_version.c
 
 # Defines
 
@@ -88,10 +88,10 @@
 
 # Includes
 
-CPPFLAGS="$CPPFLAGS -I$SRC/$CONDAT/com/inc"
-CPPFLAGS="$CPPFLAGS -I$SRC/$GPF/inc"
-CPPFLAGS="$CPPFLAGS -I$SRC/$CONDAT/com/include"
-CPPFLAGS="$CPPFLAGS -I../../$CDGINC"
+CPPFLAGS="$CPPFLAGS -I$SRC/condat/com/inc"
+CPPFLAGS="$CPPFLAGS -I$SRC/gpf/inc"
+CPPFLAGS="$CPPFLAGS -I$SRC/condat/com/include"
+CPPFLAGS="$CPPFLAGS -I../../cdg-hybrid/cdginc"
 
 if [ "$MMI" = 2 ]
 then
@@ -103,7 +103,7 @@
 CPPFLAGS="$CPPFLAGS -I$SRC/g23m-aci/aci"
 CPPFLAGS="$CPPFLAGS -I$SRC/g23m-aci/aci_ext"
 CPPFLAGS="$CPPFLAGS -I$SRC/g23m-aci/aci_dti_mng"
-CPPFLAGS="$CPPFLAGS -I../../$CDGPRIM"
+CPPFLAGS="$CPPFLAGS -I../../cdg-hybrid/sap-inline"
 CPPFLAGS="$CPPFLAGS -I.."
 CPPFLAGS="$CPPFLAGS -I../config"
 CPPFLAGS="$CPPFLAGS -I$SRC/cs/riviera"
@@ -132,177 +132,177 @@
 SRCDIR=$SRC/g23m-aci/aci
 
 # ATI stuff
-cfile_str2ind $SRCDIR/ati_sat.c
-cfile_str2ind $SRCDIR/ati_src_sat.c
-cfile_str2ind $SRCDIR/ati_pdu.c
-cfile_str2ind $SRCDIR/ati_bas.c
-cfile_str2ind $SRCDIR/ati_cc.c
-cfile_str2ind $SRCDIR/ati_cmd.c
-cfile_str2ind $SRCDIR/ati_csc.c
-cfile_str2ind $SRCDIR/ati_err.c
+c_file $SRCDIR/ati_sat.c
+c_file $SRCDIR/ati_src_sat.c
+c_file $SRCDIR/ati_pdu.c
+c_file $SRCDIR/ati_bas.c
+c_file $SRCDIR/ati_cc.c
+c_file $SRCDIR/ati_cmd.c
+c_file $SRCDIR/ati_csc.c
+c_file $SRCDIR/ati_err.c
 
 if [ "$SRVC" != 0 ]
 then
-	cfile_str2ind $SRCDIR/ati_fd.c
+	c_file $SRCDIR/ati_fd.c
 fi
 
-cfile_str2ind $SRCDIR/ati_io.c
-cfile_str2ind $SRCDIR/ati_mm.c
-cfile_str2ind $SRCDIR/ati_phb.c
-cfile_str2ind $SRCDIR/ati_prs.c
-cfile_str2ind $SRCDIR/ati_ret.c
-cfile_str2ind $SRCDIR/ati_sim.c
-cfile_str2ind $SRCDIR/ati_sms.c
-cfile_str2ind $SRCDIR/ati_ss.c
+c_file $SRCDIR/ati_io.c
+c_file $SRCDIR/ati_mm.c
+c_file $SRCDIR/ati_phb.c
+c_file $SRCDIR/ati_prs.c
+c_file $SRCDIR/ati_ret.c
+c_file $SRCDIR/ati_sim.c
+c_file $SRCDIR/ati_sms.c
+c_file $SRCDIR/ati_ss.c
 
 if [ "$GPRS" = 1 ]
 then
-	cfile_str2ind $SRCDIR/ati_gprs.c
+	c_file $SRCDIR/ati_gprs.c
 fi
 
-cfile_str2ind $SRCDIR/ati_mmi.c
-cfile_str2ind $SRCDIR/ati_em.c
-cfile_str2ind $SRCDIR/ati_em_ret.c
-cfile_str2ind $SRCDIR/ati_cphs.c
-cfile_str2ind $SRCDIR/ati_dti.c
+c_file $SRCDIR/ati_mmi.c
+c_file $SRCDIR/ati_em.c
+c_file $SRCDIR/ati_em_ret.c
+c_file $SRCDIR/ati_cphs.c
+c_file $SRCDIR/ati_dti.c
 
-cfile_str2ind $SRCDIR/ati_src_rvt.c
-cfile_str2ind $SRCDIR/ati_omcompat.c
-cfile_str2ind $SRCDIR/ati_audio.c
-cfile_str2ind $SRCDIR/ati_fchg.c
+c_file $SRCDIR/ati_src_rvt.c
+c_file $SRCDIR/ati_omcompat.c
+c_file $SRCDIR/ati_audio.c
+c_file $SRCDIR/ati_fchg.c
 
 # ACI stuff
-cfile_str2ind $SRCDIR/aci_aci.c
-cfile_str2ind $SRCDIR/aci_mem.c
-cfile_str2ind $SRCDIR/aci_csf.c
-cfile_str2ind $SRCDIR/aci_pei.c
-cfile_str2ind $SRCDIR/aci_tim.c
-cfile_str2ind $SRCDIR/aci_util.c
-cfile_str2ind $SRCDIR/aci_lst.c
-cfile_str2ind $SRCDIR/dti_cntrl_mng.c
-cfile_str2ind $SRCDIR/phb.c
-cfile_str2ind $SRCDIR/aoc.c
-cfile_str2ind $SRCDIR/aci_mfw.c
-cfile_str2ind $SRCDIR/aci_slock.c
-cfile_str2ind $SRCDIR/aci_em.c
+c_file $SRCDIR/aci_aci.c
+c_file $SRCDIR/aci_mem.c
+c_file $SRCDIR/aci_csf.c
+c_file $SRCDIR/aci_pei.c
+c_file $SRCDIR/aci_tim.c
+c_file $SRCDIR/aci_util.c
+c_file $SRCDIR/aci_lst.c
+c_file $SRCDIR/dti_cntrl_mng.c
+c_file $SRCDIR/phb.c
+c_file $SRCDIR/aoc.c
+c_file $SRCDIR/aci_mfw.c
+c_file $SRCDIR/aci_slock.c
+c_file $SRCDIR/aci_em.c
 
 if [ "$GPRS" = 1 ]
 then
-	cfile_str2ind $SRCDIR/gaci_srcc.c
-	cfile_str2ind $SRCDIR/gaci.c
-	cfile_str2ind $SRCDIR/gaci_ret.c
+	c_file $SRCDIR/gaci_srcc.c
+	c_file $SRCDIR/gaci.c
+	c_file $SRCDIR/gaci_ret.c
 fi
 
-cfile_str2ind $SRCDIR/hl_audio_drv.c
+c_file $SRCDIR/hl_audio_drv.c
 
 # ATISRC stuff
-cfile_str2ind $SRCDIR/ati_src_uart.c
-cfile_str2ind $SRCDIR/ati_src_uart_io.c
+c_file $SRCDIR/ati_src_uart.c
+c_file $SRCDIR/ati_src_uart_io.c
 
 # CMH stuff (part 1)
-cfile_str2ind $SRCDIR/cmh_sats.c
-cfile_str2ind $SRCDIR/cmh_satr.c
-cfile_str2ind $SRCDIR/cmh_satq.c
+c_file $SRCDIR/cmh_sats.c
+c_file $SRCDIR/cmh_satr.c
+c_file $SRCDIR/cmh_satq.c
 
 # CMH stuff (part 2)
 if [ "$SRVC" = 0 ]
 then
-	cfile_str2ind $SRCDIR/cmh_ccf.c
-	cfile_str2ind $SRCDIR/cmh_ccq.c
-	cfile_str2ind $SRCDIR/cmh_ccr.c
-	cfile_str2ind $SRCDIR/cmh_ccs.c
-	cfile_str2ind $SRCDIR/cmh_dmy.c
-	cfile_str2ind $SRCDIR/cmh_f.c
-	cfile_str2ind $SRCDIR/cmh_mmf.c
-	cfile_str2ind $SRCDIR/cmh_mmir.c
-	cfile_str2ind $SRCDIR/cmh_mmis.c
-	cfile_str2ind $SRCDIR/cmh_mmit.c
-	cfile_str2ind $SRCDIR/cmh_mmiq.c
-	cfile_str2ind $SRCDIR/cmh_mmq.c
-	cfile_str2ind $SRCDIR/cmh_mmr.c
-	cfile_str2ind $SRCDIR/cmh_mms.c
-	cfile_str2ind $SRCDIR/cmh_mmt.c
-	cfile_str2ind $SRCDIR/cmh_phbf.c
-	cfile_str2ind $SRCDIR/cmh_ssq.c
-	cfile_str2ind $SRCDIR/cmh_ssr.c
-	cfile_str2ind $SRCDIR/cmh_sss.c
-	cfile_str2ind $SRCDIR/cmh_phbq.c
-	cfile_str2ind $SRCDIR/cmh_phbs.c
-	cfile_str2ind $SRCDIR/cmh_phbt.c
-	cfile_str2ind $SRCDIR/cmh_phbr.c
-	cfile_str2ind $SRCDIR/cmh_simf.c
-	cfile_str2ind $SRCDIR/cmh_simq.c
-	cfile_str2ind $SRCDIR/cmh_simr.c
-	cfile_str2ind $SRCDIR/cmh_sims.c
-	cfile_str2ind $SRCDIR/cmh_smsf.c
-	cfile_str2ind $SRCDIR/cmh_smsq.c
-	cfile_str2ind $SRCDIR/cmh_smsr.c
-	cfile_str2ind $SRCDIR/cmh_smss.c
-	cfile_str2ind $SRCDIR/cmh_ssf.c
-	cfile_str2ind $SRCDIR/cmh_tsts.c
-	cfile_str2ind $SRCDIR/cmh_uartf.c
-    	cfile_str2ind $SRCDIR/cmh_uartr.c
-	cfile_str2ind $SRCDIR/cmh_uarts.c
+	c_file $SRCDIR/cmh_ccf.c
+	c_file $SRCDIR/cmh_ccq.c
+	c_file $SRCDIR/cmh_ccr.c
+	c_file $SRCDIR/cmh_ccs.c
+	c_file $SRCDIR/cmh_dmy.c
+	c_file $SRCDIR/cmh_f.c
+	c_file $SRCDIR/cmh_mmf.c
+	c_file $SRCDIR/cmh_mmir.c
+	c_file $SRCDIR/cmh_mmis.c
+	c_file $SRCDIR/cmh_mmit.c
+	c_file $SRCDIR/cmh_mmiq.c
+	c_file $SRCDIR/cmh_mmq.c
+	c_file $SRCDIR/cmh_mmr.c
+	c_file $SRCDIR/cmh_mms.c
+	c_file $SRCDIR/cmh_mmt.c
+	c_file $SRCDIR/cmh_phbf.c
+	c_file $SRCDIR/cmh_ssq.c
+	c_file $SRCDIR/cmh_ssr.c
+	c_file $SRCDIR/cmh_sss.c
+	c_file $SRCDIR/cmh_phbq.c
+	c_file $SRCDIR/cmh_phbs.c
+	c_file $SRCDIR/cmh_phbt.c
+	c_file $SRCDIR/cmh_phbr.c
+	c_file $SRCDIR/cmh_simf.c
+	c_file $SRCDIR/cmh_simq.c
+	c_file $SRCDIR/cmh_simr.c
+	c_file $SRCDIR/cmh_sims.c
+	c_file $SRCDIR/cmh_smsf.c
+	c_file $SRCDIR/cmh_smsq.c
+	c_file $SRCDIR/cmh_smsr.c
+	c_file $SRCDIR/cmh_smss.c
+	c_file $SRCDIR/cmh_ssf.c
+	c_file $SRCDIR/cmh_tsts.c
+	c_file $SRCDIR/cmh_uartf.c
+    	c_file $SRCDIR/cmh_uartr.c
+	c_file $SRCDIR/cmh_uarts.c
 fi
 
-cfile_str2ind $SRCDIR/cmh_emq.c
-cfile_str2ind $SRCDIR/cmh_emr.c
+c_file $SRCDIR/cmh_emq.c
+c_file $SRCDIR/cmh_emr.c
 
 # CMH stuff (part 3)
 if [ "$SRVC" != 0 ]
 then
-	cfile_str2ind $SRCDIR/cmh_ccf.c
-	cfile_str2ind $SRCDIR/cmh_ccq.c
-	cfile_str2ind $SRCDIR/cmh_ccr.c
-	cfile_str2ind $SRCDIR/cmh_ccs.c
-	cfile_str2ind $SRCDIR/cmh_dmy.c
-	cfile_str2ind $SRCDIR/cmh_f.c
-	cfile_str2ind $SRCDIR/cmh_l2rf.c
-	cfile_str2ind $SRCDIR/cmh_l2rq.c
-	cfile_str2ind $SRCDIR/cmh_l2rr.c
-	cfile_str2ind $SRCDIR/cmh_l2rs.c
-	cfile_str2ind $SRCDIR/cmh_mmf.c
-	cfile_str2ind $SRCDIR/cmh_mmir.c
-	cfile_str2ind $SRCDIR/cmh_mmis.c
-	cfile_str2ind $SRCDIR/cmh_mmit.c
-	cfile_str2ind $SRCDIR/cmh_mmiq.c
-	cfile_str2ind $SRCDIR/cmh_mmq.c
-	cfile_str2ind $SRCDIR/cmh_mmr.c
-	cfile_str2ind $SRCDIR/cmh_mms.c
-	cfile_str2ind $SRCDIR/cmh_mmt.c
-	cfile_str2ind $SRCDIR/cmh_phbf.c
-	cfile_str2ind $SRCDIR/cmh_phbq.c
-	cfile_str2ind $SRCDIR/cmh_ssq.c
-	cfile_str2ind $SRCDIR/cmh_ssr.c
-	cfile_str2ind $SRCDIR/cmh_sss.c
-	cfile_str2ind $SRCDIR/cmh_phbs.c
-	cfile_str2ind $SRCDIR/cmh_phbt.c
-	cfile_str2ind $SRCDIR/cmh_phbr.c
-	cfile_str2ind $SRCDIR/cmh_raf.c
-	cfile_str2ind $SRCDIR/cmh_rar.c
-	cfile_str2ind $SRCDIR/cmh_ras.c
-	cfile_str2ind $SRCDIR/cmh_simf.c
-	cfile_str2ind $SRCDIR/cmh_simq.c
-	cfile_str2ind $SRCDIR/cmh_simr.c
-	cfile_str2ind $SRCDIR/cmh_sims.c
-	cfile_str2ind $SRCDIR/cmh_smsf.c
-	cfile_str2ind $SRCDIR/cmh_smsq.c
-	cfile_str2ind $SRCDIR/cmh_smsr.c
-	cfile_str2ind $SRCDIR/cmh_smss.c
-	cfile_str2ind $SRCDIR/cmh_ssf.c
+	c_file $SRCDIR/cmh_ccf.c
+	c_file $SRCDIR/cmh_ccq.c
+	c_file $SRCDIR/cmh_ccr.c
+	c_file $SRCDIR/cmh_ccs.c
+	c_file $SRCDIR/cmh_dmy.c
+	c_file $SRCDIR/cmh_f.c
+	c_file $SRCDIR/cmh_l2rf.c
+	c_file $SRCDIR/cmh_l2rq.c
+	c_file $SRCDIR/cmh_l2rr.c
+	c_file $SRCDIR/cmh_l2rs.c
+	c_file $SRCDIR/cmh_mmf.c
+	c_file $SRCDIR/cmh_mmir.c
+	c_file $SRCDIR/cmh_mmis.c
+	c_file $SRCDIR/cmh_mmit.c
+	c_file $SRCDIR/cmh_mmiq.c
+	c_file $SRCDIR/cmh_mmq.c
+	c_file $SRCDIR/cmh_mmr.c
+	c_file $SRCDIR/cmh_mms.c
+	c_file $SRCDIR/cmh_mmt.c
+	c_file $SRCDIR/cmh_phbf.c
+	c_file $SRCDIR/cmh_phbq.c
+	c_file $SRCDIR/cmh_ssq.c
+	c_file $SRCDIR/cmh_ssr.c
+	c_file $SRCDIR/cmh_sss.c
+	c_file $SRCDIR/cmh_phbs.c
+	c_file $SRCDIR/cmh_phbt.c
+	c_file $SRCDIR/cmh_phbr.c
+	c_file $SRCDIR/cmh_raf.c
+	c_file $SRCDIR/cmh_rar.c
+	c_file $SRCDIR/cmh_ras.c
+	c_file $SRCDIR/cmh_simf.c
+	c_file $SRCDIR/cmh_simq.c
+	c_file $SRCDIR/cmh_simr.c
+	c_file $SRCDIR/cmh_sims.c
+	c_file $SRCDIR/cmh_smsf.c
+	c_file $SRCDIR/cmh_smsq.c
+	c_file $SRCDIR/cmh_smsr.c
+	c_file $SRCDIR/cmh_smss.c
+	c_file $SRCDIR/cmh_ssf.c
 
 	if [ "$SRVC" = 1 ]
 	then
-		cfile_str2ind $SRCDIR/cmh_t30f.c
-		cfile_str2ind $SRCDIR/cmh_t30r.c
-		cfile_str2ind $SRCDIR/cmh_t30s.c
-		cfile_str2ind $SRCDIR/cmh_t30q.c
+		c_file $SRCDIR/cmh_t30f.c
+		c_file $SRCDIR/cmh_t30r.c
+		c_file $SRCDIR/cmh_t30s.c
+		c_file $SRCDIR/cmh_t30q.c
 	fi
 
-	cfile_str2ind $SRCDIR/cmh_tsts.c
-	cfile_str2ind $SRCDIR/cmh_uartf.c
-	cfile_str2ind $SRCDIR/cmh_uartr.c
-	cfile_str2ind $SRCDIR/cmh_uarts.c
+	c_file $SRCDIR/cmh_tsts.c
+	c_file $SRCDIR/cmh_uartf.c
+	c_file $SRCDIR/cmh_uartr.c
+	c_file $SRCDIR/cmh_uarts.c
 fi
 
 # CMH stuff (part 4)
@@ -311,119 +311,119 @@
 # CMH stuff (part 5)
 if [ "$GPRS" = 1 ]
 then
-	cfile_str2ind $SRCDIR/cmh_gmmf.c
-	cfile_str2ind $SRCDIR/cmh_gmmq.c
-	cfile_str2ind $SRCDIR/cmh_gmmr.c
-	cfile_str2ind $SRCDIR/cmh_gmms.c
-	cfile_str2ind $SRCDIR/cmh_gpppf.c
-	cfile_str2ind $SRCDIR/cmh_gpppr.c
-	cfile_str2ind $SRCDIR/cmh_gppps.c
-	cfile_str2ind $SRCDIR/cmh_snds.c
-	cfile_str2ind $SRCDIR/cmh_sndr.c
-	cfile_str2ind $SRCDIR/cmh_smf.c
-	cfile_str2ind $SRCDIR/cmh_smq.c
-	cfile_str2ind $SRCDIR/cmh_smr.c
-	cfile_str2ind $SRCDIR/cmh_sms.c
-	cfile_str2ind $SRCDIR/cmh_smt.c
+	c_file $SRCDIR/cmh_gmmf.c
+	c_file $SRCDIR/cmh_gmmq.c
+	c_file $SRCDIR/cmh_gmmr.c
+	c_file $SRCDIR/cmh_gmms.c
+	c_file $SRCDIR/cmh_gpppf.c
+	c_file $SRCDIR/cmh_gpppr.c
+	c_file $SRCDIR/cmh_gppps.c
+	c_file $SRCDIR/cmh_snds.c
+	c_file $SRCDIR/cmh_sndr.c
+	c_file $SRCDIR/cmh_smf.c
+	c_file $SRCDIR/cmh_smq.c
+	c_file $SRCDIR/cmh_smr.c
+	c_file $SRCDIR/cmh_sms.c
+	c_file $SRCDIR/cmh_smt.c
 fi
 
 # CMH stuff (part 6)
-cfile_str2ind $SRCDIR/cmh_cphs.c
-cfile_str2ind $SRCDIR/cmh_dti.c
+c_file $SRCDIR/cmh_cphs.c
+c_file $SRCDIR/cmh_dti.c
 
 # PSA stuff
-cfile_str2ind $SRCDIR/psa_satf.c
-cfile_str2ind $SRCDIR/psa_satp.c
-cfile_str2ind $SRCDIR/psa_sats.c
-cfile_str2ind $SRCDIR/cmh_satf.c
+c_file $SRCDIR/psa_satf.c
+c_file $SRCDIR/psa_satp.c
+c_file $SRCDIR/psa_sats.c
+c_file $SRCDIR/cmh_satf.c
 
-cfile_str2ind $SRCDIR/psa_ccf.c
-cfile_str2ind $SRCDIR/psa_ccp.c
-cfile_str2ind $SRCDIR/psa_ccs.c
-cfile_str2ind $SRCDIR/psa_f.c
+c_file $SRCDIR/psa_ccf.c
+c_file $SRCDIR/psa_ccp.c
+c_file $SRCDIR/psa_ccs.c
+c_file $SRCDIR/psa_f.c
 
 if [ "$SRVC" != 0 ]
 then
-	cfile_str2ind $SRCDIR/psa_l2rf.c
-	cfile_str2ind $SRCDIR/psa_l2rp.c
-	cfile_str2ind $SRCDIR/psa_l2rs.c
+	c_file $SRCDIR/psa_l2rf.c
+	c_file $SRCDIR/psa_l2rp.c
+	c_file $SRCDIR/psa_l2rs.c
 fi
 
-cfile_str2ind $SRCDIR/psa_mmf.c
-cfile_str2ind $SRCDIR/psa_mmif.c
-cfile_str2ind $SRCDIR/psa_mmip.c
-cfile_str2ind $SRCDIR/psa_mmis.c
-cfile_str2ind $SRCDIR/psa_mmp.c
-cfile_str2ind $SRCDIR/psa_mms.c
+c_file $SRCDIR/psa_mmf.c
+c_file $SRCDIR/psa_mmif.c
+c_file $SRCDIR/psa_mmip.c
+c_file $SRCDIR/psa_mmis.c
+c_file $SRCDIR/psa_mmp.c
+c_file $SRCDIR/psa_mms.c
 
 if [ "$SRVC" != 0 ]
 then
-	cfile_str2ind $SRCDIR/psa_raf.c
-	cfile_str2ind $SRCDIR/psa_rap.c
-	cfile_str2ind $SRCDIR/psa_ras.c
+	c_file $SRCDIR/psa_raf.c
+	c_file $SRCDIR/psa_rap.c
+	c_file $SRCDIR/psa_ras.c
 fi
 
-cfile_str2ind $SRCDIR/psa_simf.c
-cfile_str2ind $SRCDIR/psa_simp.c
-cfile_str2ind $SRCDIR/psa_sims.c
-cfile_str2ind $SRCDIR/psa_smsf.c
-cfile_str2ind $SRCDIR/psa_smsp.c
-cfile_str2ind $SRCDIR/psa_smss.c
-cfile_str2ind $SRCDIR/psa_ssf.c
-cfile_str2ind $SRCDIR/psa_ssp.c
-cfile_str2ind $SRCDIR/psa_sss.c
+c_file $SRCDIR/psa_simf.c
+c_file $SRCDIR/psa_simp.c
+c_file $SRCDIR/psa_sims.c
+c_file $SRCDIR/psa_smsf.c
+c_file $SRCDIR/psa_smsp.c
+c_file $SRCDIR/psa_smss.c
+c_file $SRCDIR/psa_ssf.c
+c_file $SRCDIR/psa_ssp.c
+c_file $SRCDIR/psa_sss.c
 
 if [ "$SRVC" = 1 ]
 then
-	cfile_str2ind $SRCDIR/psa_t30f.c
-	cfile_str2ind $SRCDIR/psa_t30p.c
-	cfile_str2ind $SRCDIR/psa_t30s.c
+	c_file $SRCDIR/psa_t30f.c
+	c_file $SRCDIR/psa_t30p.c
+	c_file $SRCDIR/psa_t30s.c
 fi
 
-cfile_str2ind $SRCDIR/psa_util.c
-cfile_str2ind $SRCDIR/psa_uartp.c
-cfile_str2ind $SRCDIR/psa_uarts.c
+c_file $SRCDIR/psa_util.c
+c_file $SRCDIR/psa_uartp.c
+c_file $SRCDIR/psa_uarts.c
 
 if [ "$SRVC" != 0 ]
 then
-	cfile_str2ind $SRCDIR/psa_tras.c
-	cfile_str2ind $SRCDIR/psa_trap.c
+	c_file $SRCDIR/psa_tras.c
+	c_file $SRCDIR/psa_trap.c
 fi
 
-cfile_str2ind $SRCDIR/psa_mtst.c
+c_file $SRCDIR/psa_mtst.c
 
 if [ "$GPRS" = 1 ]
 then
-	cfile_str2ind $SRCDIR/psa_gmmf.c
-	cfile_str2ind $SRCDIR/psa_gmmp.c
-	cfile_str2ind $SRCDIR/psa_gmms.c
-	cfile_str2ind $SRCDIR/psa_gpppf.c
-	cfile_str2ind $SRCDIR/psa_gpppp.c
-	cfile_str2ind $SRCDIR/psa_gppps.c
-	cfile_str2ind $SRCDIR/psa_sndp.c
-	cfile_str2ind $SRCDIR/psa_snds.c
-	cfile_str2ind $SRCDIR/psa_smf.c
-	cfile_str2ind $SRCDIR/psa_smp.c
-	cfile_str2ind $SRCDIR/psa_sms.c
-	cfile_str2ind $SRCDIR/psa_upmp.c
-	cfile_str2ind $SRCDIR/psa_upms.c
+	c_file $SRCDIR/psa_gmmf.c
+	c_file $SRCDIR/psa_gmmp.c
+	c_file $SRCDIR/psa_gmms.c
+	c_file $SRCDIR/psa_gpppf.c
+	c_file $SRCDIR/psa_gpppp.c
+	c_file $SRCDIR/psa_gppps.c
+	c_file $SRCDIR/psa_sndp.c
+	c_file $SRCDIR/psa_snds.c
+	c_file $SRCDIR/psa_smf.c
+	c_file $SRCDIR/psa_smp.c
+	c_file $SRCDIR/psa_sms.c
+	c_file $SRCDIR/psa_upmp.c
+	c_file $SRCDIR/psa_upms.c
 fi
 
 # miscellaneous stuff
-cfile_str2ind $SRCDIR/sap_dti.c
+c_file $SRCDIR/sap_dti.c
 
 if [ "$GPRS" = 1 ]
 then
-	cfile_str2ind $SRCDIR/sap_ppp.c
+	c_file $SRCDIR/sap_ppp.c
 fi
 
-cfile_str2ind $SRCDIR/sap_em.c
-cfile_str2ind $SRCDIR/conc_sms.c
-cfile_str2ind $SRCDIR/cphs.c
-cfile_str2ind $SRCDIR/cphs_aci.c
-cfile_str2ind $SRCDIR/line_edit.c
-cfile_str2ind $SRCDIR/line_split.c
-cfile_str2ind $SRCDIR/dcm_f.c
+c_file $SRCDIR/sap_em.c
+c_file $SRCDIR/conc_sms.c
+c_file $SRCDIR/cphs.c
+c_file $SRCDIR/cphs_aci.c
+c_file $SRCDIR/line_edit.c
+c_file $SRCDIR/line_split.c
+c_file $SRCDIR/dcm_f.c
 
 # KSD sourceset, new defines
 
@@ -481,17 +481,17 @@
 
 # New includes
 
-CPPFLAGS="$CPPFLAGS -I$SRC/$CONDAT/com/inc"
-CPPFLAGS="$CPPFLAGS -I$SRC/$GPF/inc"
-CPPFLAGS="$CPPFLAGS -I$SRC/$CONDAT/com/include"
-CPPFLAGS="$CPPFLAGS -I../../$CDGINC"
+CPPFLAGS="$CPPFLAGS -I$SRC/condat/com/inc"
+CPPFLAGS="$CPPFLAGS -I$SRC/gpf/inc"
+CPPFLAGS="$CPPFLAGS -I$SRC/condat/com/include"
+CPPFLAGS="$CPPFLAGS -I../../cdg-hybrid/cdginc"
 CPPFLAGS="$CPPFLAGS -I$SRC/g23m-aci/aci"
 CPPFLAGS="$CPPFLAGS -I$SRC/g23m-aci/ksd"
-CPPFLAGS="$CPPFLAGS -I../../$CDGPRIM"
+CPPFLAGS="$CPPFLAGS -I../../cdg-hybrid/sap-inline"
 
 # KSD source modules
 
 SRCDIR=$SRC/g23m-aci/ksd
 
-cfile_str2ind $SRCDIR/ksd.c
-cfile_str2ind $SRCDIR/ksd_utl.c
+c_file $SRCDIR/ksd.c
+c_file $SRCDIR/ksd_utl.c