~galfy/helenos/bird-port-mainline

« back to all changes in this revision

Viewing changes to boot/arch/ia64/loader/gefi/inc/protocol/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\protocol\efivar.h \
 
11
    $(SDK_INSTALL_DIR)\include\efi\protocol\legacyboot.h \
 
12
    $(SDK_INSTALL_DIR)\include\efi\protocol\vgaclass.h \
 
13
    $(SDK_INSTALL_DIR)\include\efi\protocol\efidbg.h \
 
14
 
 
15
 
 
16
!IF "$(PROCESSOR)" == "Ia32"
 
17
INC_DEPS = $(INC_DEPS) \
 
18
 
 
19
 
 
20
!ENDIF
 
21
 
 
22
 
 
23
!IF "$(PROCESSOR)" == "Ia64"
 
24
INC_DEPS = $(INC_DEPS) \
 
25
    $(SDK_INSTALL_DIR)\include\efi\protocol\$(PROCESSOR)\eficontext.h \
 
26
 
 
27
 
 
28
!ENDIF
 
29