audk/BaseTools/Source/C/GenFw/GNUmakefile

19 lines
238 B
Makefile

ARCH ?= IA32
MAKEROOT ?= ..
APPNAME = GenFw
OBJECTS = GenFw.o
include $(MAKEROOT)/Makefiles/app.makefile
LIBS = -lCommon
ifeq ($(CYGWIN), CYGWIN)
LIBS += -L/lib/e2fsprogs -luuid
endif
ifeq ($(LINUX), Linux)
LIBS += -luuid
endif