~vojtech-horky/helenos/numa

« back to all changes in this revision

Viewing changes to boot/arch/ia64/loader/gefi/inc/makefile.hdr

  • Committer: Martin Decky
  • Date: 2009-08-04 11:19:19 UTC
  • Revision ID: martin@uranus.dsrg.hide.ms.mff.cuni.cz-20090804111919-evyclddlr3v5lhmp
Initial import

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
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
 
 
9
INC_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\efiprot.h \
 
21
    $(SDK_INSTALL_DIR)\include\efi\efipxebc.h \
 
22
    $(SDK_INSTALL_DIR)\include\efi\efistdarg.h \
 
23
    $(SDK_INSTALL_DIR)\include\efi\efinet.h \
 
24
 
 
25
 
 
26
!IF "$(PROCESSOR)" == "Ia32"
 
27
INC_DEPS = $(INC_DEPS) \
 
28
    $(SDK_INSTALL_DIR)\include\efi\Ia32\efibind.h \
 
29
    $(SDK_INSTALL_DIR)\include\efi\Ia32\pe.h \
 
30
    $(SDK_INSTALL_DIR)\include\efi\Ia32\efilibplat.h \
 
31
 
 
32
 
 
33
!ENDIF
 
34
 
 
35
 
 
36
!IF "$(PROCESSOR)" == "Ia64"
 
37
INC_DEPS = $(INC_DEPS) \
 
38
    $(SDK_INSTALL_DIR)\include\efi\Ia64\efibind.h \
 
39
    $(SDK_INSTALL_DIR)\include\efi\Ia64\pe.h \
 
40
    $(SDK_INSTALL_DIR)\include\efi\Ia64\efilibplat.h \
 
41
 
 
42
 
 
43
!ENDIF
 
44