source: bootcd/isolinux/syslinux-6.03/gnu-efi/gnu-efi-3.0/inc/makefile.hdr @ 26ffad7

Last change on this file since 26ffad7 was e16e8f2, checked in by Edwin Eefting <edwin@datux.nl>, 3 years ago

bootstuff

  • Property mode set to 100644
File size: 1.5 KB
Line 
1
2#
3# This is a machine generated file - DO NOT EDIT
4#    Generated by genmake.exe
5#    Generated from make.inf
6#    Copyright (c) 1998  Intel Corporation
7#
8
9INC_DEPS = $(INC_DEPS) \
10    $(SDK_INSTALL_DIR)\include\efi\efi.h \
11    $(SDK_INSTALL_DIR)\include\efi\efiapi.h \
12    $(SDK_INSTALL_DIR)\include\efi\eficon.h \
13    $(SDK_INSTALL_DIR)\include\efi\efidebug.h \
14    $(SDK_INSTALL_DIR)\include\efi\efidef.h \
15    $(SDK_INSTALL_DIR)\include\efi\efidevp.h \
16    $(SDK_INSTALL_DIR)\include\efi\efierr.h \
17    $(SDK_INSTALL_DIR)\include\efi\efifs.h \
18    $(SDK_INSTALL_DIR)\include\efi\efilib.h \
19    $(SDK_INSTALL_DIR)\include\efi\efipart.h \
20    $(SDK_INSTALL_DIR)\include\efi\efipciio.h \
21    $(SDK_INSTALL_DIR)\include\efi\efiprot.h \
22    $(SDK_INSTALL_DIR)\include\efi\efipxebc.h \
23    $(SDK_INSTALL_DIR)\include\efi\efistdarg.h \
24    $(SDK_INSTALL_DIR)\include\efi\efinet.h \
25    $(SDK_INSTALL_DIR)\include\efi\efiip.h \
26    $(SDK_INSTALL_DIR)\include\efi\efiudp.h \
27    $(SDK_INSTALL_DIR)\include\efi\efitcp.h \
28
29
30!IF "$(PROCESSOR)" == "Ia32"
31INC_DEPS = $(INC_DEPS) \
32    $(SDK_INSTALL_DIR)\include\efi\Ia32\efibind.h \
33    $(SDK_INSTALL_DIR)\include\efi\Ia32\pe.h \
34    $(SDK_INSTALL_DIR)\include\efi\Ia32\efilibplat.h \
35
36
37!ENDIF
38
39
40!IF "$(PROCESSOR)" == "Ia64"
41INC_DEPS = $(INC_DEPS) \
42    $(SDK_INSTALL_DIR)\include\efi\Ia64\efibind.h \
43    $(SDK_INSTALL_DIR)\include\efi\Ia64\pe.h \
44    $(SDK_INSTALL_DIR)\include\efi\Ia64\efilibplat.h \
45
46
47!ENDIF
48
Note: See TracBrowser for help on using the repository browser.