FreeCalypso > hg > fc-selenite
diff components/rlp @ 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 |
line wrap: on
line diff
--- a/components/rlp Sun Jul 15 22:20:36 2018 +0000 +++ b/components/rlp Sun Jul 15 22:53:50 2018 +0000 @@ -4,7 +4,7 @@ CPPFLAGS= make_version rlp -cfile_plain rlp_version.c +c_file rlp_version.c # Defines @@ -59,27 +59,27 @@ SRCDIR=$SRC/g23m-fad/rlp -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$SRCDIR" CPPFLAGS="$CPPFLAGS -I.." CPPFLAGS="$CPPFLAGS -I../config" # Source modules -cfile_str2ind $SRCDIR/rlp_kerf.c -cfile_str2ind $SRCDIR/rlp_kerp.c -cfile_str2ind $SRCDIR/rlp_kers.c -cfile_str2ind $SRCDIR/rlp_pei.c -cfile_str2ind $SRCDIR/rlp_rbm.c -cfile_str2ind $SRCDIR/rlp_rcvf.c -cfile_str2ind $SRCDIR/rlp_rcvp.c -cfile_str2ind $SRCDIR/rlp_rcvs.c -cfile_str2ind $SRCDIR/rlp_sbm.c -cfile_str2ind $SRCDIR/rlp_sndf.c -cfile_str2ind $SRCDIR/rlp_sndp.c -cfile_str2ind $SRCDIR/rlp_snds.c -cfile_str2ind $SRCDIR/rlp_srm.c -cfile_str2ind $SRCDIR/rlp_tim.c +c_file $SRCDIR/rlp_kerf.c +c_file $SRCDIR/rlp_kerp.c +c_file $SRCDIR/rlp_kers.c +c_file $SRCDIR/rlp_pei.c +c_file $SRCDIR/rlp_rbm.c +c_file $SRCDIR/rlp_rcvf.c +c_file $SRCDIR/rlp_rcvp.c +c_file $SRCDIR/rlp_rcvs.c +c_file $SRCDIR/rlp_sbm.c +c_file $SRCDIR/rlp_sndf.c +c_file $SRCDIR/rlp_sndp.c +c_file $SRCDIR/rlp_snds.c +c_file $SRCDIR/rlp_srm.c +c_file $SRCDIR/rlp_tim.c