Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

106 lines
3.1 KiB

  1. #
  2. # This is a machine generated file - DO NOT EDIT
  3. # Generated by genmake.exe
  4. # Generated from make.inf
  5. # Copyright (c) 1998 Intel Corporation
  6. #
  7. # Copyright (c) 1999, 2000
  8. # Intel Corporation.
  9. # All rights reserved.
  10. #
  11. # Redistribution and use in source and binary forms, with or without modification,
  12. # are permitted provided that the following conditions are met:
  13. #
  14. # 1. Redistributions of source code must retain the above copyright notice,
  15. # this list of conditions and the following disclaimer.
  16. #
  17. # 2. Redistributions in binary form must reproduce the above copyright notice,
  18. # this list of conditions and the following disclaimer in the documentation
  19. # and/or other materials provided with the distribution.
  20. #
  21. # 3. All advertising materials mentioning features or use of this software must
  22. # display the following acknowledgement:
  23. #
  24. # This product includes software developed by Intel Corporation and its
  25. # contributors.
  26. #
  27. # 4. Neither the name of Intel Corporation or its contributors may be used to
  28. # endorse or promote products derived from this software without specific
  29. # prior written permission.
  30. #
  31. # THIS SOFTWARE IS PROVIDED BY INTEL CORPORATION AND CONTRIBUTORS ``AS IS'' AND
  32. # ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
  33. # WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
  34. # DISCLAIMED. IN NO EVENT SHALL INTEL CORPORATION OR CONTRIBUTORS BE LIABLE FOR
  35. # ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
  36. # (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
  37. # LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
  38. # ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
  39. # (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
  40. # SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  41. #
  42. #
  43. #
  44. # Include sdk.env environment
  45. #
  46. !include $(SDK_INSTALL_DIR)\build\$(SDK_BUILD_ENV)\sdk.env
  47. #
  48. # Set the base output name
  49. #
  50. BASE_NAME = libefishell
  51. #
  52. # Globals needed by master.mak
  53. #
  54. TARGET_LIB = $(BASE_NAME)
  55. SOURCE_DIR = $(SDK_INSTALL_DIR)\lib\$(BASE_NAME)
  56. BUILD_DIR = $(SDK_BUILD_DIR)\lib\$(BASE_NAME)
  57. #
  58. # Default target
  59. #
  60. all : dirs $(OBJECTS)
  61. #
  62. # Include paths
  63. #
  64. !include $(SDK_INSTALL_DIR)\include\efishell\makefile.hdr
  65. INC = -I $(SDK_INSTALL_DIR)\include\efishell \
  66. -I $(SDK_INSTALL_DIR)\include\efishell\$(PROCESSOR) $(INC)
  67. !include $(SDK_INSTALL_DIR)\include\efi\makefile.hdr
  68. INC = -I $(SDK_INSTALL_DIR)\include\efi \
  69. -I $(SDK_INSTALL_DIR)\include\efi\$(PROCESSOR) $(INC)
  70. #
  71. # Library object files
  72. #
  73. OBJECTS = $(OBJECTS) \
  74. $(BUILD_DIR)\data.obj \
  75. $(BUILD_DIR)\init.obj \
  76. $(BUILD_DIR)\misc.obj \
  77. $(BUILD_DIR)\io.obj \
  78. #
  79. # Source file dependencies
  80. #
  81. $(BUILD_DIR)\data.obj : $(*B).c $(INC_DEPS)
  82. $(BUILD_DIR)\init.obj : $(*B).c $(INC_DEPS)
  83. $(BUILD_DIR)\misc.obj : $(*B).c $(INC_DEPS)
  84. $(BUILD_DIR)\io.obj : $(*B).c $(INC_DEPS)
  85. #
  86. # Handoff to master.mak
  87. #
  88. !include $(SDK_INSTALL_DIR)\build\master.mak