Skip to content
Snippets Groups Projects
MCoreUtils.Makefile 670 B
Newer Older
Jeong Han Lee's avatar
Jeong Han Lee committed
## The following lines are mandatory, please don't change them.
where_am_I := $(dir $(abspath $(lastword $(MAKEFILE_LIST))))
include $(E3_REQUIRE_TOOLS)/driver.makefile
include $(E3_REQUIRE_CONFIG)/DECOUPLE_FLAGS
Jeong Han Lee's avatar
Jeong Han Lee committed


## Exclude linux-ppc64e6500
##EXCLUDE_ARCHS = linux-ppc64e6500

Jeong Han Lee's avatar
Jeong Han Lee committed
APP:=MCoreUtilsApp
APPSRC:=$(APP)
Jeong Han Lee's avatar
Jeong Han Lee committed
USR_INCLUDES += -I$(where_am_I)$(APPSRC)
Jeong Han Lee's avatar
Jeong Han Lee committed

Jeong Han Lee's avatar
Jeong Han Lee committed
USR_CFLAGS += -D_GNU_SOURCE
USR_CFLAGS += -DVERSION=\"$(LIBVERSION)\"
Jeong Han Lee's avatar
Jeong Han Lee committed

Jeong Han Lee's avatar
Jeong Han Lee committed
SOURCES += $(APPSRC)/threadShow.c
SOURCES += $(APPSRC)/threadRules.c
SOURCES += $(APPSRC)/memLock.c
SOURCES += $(APPSRC)/shellCommands.c
SOURCES += $(APPSRC)/utils.c
Jeong Han Lee's avatar
Jeong Han Lee committed
DBDS += $(APPSRC)/mcoreutils.dbd
Jeong Han Lee's avatar
Jeong Han Lee committed


.PHONY: db 
Anders Lindh Olsson's avatar
Anders Lindh Olsson committed
db: 
Jeong Han Lee's avatar
Jeong Han Lee committed

.PHONY: vlibs
Anders Lindh Olsson's avatar
Anders Lindh Olsson committed
vlibs: