FreeCalypso > hg > fc-selenite
comparison components/fad @ 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 |
---|---|
2 | 2 |
3 CFLAGS="-me -mt -o -pw2 -x -mw" | 3 CFLAGS="-me -mt -o -pw2 -x -mw" |
4 CPPFLAGS= | 4 CPPFLAGS= |
5 | 5 |
6 make_version fad | 6 make_version fad |
7 cfile_plain fad_version.c | 7 c_file fad_version.c |
8 | 8 |
9 # Defines | 9 # Defines |
10 | 10 |
11 CPPFLAGS=-DCCDTABLES_EXTERN | 11 CPPFLAGS=-DCCDTABLES_EXTERN |
12 CPPFLAGS="$CPPFLAGS -DOPTION_MULTITHREAD" | 12 CPPFLAGS="$CPPFLAGS -DOPTION_MULTITHREAD" |
52 | 52 |
53 # Includes | 53 # Includes |
54 | 54 |
55 SRCDIR=$SRC/g23m-fad/fad | 55 SRCDIR=$SRC/g23m-fad/fad |
56 | 56 |
57 CPPFLAGS="$CPPFLAGS -I$SRC/$CONDAT/com/inc" | 57 CPPFLAGS="$CPPFLAGS -I$SRC/condat/com/inc" |
58 CPPFLAGS="$CPPFLAGS -I$SRC/$GPF/inc" | 58 CPPFLAGS="$CPPFLAGS -I$SRC/gpf/inc" |
59 CPPFLAGS="$CPPFLAGS -I$SRC/$CONDAT/com/include" | 59 CPPFLAGS="$CPPFLAGS -I$SRC/condat/com/include" |
60 CPPFLAGS="$CPPFLAGS -I../../$CDGINC" | 60 CPPFLAGS="$CPPFLAGS -I../../cdg-hybrid/cdginc" |
61 CPPFLAGS="$CPPFLAGS -I$SRCDIR" | 61 CPPFLAGS="$CPPFLAGS -I$SRCDIR" |
62 CPPFLAGS="$CPPFLAGS -I.." | 62 CPPFLAGS="$CPPFLAGS -I.." |
63 CPPFLAGS="$CPPFLAGS -I../config" | 63 CPPFLAGS="$CPPFLAGS -I../config" |
64 | 64 |
65 # Source modules | 65 # Source modules |
66 | 66 |
67 cfile_str2ind $SRCDIR/fad_kerf.c | 67 c_file $SRCDIR/fad_kerf.c |
68 cfile_str2ind $SRCDIR/fad_kerp.c | 68 c_file $SRCDIR/fad_kerp.c |
69 cfile_str2ind $SRCDIR/fad_kers.c | 69 c_file $SRCDIR/fad_kers.c |
70 cfile_str2ind $SRCDIR/fad_pei.c | 70 c_file $SRCDIR/fad_pei.c |
71 cfile_str2ind $SRCDIR/fad_rbm.c | 71 c_file $SRCDIR/fad_rbm.c |
72 cfile_str2ind $SRCDIR/fad_rcvf.c | 72 c_file $SRCDIR/fad_rcvf.c |
73 cfile_str2ind $SRCDIR/fad_rcvp.c | 73 c_file $SRCDIR/fad_rcvp.c |
74 cfile_str2ind $SRCDIR/fad_rcvs.c | 74 c_file $SRCDIR/fad_rcvs.c |
75 cfile_str2ind $SRCDIR/fad_sbm.c | 75 c_file $SRCDIR/fad_sbm.c |
76 cfile_str2ind $SRCDIR/fad_sndf.c | 76 c_file $SRCDIR/fad_sndf.c |
77 cfile_str2ind $SRCDIR/fad_sndp.c | 77 c_file $SRCDIR/fad_sndp.c |
78 cfile_str2ind $SRCDIR/fad_snds.c | 78 c_file $SRCDIR/fad_snds.c |
79 cfile_str2ind $SRCDIR/fad_tim.c | 79 c_file $SRCDIR/fad_tim.c |