From b7c51c9cf4864df6aabb99a1ae843becd577237c Mon Sep 17 00:00:00 2001 From: raywu Date: Fri, 15 Jun 2018 00:00:50 +0800 Subject: init. 1AQQW051 --- Core/CPU/IPF/FoundationIPF.mak | 66 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 66 insertions(+) create mode 100644 Core/CPU/IPF/FoundationIPF.mak (limited to 'Core/CPU/IPF/FoundationIPF.mak') diff --git a/Core/CPU/IPF/FoundationIPF.mak b/Core/CPU/IPF/FoundationIPF.mak new file mode 100644 index 0000000..ad13ce2 --- /dev/null +++ b/Core/CPU/IPF/FoundationIPF.mak @@ -0,0 +1,66 @@ +#********************************************************************** +#********************************************************************** +#** ** +#** (C)Copyright 1985-2006, American Megatrends, Inc. ** +#** ** +#** All Rights Reserved. ** +#** ** +#** 6145-F Northbelt Pkwy, Norcross, GA 30071 ** +#** ** +#** Phone: (770)-246-8600 ** +#** ** +#********************************************************************** +#********************************************************************** + +#********************************************************************** +# $Header: /Alaska/SOURCE/Core/EDK/IPF/FoundationIPF.mak 1 8/24/06 12:37p Felixp $ +# +# $Revision: 1 $ +# +# $Date: 8/24/06 12:37p $ +#********************************************************************** +# Revision History +# ---------------- +# $Log: /Alaska/SOURCE/Core/EDK/IPF/FoundationIPF.mak $ +# +# 1 8/24/06 12:37p Felixp +# +#********************************************************************** +# +# +# Name: FoundationIPF.mak +# +# Description: +# +# +#********************************************************************** +FoundationIPF : $(BUILD_DIR)\FoundationIPF.mak FoundationIPFBin + +$(BUILD_DIR)\FoundationIPF.mak : $(FoundationIPF_DIR)\$(@B).cif $(FoundationIPF_DIR)\$(@B).mak $(BUILD_RULES) + $(CIF2MAK) $(FoundationIPF_DIR)\$(@B).cif $(CIF2MAK_DEFAULTS) + +!IF "$(PROCESSOR)"=="IPF" +FoundationBin : $(BUILD_DIR)\FoundationIPF.lib +FoundationPeiBin : $(BUILD_DIR)\FoundationIPF.lib +$(BUILD_DIR)\FoundationIPF.lib : FoundationIPF +!ENDIF + + +FoundationIPFBin : + $(MAKE) /$(MAKEFLAGS) $(BUILD_DEFAULTS)\ + /f $(BUILD_DIR)\FoundationIPF.mak all\ + "CFLAGS=$(CFLAGS) /I$(Foundation_DIR)"\ + TYPE=LIBRARY +#********************************************************************** +#********************************************************************** +#** ** +#** (C)Copyright 1985-2006, American Megatrends, Inc. ** +#** ** +#** All Rights Reserved. ** +#** ** +#** 6145-F Northbelt Pkwy, Norcross, GA 30071 ** +#** ** +#** Phone: (770)-246-8600 ** +#** ** +#********************************************************************** +#********************************************************************** \ No newline at end of file -- cgit v1.2.3