Changeset 29666 in vbox
- Timestamp:
- May 19, 2010 3:19:42 PM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 61830
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Makefile.kmk
r29079 r29666 1193 1193 @$(APPEND) [email protected] '#define VBOXCALL' 1194 1194 1195 @$(APPEND) [email protected] '#define PGM_CTX(a,b) b' 1196 @$(APPEND) [email protected] '#define PGM_CTX3(a,b,c) c' 1197 @$(APPEND) [email protected] '#define PGM_GST_NAME(name) PGM_GST_NAME_AMD64(name)' 1198 @$(APPEND) [email protected] '#define PGM_GST_NAME_REAL(name) PGM_CTX3(name)' 1199 @$(APPEND) [email protected] '#define PGM_GST_NAME_PROT(name) PGM_CTX3(pgm,GstProt,name)' 1200 @$(APPEND) [email protected] '#define PGM_GST_NAME_32BIT(name) PGM_CTX3(pgm,Gst32Bit,name)' 1201 @$(APPEND) [email protected] '#define PGM_GST_NAME_PAE(name) PGM_CTX3(pgm,GstPAE,name)' 1202 @$(APPEND) [email protected] '#define PGM_GST_NAME_AMD64(name) PGM_CTX3(pgm,GstAMD64,name)' 1203 @$(APPEND) [email protected] '#define PGM_GST_DECL(type, name) type PGM_GST_NAME(name)' 1204 @$(APPEND) [email protected] '#define PGM_SHW_NAME(name) PGM_GST_NAME_AMD64(name)' 1205 @$(APPEND) [email protected] '#define PGM_SHW_NAME_32BIT(name) PGM_CTX3(pgm,Shw32Bit,name)' 1206 @$(APPEND) [email protected] '#define PGM_SHW_NAME_PAE(name) PGM_CTX3(pgm,ShwPAE,name)' 1207 @$(APPEND) [email protected] '#define PGM_SHW_NAME_AMD64(name) PGM_CTX3(pgm,ShwAMD64,name)' 1208 @$(APPEND) [email protected] '#define PGM_SHW_NAME_NESTED(name) PGM_CTX3(pgm,ShwNested,name)' 1209 @$(APPEND) [email protected] '#define PGM_SHW_NAME_EPT(name) PGM_CTX3(pgm,ShwEPT,name)' 1210 @$(APPEND) [email protected] '#define PGM_SHW_DECL(type, name) type PGM_SHW_NAME(name)' 1211 @$(APPEND) [email protected] '#define PGM_BTH_NAME(name) PGM_BTH_NAME_NESTED_AMD64(name)' 1212 @$(APPEND) [email protected] '#define PGM_BTH_NAME_32BIT_REAL(name) PGM_CTX3(pgm,Bth,name)' 1213 @$(APPEND) [email protected] '#define PGM_BTH_NAME_32BIT_PROT(name) PGM_CTX3(pgm,Bth,name)' 1214 @$(APPEND) [email protected] '#define PGM_BTH_NAME_32BIT_32BIT(name) PGM_CTX3(pgm,Bth,name)' 1215 @$(APPEND) [email protected] '#define PGM_BTH_NAME_PAE_REAL(name) PGM_CTX3(pgm,Bth,name)' 1216 @$(APPEND) [email protected] '#define PGM_BTH_NAME_PAE_PROT(name) PGM_CTX3(pgm,Bth,name)' 1217 @$(APPEND) [email protected] '#define PGM_BTH_NAME_PAE_32BIT(name) PGM_CTX3(pgm,Bth,name)' 1218 @$(APPEND) [email protected] '#define PGM_BTH_NAME_PAE_PAE(name) PGM_CTX3(pgm,Bth,name)' 1219 @$(APPEND) [email protected] '#define PGM_BTH_NAME_AMD64_PROT(name) PGM_CTX3(pgm,Bth,name)' 1220 @$(APPEND) [email protected] '#define PGM_BTH_NAME_AMD64_AMD64(name) PGM_CTX3(pgm,Bth,name)' 1221 @$(APPEND) [email protected] '#define PGM_BTH_NAME_NESTED_REAL(name) PGM_CTX3(pgm,Bth,name)' 1222 @$(APPEND) [email protected] '#define PGM_BTH_NAME_NESTED_PROT(name) PGM_CTX3(pgm,Bth,name)' 1223 @$(APPEND) [email protected] '#define PGM_BTH_NAME_NESTED_32BIT(name) PGM_CTX3(pgm,Bth,name)' 1224 @$(APPEND) [email protected] '#define PGM_BTH_NAME_NESTED_PAE(name) PGM_CTX3(pgm,Bth,name)' 1225 @$(APPEND) [email protected] '#define PGM_BTH_NAME_NESTED_AMD64(name) PGM_CTX3(pgm,Bth,name)' 1226 @$(APPEND) [email protected] '#define PGM_BTH_NAME_EPT_REAL(name) PGM_CTX3(pgm,Bth,name)' 1227 @$(APPEND) [email protected] '#define PGM_BTH_NAME_EPT_PROT(name) PGM_CTX3(pgm,Bth,name)' 1228 @$(APPEND) [email protected] '#define PGM_BTH_NAME_EPT_32BIT(name) PGM_CTX3(pgm,Bth,name)' 1229 @$(APPEND) [email protected] '#define PGM_BTH_NAME_EPT_PAE(name) PGM_CTX3(pgm,Bth,name)' 1230 @$(APPEND) [email protected] '#define PGM_BTH_NAME_EPT_AMD64(name) PGM_CTX3(pgm,Bth,name)' 1231 @$(APPEND) [email protected] '#define PGM_BTH_DECL(type, name) type PGM_BTH_NAME(name)' 1232 1195 1233 $(SED) -e '/__cdecl/d' \ 1196 1234 -e '/^ *# *define.*DECL/!d' \
Note:
See TracChangeset
for help on using the changeset viewer.