Makefile 713 B

12345678910111213141516171819202122232425262728293031323334353637
  1. ## @file
  2. # Windows makefile for 'Common' module build.
  3. #
  4. # Copyright (c) 2007 - 2010, Intel Corporation. All rights reserved.<BR>
  5. # SPDX-License-Identifier: BSD-2-Clause-Patent
  6. #
  7. !INCLUDE ..\Makefiles\ms.common
  8. # VPATH = ..
  9. LIBNAME = Common
  10. OBJECTS = \
  11. BasePeCoff.obj \
  12. BinderFuncs.obj \
  13. CommonLib.obj \
  14. Crc32.obj \
  15. Decompress.obj \
  16. EfiCompress.obj \
  17. EfiUtilityMsgs.obj \
  18. FirmwareVolumeBuffer.obj \
  19. FvLib.obj \
  20. MemoryFile.obj \
  21. MyAlloc.obj \
  22. OsPath.obj \
  23. ParseGuidedSectionTools.obj \
  24. ParseInf.obj \
  25. PeCoffLoaderEx.obj \
  26. SimpleFileParsing.obj \
  27. StringFuncs.obj \
  28. TianoCompress.obj \
  29. PcdValueCommon.obj
  30. !INCLUDE ..\Makefiles\ms.lib