FreeCalypso > hg > fc-selenite
comparison components/atiext @ 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 ati_ext | 6 make_version ati_ext |
7 cfile_plain ati_ext_version.c | 7 c_file ati_ext_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" |
60 CPPFLAGS="$CPPFLAGS -DCHIPSET=$CHIPSET" | 60 CPPFLAGS="$CPPFLAGS -DCHIPSET=$CHIPSET" |
61 CPPFLAGS="$CPPFLAGS -DBOARD=41" | 61 CPPFLAGS="$CPPFLAGS -DBOARD=41" |
62 | 62 |
63 # Includes | 63 # Includes |
64 | 64 |
65 CPPFLAGS="$CPPFLAGS -I$SRC/$CONDAT/com/inc" | 65 CPPFLAGS="$CPPFLAGS -I$SRC/condat/com/inc" |
66 CPPFLAGS="$CPPFLAGS -I$SRC/$GPF/inc" | 66 CPPFLAGS="$CPPFLAGS -I$SRC/gpf/inc" |
67 CPPFLAGS="$CPPFLAGS -I$SRC/$CONDAT/com/include" | 67 CPPFLAGS="$CPPFLAGS -I$SRC/condat/com/include" |
68 CPPFLAGS="$CPPFLAGS -I../../$CDGINC" | 68 CPPFLAGS="$CPPFLAGS -I../../cdg-hybrid/cdginc" |
69 CPPFLAGS="$CPPFLAGS -I$SRC/g23m-aci/aci" | 69 CPPFLAGS="$CPPFLAGS -I$SRC/g23m-aci/aci" |
70 CPPFLAGS="$CPPFLAGS -I$SRC/g23m-aci/ati_ext" | 70 CPPFLAGS="$CPPFLAGS -I$SRC/g23m-aci/ati_ext" |
71 CPPFLAGS="$CPPFLAGS -I../../$CDGPRIM" | 71 CPPFLAGS="$CPPFLAGS -I../../cdg-hybrid/sap-inline" |
72 | 72 |
73 # Source modules | 73 # Source modules |
74 | 74 |
75 SRCDIR=$SRC/g23m-aci/ati_ext | 75 SRCDIR=$SRC/g23m-aci/ati_ext |
76 | 76 |
77 cfile_str2ind $SRCDIR/ati_ext_mech.c | 77 c_file $SRCDIR/ati_ext_mech.c |