audk/BaseTools/Source/C/GenSec/GNUmakefile

19 lines
240 B
Makefile

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