OBJECTS = CommonLib.o Decompress.o EfiUtilityMsgs.o MyAlloc.o SimpleFileParsing.o Crc32.o EfiCompress.o FvLib.o ParseInf.o TianoCompress.o PeCoffLoaderEx.o BasePeCoff.o
-include $(MAKEROOT)/lib.makefile
+include $(MAKEROOT)/Makefiles/lib.makefile
OBJECTS = EfiLdrImage.o
-include $(MAKEROOT)/app.makefile
+include $(MAKEROOT)/Makefiles/app.makefile
OBJECTS = EfiRom.o
-include $(MAKEROOT)/app.makefile
+include $(MAKEROOT)/Makefiles/app.makefile
ARCH ?= IA32
MAKEROOT = .
-include header.makefile
+include Makefiles/header.makefile
all: makerootdir subdirs $(MAKEROOT)/libs
rm -f $(MAKEROOT)/bin/*
-rmdir $(MAKEROOT)/libs $(MAKEROOT)/bin
-include footer.makefile
+include Makefiles/footer.makefile
OBJECTS = GenFfs.o
-include $(MAKEROOT)/app.makefile
+include $(MAKEROOT)/Makefiles/app.makefile
LIBS = -lCommon
OBJECTS = GenFv.o GenFvInternalLib.o GenFvPadFileTable.o
-include $(MAKEROOT)/app.makefile
+include $(MAKEROOT)/Makefiles/app.makefile
LIBS = -lCommon
ifeq ($(CYGWIN), CYGWIN)
OBJECTS = GenFw.o
-include $(MAKEROOT)/app.makefile
+include $(MAKEROOT)/Makefiles/app.makefile
LIBS = -lCommon
ifeq ($(CYGWIN), CYGWIN)
OBJECTS = GenPage.o
-include $(MAKEROOT)/app.makefile
+include $(MAKEROOT)/Makefiles/app.makefile
OBJECTS = GenSec.o
-include $(MAKEROOT)/app.makefile
+include $(MAKEROOT)/Makefiles/app.makefile
LIBS = -lCommon
ifeq ($(CYGWIN), CYGWIN)
OBJECTS = GenVtf.o
-include $(MAKEROOT)/app.makefile
+include $(MAKEROOT)/Makefiles/app.makefile
MAKEROOT ?= ../..
-include $(MAKEROOT)/header.makefile
+include $(MAKEROOT)/Makefiles/header.makefile
APPLICATION = $(MAKEROOT)/bin/$(APPNAME)
$(APPLICATION): $(OBJECTS)
$(LINKER) -out:$(APPLICATION) $(OBJECTS) -L$(MAKEROOT)/libs $(LIBS)
-include $(MAKEROOT)/footer.makefile
+include $(MAKEROOT)/Makefiles/footer.makefile
-include $(MAKEROOT)/header.makefile
+include $(MAKEROOT)/Makefiles/header.makefile
LIBRARY = $(MAKEROOT)/libs/lib$(LIBNAME).a
all: $(MAKEROOT)/libs $(LIBRARY)
-include $(MAKEROOT)/footer.makefile
+include $(MAKEROOT)/Makefiles/footer.makefile
OBJECTS = Split.o
-include $(MAKEROOT)/app.makefile
+include $(MAKEROOT)/Makefiles/app.makefile
LIBS = -lCommon
OBJECTS = TianoCompress.o
-include $(MAKEROOT)/app.makefile
+include $(MAKEROOT)/Makefiles/app.makefile
EXTRA_CLEAN_OBJECTS = EfiVfrParser.cpp parser.dlg EfiVfrParser.h DLGLexer.cpp VfrCompile.cpp tokens.h DLGLexer.h
-include $(MAKEROOT)/app.makefile
+include $(MAKEROOT)/Makefiles/app.makefile
VfrCompile.cpp DLGLexer.cpp EfiVfrParser.cpp: Pccts/antlr/antlr Pccts/dlg/dlg VfrCompile.g
Pccts/antlr/antlr -CC -e3 -ck 3 -o . VfrCompile.g